@@ -33,12 +33,14 @@ 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
36382.0.0 | 2018-03-20 | 3.0 | [ tag v2.0.0] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0 ) | Supported
37392.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
38402.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
39412.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
40422.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
41- 1.5.18 ( ** current stable ** ) | 2018-01-22 | 2.0 | [ tag v1.5.18] ( https://github.com/swagger-api/swagger-core/tree/v1.5.18 ) | Supported
43+ 1.5.18 | 2018-01-22 | 2.0 | [ tag v1.5.18] ( https://github.com/swagger-api/swagger-core/tree/v1.5.18 ) | Supported
42441.5.17 | 2017-11-21 | 2.0 | [ tag v1.5.17] ( https://github.com/swagger-api/swagger-core/tree/v1.5.17 ) | Supported
43451.5.16 | 2017-07-15 | 2.0 | [ tag v1.5.16] ( https://github.com/swagger-api/swagger-core/tree/v1.5.16 ) | Supported
44461.3.12 | 2014-12-23 | 1.2 | [ tag v1.3.12] ( https://github.com/swagger-api/swagger-core/tree/v1.3.12 ) | Supported
@@ -67,7 +69,7 @@ You need the following installed and available in your $PATH:
6769* Apache maven 3.0.4 or greater (http://maven.apache.org/ )
6870
6971
70- ### To build from source (currently 1.5.19 -SNAPSHOT)
72+ ### To build from source (currently 1.5.20 -SNAPSHOT)
7173```
7274# first time building locally
7375mvn -N
0 commit comments