Skip to content

Commit 14e0d13

Browse files
committed
version update for release
1 parent b27d5e1 commit 14e0d13

File tree

8 files changed

+18
-24
lines changed

8 files changed

+18
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
9595
<dependency>
9696
<groupId>io.swagger</groupId>
9797
<artifactId>swagger-parser</artifactId>
98-
<version>2.0.0-SNAPSHOT</version>
98+
<version>2.0.0-rc1</version>
9999
</dependency>
100100

101101
```

modules/swagger-parser-core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<groupId>io.swagger</groupId>
65
<artifactId>swagger-parser-project</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0-rc1</version>
87
<relativePath>../..</relativePath>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>

modules/swagger-parser-v2-converter/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<groupId>io.swagger</groupId>
65
<artifactId>swagger-parser-project</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0-rc1</version>
87
<relativePath>../..</relativePath>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>

modules/swagger-parser-v2/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>swagger-parser-project</artifactId>
55
<groupId>io.swagger</groupId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0-rc1</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-parser-v2/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<groupId>io.swagger</groupId>
65
<artifactId>swagger-parser-project</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0-rc1</version>
87
<relativePath>../..</relativePath>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>

modules/swagger-parser-v3/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<groupId>io.swagger</groupId>
65
<artifactId>swagger-parser-project</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0-rc1</version>
87
<relativePath>../..</relativePath>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>
@@ -78,6 +77,6 @@
7877
</dependency>
7978
</dependencies>
8079
<properties>
81-
<swagger-core-module-version>2.0.0-SNAPSHOT</swagger-core-module-version>
80+
<swagger-core-module-version>2.0.0-rc2</swagger-core-module-version>
8281
</properties>
8382
</project>

modules/swagger-parser/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<groupId>io.swagger</groupId>
65
<artifactId>swagger-parser-project</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0-rc1</version>
87
<relativePath>../..</relativePath>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>
@@ -101,7 +100,7 @@
101100
<dependency>
102101
<groupId>io.swagger</groupId>
103102
<artifactId>swagger-parser-v3</artifactId>
104-
<version>2.0.0-SNAPSHOT</version>
103+
<version>2.0.0-rc1</version>
105104
</dependency>
106105
</dependencies>
107106
</project>

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<groupId>org.sonatype.oss</groupId>
65
<artifactId>oss-parent</artifactId>
@@ -9,7 +8,7 @@
98
<modelVersion>4.0.0</modelVersion>
109
<groupId>io.swagger</groupId>
1110
<artifactId>swagger-parser-project</artifactId>
12-
<version>2.0.0-SNAPSHOT</version>
11+
<version>2.0.0-rc1</version>
1312
<packaging>pom</packaging>
1413
<name>swagger-parser-project</name>
1514
<developers>
@@ -167,7 +166,7 @@
167166
<goals>
168167
<goal>check</goal>
169168
</goals>
170-
<configuration></configuration>
169+
<configuration />
171170
</execution>
172171
</executions>
173172
<configuration>
@@ -254,7 +253,7 @@
254253
<swagger-parser-v2-version>1.0.28</swagger-parser-v2-version>
255254
<commons-io-version>2.4</commons-io-version>
256255
<slf4j-version>1.6.3</slf4j-version>
257-
<swagger-core-version>2.0.0-SNAPSHOT</swagger-core-version>
256+
<swagger-core-version>2.0.0-rc2</swagger-core-version>
258257
<junit-version>4.8.1</junit-version>
259258
<testng-version>6.9.6</testng-version>
260259
<jmockit-version>1.19</jmockit-version>

0 commit comments

Comments
 (0)