Skip to content

Align test module parent versions with spring-boot-4 snapshot#3280

Open
limehee wants to merge 1 commit intospringdoc:spring-boot-4from
limehee:fix-test-parent-snapshot
Open

Align test module parent versions with spring-boot-4 snapshot#3280
limehee wants to merge 1 commit intospringdoc:spring-boot-4from
limehee:fix-test-parent-snapshot

Conversation

@limehee
Copy link
Copy Markdown
Contributor

@limehee limehee commented Apr 26, 2026

Summary

Aligns the springdoc-openapi-tests reactor parent versions with the current spring-boot-4 root snapshot version (3.0.4-SNAPSHOT).

Background

The spring-boot-4 root project now declares 3.0.4-SNAPSHOT, but the test reactor modules still inherited 3.0.3-SNAPSHOT. Since the Maven CI build activates the ci profile and includes springdoc-openapi-tests, Maven fails while reading the reactor before any tests can run.

This keeps the test modules on the same snapshot as the branch root so the local parent POM resolves correctly.

Verification

  • mvn -B validate --file pom.xml

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.
@limehee limehee force-pushed the fix-test-parent-snapshot branch from 3697391 to 25634f4 Compare April 26, 2026 09:26
@limehee limehee marked this pull request as ready for review April 26, 2026 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant