Skip to content

Commit 599f80c

Browse files
committed
prepare release 1.0.72
1 parent 4affa19 commit 599f80c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
118118
<dependency>
119119
<groupId>io.swagger</groupId>
120120
<artifactId>swagger-parser</artifactId>
121-
<version>1.0.71</version>
121+
<version>1.0.72</version>
122122
</dependency>
123123

124124
```
@@ -128,7 +128,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
128128
<dependency>
129129
<groupId>io.swagger</groupId>
130130
<artifactId>swagger-compat-spec-parser</artifactId>
131-
<version>1.0.71</version>
131+
<version>1.0.72</version>
132132
</dependency>
133133

134134
```

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.72-SNAPSHOT</version>
7+
<version>1.0.72</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

modules/swagger-parser-safe-url-resolver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.swagger</groupId>
77
<artifactId>swagger-parser-project</artifactId>
8-
<version>1.0.72-SNAPSHOT</version>
8+
<version>1.0.72</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111
<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.72-SNAPSHOT</version>
7+
<version>1.0.72</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.72-SNAPSHOT</version>
12+
<version>1.0.72</version>
1313
<packaging>pom</packaging>
1414
<name>swagger-parser-project</name>
1515
<developers>

0 commit comments

Comments
 (0)