Skip to content

Commit 6514905

Browse files
committed
readme cleanup
1 parent c7d7d5e commit 6514905

File tree

22 files changed

+567
-49
lines changed

22 files changed

+567
-49
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ The Swagger Specification has undergone 3 revisions since initial creation in 20
2828
Swagger core Version | Release Date | Swagger Spec compatibility | Notes | Status
2929
------------------------- | ------------ | -------------------------- | ----- | ----
3030
1.5.0 (in development) | n/a | 2.0 | [branch develop_2.0](https://github.com/swagger-api/swagger-core/tree/develop_2.0) | [1.5.0 Milestone](https://github.com/swagger-api/swagger-core/milestones/v1.5.0)
31-
1.3.10 | 2014-09-18 | 1.2 | [tag v1.3.10](https://github.com/swagger-api/swagger-core/tree/v1.3.10)
31+
1.3.11 | 2014-11-27 | 1.2 | [tag v1.3.11](https://github.com/swagger-api/swagger-core/tree/v1.3.11)
3232
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)
3333
1.0.0 | 2011-10-16 | 1.0 | [tag v1.0](https://github.com/swagger-api/swagger-core/tree/v1.0)
3434

3535
## Overview
36-
This is a project to build the swagger-core library, which is required for the Wordnik implementation of the Swagger spec. For more information about Wordnik's APIs, please visit http://developer.wordnik.com.
36+
This is a project to build the swagger-core library, which is required for the Reverb implementation of the Swagger spec. For more information about Wordnik's APIs, please visit http://developer.wordnik.com.
3737

3838

3939
### Change History
@@ -43,11 +43,11 @@ If you're interested in the change history of swagger and the swagger-core frame
4343
### Prerequisites
4444
You need the following installed and available in your $PATH:
4545

46-
<li>- Java 6, 7 (http://java.oracle.com)
46+
<li>- Java 7 (http://java.oracle.com)
4747

4848
<li>- Apache maven 3.0.4 or greater (http://maven.apache.org/)
4949

50-
### To build from source (currently 1.3.10)
50+
### To build from source (currently 1.3.11)
5151
```
5252
# first time building locally
5353
mvn -N

modules/swagger-play2-utils/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ That will put the swagger-play2-utils module in your local ivy repository for us
1717
include it in your application like this:
1818

1919
````
20-
val appDependencies: Seq[sbt.ModuleID] = Seq("swagger-play2-utils" %% "swagger-play2-utils" % "1.1-SNAPSHOT")
20+
val appDependencies: Seq[sbt.ModuleID] = Seq("swagger-play2-utils" %% "swagger-play2-utils" % "1.3.11")
2121
2222
````
2323

@@ -27,7 +27,7 @@ You can then add support to your app.
2727

2828
There are just a single step to integrate this plugin's features app with swagger.
2929

30-
Add the resource listing to your routes file (you can read more about the resource listing [here](https://github.com/wordnik/swagger-core/wiki/Resource-Listing)
30+
Add the resource listing to your routes file (you can read more about the resource listing [here](https://github.com/swagger-api/swagger-core/wiki/Resource-Listing)
3131

3232
````
3333
@@ -40,4 +40,4 @@ GET /admin.xml/ping controllers.HealthController.ping()
4040

4141
### Sample Application
4242

43-
Please take a look [here](https://github.com/wordnik/swagger-core/tree/master/samples/scala-play2) for a full sample application using the Swagger Play2 utils module.
43+
Please take a look [here](https://github.com/swagger-api/swagger-core/tree/master/samples/scala-play2) for a full sample application using the Swagger Play2 utils module.

0 commit comments

Comments
 (0)