Skip to content

Commit 650cd67

Browse files
committed
prepare release 2.0.0
1 parent 5336adb commit 650cd67

File tree

8 files changed

+17
-16
lines changed

8 files changed

+17
-16
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You need the following installed and available in your $PATH:
5353
* Jackson 2.4.5 or greater
5454

5555

56-
### To build from source (currently 2.0.0-SNAPSHOT)
56+
### To build from source (currently 2.0.0)
5757
```
5858
# first time building locally
5959
mvn -N
@@ -105,6 +105,7 @@ limitations under the License.
105105
* rework JsonProperty, readonly/writeonly support (#2169)
106106
* JsonIdentity support (#2704)
107107
* Complex types support in @ExtensionProperty (#2723)
108+
* Adds `openapi.json` and `openapi.yaml` to known locations (#2727)
108109

109110
### Bug fixes:
110111

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.core.v3</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>io.swagger.core.v3</groupId>
1111
<artifactId>swagger-annotations</artifactId>
12-
<version>2.0.0-SNAPSHOT</version>
12+
<version>2.0.0</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.core.v3</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-integration/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.swagger.core.v3</groupId>
88
<artifactId>swagger-project</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212
<groupId>io.swagger.core.v3</groupId>
1313
<artifactId>swagger-integration</artifactId>
14-
<version>2.0.0-SNAPSHOT</version>
14+
<version>2.0.0</version>
1515
<packaging>bundle</packaging>
1616
<name>swagger-integration</name>
1717
<dependencies>
@@ -53,6 +53,6 @@
5353
</plugins>
5454
</build>
5555
<properties>
56-
<swagger.version>2.0.0-SNAPSHOT</swagger.version>
56+
<swagger.version>2.0.0</swagger.version>
5757
</properties>
5858
</project>

modules/swagger-jaxrs2-servlet-initializer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>swagger-project</artifactId>
77
<groupId>io.swagger.core.v3</groupId>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
<relativePath>../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -174,6 +174,6 @@
174174
</dependency>
175175
</dependencies>
176176
<properties>
177-
<swagger.version>2.0.0-SNAPSHOT</swagger.version>
177+
<swagger.version>2.0.0</swagger.version>
178178
</properties>
179179
</project>

modules/swagger-jaxrs2/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>swagger-project</artifactId>
77
<groupId>io.swagger.core.v3</groupId>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
<relativePath>../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -257,9 +257,9 @@
257257
</dependency>
258258
</dependencies>
259259
<properties>
260-
<models.version>2.0.0-SNAPSHOT</models.version>
261-
<annotations.version>2.0.0-SNAPSHOT</annotations.version>
262-
<core.version>2.0.0-SNAPSHOT</core.version>
263-
<integration.version>2.0.0-SNAPSHOT</integration.version>
260+
<models.version>2.0.0</models.version>
261+
<annotations.version>2.0.0</annotations.version>
262+
<core.version>2.0.0</core.version>
263+
<integration.version>2.0.0</integration.version>
264264
</properties>
265265
</project>

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.core.v3</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</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</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)