Skip to content

Commit 29459b2

Browse files
author
bnasslahsen
committed
[maven-release-plugin] prepare release v1.3.1
1 parent 460f8b9 commit 29459b2

File tree

10 files changed

+13
-17
lines changed

10 files changed

+13
-17
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>org.springdoc</groupId>
64
<artifactId>springdoc-openapi</artifactId>
7-
<version>1.3.1-SNAPSHOT</version>
5+
<version>1.3.1</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.3.1</tag>
4240
</scm>
4341
<distributionManagement>
4442
<snapshotRepository>

springdoc-openapi-common/pom.xml

+1-1
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.3.1-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
</parent>
1010
<dependencies>
1111
<dependency>

springdoc-openapi-data-rest/pom.xml

+1-1
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.3.1-SNAPSHOT</version>
6+
<version>1.3.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

springdoc-openapi-groovy/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="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.3.1-SNAPSHOT</version>
6+
<version>1.3.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

springdoc-openapi-kotlin/pom.xml

+1-1
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.3.1-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
</parent>
1010
<dependencies>
1111
<!-- springdoc-common -->

springdoc-openapi-security/pom.xml

+1-1
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.3.1-SNAPSHOT</version>
6+
<version>1.3.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

springdoc-openapi-ui/pom.xml

+1-1
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.3.1-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
</parent>
1010
<dependencies>
1111
<!-- springdoc-core -->

springdoc-openapi-webflux-core/pom.xml

+1-1
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.3.1-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
</parent>
1010
<dependencies>
1111
<!-- springdoc-common -->

springdoc-openapi-webflux-ui/pom.xml

+1-1
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.3.1-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
</parent>
1010
<dependencies>
1111
<!-- springdoc-core -->

springdoc-openapi-webmvc-core/pom.xml

+1-1
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.3.1-SNAPSHOT</version>
8+
<version>1.3.1</version>
99
</parent>
1010
<dependencies>
1111
<!-- springdoc-common -->

0 commit comments

Comments
 (0)