Skip to content

Fix version mismatch in springdoc-openapi-tests: update sub-modules to 2.8.18-SNAPSHOT#3262

Open
ankushsurani wants to merge 1 commit intospringdoc:mainfrom
ankushsurani:fix/version-mismatch-test-modules-2.8.18
Open

Fix version mismatch in springdoc-openapi-tests: update sub-modules to 2.8.18-SNAPSHOT#3262
ankushsurani wants to merge 1 commit intospringdoc:mainfrom
ankushsurani:fix/version-mismatch-test-modules-2.8.18

Conversation

@ankushsurani
Copy link
Copy Markdown

Summary

Fixes #3261

The springdoc-openapi-tests module and all its sub-modules (11 total) were
still referencing 2.8.17-SNAPSHOT as their parent POM version after the
root was bumped to 2.8.18-SNAPSHOT. This caused the entire build to fail
immediately for anyone cloning the repo fresh.

Changes

Updated the <version> tag inside <parent> block from 2.8.17-SNAPSHOT
to 2.8.18-SNAPSHOT in all affected modules under springdoc-openapi-tests/.

Testing

Verified full build passes after fix:

mvn clean install -DskipTests
[INFO] BUILD SUCCESS — 21 modules built in 22s

Affected Files

  • springdoc-openapi-tests/pom.xml
  • springdoc-openapi-tests/springdoc-openapi-security-tests/pom.xml
  • springdoc-openapi-tests/springdoc-openapi-groovy-tests/pom.xml
  • springdoc-openapi-tests/springdoc-openapi-javadoc-tests/pom.xml
  • springdoc-openapi-tests/springdoc-openapi-function-webmvc-tests/pom.xml
  • springdoc-openapi-tests/springdoc-openapi-function-webflux-tests/pom.xml
  • springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/pom.xml
  • springdoc-openapi-tests/springdoc-openapi-actuator-webmvc-tests/pom.xml
  • springdoc-openapi-tests/springdoc-openapi-kotlin-webflux-tests/pom.xml
  • springdoc-openapi-tests/springdoc-openapi-kotlin-webmvc-tests/pom.xml
  • springdoc-openapi-tests/springdoc-openapi-hateoas-tests/pom.xml
  • springdoc-openapi-tests/springdoc-openapi-data-rest-tests/pom.xml

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 springdoc#3261
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.

Version mismatch in springdoc-openapi-tests: sub-modules still reference 2.8.17-SNAPSHOT after version bump to 2.8.18

1 participant