-
Notifications
You must be signed in to change notification settings - Fork 1
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
ROX-11370: allow unknown enum values #153
ROX-11370: allow unknown enum values #153
Conversation
…penapitools-openapi-generator-maven-plugin-6.0.0' into allow_unknown_enums
@@ -203,7 +228,7 @@ | |||
<groupId>org.openapitools</groupId> | |||
<artifactId>openapi-generator-maven-plugin</artifactId> | |||
<!-- RELEASE_VERSION --> | |||
<version>6.0.0</version> | |||
<version>6.0.1-SNAPSHOT</version> |
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.
We can wait for dependabot to update this deps so we don't need snapshot repository
<version>6.0.1-SNAPSHOT</version> | |
<version>6.0.1</version> |
</repositories> | ||
<pluginRepositories> | ||
<pluginRepository> |
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.
When 6.0.1 will be released we can remove this
@@ -170,8 +175,28 @@ | |||
<id>repo.jenkins-ci.org</id> | |||
<url>https://repo.jenkins-ci.org/public/</url> | |||
</repository> | |||
<repository> |
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.
When 6.0.1 will be released we can remove this
This PR requires OpenAPITools/openapi-generator#12344 to be released
Refs: