Skip to content

Commit

Permalink
[Jira] Use property for openapi generator plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
avano committed Jan 12, 2023
1 parent 3188d96 commit d16a02a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions system-x/services/jira/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
<jackson-databind-nullable-version>0.2.4</jackson-databind-nullable-version>
<javax.ws.rs-api-version>2.1.1</javax.ws.rs-api-version>
<!-- once this is updated to 6.3.0, jakarta annotation can be bumped to latest version,
see https://github.com/OpenAPITools/openapi-generator/issues/14010#issuecomment-1373474315
-->
<openapi.maven.plugin.version>6.2.1</openapi.maven.plugin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -73,9 +77,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>6.2.1</version>
<!-- /RELEASE_VERSION -->
<version>${openapi.maven.plugin.version}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit d16a02a

Please sign in to comment.