File tree Expand file tree Collapse file tree 11 files changed +17
-15
lines changed
swagger-hibernate-validations Expand file tree Collapse file tree 11 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,11 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
32
32
33
33
Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
34
34
------------------------- | ------------ | -------------------------- | ----- | ----
35
+ 2.0.0-rc3 | 2017-11-21 | 3.0 | [ tag v2.0.0-rc3] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc3 ) | Supported
35
36
2.0.0-rc2 | 2017-09-29 | 3.0 | [ tag v2.0.0-rc2] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc2 ) | Supported
36
37
2.0.0-rc1 | 2017-08-17 | 3.0 | [ tag v2.0.0-rc1] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc1 ) | Supported
37
- 1.5.16 (** current stable** )| 2017-07-15 | 2.0 | [ tag v1.5.16] ( https://github.com/swagger-api/swagger-core/tree/v1.5.16 ) | Supported
38
+ 1.5.17 (** current stable** )| 2017-11-21 | 2.0 | [ tag v1.5.17] ( https://github.com/swagger-api/swagger-core/tree/v1.5.17 ) | Supported
39
+ 1.5.16 | 2017-07-15 | 2.0 | [ tag v1.5.16] ( https://github.com/swagger-api/swagger-core/tree/v1.5.16 ) | Supported
38
40
1.3.12 | 2014-12-23 | 1.2 | [ tag v1.3.12] ( https://github.com/swagger-api/swagger-core/tree/v1.3.12 ) | Supported
39
41
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
40
42
1.0.0 | 2011-10-16 | 1.0 | [ tag v1.0] ( https://github.com/swagger-api/swagger-core/tree/v1.0 ) | Deprecated
@@ -61,7 +63,7 @@ You need the following installed and available in your $PATH:
61
63
* Apache maven 3.0.4 or greater (http://maven.apache.org/ )
62
64
63
65
64
- ### To build from source (currently 1.5.16 )
66
+ ### To build from source (currently 1.5.17 )
65
67
```
66
68
# first time building locally
67
69
mvn -N
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.swagger</groupId >
5
5
<artifactId >swagger-project</artifactId >
6
- <version >1.5.17-SNAPSHOT </version >
6
+ <version >1.5.17</version >
7
7
<relativePath >../..</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<groupId >io.swagger</groupId >
11
11
<artifactId >swagger-annotations</artifactId >
12
- <version >1.5.17-SNAPSHOT </version >
12
+ <version >1.5.17</version >
13
13
<packaging >bundle</packaging >
14
14
<name >swagger-annotations</name >
15
15
<build >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.swagger</groupId >
5
5
<artifactId >swagger-project</artifactId >
6
- <version >1.5.17-SNAPSHOT </version >
6
+ <version >1.5.17</version >
7
7
<relativePath >../..</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.swagger</groupId >
6
6
<artifactId >swagger-project</artifactId >
7
- <version >1.5.17-SNAPSHOT </version >
7
+ <version >1.5.17</version >
8
8
<relativePath >../..</relativePath >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<groupId >io.swagger</groupId >
12
12
<artifactId >swagger-hibernate-validations</artifactId >
13
13
<packaging >jar</packaging >
14
- <version >1.5.17-SNAPSHOT </version >
14
+ <version >1.5.17</version >
15
15
<name >swagger-hibernate-validations</name >
16
16
<build >
17
17
<sourceDirectory >src/main/java</sourceDirectory >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.swagger</groupId >
6
6
<artifactId >swagger-project</artifactId >
7
- <version >1.5.17-SNAPSHOT </version >
7
+ <version >1.5.17</version >
8
8
<relativePath >../..</relativePath >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.swagger</groupId >
6
6
<artifactId >swagger-project</artifactId >
7
- <version >1.5.17-SNAPSHOT </version >
7
+ <version >1.5.17</version >
8
8
<relativePath >../..</relativePath >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<groupId >io.swagger</groupId >
12
12
<artifactId >swagger-jersey-jaxrs</artifactId >
13
13
<packaging >jar</packaging >
14
- <version >1.5.17-SNAPSHOT </version >
14
+ <version >1.5.17</version >
15
15
<name >swagger-jersey-jaxrs</name >
16
16
<build >
17
17
<sourceDirectory >src/main/java</sourceDirectory >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.swagger</groupId >
6
6
<artifactId >swagger-project</artifactId >
7
- <version >1.5.17-SNAPSHOT </version >
7
+ <version >1.5.17</version >
8
8
<relativePath >../..</relativePath >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.swagger</groupId >
6
6
<artifactId >swagger-project</artifactId >
7
- <version >1.5.17-SNAPSHOT </version >
7
+ <version >1.5.17</version >
8
8
<relativePath >../..</relativePath >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.swagger</groupId >
5
5
<artifactId >swagger-project</artifactId >
6
- <version >1.5.17-SNAPSHOT </version >
6
+ <version >1.5.17</version >
7
7
<relativePath >../..</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.swagger</groupId >
6
6
<artifactId >swagger-project</artifactId >
7
- <version >1.5.17-SNAPSHOT </version >
7
+ <version >1.5.17</version >
8
8
<relativePath >../..</relativePath >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments