Release 3.1.2 (#647)

This commit is contained in:
William Cheng
2018-07-26 00:09:52 +08:00
committed by Jérémie Bresson
parent c6004a8f89
commit 6f19fa7e91
18 changed files with 22 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ Add to your `build->plugins` section (default phase is `generate-sources` phase)
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<executions>
<execution>
<goals>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>openapi-generator-maven-plugin</artifactId>