Skip to content

Commit 4bc42cc

Browse files
authored
Merge pull request #1183 from swagger-api/prepare_release_1.0.46
prepare release v1.0.46
2 parents 5ca28bf + 054fe9b commit 4bc42cc

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
@@ -119,7 +119,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
119119
<dependency>
120120
<groupId>io.swagger</groupId>
121121
<artifactId>swagger-parser</artifactId>
122-
<version>1.0.45</version>
122+
<version>1.0.46</version>
123123
</dependency>
124124

125125
```
@@ -129,7 +129,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
129129
<dependency>
130130
<groupId>io.swagger</groupId>
131131
<artifactId>swagger-compat-spec-parser</artifactId>
132-
<version>1.0.45</version>
132+
<version>1.0.46</version>
133133
</dependency>
134134

135135
```

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.46-SNAPSHOT</version>
7+
<version>1.0.46</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.46-SNAPSHOT</version>
7+
<version>1.0.46</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.46-SNAPSHOT</version>
12+
<version>1.0.46</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.7.28</slf4j-version>
272-
<swagger-core-version>1.5.23-SNAPSHOT</swagger-core-version>
272+
<swagger-core-version>1.5.23</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)