Skip to content

Commit c05607a

Browse files
author
bnasslahsen
committed
[maven-release-plugin] prepare release v1.2.25
1 parent ca678a9 commit c05607a

File tree

9 files changed

+19
-28
lines changed

9 files changed

+19
-28
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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>
@@ -36,7 +35,7 @@
3635
<url>[email protected]:springdoc/springdoc-openapi.git</url>
3736
<connection>scm:git:[email protected]:springdoc/springdoc-openapi.git</connection>
3837
<developerConnection>scm:git:[email protected]:springdoc/springdoc-openapi.git</developerConnection>
39-
<tag>v1.2.11-SNAPSHOT</tag>
38+
<tag>v1.2.25</tag>
4039
</scm>
4140
<distributionManagement>
4241
<snapshotRepository>

springdoc-openapi-common/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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>

springdoc-openapi-data-rest/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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

springdoc-openapi-kotlin/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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 -->

springdoc-openapi-security/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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

springdoc-openapi-ui/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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 -->

springdoc-openapi-webflux-core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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 -->

springdoc-openapi-webflux-ui/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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 -->

springdoc-openapi-webmvc-core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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 -->

0 commit comments

Comments
 (0)