@@ -33,11 +33,13 @@ 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.6 (** current stable** )| 2018-11-27 | 3.0 | [ tag v2.0.6] ( https://github.com/swagger-api/swagger-core/tree/v2.0.6 ) | Supported
36+ 2.0.7 (** current stable** )| 2019-02-18 | 3.0 | [ tag v2.0.7] ( https://github.com/swagger-api/swagger-core/tree/v2.0.7 ) | Supported
37+ 2.0.6 | 2018-11-27 | 3.0 | [ tag v2.0.6] ( https://github.com/swagger-api/swagger-core/tree/v2.0.6 ) | Supported
37382.0.5 | 2018-09-19 | 3.0 | [ tag v2.0.5] ( https://github.com/swagger-api/swagger-core/tree/v2.0.5 ) | Supported
38392.0.4 | 2018-09-05 | 3.0 | [ tag v2.0.4] ( https://github.com/swagger-api/swagger-core/tree/v2.0.4 ) | Supported
39402.0.3 | 2018-08-09 | 3.0 | [ tag v2.0.3] ( https://github.com/swagger-api/swagger-core/tree/v2.0.3 ) | Supported
40- 1.5.21 (** current stable** )| 2018-08-09 | 2.0 | [ tag v1.5.21] ( https://github.com/swagger-api/swagger-core/tree/v1.5.21 ) | Supported
41+ 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
42+ 1.5.21 | 2018-08-09 | 2.0 | [ tag v1.5.21] ( https://github.com/swagger-api/swagger-core/tree/v1.5.21 ) | Supported
41431.5.20 | 2018-05-23 | 2.0 | [ tag v1.5.20] ( https://github.com/swagger-api/swagger-core/tree/v1.5.20 ) | Supported
42442.0.2 | 2018-05-23 | 3.0 | [ tag v2.0.2] ( https://github.com/swagger-api/swagger-core/tree/v2.0.2 ) | Supported
43452.0.1 | 2018-04-16 | 3.0 | [ tag v2.0.1] ( https://github.com/swagger-api/swagger-core/tree/v2.0.1 ) | Supported
@@ -76,7 +78,7 @@ You need the following installed and available in your $PATH:
7678* Apache maven 3.0.4 or greater (http://maven.apache.org/ )
7779
7880
79- ### To build from source (currently 1.5.22 -SNAPSHOT)
81+ ### To build from source (currently 1.5.23 -SNAPSHOT)
8082```
8183# first time building locally
8284mvn -N
0 commit comments