This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch 4rc1 in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
commit c794f168ad1709afa668752c707057f873fd0bd3 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun Dec 8 19:56:08 2024 +0100 Bump Maven in CI to 4.0 rc1 --- .github/workflows/maven-verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index ff3f00c..87a3fe3 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-1" # Maven version for fail-fast-build + maven-matrix: '[ "4.0.0-rc-1" ]' jdk-matrix: '[ "17", "21" ]'