@@ -21,13 +21,15 @@ The OpenAPI Specification has undergone several revisions since initial creation
2121
2222Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
2323------------------------- | ------------ | -------------------------- | ----- | ----
24- 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
24+ 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
25+ 2.0.8 | 2019-04-24 | 3.0 | [ tag v2.0.8] ( https://github.com/swagger-api/swagger-core/tree/v2.0.8 ) | Supported
25262.0.7 | 2019-02-18 | 3.0 | [ tag v2.0.7] ( https://github.com/swagger-api/swagger-core/tree/v2.0.7 ) | Supported
26272.0.6 | 2018-11-27 | 3.0 | [ tag v2.0.6] ( https://github.com/swagger-api/swagger-core/tree/v2.0.6 ) | Supported
27282.0.5 | 2018-09-19 | 3.0 | [ tag v2.0.5] ( https://github.com/swagger-api/swagger-core/tree/v2.0.5 ) | Supported
28292.0.4 | 2018-09-05 | 3.0 | [ tag v2.0.4] ( https://github.com/swagger-api/swagger-core/tree/v2.0.4 ) | Supported
29302.0.3 | 2018-08-09 | 3.0 | [ tag v2.0.3] ( https://github.com/swagger-api/swagger-core/tree/v2.0.3 ) | Supported
30- 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
31+ 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
32+ 1.5.22 | 2019-02-18 | 2.0 | [ tag v1.5.22] ( https://github.com/swagger-api/swagger-core/tree/v1.5.22 ) | Supported
31331.5.21 | 2018-08-09 | 2.0 | [ tag v1.5.21] ( https://github.com/swagger-api/swagger-core/tree/v1.5.21 ) | Supported
32341.5.20 | 2018-05-23 | 2.0 | [ tag v1.5.20] ( https://github.com/swagger-api/swagger-core/tree/v1.5.20 ) | Supported
33352.0.2 | 2018-05-23 | 3.0 | [ tag v2.0.2] ( https://github.com/swagger-api/swagger-core/tree/v2.0.2 ) | Supported
@@ -57,7 +59,7 @@ You need the following installed and available in your $PATH:
5759* Jackson 2.4.5 or greater
5860
5961
60- ### To build from source (currently 2.0.9 -SNAPSHOT)
62+ ### To build from source (currently 2.0.10 -SNAPSHOT)
6163```
6264# first time building locally
6365mvn -N
0 commit comments