@@ -19,7 +19,8 @@ The OpenAPI Specification has undergone several revisions since initial creation
1919
2020Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
2121------------------------- | ------------ | -------------------------- | ----- | ----
22- 2.1.1 (** current stable** )| 2020-01-02 | 3.0 | [ tag v2.1.1] ( https://github.com/swagger-api/swagger-core/tree/v2.1.1 ) | Supported
22+ 2.1.2 (** current stable** )| 2020-04-01 | 3.0 | [ tag v2.1.2] ( https://github.com/swagger-api/swagger-core/tree/v2.1.2 ) | Supported
23+ 2.1.1 | 2020-01-02 | 3.0 | [ tag v2.1.1] ( https://github.com/swagger-api/swagger-core/tree/v2.1.1 ) | Supported
23242.1.0 | 2019-11-16 | 3.0 | [ tag v2.1.0] ( https://github.com/swagger-api/swagger-core/tree/v2.1.0 ) | Supported
24252.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
@@ -29,7 +30,8 @@ Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes |
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.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
33+ 1.6.1 (** current stable** )| 2020-04-01 | 2.0 | [ tag v1.6.1] ( https://github.com/swagger-api/swagger-core/tree/v1.6.1 ) | Supported
34+ 1.6.0 | 2019-11-16 | 2.0 | [ tag v1.6.0] ( https://github.com/swagger-api/swagger-core/tree/v1.6.0 ) | Supported
33351.5.24 | 2019-10-11 | 2.0 | [ tag v1.5.24] ( https://github.com/swagger-api/swagger-core/tree/v1.5.24 ) | Supported
34361.5.23 | 2019-08-22 | 2.0 | [ tag v1.5.23] ( https://github.com/swagger-api/swagger-core/tree/v1.5.23 ) | Supported
35371.5.22 | 2019-02-18 | 2.0 | [ tag v1.5.22] ( https://github.com/swagger-api/swagger-core/tree/v1.5.22 ) | Supported
@@ -62,7 +64,7 @@ You need the following installed and available in your $PATH:
6264* Jackson 2.4.5 or greater
6365
6466
65- ### To build from source (currently 2.1.2 -SNAPSHOT)
67+ ### To build from source (currently 2.1.3 -SNAPSHOT)
6668```
6769# first time building locally
6870mvn -N
0 commit comments