@@ -33,7 +33,9 @@ The OpenAPI Specification has undergone several revisions since initial creation
3333
3434Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
3535------------------------- | ------------ | -------------------------- | ----- | ----
36- 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
36+ 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
37+ 2.1.1 | 2020-01-02 | 3.0 | [ tag v2.1.1] ( https://github.com/swagger-api/swagger-core/tree/v2.1.1 ) | Supported
38+ 2.1.0 | 2019-11-16 | 3.0 | [ tag v2.1.0] ( https://github.com/swagger-api/swagger-core/tree/v2.1.0 ) | Supported
37392.0.10 | 2019-10-11 | 3.0 | [ tag v2.0.10] ( https://github.com/swagger-api/swagger-core/tree/v2.0.10 ) | Supported
38402.0.9 | 2019-08-22 | 3.0 | [ tag v2.0.9] ( https://github.com/swagger-api/swagger-core/tree/v2.0.9 ) | Supported
39412.0.8 | 2019-04-24 | 3.0 | [ tag v2.0.8] ( https://github.com/swagger-api/swagger-core/tree/v2.0.8 ) | Supported
@@ -42,7 +44,8 @@ Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes |
42442.0.5 | 2018-09-19 | 3.0 | [ tag v2.0.5] ( https://github.com/swagger-api/swagger-core/tree/v2.0.5 ) | Supported
43452.0.4 | 2018-09-05 | 3.0 | [ tag v2.0.4] ( https://github.com/swagger-api/swagger-core/tree/v2.0.4 ) | Supported
44462.0.3 | 2018-08-09 | 3.0 | [ tag v2.0.3] ( https://github.com/swagger-api/swagger-core/tree/v2.0.3 ) | Supported
45- 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
47+ 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
48+ 1.6.0 | 2019-11-16 | 2.0 | [ tag v1.6.0] ( https://github.com/swagger-api/swagger-core/tree/v1.6.0 ) | Supported
46491.5.24 | 2019-10-11 | 2.0 | [ tag v1.5.24] ( https://github.com/swagger-api/swagger-core/tree/v1.5.24 ) | Supported
47501.5.23 | 2019-08-22 | 2.0 | [ tag v1.5.23] ( https://github.com/swagger-api/swagger-core/tree/v1.5.23 ) | Supported
48511.5.22 | 2019-02-18 | 2.0 | [ tag v1.5.22] ( https://github.com/swagger-api/swagger-core/tree/v1.5.22 ) | Supported
@@ -85,7 +88,7 @@ You need the following installed and available in your $PATH:
8588* Apache maven 3.0.4 or greater (http://maven.apache.org/ )
8689
8790
88- ### To build from source (currently 1.6.1 -SNAPSHOT)
91+ ### To build from source (currently 1.6.2 -SNAPSHOT)
8992```
9093# first time building locally
9194mvn -N
0 commit comments