Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2a59f95

Browse files
author
jenkins
committed
[maven-release-plugin] prepare release v2.8.10
1 parent 759259b commit 2a59f95

File tree

19 files changed

+39
-77
lines changed
  • springdoc-openapi-bom
  • 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-webflux-tests
    • springdoc-openapi-kotlin-webmvc-tests
    • springdoc-openapi-security-tests

19 files changed

+39
-77
lines changed

‎pom.xml

Lines changed: 3 additions & 5 deletions
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.8.10-SNAPSHOT</version>
5+
<version>2.8.10</version>
86
<packaging>pom</packaging>
97
<name>Spring openapi documentation</name>
108
<description>Spring openapi documentation</description>
@@ -37,7 +35,7 @@
3735
<connection>scm:git:git@github.com:springdoc/springdoc-openapi.git</connection>
3836
<developerConnection>scm:git:git@github.com:springdoc/springdoc-openapi.git
3937
</developerConnection>
40-
<tag>HEAD</tag>
38+
<tag>v2.8.10</tag>
4139
</scm>
4240

4341
<modules>

‎springdoc-openapi-bom/pom.xml

Lines changed: 2 additions & 4 deletions
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.8.10-SNAPSHOT</version>
6+
<version>2.8.10</version>
97
</parent>
108
<artifactId>springdoc-openapi-bom</artifactId>
119
<name>${project.artifactId}</name>

‎springdoc-openapi-starter-common/pom.xml

Lines changed: 2 additions & 4 deletions
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.8.10-SNAPSHOT</version>
6+
<version>2.8.10</version>
97
</parent>
108
<artifactId>springdoc-openapi-starter-common</artifactId>
119
<name>${project.artifactId}</name>

‎springdoc-openapi-starter-webflux-api/pom.xml

Lines changed: 2 additions & 4 deletions
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.8.10-SNAPSHOT</version>
6+
<version>2.8.10</version>
97
</parent>
108
<artifactId>springdoc-openapi-starter-webflux-api</artifactId>
119
<name>${project.artifactId}</name>

‎springdoc-openapi-starter-webflux-ui/pom.xml

Lines changed: 2 additions & 4 deletions
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.8.10-SNAPSHOT</version>
6+
<version>2.8.10</version>
97
</parent>
108
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
119
<name>${project.artifactId}</name>

‎springdoc-openapi-starter-webmvc-api/pom.xml

Lines changed: 2 additions & 4 deletions
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.8.10-SNAPSHOT</version>
6+
<version>2.8.10</version>
97
</parent>
108
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
119
<name>${project.artifactId}</name>

‎springdoc-openapi-starter-webmvc-ui/pom.xml

Lines changed: 2 additions & 4 deletions
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.8.10-SNAPSHOT</version>
6+
<version>2.8.10</version>
97
</parent>
108
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
119
<name>${project.artifactId}</name>

‎springdoc-openapi-tests/pom.xml

Lines changed: 2 additions & 4 deletions
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.8.10-SNAPSHOT</version>
5+
<version>2.8.10</version>
86
</parent>
97
<packaging>pom</packaging>
108
<modelVersion>4.0.0</modelVersion>

‎springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/pom.xml

Lines changed: 2 additions & 4 deletions
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.8.10-SNAPSHOT</version>
5+
<version>2.8.10</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108

‎springdoc-openapi-tests/springdoc-openapi-actuator-webmvc-tests/pom.xml

Lines changed: 2 additions & 4 deletions
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.8.10-SNAPSHOT</version>
5+
<version>2.8.10</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /