This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch mvn4build
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git

commit 2b46c59260923923183253b436e0cd7bb2281827
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sat Jun 13 19:43:22 2026 +0200

    Enable Maven 4 build in GitHub Actions workflow
---
 .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 ea5b27a..c39f094 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-rc-4"                     # Maven version for 
fail-fast-build
-      maven-matrix: '[ "4.0.0-rc-4" ]'
-      jdk-matrix: '[ "17", "21" ]'
+      maven4-build: true

Reply via email to