diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index ff3f00c3..2bc0ff1e 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,6 +26,6 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - ff-maven: "4.0.0-beta-5" # Maven version for fail-fast-build - maven-matrix: '[ "4.0.0-beta-5" ]' + ff-maven: "4.0.0-rc-2" # Maven version for fail-fast-build + maven-matrix: '[ "4.0.0-rc-2" ]' jdk-matrix: '[ "17", "21" ]' diff --git a/pom.xml b/pom.xml index 510597b4..5a4114a4 100644 --- a/pom.xml +++ b/pom.xml @@ -61,13 +61,13 @@ under the License. - 4.0.0-beta-5 + 4.0.0-rc-2 17 33.2.1-jre 6.0.0 2.0.16 3.7.0 - 4.0.0-beta-2 + 4.0.0-beta-3 4.0.0-beta-1 4.0.0-M16 2.0.0-M11 @@ -99,7 +99,7 @@ under the License. org.apache.maven - maven-api-meta + maven-api-annotations ${mavenVersion} provided @@ -123,7 +123,7 @@ under the License. org.apache.maven - maven-api-impl + maven-impl ${mavenVersion} test