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 71f2680 Use mvn4 ci build defaults 71f2680 is described below commit 71f26807de5dd97bfacfa6c3501a5f0f2a0233a5 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Mon Jan 27 20:36:53 2025 +0100 Use mvn4 ci build defaults --- .github/workflows/maven-verify.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 96bece9..ce4b500 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,6 +26,4 @@ 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", "4.0.0-rc-1" ]' - jdk-matrix: '[ "17", "21" ]' + maven4-enabled: true