Skip to content

Commit 0d52878

Browse files
authored
Merge pull request swagger-api#638 from swagger-api/bump-snapshot
next snapshot 1.0.35-SNAPSHOT
2 parents 7b50ce5 + 957ad9b commit 0d52878

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
@@ -116,7 +116,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
116116
<dependency>
117117
<groupId>io.swagger</groupId>
118118
<artifactId>swagger-parser</artifactId>
119-
<version>1.0.34</version>
119+
<version>1.0.35-SNAPSHOT</version>
120120
</dependency>
121121

122122
```
@@ -126,7 +126,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
126126
<dependency>
127127
<groupId>io.swagger</groupId>
128128
<artifactId>swagger-compat-spec-parser</artifactId>
129-
<version>1.0.34</version>
129+
<version>1.0.35-SNAPSHOT</version>
130130
</dependency>
131131

132132
```

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.34</version>
7+
<version>1.0.35-SNAPSHOT</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.34</version>
7+
<version>1.0.35-SNAPSHOT</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.34</version>
12+
<version>1.0.35-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>swagger-parser-project</name>
1515
<developers>
@@ -236,7 +236,7 @@
236236
<properties>
237237
<commons-io-version>2.4</commons-io-version>
238238
<slf4j-version>1.6.3</slf4j-version>
239-
<swagger-core-version>1.5.18</swagger-core-version>
239+
<swagger-core-version>1.5.19-SNAPSHOT</swagger-core-version>
240240
<junit-version>4.8.1</junit-version>
241241
<testng-version>6.9.6</testng-version>
242242
<jmockit-version>1.19</jmockit-version>

0 commit comments

Comments
 (0)