Merge pull request #3610 from michalyao/master

update to version 2.2.2
This commit is contained in:
wing328 2016-08-18 10:17:35 +08:00 committed by GitHub
commit d7d351682f

View File

@ -12,7 +12,7 @@
<plugin> <plugin>
<groupId>io.swagger</groupId> <groupId>io.swagger</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId> <artifactId>swagger-codegen-maven-plugin</artifactId>
<version>2.1.5-SNAPSHOT</version> <version>2.2.2-SNAPSHOT</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
@ -112,4 +112,4 @@
<maven-plugin-version>1.0.0</maven-plugin-version> <maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.8.1</junit-version> <junit-version>4.8.1</junit-version>
</properties> </properties>
</project> </project>