Skip to content

Commit b81e3f4

Browse files
author
springdoc
committed
[maven-release-plugin] prepare release v1.2.15
1 parent 8baa58a commit b81e3f4

File tree

9 files changed

+11
-13
lines changed

9 files changed

+11
-13
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springdoc</groupId>
55
<artifactId>springdoc-openapi</artifactId>
6-
<version>1.2.15-SNAPSHOT</version>
6+
<version>1.2.15</version>
77
<packaging>pom</packaging>
88
<name>Spring openapi documentation generator</name>
99
<description>Spring openapi documentation generator</description>
@@ -35,7 +35,7 @@
3535
<url>[email protected]:springdoc/springdoc-openapi.git</url>
3636
<connection>scm:git:[email protected]:springdoc/springdoc-openapi.git</connection>
3737
<developerConnection>scm:git:[email protected]:springdoc/springdoc-openapi.git</developerConnection>
38-
<tag>v1.2.11-SNAPSHOT</tag>
38+
<tag>v1.2.15</tag>
3939
</scm>
4040
<distributionManagement>
4141
<snapshotRepository>

springdoc-openapi-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springdoc</groupId>
77
<artifactId>springdoc-openapi</artifactId>
8-
<version>1.2.15-SNAPSHOT</version>
8+
<version>1.2.15</version>
99
</parent>
1010
<dependencies>
1111
<dependency>

springdoc-openapi-data-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>springdoc-openapi</artifactId>
55
<groupId>org.springdoc</groupId>
6-
<version>1.2.15-SNAPSHOT</version>
6+
<version>1.2.15</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

springdoc-openapi-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springdoc</groupId>
77
<artifactId>springdoc-openapi</artifactId>
8-
<version>1.2.15-SNAPSHOT</version>
8+
<version>1.2.15</version>
99
</parent>
1010
<dependencies>
1111
<!-- springdoc-common -->

springdoc-openapi-security/pom.xml

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

springdoc-openapi-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springdoc</groupId>
77
<artifactId>springdoc-openapi</artifactId>
8-
<version>1.2.15-SNAPSHOT</version>
8+
<version>1.2.15</version>
99
</parent>
1010
<dependencies>
1111
<!-- springdoc-core -->

springdoc-openapi-webflux-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springdoc</groupId>
77
<artifactId>springdoc-openapi</artifactId>
8-
<version>1.2.15-SNAPSHOT</version>
8+
<version>1.2.15</version>
99
</parent>
1010
<dependencies>
1111
<!-- springdoc-common -->

springdoc-openapi-webflux-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springdoc</groupId>
77
<artifactId>springdoc-openapi</artifactId>
8-
<version>1.2.15-SNAPSHOT</version>
8+
<version>1.2.15</version>
99
</parent>
1010
<dependencies>
1111
<!-- springdoc-core -->

springdoc-openapi-webmvc-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springdoc</groupId>
77
<artifactId>springdoc-openapi</artifactId>
8-
<version>1.2.15-SNAPSHOT</version>
8+
<version>1.2.15</version>
99
</parent>
1010
<dependencies>
1111
<!-- springdoc-common -->

0 commit comments

Comments
 (0)