Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versioning and naming #8431

Closed
frantuma opened this issue Jul 16, 2018 · 1 comment
Closed

Versioning and naming #8431

frantuma opened this issue Jul 16, 2018 · 1 comment
Assignees
Labels

Comments

@frantuma
Copy link
Member

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 groupdId of root of both projects to io.swagger.codegen.v3
  • Rename groupdId of swagger-codegen module to io.swagger.codegen.v3
  • Rename groupdId of swagger-codegen-cli module to io.swagger.codegen.v3
  • Rename groupdId of swagger-codegen-maven-plugin module to io.swagger.codegen.v3
  • Rename groupdId of swagger-generator module to io.swagger.codegen.v3
  • Rename groupdId of swagger-codegen-generators module to io.swagger.codegen.v3

  • Rename root package of swagger-codegen module to io.swagger.codegen.v3
  • Rename root package of swagger-codegen-cli module to io.swagger.codegen.v3.cli
  • Rename root package of swagger-codegen-maven-plugin module to io.swagger.codegen.v3.maven
  • Rename root package of swagger-generator module to io.swagger.codegen.v3.generator
  • Rename root package of swagger-codegen-generators module to io.swagger.codegen.v3.generators

  • Adapt POM, all CIs config files and any affected config/metadata
@frantuma
Copy link
Member Author

implemented in #8451 and related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants