Skip to content

Commit 1b0d1c2

Browse files
author
bnasslahsen
committed
[maven-release-plugin] prepare release v1.2.29
1 parent dcf9a95 commit 1b0d1c2

File tree

9 files changed

+19
-37
lines changed

9 files changed

+19
-37
lines changed

Diff for: pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>org.springdoc</groupId>
64
<artifactId>springdoc-openapi</artifactId>
7-
<version>1.2.29-SNAPSHOT</version>
5+
<version>1.2.29</version>
86
<packaging>pom</packaging>
97
<name>Spring openapi documentation generator</name>
108
<description>Spring openapi documentation generator</description>
@@ -38,7 +36,7 @@
3836
<connection>scm:git:[email protected]:springdoc/springdoc-openapi.git</connection>
3937
<developerConnection>scm:git:[email protected]:springdoc/springdoc-openapi.git
4038
</developerConnection>
41-
<tag>v1.2.11-SNAPSHOT</tag>
39+
<tag>v1.2.29</tag>
4240
</scm>
4341
<distributionManagement>
4442
<snapshotRepository>

Diff for: springdoc-openapi-common/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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">
42
<modelVersion>4.0.0</modelVersion>
53
<artifactId>springdoc-openapi-common</artifactId>
64
<name>${project.artifactId}</name>
75
<parent>
86
<groupId>org.springdoc</groupId>
97
<artifactId>springdoc-openapi</artifactId>
10-
<version>1.2.29-SNAPSHOT</version>
8+
<version>1.2.29</version>
119
</parent>
1210
<dependencies>
1311
<dependency>

Diff for: springdoc-openapi-data-rest/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?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">
53
<parent>
64
<artifactId>springdoc-openapi</artifactId>
75
<groupId>org.springdoc</groupId>
8-
<version>1.2.29-SNAPSHOT</version>
6+
<version>1.2.29</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

Diff for: springdoc-openapi-kotlin/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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">
42
<modelVersion>4.0.0</modelVersion>
53
<artifactId>springdoc-openapi-kotlin</artifactId>
64
<name>${project.artifactId}</name>
75
<parent>
86
<groupId>org.springdoc</groupId>
97
<artifactId>springdoc-openapi</artifactId>
10-
<version>1.2.29-SNAPSHOT</version>
8+
<version>1.2.29</version>
119
</parent>
1210
<dependencies>
1311
<!-- springdoc-common -->

Diff for: springdoc-openapi-security/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?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">
53
<parent>
64
<artifactId>springdoc-openapi</artifactId>
75
<groupId>org.springdoc</groupId>
8-
<version>1.2.29-SNAPSHOT</version>
6+
<version>1.2.29</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

Diff for: springdoc-openapi-ui/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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">
42
<modelVersion>4.0.0</modelVersion>
53
<artifactId>springdoc-openapi-ui</artifactId>
64
<name>${project.artifactId}</name>
75
<parent>
86
<groupId>org.springdoc</groupId>
97
<artifactId>springdoc-openapi</artifactId>
10-
<version>1.2.29-SNAPSHOT</version>
8+
<version>1.2.29</version>
119
</parent>
1210
<dependencies>
1311
<!-- springdoc-core -->

Diff for: springdoc-openapi-webflux-core/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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">
42
<modelVersion>4.0.0</modelVersion>
53
<artifactId>springdoc-openapi-webflux-core</artifactId>
64
<name>${project.artifactId}</name>
75
<parent>
86
<groupId>org.springdoc</groupId>
97
<artifactId>springdoc-openapi</artifactId>
10-
<version>1.2.29-SNAPSHOT</version>
8+
<version>1.2.29</version>
119
</parent>
1210
<dependencies>
1311
<!-- springdoc-common -->

Diff for: springdoc-openapi-webflux-ui/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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">
42
<modelVersion>4.0.0</modelVersion>
53
<artifactId>springdoc-openapi-webflux-ui</artifactId>
64
<name>${project.artifactId}</name>
75
<parent>
86
<groupId>org.springdoc</groupId>
97
<artifactId>springdoc-openapi</artifactId>
10-
<version>1.2.29-SNAPSHOT</version>
8+
<version>1.2.29</version>
119
</parent>
1210
<dependencies>
1311
<!-- springdoc-core -->

Diff for: springdoc-openapi-webmvc-core/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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">
42
<modelVersion>4.0.0</modelVersion>
53
<artifactId>springdoc-openapi-webmvc-core</artifactId>
64
<name>${project.artifactId}</name>
75
<parent>
86
<groupId>org.springdoc</groupId>
97
<artifactId>springdoc-openapi</artifactId>
10-
<version>1.2.29-SNAPSHOT</version>
8+
<version>1.2.29</version>
119
</parent>
1210
<dependencies>
1311
<!-- springdoc-common -->

0 commit comments

Comments
 (0)