-
-
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
Update version to 4.0.2-SNAPSHOT #3047
Changes from all commits
141cc53
5dc0df9
1c95da6
a553408
c828b73
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
<plugin> | ||
<groupId>org.openapitools</groupId> | ||
<artifactId>openapi-generator-maven-plugin</artifactId> | ||
<version>4.0.0</version> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file was previously not being updated, which is why there's a jump from 4.0.0 to 4.0.2-SNAPSHOT in this PR. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated the release checklist to include this file: https://github.com/OpenAPITools/openapi-generator/wiki/Release-Checklist There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It really depends what we would like to do. I like when documentation and usage examples (maven & gradle) use the last released version. But we can do it an other way in this project. If we use the current SNAPSHOT version, at least we should add this at the top of the <pluginRepositories>
<pluginRepository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</pluginRepository>
</pluginRepositories> in order for the users to be able to try the lib without having to compile the plugin locally them-self. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've added the
I think it would make sense for documentation to always reference a major version, but I think samples in the repository should probably reference the current version of the repository. That is, maven examples are the same as everything under I don't feel too strongly about this, though. |
||
<version>4.0.2-SNAPSHOT</version> | ||
<dependencies> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
|
@@ -63,6 +63,12 @@ | |
</plugin> | ||
</plugins> | ||
</build> | ||
<pluginRepositories> | ||
<pluginRepository> | ||
<id>sonatype-snapshots</id> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url> | ||
</pluginRepository> | ||
</pluginRepositories> | ||
<dependencies> | ||
<!-- dependencies are needed for the client being generated --> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<artifactId>openapi-generator-project</artifactId> | ||
<packaging>pom</packaging> | ||
<name>openapi-generator-project</name> | ||
<version>4.0.1</version> | ||
<version>4.0.2-SNAPSHOT</version> | ||
<url>https://github.com/openapitools/openapi-generator</url> | ||
<scm> | ||
<connection>scm:git:[email protected]:openapitools/openapi-generator.git</connection> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.1-SNAPSHOT | ||
4.0.2-SNAPSHOT |
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.
I think
-PopenApiGeneratorVersion=4.0.2-SNAPSHOT
can be removed after changes to fixrelease_version_update.sh
andrelease_version_update_docs.sh