@@ -21,15 +21,17 @@ 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.10 (** current stable** )| 2019-10-11 | 3.0 | [ tag v2.0.10] ( https://github.com/swagger-api/swagger-core/tree/v2.0.10 ) | Supported
24+ 2.1.0 (** current stable** )| 2019-11-16 | 3.0 | [ tag v2.1.0] ( https://github.com/swagger-api/swagger-core/tree/v2.1.0 ) | Supported
25+ 2.0.10 | 2019-10-11 | 3.0 | [ tag v2.0.10] ( https://github.com/swagger-api/swagger-core/tree/v2.0.10 ) | Supported
25262.0.9 | 2019-08-22 | 3.0 | [ tag v2.0.9] ( https://github.com/swagger-api/swagger-core/tree/v2.0.9 ) | Supported
26272.0.8 | 2019-04-24 | 3.0 | [ tag v2.0.8] ( https://github.com/swagger-api/swagger-core/tree/v2.0.8 ) | Supported
27282.0.7 | 2019-02-18 | 3.0 | [ tag v2.0.7] ( https://github.com/swagger-api/swagger-core/tree/v2.0.7 ) | Supported
28292.0.6 | 2018-11-27 | 3.0 | [ tag v2.0.6] ( https://github.com/swagger-api/swagger-core/tree/v2.0.6 ) | Supported
29302.0.5 | 2018-09-19 | 3.0 | [ tag v2.0.5] ( https://github.com/swagger-api/swagger-core/tree/v2.0.5 ) | Supported
30312.0.4 | 2018-09-05 | 3.0 | [ tag v2.0.4] ( https://github.com/swagger-api/swagger-core/tree/v2.0.4 ) | Supported
31322.0.3 | 2018-08-09 | 3.0 | [ tag v2.0.3] ( https://github.com/swagger-api/swagger-core/tree/v2.0.3 ) | Supported
32- 1.5.24 (** current stable** )| 2019-10-11 | 2.0 | [ tag v1.5.24] ( https://github.com/swagger-api/swagger-core/tree/v1.5.24 ) | Supported
33+ 1.6.0 (** current stable** )| 2019-11-16 | 2.0 | [ tag v1.6.0] ( https://github.com/swagger-api/swagger-core/tree/v1.6.0 ) | Supported
34+ 1.5.24 | 2019-10-11 | 2.0 | [ tag v1.5.24] ( https://github.com/swagger-api/swagger-core/tree/v1.5.24 ) | Supported
33351.5.23 | 2019-08-22 | 2.0 | [ tag v1.5.23] ( https://github.com/swagger-api/swagger-core/tree/v1.5.23 ) | Supported
34361.5.22 | 2019-02-18 | 2.0 | [ tag v1.5.22] ( https://github.com/swagger-api/swagger-core/tree/v1.5.22 ) | Supported
35371.5.21 | 2018-08-09 | 2.0 | [ tag v1.5.21] ( https://github.com/swagger-api/swagger-core/tree/v1.5.21 ) | Supported
@@ -61,7 +63,7 @@ You need the following installed and available in your $PATH:
6163* Jackson 2.4.5 or greater
6264
6365
64- ### To build from source (currently 2.0.11 -SNAPSHOT)
66+ ### To build from source (currently 2.1.1 -SNAPSHOT)
6567```
6668# first time building locally
6769mvn -N
0 commit comments