Skip to content

Commit fcc8556

Browse files
authored
Merge pull request #2385 from frantuma/update-readme
update readme with 2.0.0-rc1 version
2 parents 9ed5448 + bb6b3a7 commit fcc8556

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
3232

3333
Swagger 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
3636
1.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
3737
1.3.12 | 2014-12-23 | 1.2 | [tag v1.3.12](https://github.com/swagger-api/swagger-core/tree/v1.3.12) | Supported
3838
1.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
```

0 commit comments

Comments
 (0)