File tree Expand file tree Collapse file tree 9 files changed +19
-28
lines changed
springdoc-openapi-data-rest
springdoc-openapi-security
springdoc-openapi-webflux-core
springdoc-openapi-webflux-ui
springdoc-openapi-webmvc-core Expand file tree Collapse file tree 9 files changed +19
-28
lines changed Original file line number Diff line number Diff line change 11<!-- suppress ALL -->
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" 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" >
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" >
43 <modelVersion >4.0.0</modelVersion >
54 <groupId >org.springdoc</groupId >
65 <artifactId >springdoc-openapi</artifactId >
7- <version >1.2.25-SNAPSHOT </version >
6+ <version >1.2.25</version >
87 <packaging >pom</packaging >
98 <name >Spring openapi documentation generator</name >
109 <description >Spring openapi documentation generator</description >
3635 <url >git@github.com:springdoc/springdoc-openapi.git</url >
3736 <connection >scm:git:git@github.com:springdoc/springdoc-openapi.git</connection >
3837 <developerConnection >scm:git:git@github.com:springdoc/springdoc-openapi.git</developerConnection >
39- <tag >v1.2.11-SNAPSHOT </tag >
38+ <tag >v1.2.25 </tag >
4039 </scm >
4140 <distributionManagement >
4241 <snapshotRepository >
Original file line number Diff line number Diff line change 1- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
32 <modelVersion >4.0.0</modelVersion >
43 <artifactId >springdoc-openapi-common</artifactId >
54 <name >${project.artifactId} </name >
65 <parent >
76 <groupId >org.springdoc</groupId >
87 <artifactId >springdoc-openapi</artifactId >
9- <version >1.2.25-SNAPSHOT </version >
8+ <version >1.2.25</version >
109 </parent >
1110 <dependencies >
1211 <dependency >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" 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" >
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" >
43 <parent >
54 <artifactId >springdoc-openapi</artifactId >
65 <groupId >org.springdoc</groupId >
7- <version >1.2.25-SNAPSHOT </version >
6+ <version >1.2.25</version >
87 </parent >
98 <modelVersion >4.0.0</modelVersion >
109
Original file line number Diff line number Diff line change 1- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
32 <modelVersion >4.0.0</modelVersion >
43 <artifactId >springdoc-openapi-kotlin</artifactId >
54 <name >${project.artifactId} </name >
65 <parent >
76 <groupId >org.springdoc</groupId >
87 <artifactId >springdoc-openapi</artifactId >
9- <version >1.2.25-SNAPSHOT </version >
8+ <version >1.2.25</version >
109 </parent >
1110 <dependencies >
1211 <!-- springdoc-common -->
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" 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" >
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" >
43 <parent >
54 <artifactId >springdoc-openapi</artifactId >
65 <groupId >org.springdoc</groupId >
7- <version >1.2.25-SNAPSHOT </version >
6+ <version >1.2.25</version >
87 </parent >
98 <modelVersion >4.0.0</modelVersion >
109
Original file line number Diff line number Diff line change 1- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
32 <modelVersion >4.0.0</modelVersion >
43 <artifactId >springdoc-openapi-ui</artifactId >
54 <name >${project.artifactId} </name >
65 <parent >
76 <groupId >org.springdoc</groupId >
87 <artifactId >springdoc-openapi</artifactId >
9- <version >1.2.25-SNAPSHOT </version >
8+ <version >1.2.25</version >
109 </parent >
1110 <dependencies >
1211 <!-- springdoc-core -->
Original file line number Diff line number Diff line change 1- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
32 <modelVersion >4.0.0</modelVersion >
43 <artifactId >springdoc-openapi-webflux-core</artifactId >
54 <name >${project.artifactId} </name >
65 <parent >
76 <groupId >org.springdoc</groupId >
87 <artifactId >springdoc-openapi</artifactId >
9- <version >1.2.25-SNAPSHOT </version >
8+ <version >1.2.25</version >
109 </parent >
1110 <dependencies >
1211 <!-- springdoc-common -->
Original file line number Diff line number Diff line change 1- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
32 <modelVersion >4.0.0</modelVersion >
43 <artifactId >springdoc-openapi-webflux-ui</artifactId >
54 <name >${project.artifactId} </name >
65 <parent >
76 <groupId >org.springdoc</groupId >
87 <artifactId >springdoc-openapi</artifactId >
9- <version >1.2.25-SNAPSHOT </version >
8+ <version >1.2.25</version >
109 </parent >
1110 <dependencies >
1211 <!-- springdoc-core -->
Original file line number Diff line number Diff line change 1- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
32 <modelVersion >4.0.0</modelVersion >
43 <artifactId >springdoc-openapi-webmvc-core</artifactId >
54 <name >${project.artifactId} </name >
65 <parent >
76 <groupId >org.springdoc</groupId >
87 <artifactId >springdoc-openapi</artifactId >
9- <version >1.2.25-SNAPSHOT </version >
8+ <version >1.2.25</version >
109 </parent >
1110 <dependencies >
1211 <!-- springdoc-common -->
You can’t perform that action at this time.
0 commit comments