Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Jun 7, 2015
1 parent a839d29 commit 9eba5fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.8-SNAPSHOT</version>
<version>1.0.8</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-compat-spec-parser</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</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.8-SNAPSHOT</version>
<version>1.0.8</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<packaging>jar</packaging>
<name>swagger-parser</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.8-SNAPSHOT</version>
<version>1.0.8</version>
<packaging>pom</packaging>
<name>swagger-parser-project</name>
<developers>
Expand Down Expand Up @@ -209,7 +209,7 @@
<commons-io-version>2.4</commons-io-version>
<scala-version>2.10.4</scala-version>
<slf4j-version>1.6.3</slf4j-version>
<swagger-core-version>1.5.0-SNAPSHOT</swagger-core-version>
<swagger-core-version>1.5.0</swagger-core-version>
<junit-version>4.8.1</junit-version>
<scala-test-version>2.1.3</scala-test-version>
</properties>
Expand Down

0 comments on commit 9eba5fd

Please sign in to comment.