Skip to content

Commit 344f875

Browse files
authored
Merge pull request swagger-api#2377 from frantuma/prepare-2.0.0-rc0
prepare release candidate 2.0.0-rc0
2 parents 849c6d9 + a734808 commit 344f875

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

modules/swagger-annotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0-rc0</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>io.swagger</groupId>
1111
<artifactId>swagger-annotations</artifactId>
12-
<version>2.0.0-SNAPSHOT</version>
12+
<version>2.0.0-rc0</version>
1313
<packaging>bundle</packaging>
1414
<name>swagger-annotations</name>
1515
<build>

modules/swagger-core/pom.xml

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

modules/swagger-integration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.swagger</groupId>
88
<artifactId>swagger-project</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0-rc0</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212
<groupId>io.swagger</groupId>
1313
<artifactId>swagger-integration</artifactId>
14-
<version>2.0.0-SNAPSHOT</version>
14+
<version>2.0.0-rc0</version>
1515
<packaging>bundle</packaging>
1616
<name>swagger-integration</name>
1717
<dependencies>

modules/swagger-integration/src/main/resources/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Manifest-Version: 1.0
2-
Bnd-LastModified: 1502697132904
2+
Bnd-LastModified: 1502898398192
33
Build-Jdk: 1.8.0_72
44
Built-By: frantuma
55
Bundle-Description: Sonatype helps open source projects to set up Maven
@@ -8,11 +8,11 @@ Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.html
88
Bundle-ManifestVersion: 2
99
Bundle-Name: swagger-integration
1010
Bundle-SymbolicName: io.swagger.integration
11-
Bundle-Version: 2.0.0.SNAPSHOT
11+
Bundle-Version: 2.0.0.rc0
1212
Created-By: Apache Maven Bundle Plugin
1313
Export-Package: io.swagger.oas.integration;version="2.0.0.SNAPSHOT";uses
1414
:="io.swagger.oas.models,org.apache.commons.lang3.tuple,org.slf4j"
15-
implementation-version: 2.0.0-SNAPSHOT
15+
implementation-version: 2.0.0-rc0
1616
Import-Package: com.fasterxml.jackson.databind;version="[2.8,3)",io.swag
1717
ger.oas.models;version="[2.0,3)",io.swagger.util;version="[2.0,3)",org.
1818
apache.commons.lang3;version="[3.2,4)",org.apache.commons.lang3.tuple;v

modules/swagger-jaxrs2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>swagger-project</artifactId>
77
<groupId>io.swagger</groupId>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0-rc0</version>
99
<relativePath>../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

modules/swagger-models/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-project</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-rc0</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
@@ -10,7 +10,7 @@
1010
<artifactId>swagger-project</artifactId>
1111
<packaging>pom</packaging>
1212
<name>swagger-project</name>
13-
<version>2.0.0-SNAPSHOT</version>
13+
<version>2.0.0-rc0</version>
1414
<url>https://github.com/swagger-api/swagger-core</url>
1515
<scm>
1616
<connection>scm:git:[email protected]:swagger-api/swagger-core.git</connection>

0 commit comments

Comments
 (0)