From 5819e4a5d4ca31aaa13d0b036aed3727848a47e2 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 19 Oct 2015 15:09:25 -0700 Subject: [PATCH 1/3] prepare for release --- README.md | 4 ++-- modules/swagger-annotations/pom.xml | 4 ++-- modules/swagger-core/pom.xml | 2 +- modules/swagger-hibernate-validations/pom.xml | 4 ++-- modules/swagger-jaxrs/pom.xml | 2 +- modules/swagger-jersey-jaxrs/pom.xml | 4 ++-- modules/swagger-jersey2-jaxrs/pom.xml | 4 ++-- modules/swagger-models/pom.xml | 2 +- modules/swagger-mule/pom.xml | 2 +- modules/swagger-servlet/pom.xml | 2 +- pom.xml | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 97b9306b80..227305ea0c 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ The Swagger Specification has undergone 3 revisions since initial creation in 20 Swagger core Version | Release Date | Swagger Spec compatibility | Notes | Status ------------------------- | ------------ | -------------------------- | ----- | ---- -1.5.4-SNAPSHOT | | 2.0 | [master](https://github.com/swagger-api/swagger-core) | Under Development -1.5.3 (**current stable**) | 2015-08-04 | 2.0 | [tag v1.5.3](https://github.com/swagger-api/swagger-core/tree/v1.5.3) | Supported +1.5.5-SNAPSHOT | | 2.0 | [master](https://github.com/swagger-api/swagger-core) | Under Development +1.5.4 (**current stable**)| 2015-10-19 | 2.0 | [tag v1.5.4](https://github.com/swagger-api/swagger-core/tree/v1.5.4) | Supported 1.3.12 | 2014-12-23 | 1.2 | [tag v1.3.12](https://github.com/swagger-api/swagger-core/tree/v1.3.12) | Supported 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 1.0.0 | 2011-10-16 | 1.0 | [tag v1.0](https://github.com/swagger-api/swagger-core/tree/v1.0) | Deprecated diff --git a/modules/swagger-annotations/pom.xml b/modules/swagger-annotations/pom.xml index 1572859f33..17df0cca09 100644 --- a/modules/swagger-annotations/pom.xml +++ b/modules/swagger-annotations/pom.xml @@ -3,13 +3,13 @@ io.swagger swagger-project - 1.5.4-SNAPSHOT + 1.5.4 ../.. 4.0.0 io.swagger swagger-annotations - 1.5.4-SNAPSHOT + 1.5.4 bundle swagger-annotations diff --git a/modules/swagger-core/pom.xml b/modules/swagger-core/pom.xml index 17b2786622..215b2c24ff 100644 --- a/modules/swagger-core/pom.xml +++ b/modules/swagger-core/pom.xml @@ -3,7 +3,7 @@ io.swagger swagger-project - 1.5.4-SNAPSHOT + 1.5.4 ../.. 4.0.0 diff --git a/modules/swagger-hibernate-validations/pom.xml b/modules/swagger-hibernate-validations/pom.xml index 96053646f9..466fbdf172 100644 --- a/modules/swagger-hibernate-validations/pom.xml +++ b/modules/swagger-hibernate-validations/pom.xml @@ -4,14 +4,14 @@ io.swagger swagger-project - 1.5.4-SNAPSHOT + 1.5.4 ../.. 4.0.0 io.swagger swagger-hibernate-validations jar - 1.5.4-SNAPSHOT + 1.5.4 swagger-hibernate-validations src/main/java diff --git a/modules/swagger-jaxrs/pom.xml b/modules/swagger-jaxrs/pom.xml index 0239f491d7..cc4bf86440 100644 --- a/modules/swagger-jaxrs/pom.xml +++ b/modules/swagger-jaxrs/pom.xml @@ -4,7 +4,7 @@ io.swagger swagger-project - 1.5.4-SNAPSHOT + 1.5.4 ../.. 4.0.0 diff --git a/modules/swagger-jersey-jaxrs/pom.xml b/modules/swagger-jersey-jaxrs/pom.xml index 2d9ec2afd9..972e3d6229 100644 --- a/modules/swagger-jersey-jaxrs/pom.xml +++ b/modules/swagger-jersey-jaxrs/pom.xml @@ -4,14 +4,14 @@ io.swagger swagger-project - 1.5.4-SNAPSHOT + 1.5.4 ../.. 4.0.0 io.swagger swagger-jersey-jaxrs jar - 1.5.4-SNAPSHOT + 1.5.4 swagger-jersey-jaxrs src/main/java diff --git a/modules/swagger-jersey2-jaxrs/pom.xml b/modules/swagger-jersey2-jaxrs/pom.xml index 86f6c1b6e6..d0361caf5a 100644 --- a/modules/swagger-jersey2-jaxrs/pom.xml +++ b/modules/swagger-jersey2-jaxrs/pom.xml @@ -4,14 +4,14 @@ io.swagger swagger-project - 1.5.4-SNAPSHOT + 1.5.4 ../.. 4.0.0 io.swagger swagger-jersey2-jaxrs jar - 1.5.4-SNAPSHOT + 1.5.4 swagger-jersey2-jaxrs (Jersey 2.x support) src/main/java diff --git a/modules/swagger-models/pom.xml b/modules/swagger-models/pom.xml index b1186f32d4..13c5b11d15 100644 --- a/modules/swagger-models/pom.xml +++ b/modules/swagger-models/pom.xml @@ -3,7 +3,7 @@ io.swagger swagger-project - 1.5.4-SNAPSHOT + 1.5.4 ../.. 4.0.0 diff --git a/modules/swagger-mule/pom.xml b/modules/swagger-mule/pom.xml index 49be8ee944..f1e81774f8 100644 --- a/modules/swagger-mule/pom.xml +++ b/modules/swagger-mule/pom.xml @@ -3,7 +3,7 @@ io.swagger swagger-project - 1.5.4-SNAPSHOT + 1.5.4 ../.. 4.0.0 diff --git a/modules/swagger-servlet/pom.xml b/modules/swagger-servlet/pom.xml index 36f6f99e1a..a5f15d3c0e 100644 --- a/modules/swagger-servlet/pom.xml +++ b/modules/swagger-servlet/pom.xml @@ -4,7 +4,7 @@ io.swagger swagger-project - 1.5.4-SNAPSHOT + 1.5.4 ../.. 4.0.0 diff --git a/pom.xml b/pom.xml index 709301f0de..4f1b46321d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ swagger-project pom swagger-project - 1.5.4-SNAPSHOT + 1.5.4 https://github.com/swagger-api/swagger-core scm:git:git@github.com:swagger-api/swagger-core.git From 26ad99a0a6b14051a27be1252d5f988c9085fd5a Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 19 Oct 2015 15:13:31 -0700 Subject: [PATCH 2/3] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 227305ea0c..5881722bfd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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. -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*. +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). 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. @@ -48,12 +48,12 @@ If you're interested in the change history of swagger and the swagger-core frame ### Prerequisites You need the following installed and available in your $PATH: -* Java 6 (http://java.oracle.com) +* Java 7 (http://java.oracle.com) * Apache maven 3.0.4 or greater (http://maven.apache.org/) * Jackson 2.4.5 or greater -### To build from source (currently 1.5.4-SNAPSHOT) +### To build from source (currently 1.5.5-SNAPSHOT) ``` # first time building locally mvn -N From 58f2650d73405d76b9542dd7cddf4c08644be479 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 19 Oct 2015 15:14:31 -0700 Subject: [PATCH 3/3] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5881722bfd..f43850abec 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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. -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). +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). 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.