Skip to content

Commit 7222e10

Browse files
committed
updated versions for release
1 parent 162e2d5 commit 7222e10

File tree

25 files changed

+44
-44
lines changed

25 files changed

+44
-44
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Swagger Specification has undergone 3 revisions since initial creation in 20
2929

3030
Swagger core Version | Release Date | Swagger Spec compatibility | Notes | Status
3131
------------------------- | ------------ | -------------------------- | ----- | ----
32-
1.5.2-M2-SNAPSHOT | 2015-04-05 | 2.0 | [master](https://github.com/swagger-api/swagger-core) | Supported
32+
1.5.2-M2 | 2015-04-05 | 2.0 | [master](https://github.com/swagger-api/swagger-core) | Supported
3333
1.3.12 | 2014-12-23 | 1.2 | [tag v1.3.12](https://github.com/swagger-api/swagger-core/tree/v1.3.12) | Supported
3434
1.2.4 | 2013-06-19 | 1.1 | [tag swagger-project_2.10.0-1.2.4](https://github.com/swagger-api/swagger-core/tree/swagger-project_2.10.0-1.2.4) | Deprecated
3535
1.0.0 | 2011-10-16 | 1.0 | [tag v1.0](https://github.com/swagger-api/swagger-core/tree/v1.0) | Deprecated
@@ -52,7 +52,7 @@ You need the following installed and available in your $PATH:
5252
* Jackson 2.4.2 or greater
5353

5454

55-
### To build from source (currently 1.5.2-M2-SNAPSHOT)
55+
### To build from source (currently 1.5.2-M2)
5656
```
5757
# first time building locally
5858
mvn -N

modules/swagger-annotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>com.wordnik</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.5.2-M2-SNAPSHOT</version>
6+
<version>1.5.2-M2</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.wordnik</groupId>
1111
<artifactId>swagger-annotations</artifactId>
12-
<version>1.5.2-M2-SNAPSHOT</version>
12+
<version>1.5.2-M2</version>
1313
<packaging>bundle</packaging>
1414
<name>swagger-annotations</name>
1515

modules/swagger-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.wordnik</groupId>
44
<artifactId>swagger-project</artifactId>
5-
<version>1.5.2-M2-SNAPSHOT</version>
5+
<version>1.5.2-M2</version>
66
<relativePath>../..</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

modules/swagger-hibernate-validations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>com.wordnik</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.5.2-M2-SNAPSHOT</version>
6+
<version>1.5.2-M2</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.wordnik</groupId>
1111
<artifactId>swagger-hibernate-validations</artifactId>
1212
<packaging>jar</packaging>
13-
<version>1.5.2-M2-SNAPSHOT</version>
13+
<version>1.5.2-M2</version>
1414
<name>swagger-hibernate-validations</name>
1515
<build>
1616
<sourceDirectory>src/main/java</sourceDirectory>

modules/swagger-jaxrs/pom.xml

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

modules/swagger-jersey-jaxrs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>com.wordnik</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.5.2-M2-SNAPSHOT</version>
6+
<version>1.5.2-M2</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.wordnik</groupId>
1111
<artifactId>swagger-jersey-jaxrs</artifactId>
1212
<packaging>jar</packaging>
13-
<version>1.5.2-M2-SNAPSHOT</version>
13+
<version>1.5.2-M2</version>
1414
<name>swagger-jersey-jaxrs</name>
1515
<build>
1616
<sourceDirectory>src/main/java</sourceDirectory>

modules/swagger-jersey2-jaxrs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>com.wordnik</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.5.2-M2-SNAPSHOT</version>
6+
<version>1.5.2-M2</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.wordnik</groupId>
1111
<artifactId>swagger-jersey2-jaxrs</artifactId>
1212
<packaging>jar</packaging>
13-
<version>1.5.2-M2-SNAPSHOT</version>
13+
<version>1.5.2-M2</version>
1414
<name>swagger-jersey2-jaxrs (Jersey 2.x support)</name>
1515
<build>
1616
<sourceDirectory>src/main/java</sourceDirectory>

modules/swagger-models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.wordnik</groupId>
44
<artifactId>swagger-project</artifactId>
5-
<version>1.5.2-M2-SNAPSHOT</version>
5+
<version>1.5.2-M2</version>
66
<relativePath>../..</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

modules/swagger-mule/pom.xml

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>swagger-project</artifactId>
1010
<packaging>pom</packaging>
1111
<name>wordnik-swagger-project</name>
12-
<version>1.5.2-M2-SNAPSHOT</version>
12+
<version>1.5.2-M2</version>
1313
<url>https://github.com/swagger-api/swagger-core</url>
1414
<scm>
1515
<connection>scm:git:git@github.com:swagger-api/swagger-core.git</connection>

0 commit comments

Comments
 (0)