4.3.0 release (#5721)

This commit is contained in:
William Cheng
2020-03-27 11:34:43 +08:00
committed by GitHub
parent cfe3b86d70
commit c224cf484b
20 changed files with 40 additions and 40 deletions

View File

@@ -19,7 +19,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<!-- /RELEASE_VERSION -->
<dependencies>
<dependency>
@@ -74,7 +74,7 @@
</pluginRepositories>
<dependencies>
<!-- dependencies are needed for the client being generated -->
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
@@ -83,7 +83,7 @@
<!-- You can find the dependencies for the library configuation you chose by looking in JavaClientCodegen.
Then find the corresponding dependency on Maven Central, and set the versions in the property section below -->
<!-- HTTP client: jersey-client -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
@@ -159,5 +159,5 @@
<version>2.2</version>
</dependency>
</dependencies>
</project>