Skip to content

Commit ccea106

Browse files
committed
Merge pull request #1827 from swagger-api/release-prepare
updated versions
2 parents 8c8e322 + d4d4c43 commit ccea106

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
5555

5656
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
5757
-------------------------- | ------------ | -------------------------- | -----
58-
2.1.5-SNAPSHOT | | 1.0, 1.1, 1.2, 2.0 | [master](https://github.com/swagger-api/swagger-codegen)
59-
2.1.4 (**current stable**) | 2015-10-25 | 1.0, 1.1, 1.2, 2.0 | [tag v2.1.4](https://github.com/swagger-api/swagger-codegen/tree/v2.1.4)
58+
2.1.6-SNAPSHOT | | 1.0, 1.1, 1.2, 2.0 | [master](https://github.com/swagger-api/swagger-codegen)
59+
2.1.5 (**current stable**) | 2015-01-06 | 1.0, 1.1, 1.2, 2.0 | [tag v2.1.5](https://github.com/swagger-api/swagger-codegen/tree/v2.1.4)
6060
2.0.17 | 2014-08-22 | 1.1, 1.2 | [tag v2.0.17](https://github.com/swagger-api/swagger-codegen/tree/v2.0.17)
6161
1.0.4 | 2012-04-12 | 1.0, 1.1 | [tag v1.0.4](https://github.com/swagger-api/swagger-codegen/tree/swagger-codegen_2.9.1-1.1)
6262

modules/swagger-codegen-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-codegen-project</artifactId>
6-
<version>2.1.5-SNAPSHOT</version>
6+
<version>2.1.5</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.swagger</groupId>
88
<artifactId>swagger-codegen-project</artifactId>
9-
<version>2.1.5-SNAPSHOT</version>
9+
<version>2.1.5</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212
<artifactId>swagger-codegen-maven-plugin</artifactId>

modules/swagger-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-codegen-project</artifactId>
6-
<version>2.1.5-SNAPSHOT</version>
6+
<version>2.1.5</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-codegen-project</artifactId>
7-
<version>2.1.5-SNAPSHOT</version>
7+
<version>2.1.5</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<artifactId>swagger-generator</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<artifactId>swagger-codegen-project</artifactId>
1111
<packaging>pom</packaging>
1212
<name>swagger-codegen-project</name>
13-
<version>2.1.5-SNAPSHOT</version>
13+
<version>2.1.5</version>
1414
<url>https://github.com/swagger-api/swagger-codegen</url>
1515
<scm>
1616
<connection>scm:git:[email protected]:swagger-api/swagger-codegen.git</connection>

samples/client/wordnik/android-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
</repositories>
154154
<properties>
155155
<swagger-annotations-version>1.5.3</swagger-annotations-version>
156-
<jackson-version>2.1.5-SNAPSHOT</jackson-version>
156+
<jackson-version>2.1.5</jackson-version>
157157
<junit-version>4.8.1</junit-version>
158158
<maven-plugin-version>1.0.0</maven-plugin-version>
159159
<junit-version>4.8.1</junit-version>

samples/client/wordnik/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<properties>
155155
<swagger-annotations-version>1.5.0-M1</swagger-annotations-version>
156156
<jersey-version>1.7</jersey-version>
157-
<jackson-version>2.1.5-SNAPSHOT</jackson-version>
157+
<jackson-version>2.1.5</jackson-version>
158158
<jodatime-version>2.3</jodatime-version>
159159
<junit-version>4.8.1</junit-version>
160160
<maven-plugin-version>1.0.0</maven-plugin-version>

0 commit comments

Comments
 (0)