Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Feb 24, 2015
1 parent 80fc11c commit faa801d
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The Swagger Specification has undergone 3 revisions since initial creation in 20

Swagger core Version | Release Date | Swagger Spec compatibility | Notes | Status
------------------------- | ------------ | -------------------------- | ----- | ----
1.5.2-M1-SNAPSHOT | 2015-02-13 | 2.0 | [branch develop_2.0](https://github.com/swagger-api/swagger-core/tree/develop_2.0) |
1.5.2-M1 | 2015-02-13 | 2.0 | [branch develop_2.0](https://github.com/swagger-api/swagger-core/tree/develop_2.0) |
1.3.12 | 2014-12-23 | 1.2 | [tag v1.3.12](https://github.com/swagger-api/swagger-core/tree/v1.3.12)
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)
1.0.0 | 2011-10-16 | 1.0 | [tag v1.0](https://github.com/swagger-api/swagger-core/tree/v1.0)
Expand All @@ -48,7 +48,7 @@ You need the following installed and available in your $PATH:

<li>- Jackson 2.4.2 or greater

### To build from source (currently 1.5.2-M1-SNAPSHOT)
### To build from source (currently 1.5.2-M1)
```
# first time building locally
mvn -N
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project</artifactId>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<packaging>bundle</packaging>
<name>swagger-annotations</name>

Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project</artifactId>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-core</artifactId>
<packaging>jar</packaging>
<name>swagger-core</name>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<defaultGoal>install</defaultGoal>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project</artifactId>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-jaxrs</artifactId>
<packaging>jar</packaging>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<name>swagger-jaxrs</name>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-jersey-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project</artifactId>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-jersey-jaxrs</artifactId>
<packaging>jar</packaging>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<name>swagger-jersey-jaxrs</name>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-jersey2-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project</artifactId>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
<packaging>jar</packaging>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<name>swagger-jersey2-jaxrs (Jersey 2.x support)</name>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project</artifactId>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-models</artifactId>
<packaging>bundle</packaging>
<name>swagger-models</name>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<defaultGoal>install</defaultGoal>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>swagger-project</artifactId>
<packaging>pom</packaging>
<name>wordnik-swagger-project</name>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<url>https://github.com/wordnik/swagger-core</url>
<scm>
<connection>scm:git:[email protected]:swagger-api/swagger-core.git</connection>
Expand Down
2 changes: 1 addition & 1 deletion samples/java-dropwizard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ To run the sample:
```
mvn package
java -jar target/swagger-java-dropwizard-sample-app-1.5.2-M1-SNAPSHOT.jar server conf/swagger-sample.yml
java -jar target/swagger-java-dropwizard-sample-app-1.5.2-M1.jar server conf/swagger-sample.yml
```

Expand Down
4 changes: 2 additions & 2 deletions samples/java-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project</artifactId>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-java-dropwizard-sample-app</artifactId>
<packaging>jar</packaging>
<name>swagger-java-dropwizard-app</name>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions samples/java-jaxrs-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project</artifactId>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-java-cxf-sample</artifactId>
<packaging>war</packaging>
<name>swagger-java-cxf-sample</name>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>

<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down
4 changes: 2 additions & 2 deletions samples/java-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project</artifactId>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-java-sample-app</artifactId>
<packaging>war</packaging>
<name>swagger-java-jaxrs-app</name>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions samples/java-jersey-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project</artifactId>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-java-jersey-sample-app</artifactId>
<packaging>war</packaging>
<name>swagger-java-jersey-jaxrs-app</name>
<version>1.5.2-M1-SNAPSHOT</version>
<version>1.5.2-M1</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
Expand Down

0 comments on commit faa801d

Please sign in to comment.