@@ -33,15 +33,17 @@ 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.10 (** current stable** )| 2019-10-11 | 3.0 | [ tag v2.0.10] ( https://github.com/swagger-api/swagger-core/tree/v2.0.10 ) | Supported
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
37+ 2.0.10 | 2019-10-11 | 3.0 | [ tag v2.0.10] ( https://github.com/swagger-api/swagger-core/tree/v2.0.10 ) | Supported
37382.0.9 | 2019-08-22 | 3.0 | [ tag v2.0.9] ( https://github.com/swagger-api/swagger-core/tree/v2.0.9 ) | Supported
38392.0.8 | 2019-04-24 | 3.0 | [ tag v2.0.8] ( https://github.com/swagger-api/swagger-core/tree/v2.0.8 ) | Supported
39402.0.7 | 2019-02-18 | 3.0 | [ tag v2.0.7] ( https://github.com/swagger-api/swagger-core/tree/v2.0.7 ) | Supported
40412.0.6 | 2018-11-27 | 3.0 | [ tag v2.0.6] ( https://github.com/swagger-api/swagger-core/tree/v2.0.6 ) | Supported
41422.0.5 | 2018-09-19 | 3.0 | [ tag v2.0.5] ( https://github.com/swagger-api/swagger-core/tree/v2.0.5 ) | Supported
42432.0.4 | 2018-09-05 | 3.0 | [ tag v2.0.4] ( https://github.com/swagger-api/swagger-core/tree/v2.0.4 ) | Supported
43442.0.3 | 2018-08-09 | 3.0 | [ tag v2.0.3] ( https://github.com/swagger-api/swagger-core/tree/v2.0.3 ) | Supported
44- 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
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
46+ 1.5.24 | 2019-10-11 | 2.0 | [ tag v1.5.24] ( https://github.com/swagger-api/swagger-core/tree/v1.5.24 ) | Supported
45471.5.23 | 2019-08-22 | 2.0 | [ tag v1.5.23] ( https://github.com/swagger-api/swagger-core/tree/v1.5.23 ) | Supported
46481.5.22 | 2019-02-18 | 2.0 | [ tag v1.5.22] ( https://github.com/swagger-api/swagger-core/tree/v1.5.22 ) | Supported
47491.5.21 | 2018-08-09 | 2.0 | [ tag v1.5.21] ( https://github.com/swagger-api/swagger-core/tree/v1.5.21 ) | Supported
@@ -73,7 +75,7 @@ If you're interested in the change history of swagger and the swagger-core frame
7375### Prerequisites
7476You need the following installed and available in your $PATH:
7577
76- * Java 7 (http://java.oracle.com )
78+ * Java 8 (http://java.oracle.com )
7779* Apache maven 3.0.4 or greater (http://maven.apache.org/ )
7880
7981### Prerequisites 2.X
@@ -83,7 +85,7 @@ You need the following installed and available in your $PATH:
8385* Apache maven 3.0.4 or greater (http://maven.apache.org/ )
8486
8587
86- ### To build from source (currently 1.5.25 -SNAPSHOT)
88+ ### To build from source (currently 1.6.1 -SNAPSHOT)
8789```
8890# first time building locally
8991mvn -N
0 commit comments