-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
In scope of #8395, and similar to what applied to swagger-core in swagger-api/swagger-core#2485, this ticket is about renaming projects, maven artifacts, and packages of swagger-codegen and swagger-codegen-generators projects and modules.
The immediate goal is adopting a naming and versioning policy allowing v2 and v3 libraries to coexist; the update will also ensure a consistent version upgrade mechanism, avoiding (transitive) dependencies issues for as much as possible.
It includes the following changes:
- Rename
groupdIdof root of both projects toio.swagger.codegen.v3 - Rename
groupdIdofswagger-codegenmodule toio.swagger.codegen.v3 - Rename
groupdIdofswagger-codegen-climodule toio.swagger.codegen.v3 - Rename
groupdIdofswagger-codegen-maven-pluginmodule toio.swagger.codegen.v3 - Rename
groupdIdofswagger-generatormodule toio.swagger.codegen.v3 - Rename
groupdIdofswagger-codegen-generatorsmodule toio.swagger.codegen.v3
- Rename root package of
swagger-codegenmodule toio.swagger.codegen.v3 - Rename root package of
swagger-codegen-climodule toio.swagger.codegen.v3.cli - Rename root package of
swagger-codegen-maven-pluginmodule toio.swagger.codegen.v3.maven - Rename root package of
swagger-generatormodule toio.swagger.codegen.v3.generator - Rename root package of
swagger-codegen-generatorsmodule toio.swagger.codegen.v3.generators
- Adapt POM, all CIs config files and any affected config/metadata