Skip to content

Commit a0b0719

Browse files
committed
prepare release 1.0.63
1 parent 67d54d3 commit a0b0719

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
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.62</version>
121+
<version>1.0.63</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.62</version>
131+
<version>1.0.63</version>
132132
</dependency>
133133

134134
```

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

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

modules/swagger-parser/pom.xml

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

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

0 commit comments

Comments
 (0)