Skip to content

Commit eea5b46

Browse files
committed
Merge pull request #1505 from swagger-api/1.5.4-release
1.5.4 release
2 parents baadf78 + 58f2650 commit eea5b46

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

README.md

Lines changed: 5 additions & 5 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

@@ -30,8 +30,8 @@ The Swagger Specification has undergone 3 revisions since initial creation in 20
3030

3131
Swagger core Version | Release Date | Swagger Spec compatibility | Notes | Status
3232
------------------------- | ------------ | -------------------------- | ----- | ----
33-
1.5.4-SNAPSHOT | | 2.0 | [master](https://github.com/swagger-api/swagger-core) | Under Development
34-
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
33+
1.5.5-SNAPSHOT | | 2.0 | [master](https://github.com/swagger-api/swagger-core) | Under Development
34+
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
3535
1.3.12 | 2014-12-23 | 1.2 | [tag v1.3.12](https://github.com/swagger-api/swagger-core/tree/v1.3.12) | Supported
3636
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
3737
1.0.0 | 2011-10-16 | 1.0 | [tag v1.0](https://github.com/swagger-api/swagger-core/tree/v1.0) | Deprecated
@@ -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

modules/swagger-annotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.5.4-SNAPSHOT</version>
6+
<version>1.5.4</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>io.swagger</groupId>
1111
<artifactId>swagger-annotations</artifactId>
12-
<version>1.5.4-SNAPSHOT</version>
12+
<version>1.5.4</version>
1313
<packaging>bundle</packaging>
1414
<name>swagger-annotations</name>
1515
<build>

modules/swagger-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.5.4-SNAPSHOT</version>
6+
<version>1.5.4</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-hibernate-validations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>1.5.4-SNAPSHOT</version>
7+
<version>1.5.4</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.swagger</groupId>
1212
<artifactId>swagger-hibernate-validations</artifactId>
1313
<packaging>jar</packaging>
14-
<version>1.5.4-SNAPSHOT</version>
14+
<version>1.5.4</version>
1515
<name>swagger-hibernate-validations</name>
1616
<build>
1717
<sourceDirectory>src/main/java</sourceDirectory>

modules/swagger-jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>1.5.4-SNAPSHOT</version>
7+
<version>1.5.4</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

modules/swagger-jersey-jaxrs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>1.5.4-SNAPSHOT</version>
7+
<version>1.5.4</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.swagger</groupId>
1212
<artifactId>swagger-jersey-jaxrs</artifactId>
1313
<packaging>jar</packaging>
14-
<version>1.5.4-SNAPSHOT</version>
14+
<version>1.5.4</version>
1515
<name>swagger-jersey-jaxrs</name>
1616
<build>
1717
<sourceDirectory>src/main/java</sourceDirectory>

modules/swagger-jersey2-jaxrs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>1.5.4-SNAPSHOT</version>
7+
<version>1.5.4</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.swagger</groupId>
1212
<artifactId>swagger-jersey2-jaxrs</artifactId>
1313
<packaging>jar</packaging>
14-
<version>1.5.4-SNAPSHOT</version>
14+
<version>1.5.4</version>
1515
<name>swagger-jersey2-jaxrs (Jersey 2.x support)</name>
1616
<build>
1717
<sourceDirectory>src/main/java</sourceDirectory>

modules/swagger-models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.5.4-SNAPSHOT</version>
6+
<version>1.5.4</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-mule/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger</groupId>
55
<artifactId>swagger-project</artifactId>
6-
<version>1.5.4-SNAPSHOT</version>
6+
<version>1.5.4</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-project</artifactId>
7-
<version>1.5.4-SNAPSHOT</version>
7+
<version>1.5.4</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)