File tree Expand file tree Collapse file tree 11 files changed +27
-26
lines changed
swagger-hibernate-validations Expand file tree Collapse file tree 11 files changed +27
-26
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes |
62
62
2.0.5 | 2018-09-19 | 3.0 | [ tag v2.0.5] ( https://github.com/swagger-api/swagger-core/tree/v2.0.5 ) | Supported
63
63
2.0.4 | 2018-09-05 | 3.0 | [ tag v2.0.4] ( https://github.com/swagger-api/swagger-core/tree/v2.0.4 ) | Supported
64
64
2.0.3 | 2018-08-09 | 3.0 | [ tag v2.0.3] ( https://github.com/swagger-api/swagger-core/tree/v2.0.3 ) | Supported
65
- 1.6.8 (** current stable** )| 2022-10-16 | 2.0 | [ tag v1.6.8] ( https://github.com/swagger-api/swagger-core/tree/v1.6.8 ) | Supported
65
+ 1.6.9 (** current stable** )| 2022-11-15 | 2.0 | [ tag v1.6.9] ( https://github.com/swagger-api/swagger-core/tree/v1.6.9 ) | Supported
66
+ 1.6.8 | 2022-10-16 | 2.0 | [ tag v1.6.8] ( https://github.com/swagger-api/swagger-core/tree/v1.6.8 ) | Supported
66
67
1.6.7 | 2022-09-27 | 2.0 | [ tag v1.6.7] ( https://github.com/swagger-api/swagger-core/tree/v1.6.7 ) | Supported
67
68
1.6.6 | 2022-04-04 | 2.0 | [ tag v1.6.6] ( https://github.com/swagger-api/swagger-core/tree/v1.6.6 ) | Supported
68
69
1.6.5 | 2022-02-07 | 2.0 | [ tag v1.6.5] ( https://github.com/swagger-api/swagger-core/tree/v1.6.5 ) | Supported
@@ -114,7 +115,7 @@ You need the following installed and available in your $PATH:
114
115
* Apache maven 3.0.4 or greater (http://maven.apache.org/ )
115
116
116
117
117
- ### To build from source (currently 1.6.9 -SNAPSHOT)
118
+ ### To build from source (currently 1.6.10 -SNAPSHOT)
118
119
```
119
120
# first time building locally
120
121
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.6.9-SNAPSHOT </version >
6
+ <version >1.6.9</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.6.9-SNAPSHOT </version >
12
+ <version >1.6.9</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.6.9-SNAPSHOT </version >
6
+ <version >1.6.9</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.6.9-SNAPSHOT </version >
7
+ <version >1.6.9</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.6.9-SNAPSHOT </version >
14
+ <version >1.6.9</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.6.9-SNAPSHOT </version >
7
+ <version >1.6.9</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.6.9-SNAPSHOT </version >
7
+ <version >1.6.9</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.6.9-SNAPSHOT </version >
14
+ <version >1.6.9</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.6.9-SNAPSHOT </version >
7
+ <version >1.6.9</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.6.9-SNAPSHOT </version >
7
+ <version >1.6.9</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.6.9-SNAPSHOT </version >
6
+ <version >1.6.9</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.6.9-SNAPSHOT </version >
7
+ <version >1.6.9</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