Skip to content

Commit 0d8148a

Browse files
committed
Merge pull request #157 from swagger-api/release-prepare
updated versions for release
2 parents b5fd02f + c902e5e commit 0d8148a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
8888
<dependency>
8989
<groupId>io.swagger</groupId>
9090
<artifactId>swagger-parser</artifactId>
91-
<version>1.0.15-SNAPSHOT</version>
91+
<version>1.0.15</version>
9292
</dependency>
9393

9494
```
@@ -98,7 +98,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
9898
<dependency>
9999
<groupId>io.swagger</groupId>
100100
<artifactId>swagger-compat-spec-parser</artifactId>
101-
<version>1.0.15-SNAPSHOT</version>
101+
<version>1.0.15</version>
102102
</dependency>
103103

104104
```
@@ -107,7 +107,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
107107
License
108108
-------
109109

110-
Copyright 2015 SmartBear Software
110+
Copyright 2016 SmartBear Software
111111

112112
Licensed under the Apache License, Version 2.0 (the "License");
113113
you may not use this file except in compliance with the License.

modules/swagger-compat-spec-parser/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-parser-project</artifactId>
7-
<version>1.0.15-SNAPSHOT</version>
7+
<version>1.0.15</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.swagger</groupId>
1212
<artifactId>swagger-compat-spec-parser</artifactId>
13-
<version>1.0.15-SNAPSHOT</version>
13+
<version>1.0.15</version>
1414
<packaging>jar</packaging>
1515
<name>swagger-compat-spec-parser</name>
1616
<dependencies>

modules/swagger-parser/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-parser-project</artifactId>
7-
<version>1.0.15-SNAPSHOT</version>
7+
<version>1.0.15</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.swagger</groupId>
1212
<artifactId>swagger-parser</artifactId>
13-
<version>1.0.15-SNAPSHOT</version>
13+
<version>1.0.15</version>
1414
<packaging>jar</packaging>
1515
<name>swagger-parser</name>
1616
<profiles>

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.15-SNAPSHOT</version>
12+
<version>1.0.15</version>
1313
<packaging>pom</packaging>
1414
<name>swagger-parser-project</name>
1515
<developers>
@@ -196,7 +196,7 @@
196196
<properties>
197197
<commons-io-version>2.4</commons-io-version>
198198
<slf4j-version>1.6.3</slf4j-version>
199-
<swagger-core-version>1.5.5</swagger-core-version>
199+
<swagger-core-version>1.5.6</swagger-core-version>
200200
<junit-version>4.8.1</junit-version>
201201
<testng-version>6.9.6</testng-version>
202202
<jmockit-version>1.19</jmockit-version>

0 commit comments

Comments
 (0)