Skip to content

Commit afd274b

Browse files
authored
Merge pull request #334 from swagger-api/release-prepare
updated versions for release
2 parents 9c93464 + 04e57cd commit afd274b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
9090
<dependency>
9191
<groupId>io.swagger</groupId>
9292
<artifactId>swagger-parser</artifactId>
93-
<version>1.0.22</version>
93+
<version>1.0.23</version>
9494
</dependency>
9595

9696
```
@@ -100,7 +100,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
100100
<dependency>
101101
<groupId>io.swagger</groupId>
102102
<artifactId>swagger-compat-spec-parser</artifactId>
103-
<version>1.0.22</version>
103+
<version>1.0.23</version>
104104
</dependency>
105105

106106
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-parser-project</artifactId>
7-
<version>1.0.23-SNAPSHOT</version>
7+
<version>1.0.23</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

modules/swagger-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-parser-project</artifactId>
7-
<version>1.0.23-SNAPSHOT</version>
7+
<version>1.0.23</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

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

0 commit comments

Comments
 (0)