Skip to content

Commit 25634f4

Browse files
committed
Keep test reactor on the current branch snapshot
The spring-boot-4 branch root now declares 3.0.4-SNAPSHOT, but the springdoc-openapi-tests reactor still inherited 3.0.3-SNAPSHOT. Maven CI includes those modules through the default ci profile, so the build fails while reading project metadata before tests can run. Align the test reactor parent versions with the root snapshot so CI can resolve the local parent POM consistently.
1 parent 7e649be commit 25634f4

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>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
6+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
5+
<version>3.0.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>springdoc-openapi-kotlin-webflux-tests</artifactId>

0 commit comments

Comments
 (0)