Skip to content

Commit

Permalink
fix version in API uploaded to swaggerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Apr 17, 2024
1 parent 80d5dba commit acd5a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<java.uuid.generator.version>5.0.0</java.uuid.generator.version>
<jgit.version>6.9.0.202403050737-r</jgit.version>
<semver4j.version>5.2.3</semver4j.version>
<springdoc.openapi.plugin.version>1.4</springdoc.openapi.plugin.version>
</properties>
<scm>
<connection>scm:git:git@github.com:https://github.com/eclipse-xpanse/xpanse.git</connection>
Expand Down
5 changes: 3 additions & 2 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<artifactItem>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-cli</artifactId>
<version>7.4.0</version>
<version>${openapi.generator.plugin.version}</version>
<destFileName>openapi-generator-cli.jar</destFileName>
</artifactItem>
</artifactItems>
Expand Down Expand Up @@ -264,6 +264,7 @@
<configuration>
<profiles>
<profile>generate-openapi-doc</profile>
<profile>noauth</profile>
</profiles>
</configuration>
<executions>
Expand All @@ -284,7 +285,7 @@
<plugin>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-maven-plugin</artifactId>
<version>1.4</version>
<version>${springdoc.openapi.plugin.version}</version>
<executions>
<execution>
<id>copy-api-doc</id>
Expand Down

0 comments on commit acd5a56

Please sign in to comment.