update pom.xml in swagger components to 2.3.1

This commit is contained in:
wing328
2018-01-13 15:45:05 +08:00
parent 714b94d96c
commit 4bdaf37ca5
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>swagger-codegen-maven-plugin</artifactId>

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>swagger-generator</artifactId>