Skip to content

Commit 1ff633c

Browse files
committed
Fix version mismatch in springdoc-openapi-tests modules
Update all sub-modules under springdoc-openapi-tests from 2.8.17-SNAPSHOT to 2.8.18-SNAPSHOT to match the root POM version bump. Fixes #3261
1 parent da4cb67 commit 1ff633c

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

  • 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

springdoc-openapi-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>2.8.17-SNAPSHOT</version>
5+
<version>2.8.18-SNAPSHOT</version>
66
</parent>
77
<packaging>pom</packaging>
88
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>2.8.17-SNAPSHOT</version>
5+
<version>2.8.18-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>2.8.17-SNAPSHOT</version>
5+
<version>2.8.18-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

springdoc-openapi-tests/springdoc-openapi-data-rest-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>2.8.17-SNAPSHOT</version>
5+
<version>2.8.18-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>springdoc-openapi-data-rest-tests</artifactId>

springdoc-openapi-tests/springdoc-openapi-function-webflux-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>2.8.17-SNAPSHOT</version>
5+
<version>2.8.18-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

springdoc-openapi-tests/springdoc-openapi-function-webmvc-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>2.8.17-SNAPSHOT</version>
5+
<version>2.8.18-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

springdoc-openapi-tests/springdoc-openapi-groovy-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.springdoc</groupId>
55
<artifactId>springdoc-openapi-tests</artifactId>
6-
<version>2.8.17-SNAPSHOT</version>
6+
<version>2.8.18-SNAPSHOT</version>
77
</parent>
88
<artifactId>springdoc-openapi-groovy-tests</artifactId>
99
<name>${project.artifactId}</name>

springdoc-openapi-tests/springdoc-openapi-hateoas-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>2.8.17-SNAPSHOT</version>
5+
<version>2.8.18-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>springdoc-openapi-hateoas-tests</artifactId>

springdoc-openapi-tests/springdoc-openapi-javadoc-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.springdoc</groupId>
44
<artifactId>springdoc-openapi-tests</artifactId>
5-
<version>2.8.17-SNAPSHOT</version>
5+
<version>2.8.18-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

springdoc-openapi-tests/springdoc-openapi-kotlin-webflux-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>springdoc-openapi-tests</artifactId>
44
<groupId>org.springdoc</groupId>
5-
<version>2.8.17-SNAPSHOT</version>
5+
<version>2.8.18-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>springdoc-openapi-kotlin-webflux-tests</artifactId>

0 commit comments

Comments
 (0)