Skip to content

Commit d8823dd

Browse files
authored
Merge pull request #1020 from swagger-api/prepare-release-1.0.42
prepare release 1.0.42
2 parents 9362253 + 38b6f75 commit d8823dd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
117117
<dependency>
118118
<groupId>io.swagger</groupId>
119119
<artifactId>swagger-parser</artifactId>
120-
<version>1.0.42-SNAPSHOT</version>
120+
<version>1.0.43-SNAPSHOT</version>
121121
</dependency>
122122

123123
```
@@ -127,7 +127,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
127127
<dependency>
128128
<groupId>io.swagger</groupId>
129129
<artifactId>swagger-compat-spec-parser</artifactId>
130-
<version>1.0.42-SNAPSHOT</version>
130+
<version>1.0.43-SNAPSHOT</version>
131131
</dependency>
132132

133133
```

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

pom.xml

Lines changed: 2 additions & 2 deletions
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.42-SNAPSHOT</version>
12+
<version>1.0.42</version>
1313
<packaging>pom</packaging>
1414
<name>swagger-parser-project</name>
1515
<developers>
@@ -247,7 +247,7 @@
247247
<commons-io-version>2.4</commons-io-version>
248248
<snakeyaml-version>1.23</snakeyaml-version>
249249
<slf4j-version>1.6.3</slf4j-version>
250-
<swagger-core-version>1.5.22-SNAPSHOT</swagger-core-version>
250+
<swagger-core-version>1.5.22</swagger-core-version>
251251
<junit-version>4.8.1</junit-version>
252252
<testng-version>6.9.6</testng-version>
253253
<jmockit-version>1.19</jmockit-version>

0 commit comments

Comments
 (0)