Skip to content

Commit ba1463a

Browse files
authored
Merge pull request #1324 from swagger-api/prepare-release-1.0.50
prepare-release-1.0.50
2 parents 64fa4e6 + 278f4f9 commit ba1463a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.49</version>
122+
<version>1.0.50</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.49</version>
132+
<version>1.0.50</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.50-SNAPSHOT</version>
7+
<version>1.0.50</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.50-SNAPSHOT</version>
7+
<version>1.0.50</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
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.50-SNAPSHOT</version>
12+
<version>1.0.50</version>
1313
<packaging>pom</packaging>
1414
<name>swagger-parser-project</name>
1515
<developers>

0 commit comments

Comments
 (0)