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

slawekjaranowski pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v4 by this push:
     new 991e0e2  Use Maven 3.10.0-rc-1 as default
991e0e2 is described below

commit 991e0e2e6fbd16c82d04ba1b71dffeed1d89fd54
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Jul 13 20:45:57 2026 +0200

    Use Maven 3.10.0-rc-1 as default
---
 .github/workflows/maven-verify-test.yml | 2 +-
 .github/workflows/maven-verify.yml      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-verify-test.yml 
b/.github/workflows/maven-verify-test.yml
index 61d4ac6..fa870f8 100644
--- a/.github/workflows/maven-verify-test.yml
+++ b/.github/workflows/maven-verify-test.yml
@@ -39,7 +39,7 @@ jobs:
       ff-jdk: '21'
       verify-goal: clean install
       verify-fail-fast: false
-      maven-matrix: '[ "3.9.16" ]'
+      maven-matrix: '[ "3.10.0-rc-1" ]'
       ff-jdk-toolchain: ''
       jdk-toolchain: ''
 
diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 6a99966..f232912 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -57,7 +57,7 @@ on:
       maven-matrix:
         description: The Maven version matrix as json array
         required: false
-        default: '[ "3.9.16" ]'
+        default: '[ "3.10.0-rc-1" ]'
         type: string
 
       maven4-version:
@@ -130,7 +130,7 @@ on:
       ff-maven:
         description: The Maven version used during fail-fast-build job
         required: false
-        default: '3.9.16'
+        default: '3.10.0-rc-1'
         type: string
 
       ff-jdk-toolchain:

Reply via email to