File tree Expand file tree Collapse file tree 8 files changed +18
-17
lines changed
swagger-jaxrs2-servlet-initializer Expand file tree Collapse file tree 8 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ The OpenAPI Specification has undergone several revisions since initial creation
2929
3030Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
3131------------------------- | ------------ | -------------------------- | ----- | ----
32- 2.0.1 (** current stable** )| 2018-04-16 | 3.0 | [ tag v2.0.1] ( https://github.com/swagger-api/swagger-core/tree/v2.0.1 ) | Supported
32+ 2.0.2 (** current stable** )| 2018-05-24 | 3.0 | [ tag v2.0.2] ( https://github.com/swagger-api/swagger-core/tree/v2.0.2 ) | Supported
33+ 2.0.1 | 2018-04-16 | 3.0 | [ tag v2.0.1] ( https://github.com/swagger-api/swagger-core/tree/v2.0.1 ) | Supported
33341.5.19 (** current stable** )| 2018-04-16 | 2.0 | [ tag v1.5.19] ( https://github.com/swagger-api/swagger-core/tree/v1.5.19 ) | Supported
34352.0.0 | 2018-03-20 | 3.0 | [ tag v2.0.0] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0 ) | Supported
35362.0.0-rc4 | 2018-01-22 | 3.0 | [ tag v2.0.0-rc4] ( https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc4 ) | Supported
@@ -58,7 +59,7 @@ You need the following installed and available in your $PATH:
5859* Jackson 2.4.5 or greater
5960
6061
61- ### To build from source (currently 2.0.2 -SNAPSHOT)
62+ ### To build from source (currently 2.0.3 -SNAPSHOT)
6263```
6364# first time building locally
6465mvn -N
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >io.swagger.core.v3</groupId >
55 <artifactId >swagger-project</artifactId >
6- <version >2.0.2-SNAPSHOT </version >
6+ <version >2.0.2</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >io.swagger.core.v3</groupId >
1111 <artifactId >swagger-annotations</artifactId >
12- <version >2.0.2-SNAPSHOT </version >
12+ <version >2.0.2</version >
1313 <packaging >bundle</packaging >
1414 <name >swagger-annotations</name >
1515 <build >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >io.swagger.core.v3</groupId >
55 <artifactId >swagger-project</artifactId >
6- <version >2.0.2-SNAPSHOT </version >
6+ <version >2.0.2</version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.swagger.core.v3</groupId >
88 <artifactId >swagger-project</artifactId >
9- <version >2.0.2-SNAPSHOT </version >
9+ <version >2.0.2</version >
1010 <relativePath >../..</relativePath >
1111 </parent >
1212 <groupId >io.swagger.core.v3</groupId >
1313 <artifactId >swagger-integration</artifactId >
14- <version >2.0.2-SNAPSHOT </version >
14+ <version >2.0.2</version >
1515 <packaging >bundle</packaging >
1616 <name >swagger-integration</name >
1717 <dependencies >
5353 </plugins >
5454 </build >
5555 <properties >
56- <swagger .version>2.0.2-SNAPSHOT </swagger .version>
56+ <swagger .version>2.0.2</swagger .version>
5757 </properties >
5858</project >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >swagger-project</artifactId >
77 <groupId >io.swagger.core.v3</groupId >
8- <version >2.0.2-SNAPSHOT </version >
8+ <version >2.0.2</version >
99 <relativePath >../../</relativePath >
1010 </parent >
1111 <modelVersion >4.0.0</modelVersion >
184184 </dependency >
185185 </dependencies >
186186 <properties >
187- <swagger .version>2.0.2-SNAPSHOT </swagger .version>
187+ <swagger .version>2.0.2</swagger .version>
188188 </properties >
189189</project >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >swagger-project</artifactId >
77 <groupId >io.swagger.core.v3</groupId >
8- <version >2.0.2-SNAPSHOT </version >
8+ <version >2.0.2</version >
99 <relativePath >../../</relativePath >
1010 </parent >
1111 <modelVersion >4.0.0</modelVersion >
292292 </dependency >
293293 </dependencies >
294294 <properties >
295- <models .version>2.0.2-SNAPSHOT </models .version>
296- <annotations .version>2.0.2-SNAPSHOT </annotations .version>
297- <core .version>2.0.2-SNAPSHOT </core .version>
298- <integration .version>2.0.2-SNAPSHOT </integration .version>
295+ <models .version>2.0.2</models .version>
296+ <annotations .version>2.0.2</annotations .version>
297+ <core .version>2.0.2</core .version>
298+ <integration .version>2.0.2</integration .version>
299299 </properties >
300300</project >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.swagger.core.v3</groupId >
66 <artifactId >swagger-project</artifactId >
7- <version >2.0.2-SNAPSHOT </version >
7+ <version >2.0.2</version >
88 <relativePath >../..</relativePath >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 1010 <artifactId >swagger-project</artifactId >
1111 <packaging >pom</packaging >
1212 <name >swagger-project</name >
13- <version >2.0.2-SNAPSHOT </version >
13+ <version >2.0.2</version >
1414 <url >https://github.com/swagger-api/swagger-core</url >
1515 <scm >
1616 <
connection >scm:git:
[email protected] :swagger-api/swagger-core.git</
connection >
You can’t perform that action at this time.
0 commit comments