Skip to content

Commit

Permalink
updated versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Aug 13, 2015
1 parent 81fc670 commit dda4d5e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</dependency>

```
Expand All @@ -100,7 +100,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-compat-spec-parser</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</dependency>

```
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-compat-spec-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser-project</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-compat-spec-parser</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
<packaging>jar</packaging>
<name>swagger-compat-spec-parser</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser-project</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
<packaging>jar</packaging>
<name>swagger-parser</name>
<build>
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser-project</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
<packaging>pom</packaging>
<name>swagger-parser-project</name>
<developers>
Expand Down

0 comments on commit dda4d5e

Please sign in to comment.