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

Bukama pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 987d06f  Enable Maven 4 (#152)
987d06f is described below

commit 987d06fded98b921b054e20dbe2cb4b276c2097b
Author: Matthias Bünger <[email protected]>
AuthorDate: Sat Jul 18 16:37:00 2026 +0200

    Enable Maven 4 (#152)
---
 .github/workflows/maven.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 51f3c3a..3acefcf 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,3 +25,5 @@ jobs:
   build:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5
+    with:
+      maven4-enabled: true

Reply via email to