Skip to content

Commit 29ab5a5

Browse files
committed
prepare for release
1 parent 0e3bb1a commit 29ab5a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-parser-project</artifactId>
7-
<version>1.0.9-SNAPSHOT</version>
7+
<version>1.0.9</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.swagger</groupId>
1212
<artifactId>swagger-compat-spec-parser</artifactId>
13-
<version>1.0.9-SNAPSHOT</version>
13+
<version>1.0.9</version>
1414
<packaging>jar</packaging>
1515
<name>swagger-compat-spec-parser</name>
1616
<dependencies>

modules/swagger-parser/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-parser-project</artifactId>
7-
<version>1.0.9-SNAPSHOT</version>
7+
<version>1.0.9</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.swagger</groupId>
1212
<artifactId>swagger-parser</artifactId>
13-
<version>1.0.9-SNAPSHOT</version>
13+
<version>1.0.9</version>
1414
<packaging>jar</packaging>
1515
<name>swagger-parser</name>
1616
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>io.swagger</groupId>
1111
<artifactId>swagger-parser-project</artifactId>
12-
<version>1.0.9-SNAPSHOT</version>
12+
<version>1.0.9</version>
1313
<packaging>pom</packaging>
1414
<name>swagger-parser-project</name>
1515
<developers>

0 commit comments

Comments
 (0)