-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Prepare 3.1.2-SNAPSHOT #589
Conversation
README.md
Outdated
@@ -87,8 +87,7 @@ OpenAPI Generator Version | Release Date | OpenAPI Spec compatibility | Notes | |||
---------------------------- | ------------ | -------------------------- | ----- | |||
4.0.0 (upcoming major release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.0.0-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes (no fallback) | |||
3.2.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/3.2.0-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release with breaking changes (with fallbacks) | |||
3.1.2-SNAPSHOT (current master, upcoming patch release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/3.1.2-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Bugfix release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we keep this line for 3.1.2-SNAPSHOT?
README.md
Outdated
@@ -145,16 +144,16 @@ See the different versions of the [openapi-generator-cli](https://mvnrepository. | |||
|
|||
If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum): | |||
|
|||
JAR location: `http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.1.1/openapi-generator-cli-3.1.1.jar` | |||
JAR location: `http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.1.0/openapi-generator-cli-3.1.0.jar` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this change reverts 3.1.1 back to 3.1.0. Same for the other 2 line changes below.
@@ -34,7 +34,7 @@ buildscript { | |||
mavenCentral() | |||
} | |||
dependencies { | |||
classpath "org.openapitools:openapi-generator-gradle-plugin:3.1.1" | |||
classpath "org.openapitools:openapi-generator-gradle-plugin:3.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.1.1 reverts back to 3.1.0
2402b56
to
5e7009b
Compare
I have forced push my second commit that was containing to much changes (as pointed out by the review). It should be good now. Thank you a lot for catching this! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Follow up from #588