File tree 6 files changed +8
-10
lines changed
springdoc-openapi-starter-common
springdoc-openapi-starter-webflux-api
springdoc-openapi-starter-webflux-ui
springdoc-openapi-starter-webmvc-api
springdoc-openapi-starter-webmvc-ui
6 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<groupId >org.springdoc</groupId >
6
4
<artifactId >springdoc-openapi</artifactId >
7
- <version >2.0.0-SNAPSHOT </version >
5
+ <version >2.0.0-M1 </version >
8
6
<packaging >pom</packaging >
9
7
<name >Spring openapi documentation</name >
10
8
<description >Spring openapi documentation</description >
38
36
<
connection >scm:git:
[email protected] :springdoc/springdoc-openapi.git</
connection >
39
37
<
developerConnection >scm:git:
[email protected] :springdoc/springdoc-openapi.git
40
38
</developerConnection >
41
- <tag >HEAD </tag >
39
+ <tag >v2.0.0-M1 </tag >
42
40
</scm >
43
41
<distributionManagement >
44
42
<snapshotRepository >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.springdoc</groupId >
5
5
<artifactId >springdoc-openapi</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0-M1 </version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-starter-common</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.springdoc</groupId >
5
5
<artifactId >springdoc-openapi</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0-M1 </version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-starter-webflux-api</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.springdoc</groupId >
5
5
<artifactId >springdoc-openapi</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0-M1 </version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-starter-webflux-ui</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.springdoc</groupId >
5
5
<artifactId >springdoc-openapi</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0-M1 </version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-starter-webmvc-api</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.springdoc</groupId >
5
5
<artifactId >springdoc-openapi</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0-M1 </version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
9
9
<dependencies >
You can’t perform that action at this time.
0 commit comments