Skip to content

Commit

Permalink
prepare release candidate 2.0.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Aug 16, 2017
1 parent 849c6d9 commit a734808
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions modules/swagger-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc0</version>
<packaging>bundle</packaging>
<name>swagger-annotations</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc0</version>
<relativePath>../..</relativePath>
</parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-integration</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc0</version>
<packaging>bundle</packaging>
<name>swagger-integration</name>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Bnd-LastModified: 1502697132904
Bnd-LastModified: 1502898398192
Build-Jdk: 1.8.0_72
Built-By: frantuma
Bundle-Description: Sonatype helps open source projects to set up Maven
Expand All @@ -8,11 +8,11 @@ Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.html
Bundle-ManifestVersion: 2
Bundle-Name: swagger-integration
Bundle-SymbolicName: io.swagger.integration
Bundle-Version: 2.0.0.SNAPSHOT
Bundle-Version: 2.0.0.rc0
Created-By: Apache Maven Bundle Plugin
Export-Package: io.swagger.oas.integration;version="2.0.0.SNAPSHOT";uses
:="io.swagger.oas.models,org.apache.commons.lang3.tuple,org.slf4j"
implementation-version: 2.0.0-SNAPSHOT
implementation-version: 2.0.0-rc0
Import-Package: com.fasterxml.jackson.databind;version="[2.8,3)",io.swag
ger.oas.models;version="[2.0,3)",io.swagger.util;version="[2.0,3)",org.
apache.commons.lang3;version="[3.2,4)",org.apache.commons.lang3.tuple;v
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-jaxrs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>swagger-project</artifactId>
<groupId>io.swagger</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc0</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>swagger-project</artifactId>
<packaging>pom</packaging>
<name>swagger-project</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc0</version>
<url>https://github.com/swagger-api/swagger-core</url>
<scm>
<connection>scm:git:[email protected]:swagger-api/swagger-core.git</connection>
Expand Down

0 comments on commit a734808

Please sign in to comment.