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-mapping.git
commit 858591030a2a0885a06889ce62c4d3c15e7fb4ce Author: Gerd Aschemann <g...@aschemann.net> AuthorDate: Sun Jan 12 11:24:58 2025 +0100 [MSHARED-1463] Switch to M4 RC-2 --- .github/workflows/maven-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index a8ab518..4e6e210 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -29,6 +29,6 @@ jobs: ff-run: false ff-site-run: false jdk-matrix: '[ "21" ]' - maven-matrix: '[ "3.9.9", "4.0.0-rc-1" ]' + maven-matrix: '[ "3.9.9", "4.0.0-rc-2" ]' verify-fail-fast: false