File tree 11 files changed +16
-21
lines changed
springdoc-openapi-data-rest
springdoc-openapi-hateoas
springdoc-openapi-security
springdoc-openapi-webflux-core
springdoc-openapi-webflux-ui
springdoc-openapi-webmvc-core
11 files changed +16
-21
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 >1.4.5-SNAPSHOT </version >
5
+ <version >1.4.5</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
- </scm >
39
+ <tag >v1.4.5</tag >
40
+ </scm >
42
41
<distributionManagement >
43
42
<snapshotRepository >
44
43
<id >ossrh</id >
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 >1.4.5-SNAPSHOT </version >
6
+ <version >1.4.5</version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-common</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >springdoc-openapi</artifactId >
6
6
<groupId >org.springdoc</groupId >
7
- <version >1.4.5-SNAPSHOT </version >
7
+ <version >1.4.5</version >
8
8
</parent >
9
9
<artifactId >springdoc-openapi-data-rest</artifactId >
10
10
<dependencies >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >springdoc-openapi</artifactId >
6
6
<groupId >org.springdoc</groupId >
7
- <version >1.4.5-SNAPSHOT </version >
7
+ <version >1.4.5</version >
8
8
</parent >
9
9
<artifactId >springdoc-openapi-groovy</artifactId >
10
10
<dependencies >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
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
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<artifactId >springdoc-openapi</artifactId >
8
6
<groupId >org.springdoc</groupId >
9
- <version >1.4.5-SNAPSHOT </version >
7
+ <version >1.4.5</version >
10
8
</parent >
11
9
<artifactId >springdoc-openapi-hateoas</artifactId >
12
10
<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 >1.4.5-SNAPSHOT </version >
6
+ <version >1.4.5</version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-kotlin</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
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
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<artifactId >springdoc-openapi</artifactId >
8
6
<groupId >org.springdoc</groupId >
9
- <version >1.4.5-SNAPSHOT </version >
7
+ <version >1.4.5</version >
10
8
</parent >
11
9
<artifactId >springdoc-openapi-security</artifactId >
12
10
<properties >
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 >1.4.5-SNAPSHOT </version >
6
+ <version >1.4.5</version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-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 >1.4.5-SNAPSHOT </version >
6
+ <version >1.4.5</version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-webflux-core</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 >1.4.5-SNAPSHOT </version >
6
+ <version >1.4.5</version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-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 >1.4.5-SNAPSHOT </version >
6
+ <version >1.4.5</version >
7
7
</parent >
8
8
<artifactId >springdoc-openapi-webmvc-core</artifactId >
9
9
<dependencies >
You can’t perform that action at this time.
0 commit comments