This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
The following commit(s) were added to refs/heads/master by this push: new 8324f22 (ci) Switch to Maven 4.0rc1 8324f22 is described below commit 8324f2262b7fe3021f9ac43e720b8ef5695d9cae Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Nov 28 22:10:47 2024 +0100 (ci) Switch to Maven 4.0rc1 --- .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 875ad52..ae2e211 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,8 +26,8 @@ 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" ]' maven4-enabled: true jdk-matrix: '[ "17", "21", "23" ]' ff-goal: verify