Skip to content

Commit 8e3360e

Browse files
committed
updated versions for release
1 parent c0d4521 commit 8e3360e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
8888
<dependency>
8989
<groupId>io.swagger</groupId>
9090
<artifactId>swagger-parser</artifactId>
91-
<version>1.0.12-SNAPSHOT</version>
91+
<version>1.0.12</version>
9292
</dependency>
9393

9494
```
@@ -98,7 +98,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
9898
<dependency>
9999
<groupId>io.swagger</groupId>
100100
<artifactId>swagger-compat-spec-parser</artifactId>
101-
<version>1.0.12-SNAPSHOT</version>
101+
<version>1.0.12</version>
102102
</dependency>
103103

104104
```

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

+2-2
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.12-SNAPSHOT</version>
7+
<version>1.0.12</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.12-SNAPSHOT</version>
13+
<version>1.0.12</version>
1414
<packaging>jar</packaging>
1515
<name>swagger-compat-spec-parser</name>
1616
<dependencies>

modules/swagger-parser/pom.xml

+2-2
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.12-SNAPSHOT</version>
7+
<version>1.0.12</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.12-SNAPSHOT</version>
13+
<version>1.0.12</version>
1414
<packaging>jar</packaging>
1515
<name>swagger-parser</name>
1616
<build>

pom.xml

+1-1
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.12-SNAPSHOT</version>
12+
<version>1.0.12</version>
1313
<packaging>pom</packaging>
1414
<name>swagger-parser-project</name>
1515
<developers>

0 commit comments

Comments
 (0)