File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
3232
3333Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
3434------------------------- | ------------ | -------------------------- | ----- | ----
35- 2.0.0-rc0 | 2017-08-16 | 3.0 | [ tag v2.0.0-rc0 ] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc0 ) | Supported
35+ 2.0.0-rc1 | 2017-08-17 | 3.0 | [ tag v2.0.0-rc1 ] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc1 ) | Supported
36361.5.16 (** current stable** )| 2017-07-15 | 2.0 | [ tag v1.5.16] ( https://github.com/swagger-api/swagger-core/tree/v1.5.16 ) | Supported
37371.3.12 | 2014-12-23 | 1.2 | [ tag v1.3.12] ( https://github.com/swagger-api/swagger-core/tree/v1.3.12 ) | Supported
38381.2.4 | 2013-06-19 | 1.1 | [ tag swagger-project_2.10.0-1.2.4] ( https://github.com/swagger-api/swagger-core/tree/swagger-project_2.10.0-1.2.4 ) | Deprecated
@@ -53,6 +53,12 @@ You need the following installed and available in your $PATH:
5353* Java 7 (http://java.oracle.com )
5454* Apache maven 3.0.4 or greater (http://maven.apache.org/ )
5555
56+ ### Prerequisites 2.X
57+ You need the following installed and available in your $PATH:
58+
59+ * Java 8 (http://java.oracle.com )
60+ * Apache maven 3.0.4 or greater (http://maven.apache.org/ )
61+
5662
5763### To build from source (currently 1.5.16)
5864```
You can’t perform that action at this time.
0 commit comments