@@ -33,13 +33,15 @@ The OpenAPI Specification has undergone several revisions since initial creation
3333
3434Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
3535------------------------- | ------------ | -------------------------- | ----- | ----
36- 2.0.8 (** current stable** )| 2019-04-24 | 3.0 | [ tag v2.0.8] ( https://github.com/swagger-api/swagger-core/tree/v2.0.8 ) | Supported
36+ 2.0.9 (** current stable** )| 2019-08-22 | 3.0 | [ tag v2.0.9] ( https://github.com/swagger-api/swagger-core/tree/v2.0.9 ) | Supported
37+ 2.0.8 | 2019-04-24 | 3.0 | [ tag v2.0.8] ( https://github.com/swagger-api/swagger-core/tree/v2.0.8 ) | Supported
37382.0.7 | 2019-02-18 | 3.0 | [ tag v2.0.7] ( https://github.com/swagger-api/swagger-core/tree/v2.0.7 ) | Supported
38392.0.6 | 2018-11-27 | 3.0 | [ tag v2.0.6] ( https://github.com/swagger-api/swagger-core/tree/v2.0.6 ) | Supported
39402.0.5 | 2018-09-19 | 3.0 | [ tag v2.0.5] ( https://github.com/swagger-api/swagger-core/tree/v2.0.5 ) | Supported
40412.0.4 | 2018-09-05 | 3.0 | [ tag v2.0.4] ( https://github.com/swagger-api/swagger-core/tree/v2.0.4 ) | Supported
41422.0.3 | 2018-08-09 | 3.0 | [ tag v2.0.3] ( https://github.com/swagger-api/swagger-core/tree/v2.0.3 ) | Supported
42- 1.5.22 (** current stable** )| 2019-02-18 | 2.0 | [ tag v1.5.22] ( https://github.com/swagger-api/swagger-core/tree/v1.5.22 ) | Supported
43+ 1.5.23 (** current stable** )| 2019-08-22 | 2.0 | [ tag v1.5.23] ( https://github.com/swagger-api/swagger-core/tree/v1.5.23 ) | Supported
44+ 1.5.22 | 2019-02-18 | 2.0 | [ tag v1.5.22] ( https://github.com/swagger-api/swagger-core/tree/v1.5.22 ) | Supported
43451.5.21 | 2018-08-09 | 2.0 | [ tag v1.5.21] ( https://github.com/swagger-api/swagger-core/tree/v1.5.21 ) | Supported
44461.5.20 | 2018-05-23 | 2.0 | [ tag v1.5.20] ( https://github.com/swagger-api/swagger-core/tree/v1.5.20 ) | Supported
45472.0.2 | 2018-05-23 | 3.0 | [ tag v2.0.2] ( https://github.com/swagger-api/swagger-core/tree/v2.0.2 ) | Supported
@@ -79,7 +81,7 @@ You need the following installed and available in your $PATH:
7981* Apache maven 3.0.4 or greater (http://maven.apache.org/ )
8082
8183
82- ### To build from source (currently 1.5.23 -SNAPSHOT)
84+ ### To build from source (currently 1.5.24 -SNAPSHOT)
8385```
8486# first time building locally
8587mvn -N
0 commit comments