File tree Expand file tree Collapse file tree 11 files changed +18
-16
lines changed
swagger-hibernate-validations Expand file tree Collapse file tree 11 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,10 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
3333
3434Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
3535------------------------- | ------------ | -------------------------- | ----- | ----
36- 1.5.19 (** current stable** )| 2018-04-16 | 2.0 | [ tag v1.5.19] ( https://github.com/swagger-api/swagger-core/tree/v1.5.19 ) | Supported
37- 2.0.1 (** current stable** )| 2018-04-16 | 3.0 | [ tag v2.0.1] ( https://github.com/swagger-api/swagger-core/tree/v2.0.1 ) | Supported
36+ 1.5.20 (** current stable** )| 2018-05-23 | 2.0 | [ tag v1.5.20] ( https://github.com/swagger-api/swagger-core/tree/v1.5.19 ) | Supported
37+ 2.0.2 (** current stable** )| 2018-05-23 | 3.0 | [ tag v2.0.2] ( https://github.com/swagger-api/swagger-core/tree/v2.0.1 ) | Supported
38+ 2.0.1 | 2018-04-16 | 3.0 | [ tag v2.0.1] ( https://github.com/swagger-api/swagger-core/tree/v2.0.1 ) | Supported
39+ 1.5.19 | 2018-04-16 | 2.0 | [ tag v1.5.19] ( https://github.com/swagger-api/swagger-core/tree/v1.5.19 ) | Supported
38402.0.0 | 2018-03-20 | 3.0 | [ tag v2.0.0] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0 ) | Supported
39412.0.0-rc4 | 2018-01-22 | 3.0 | [ tag v2.0.0-rc4] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc4 ) | Supported
40422.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
@@ -69,7 +71,7 @@ You need the following installed and available in your $PATH:
6971* Apache maven 3.0.4 or greater (http://maven.apache.org/ )
7072
7173
72- ### To build from source (currently 1.5.20 -SNAPSHOT)
74+ ### To build from source (currently 1.5.21 -SNAPSHOT)
7375```
7476# first time building locally
7577mvn -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.20-SNAPSHOT </version >
6+ <version >1.5.20</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.20-SNAPSHOT </version >
12+ <version >1.5.20</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.20-SNAPSHOT </version >
6+ <version >1.5.20</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.20-SNAPSHOT </version >
7+ <version >1.5.20</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.20-SNAPSHOT </version >
14+ <version >1.5.20</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.20-SNAPSHOT </version >
7+ <version >1.5.20</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.20-SNAPSHOT </version >
7+ <version >1.5.20</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.20-SNAPSHOT </version >
14+ <version >1.5.20</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.20-SNAPSHOT </version >
7+ <version >1.5.20</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.20-SNAPSHOT </version >
7+ <version >1.5.20</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.20-SNAPSHOT </version >
6+ <version >1.5.20</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.20-SNAPSHOT </version >
7+ <version >1.5.20</version >
88 <relativePath >../..</relativePath >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments