File tree Expand file tree Collapse file tree 11 files changed +17
-15
lines changed
swagger-hibernate-validations Expand file tree Collapse file tree 11 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,11 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
3232
3333Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
3434------------------------- | ------------ | -------------------------- | ----- | ----
35+ 2.0.0-rc3 | 2017-11-21 | 3.0 | [ tag v2.0.0-rc3] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc3 ) | Supported
35362.0.0-rc2 | 2017-09-29 | 3.0 | [ tag v2.0.0-rc2] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc2 ) | Supported
36372.0.0-rc1 | 2017-08-17 | 3.0 | [ tag v2.0.0-rc1] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc1 ) | Supported
37- 1.5.16 (** current stable** )| 2017-07-15 | 2.0 | [ tag v1.5.16] ( https://github.com/swagger-api/swagger-core/tree/v1.5.16 ) | Supported
38+ 1.5.17 (** current stable** )| 2017-11-21 | 2.0 | [ tag v1.5.17] ( https://github.com/swagger-api/swagger-core/tree/v1.5.17 ) | Supported
39+ 1.5.16 | 2017-07-15 | 2.0 | [ tag v1.5.16] ( https://github.com/swagger-api/swagger-core/tree/v1.5.16 ) | Supported
38401.3.12 | 2014-12-23 | 1.2 | [ tag v1.3.12] ( https://github.com/swagger-api/swagger-core/tree/v1.3.12 ) | Supported
39411.2.4 | 2013-06-19 | 1.1 | [ tag swagger-project_2.10.0-1.2.4] ( https://github.com/swagger-api/swagger-core/tree/swagger-project_2.10.0-1.2.4 ) | Deprecated
40421.0.0 | 2011-10-16 | 1.0 | [ tag v1.0] ( https://github.com/swagger-api/swagger-core/tree/v1.0 ) | Deprecated
@@ -61,7 +63,7 @@ You need the following installed and available in your $PATH:
6163* Apache maven 3.0.4 or greater (http://maven.apache.org/ )
6264
6365
64- ### To build from source (currently 1.5.16 )
66+ ### To build from source (currently 1.5.17 )
6567```
6668# first time building locally
6769mvn -N
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >io.swagger</groupId >
55 <artifactId >swagger-project</artifactId >
6- <version >1.5.17-SNAPSHOT </version >
6+ <version >1.5.17</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >io.swagger</groupId >
1111 <artifactId >swagger-annotations</artifactId >
12- <version >1.5.17-SNAPSHOT </version >
12+ <version >1.5.17</version >
1313 <packaging >bundle</packaging >
1414 <name >swagger-annotations</name >
1515 <build >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >io.swagger</groupId >
55 <artifactId >swagger-project</artifactId >
6- <version >1.5.17-SNAPSHOT </version >
6+ <version >1.5.17</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.swagger</groupId >
66 <artifactId >swagger-project</artifactId >
7- <version >1.5.17-SNAPSHOT </version >
7+ <version >1.5.17</version >
88 <relativePath >../..</relativePath >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111 <groupId >io.swagger</groupId >
1212 <artifactId >swagger-hibernate-validations</artifactId >
1313 <packaging >jar</packaging >
14- <version >1.5.17-SNAPSHOT </version >
14+ <version >1.5.17</version >
1515 <name >swagger-hibernate-validations</name >
1616 <build >
1717 <sourceDirectory >src/main/java</sourceDirectory >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.swagger</groupId >
66 <artifactId >swagger-project</artifactId >
7- <version >1.5.17-SNAPSHOT </version >
7+ <version >1.5.17</version >
88 <relativePath >../..</relativePath >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.swagger</groupId >
66 <artifactId >swagger-project</artifactId >
7- <version >1.5.17-SNAPSHOT </version >
7+ <version >1.5.17</version >
88 <relativePath >../..</relativePath >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111 <groupId >io.swagger</groupId >
1212 <artifactId >swagger-jersey-jaxrs</artifactId >
1313 <packaging >jar</packaging >
14- <version >1.5.17-SNAPSHOT </version >
14+ <version >1.5.17</version >
1515 <name >swagger-jersey-jaxrs</name >
1616 <build >
1717 <sourceDirectory >src/main/java</sourceDirectory >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.swagger</groupId >
66 <artifactId >swagger-project</artifactId >
7- <version >1.5.17-SNAPSHOT </version >
7+ <version >1.5.17</version >
88 <relativePath >../..</relativePath >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.swagger</groupId >
66 <artifactId >swagger-project</artifactId >
7- <version >1.5.17-SNAPSHOT </version >
7+ <version >1.5.17</version >
88 <relativePath >../..</relativePath >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >io.swagger</groupId >
55 <artifactId >swagger-project</artifactId >
6- <version >1.5.17-SNAPSHOT </version >
6+ <version >1.5.17</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.swagger</groupId >
66 <artifactId >swagger-project</artifactId >
7- <version >1.5.17-SNAPSHOT </version >
7+ <version >1.5.17</version >
88 <relativePath >../..</relativePath >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments