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-jar-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 6d0fbd4 Revert "Use mvn4 ci build defaults" - switch to Maven 4 rc2 This reverts commit 71f26807de5dd97bfacfa6c3501a5f0f2a0233a5. 6d0fbd4 is described below commit 6d0fbd40895b034d2953fa155fccf3b94a64a70d Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Mon Jan 27 20:38:47 2025 +0100 Revert "Use mvn4 ci build defaults" - switch to Maven 4 rc2 This reverts commit 71f26807de5dd97bfacfa6c3501a5f0f2a0233a5. --- .github/workflows/maven-verify.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index ce4b500..2bc0ff1 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,4 +26,6 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - maven4-enabled: true + ff-maven: "4.0.0-rc-2" # Maven version for fail-fast-build + maven-matrix: '[ "4.0.0-rc-2" ]' + jdk-matrix: '[ "17", "21" ]'