Skip to content

Commit 1afa98e

Browse files
authored
Merge pull request #1058 from swagger-api/prepare-release-1.0.44
prepare release 1.0.44
2 parents cbd11ff + ea2f36f commit 1afa98e

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
@@ -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.43</version>
120+
<version>1.0.44</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.43</version>
130+
<version>1.0.44</version>
131131
</dependency>
132132

133133
```

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.44-SNAPSHOT</version>
7+
<version>1.0.44</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.44-SNAPSHOT</version>
7+
<version>1.0.44</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.44-SNAPSHOT</version>
12+
<version>1.0.44</version>
1313
<packaging>pom</packaging>
1414
<name>swagger-parser-project</name>
1515
<developers>
@@ -269,7 +269,7 @@
269269
<commons-io-version>2.4</commons-io-version>
270270
<snakeyaml-version>1.23</snakeyaml-version>
271271
<slf4j-version>1.6.3</slf4j-version>
272-
<swagger-core-version>1.5.23-SNAPSHOT</swagger-core-version>
272+
<swagger-core-version>1.5.22</swagger-core-version>
273273
<junit-version>4.8.1</junit-version>
274274
<testng-version>6.9.6</testng-version>
275275
<jmockit-version>1.19</jmockit-version>

0 commit comments

Comments
 (0)