Skip to content

Commit ed90b5d

Browse files
authored
Merge pull request #859 from swagger-api/prepare-release-1.0.39
prepare release 1.0.39
2 parents 583fe78 + 8fc230a commit ed90b5d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
115115
<dependency>
116116
<groupId>io.swagger</groupId>
117117
<artifactId>swagger-parser</artifactId>
118-
<version>1.0.39-SNAPSHOT</version>
118+
<version>1.0.39</version>
119119
</dependency>
120120

121121
```
@@ -125,7 +125,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
125125
<dependency>
126126
<groupId>io.swagger</groupId>
127127
<artifactId>swagger-compat-spec-parser</artifactId>
128-
<version>1.0.39-SNAPSHOT</version>
128+
<version>1.0.39</version>
129129
</dependency>
130130

131131
```

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

pom.xml

+2-2
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.39-SNAPSHOT</version>
12+
<version>1.0.39</version>
1313
<packaging>pom</packaging>
1414
<name>swagger-parser-project</name>
1515
<developers>
@@ -241,7 +241,7 @@
241241
<properties>
242242
<commons-io-version>2.4</commons-io-version>
243243
<slf4j-version>1.6.3</slf4j-version>
244-
<swagger-core-version>1.5.22-SNAPSHOT</swagger-core-version>
244+
<swagger-core-version>1.5.21</swagger-core-version>
245245
<junit-version>4.8.1</junit-version>
246246
<testng-version>6.9.6</testng-version>
247247
<jmockit-version>1.19</jmockit-version>

0 commit comments

Comments
 (0)