You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The goal of Swagger™ is to define a standard, language-agnostic interface to R
9
9
10
10
Swagger Core is the Java implementation of Swagger. Current version supports *JAX-RS* and plain servlets. Integration with the Play! framework has been moved to [Swagger-Play](https://github.com/swagger-api/swagger-play).
11
11
12
-
Check out [Swagger-Spec](https://github.com/OAI/OpenAPI-Specification) for additional information about the Swagger project, including additional libraries with support for SpringMVC, other languages and more.
12
+
Check out [Swagger-Spec](https://github.com/OAI/OpenAPI-Specification) for additional information about the Swagger project, including additional libraries with support for SpringMVC, other languages and more.
@@ -70,7 +72,7 @@ Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes |
70
72
To allow independent development, scala support has been moved into a separate project. See the [swagger-scala-module](https://github.com/swagger-api/swagger-scala-module) for details. Play! framework support has moved to [swagger-play](https://github.com/swagger-api/swagger-play).
71
73
72
74
## Overview
73
-
This is a project to build the swagger-core library, which is required for the Swagger implementation of the OpenAPI Spec.
75
+
This is a project to build the swagger-core library, which is required for the Swagger implementation of the OpenAPI Spec.
74
76
75
77
### Change History
76
78
If you're interested in the change history of swagger and the swagger-core framework, see [here](https://github.com/swagger-api/swagger-core/releases).
@@ -88,7 +90,7 @@ You need the following installed and available in your $PATH:
88
90
* Apache maven 3.0.4 or greater (http://maven.apache.org/)
89
91
90
92
91
-
### To build from source (currently 1.6.2-SNAPSHOT)
93
+
### To build from source (currently 1.6.3-SNAPSHOT)
0 commit comments