Skip to content

Commit 278e8a2

Browse files
committed
updated version
1 parent 71c474d commit 278e8a2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

modules/swagger-compat-spec-parser/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-parser-project</artifactId>
6-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>io.swagger</groupId>
1111
<artifactId>swagger-compat-spec-parser</artifactId>
12-
<version>1.0.1-SNAPSHOT</version>
12+
<version>1.0.1</version>
1313
<packaging>jar</packaging>
1414
<name>swagger-compat-spec-parser</name>
1515
<dependencies>

modules/swagger-parser/pom.xml

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

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>io.swagger</groupId>
1010
<artifactId>swagger-parser-project</artifactId>
11-
<version>1.0.1-SNAPSHOT</version>
11+
<version>1.0.1</version>
1212
<packaging>pom</packaging>
1313
<name>swagger-parser-project</name>
1414
<developers>
@@ -181,8 +181,8 @@
181181
<properties>
182182
<scala-version>2.10.0</scala-version>
183183
<slf4j-version>1.6.3</slf4j-version>
184-
<swagger-core-version>1.5.2-M1-SNAPSHOT</swagger-core-version>
184+
<swagger-core-version>1.5.2-M1</swagger-core-version>
185185
<junit-version>4.8.1</junit-version>
186186
<scala-test-version>2.1.3</scala-test-version>
187187
</properties>
188-
</project>
188+
</project>

0 commit comments

Comments
 (0)