File tree 9 files changed +19
-37
lines changed
springdoc-openapi-data-rest
springdoc-openapi-security
springdoc-openapi-webflux-core
springdoc-openapi-webflux-ui
springdoc-openapi-webmvc-core
9 files changed +19
-37
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xmlns =" http://maven.apache.org/POM/4.0.0"
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 >1.2.29-SNAPSHOT </version >
5
+ <version >1.2.29</version >
8
6
<packaging >pom</packaging >
9
7
<name >Spring openapi documentation generator</name >
10
8
<description >Spring openapi documentation generator</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 >v1.2.11-SNAPSHOT </tag >
39
+ <tag >v1.2.29 </tag >
42
40
</scm >
43
41
<distributionManagement >
44
42
<snapshotRepository >
Original file line number Diff line number Diff line change 1
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xmlns =" http://maven.apache.org/POM/4.0.0"
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
<artifactId >springdoc-openapi-common</artifactId >
6
4
<name >${project.artifactId} </name >
7
5
<parent >
8
6
<groupId >org.springdoc</groupId >
9
7
<artifactId >springdoc-openapi</artifactId >
10
- <version >1.2.29-SNAPSHOT </version >
8
+ <version >1.2.29</version >
11
9
</parent >
12
10
<dependencies >
13
11
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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" >
5
3
<parent >
6
4
<artifactId >springdoc-openapi</artifactId >
7
5
<groupId >org.springdoc</groupId >
8
- <version >1.2.29-SNAPSHOT </version >
6
+ <version >1.2.29</version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
Original file line number Diff line number Diff line change 1
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xmlns =" http://maven.apache.org/POM/4.0.0"
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
<artifactId >springdoc-openapi-kotlin</artifactId >
6
4
<name >${project.artifactId} </name >
7
5
<parent >
8
6
<groupId >org.springdoc</groupId >
9
7
<artifactId >springdoc-openapi</artifactId >
10
- <version >1.2.29-SNAPSHOT </version >
8
+ <version >1.2.29</version >
11
9
</parent >
12
10
<dependencies >
13
11
<!-- springdoc-common -->
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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" >
5
3
<parent >
6
4
<artifactId >springdoc-openapi</artifactId >
7
5
<groupId >org.springdoc</groupId >
8
- <version >1.2.29-SNAPSHOT </version >
6
+ <version >1.2.29</version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
Original file line number Diff line number Diff line change 1
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xmlns =" http://maven.apache.org/POM/4.0.0"
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
<artifactId >springdoc-openapi-ui</artifactId >
6
4
<name >${project.artifactId} </name >
7
5
<parent >
8
6
<groupId >org.springdoc</groupId >
9
7
<artifactId >springdoc-openapi</artifactId >
10
- <version >1.2.29-SNAPSHOT </version >
8
+ <version >1.2.29</version >
11
9
</parent >
12
10
<dependencies >
13
11
<!-- springdoc-core -->
Original file line number Diff line number Diff line change 1
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xmlns =" http://maven.apache.org/POM/4.0.0"
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
<artifactId >springdoc-openapi-webflux-core</artifactId >
6
4
<name >${project.artifactId} </name >
7
5
<parent >
8
6
<groupId >org.springdoc</groupId >
9
7
<artifactId >springdoc-openapi</artifactId >
10
- <version >1.2.29-SNAPSHOT </version >
8
+ <version >1.2.29</version >
11
9
</parent >
12
10
<dependencies >
13
11
<!-- springdoc-common -->
Original file line number Diff line number Diff line change 1
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xmlns =" http://maven.apache.org/POM/4.0.0"
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
<artifactId >springdoc-openapi-webflux-ui</artifactId >
6
4
<name >${project.artifactId} </name >
7
5
<parent >
8
6
<groupId >org.springdoc</groupId >
9
7
<artifactId >springdoc-openapi</artifactId >
10
- <version >1.2.29-SNAPSHOT </version >
8
+ <version >1.2.29</version >
11
9
</parent >
12
10
<dependencies >
13
11
<!-- springdoc-core -->
Original file line number Diff line number Diff line change 1
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xmlns =" http://maven.apache.org/POM/4.0.0"
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
<artifactId >springdoc-openapi-webmvc-core</artifactId >
6
4
<name >${project.artifactId} </name >
7
5
<parent >
8
6
<groupId >org.springdoc</groupId >
9
7
<artifactId >springdoc-openapi</artifactId >
10
- <version >1.2.29-SNAPSHOT </version >
8
+ <version >1.2.29</version >
11
9
</parent >
12
10
<dependencies >
13
11
<!-- springdoc-common -->
You can’t perform that action at this time.
0 commit comments