fixed version

This commit is contained in:
Tony Tam
2015-04-08 04:51:54 -06:00
parent b85c8bbe7f
commit c1d51266b3
7 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>1.5.0-M2</version>
<version>2.1.0-M2</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -10,7 +10,7 @@
<artifactId>swagger-codegen</artifactId>
<packaging>jar</packaging>
<name>swagger-codegen (core library)</name>
<version>1.5.0-M2</version>
<version>2.1.0-M2</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<defaultGoal>install</defaultGoal>

View File

@@ -129,7 +129,7 @@
</repository>
</repositories>
<properties>
<swagger-core-version>1.5.0-M2</swagger-core-version>
<swagger-core-version>2.1.0-M2</swagger-core-version>
<jetty-version>9.2.9.v20150224</jetty-version>
<jersey-version>1.13</jersey-version>
<slf4j-version>1.6.3</slf4j-version>