Skip to content

Commit d6ca32e

Browse files
authored
Merge pull request #946 from swagger-api/prepare-release-1.0.40
prepare release 1.0.40
2 parents 78b948c + 56bfb37 commit d6ca32e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.40-SNAPSHOT</version>
120+
<version>1.0.40</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.40-SNAPSHOT</version>
130+
<version>1.0.40</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.40-SNAPSHOT</version>
7+
<version>1.0.40</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.40-SNAPSHOT</version>
7+
<version>1.0.40</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

pom.xml

+1-1
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.40-SNAPSHOT</version>
12+
<version>1.0.40</version>
1313
<packaging>pom</packaging>
1414
<name>swagger-parser-project</name>
1515
<developers>

0 commit comments

Comments
 (0)