Skip to content

Commit 8d921c9

Browse files
author
jenkins
committed
[maven-release-plugin] prepare release v2.0.0-RC2
1 parent 7904e37 commit 8d921c9

File tree

18 files changed

+37
-73
lines changed
  • springdoc-openapi-starter-common
  • springdoc-openapi-starter-webflux-api
  • springdoc-openapi-starter-webflux-ui
  • springdoc-openapi-starter-webmvc-api
  • springdoc-openapi-starter-webmvc-ui
  • springdoc-openapi-tests
    • springdoc-openapi-actuator-webflux-tests
    • springdoc-openapi-actuator-webmvc-tests
    • springdoc-openapi-data-rest-tests
    • springdoc-openapi-function-webflux-tests
    • springdoc-openapi-function-webmvc-tests
    • springdoc-openapi-groovy-tests
    • springdoc-openapi-hateoas-tests
    • springdoc-openapi-javadoc-tests
    • springdoc-openapi-kotlin-tests
    • springdoc-openapi-native-tests
    • springdoc-openapi-security-tests

18 files changed

+37
-73
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>2.0.0-RC2-SNAPSHOT</version>
5+
<version>2.0.0-RC2</version>
86
<packaging>pom</packaging>
97
<name>Spring openapi documentation</name>
108
<description>Spring openapi documentation</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>HEAD</tag>
39+
<tag>v2.0.0-RC2</tag>
4240
</scm>
4341
<distributionManagement>
4442
<snapshotRepository>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>org.springdoc</groupId>
75
<artifactId>springdoc-openapi</artifactId>
8-
<version>2.0.0-RC2-SNAPSHOT</version>
6+
<version>2.0.0-RC2</version>
97
</parent>
108
<artifactId>springdoc-openapi-starter-common</artifactId>
119
<dependencies>

Diff for: springdoc-openapi-starter-webflux-api/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>org.springdoc</groupId>
75
<artifactId>springdoc-openapi</artifactId>
8-
<version>2.0.0-RC2-SNAPSHOT</version>
6+
<version>2.0.0-RC2</version>
97
</parent>
108
<artifactId>springdoc-openapi-starter-webflux-api</artifactId>
119
<dependencies>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>org.springdoc</groupId>
75
<artifactId>springdoc-openapi</artifactId>
8-
<version>2.0.0-RC2-SNAPSHOT</version>
6+
<version>2.0.0-RC2</version>
97
</parent>
108
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
119
<dependencies>

Diff for: springdoc-openapi-starter-webmvc-api/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>org.springdoc</groupId>
75
<artifactId>springdoc-openapi</artifactId>
8-
<version>2.0.0-RC2-SNAPSHOT</version>
6+
<version>2.0.0-RC2</version>
97
</parent>
108
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
119
<dependencies>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>org.springdoc</groupId>
75
<artifactId>springdoc-openapi</artifactId>
8-
<version>2.0.0-RC2-SNAPSHOT</version>
6+
<version>2.0.0-RC2</version>
97
</parent>
108
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
119
<dependencies>

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

+2-4
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
<parent>
53
<artifactId>springdoc-openapi</artifactId>
64
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-RC2-SNAPSHOT</version>
5+
<version>2.0.0-RC2</version>
86
</parent>
97
<packaging>pom</packaging>
108
<modelVersion>4.0.0</modelVersion>

Diff for: springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/pom.xml

+2-4
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
<parent>
53
<artifactId>springdoc-openapi-tests</artifactId>
64
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-RC2-SNAPSHOT</version>
5+
<version>2.0.0-RC2</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108

Diff for: springdoc-openapi-tests/springdoc-openapi-actuator-webmvc-tests/pom.xml

+2-4
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
<parent>
53
<artifactId>springdoc-openapi-tests</artifactId>
64
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-RC2-SNAPSHOT</version>
5+
<version>2.0.0-RC2</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108

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

+2-4
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
<parent>
53
<artifactId>springdoc-openapi-tests</artifactId>
64
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-RC2-SNAPSHOT</version>
5+
<version>2.0.0-RC2</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>springdoc-openapi-data-rest-tests</artifactId>

Diff for: springdoc-openapi-tests/springdoc-openapi-function-webflux-tests/pom.xml

+2-4
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
<parent>
53
<artifactId>springdoc-openapi-tests</artifactId>
64
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-RC2-SNAPSHOT</version>
5+
<version>2.0.0-RC2</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108

Diff for: springdoc-openapi-tests/springdoc-openapi-function-webmvc-tests/pom.xml

+2-4
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
<parent>
53
<artifactId>springdoc-openapi-tests</artifactId>
64
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-RC2-SNAPSHOT</version>
5+
<version>2.0.0-RC2</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108

Diff for: springdoc-openapi-tests/springdoc-openapi-groovy-tests/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>org.springdoc</groupId>
75
<artifactId>springdoc-openapi-tests</artifactId>
8-
<version>2.0.0-RC2-SNAPSHOT</version>
6+
<version>2.0.0-RC2</version>
97
</parent>
108
<artifactId>springdoc-openapi-groovy-tests</artifactId>
119
<dependencies>

Diff for: springdoc-openapi-tests/springdoc-openapi-hateoas-tests/pom.xml

+2-4
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
<parent>
53
<artifactId>springdoc-openapi-tests</artifactId>
64
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-RC2-SNAPSHOT</version>
5+
<version>2.0.0-RC2</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>springdoc-openapi-hateoas-tests</artifactId>

Diff for: springdoc-openapi-tests/springdoc-openapi-javadoc-tests/pom.xml

+2-4
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
<parent>
53
<groupId>org.springdoc</groupId>
64
<artifactId>springdoc-openapi-tests</artifactId>
7-
<version>2.0.0-RC2-SNAPSHOT</version>
5+
<version>2.0.0-RC2</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108

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

+2-4
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
<parent>
53
<artifactId>springdoc-openapi-tests</artifactId>
64
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-RC2-SNAPSHOT</version>
5+
<version>2.0.0-RC2</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>springdoc-openapi-kotlin-tests</artifactId>

Diff for: springdoc-openapi-tests/springdoc-openapi-native-tests/pom.xml

+2-4
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
<parent>
53
<artifactId>springdoc-openapi-tests</artifactId>
64
<groupId>org.springdoc</groupId>
7-
<version>2.0.0-RC2-SNAPSHOT</version>
5+
<version>2.0.0-RC2</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>springdoc-openapi-native-tests</artifactId>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<groupId>org.springdoc</groupId>
75
<artifactId>springdoc-openapi-tests</artifactId>
8-
<version>2.0.0-RC2-SNAPSHOT</version>
6+
<version>2.0.0-RC2</version>
97
</parent>
108
<artifactId>springdoc-openapi-security-tests</artifactId>
119
<properties>

0 commit comments

Comments
 (0)