Skip to content

Commit 26ad99a

Browse files
committed
updated readme
1 parent 5819e4a commit 26ad99a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
The goal of Swagger™ is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via Swagger, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, Swagger removes the guesswork in calling the service.
77

8-
Swagger-core is the Java implementation of Swagger. Current version supports *JAX-RS*. Future milestone releases will add support for *plain Servlets* and *Play Framework*.
8+
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).
99

1010
Check out [Swagger-Spec](https://github.com/swagger-api/swagger-spec) for additional information about the Swagger project, including additional libraries with support for SpringMVC, other languages and more.
1111

@@ -48,12 +48,12 @@ If you're interested in the change history of swagger and the swagger-core frame
4848
### Prerequisites
4949
You need the following installed and available in your $PATH:
5050

51-
* Java 6 (http://java.oracle.com)
51+
* Java 7 (http://java.oracle.com)
5252
* Apache maven 3.0.4 or greater (http://maven.apache.org/)
5353
* Jackson 2.4.5 or greater
5454

5555

56-
### To build from source (currently 1.5.4-SNAPSHOT)
56+
### To build from source (currently 1.5.5-SNAPSHOT)
5757
```
5858
# first time building locally
5959
mvn -N

0 commit comments

Comments
 (0)