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

sjaranowski 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 f3a8d98  Use Maven 3.9.11 as default
f3a8d98 is described below

commit f3a8d986a57e586a24c75ea4df9bdee3a9926352
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Jul 17 00:47:01 2025 +0200

    Use Maven 3.9.11 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 d783fb4..af15cae 100644
--- a/.github/workflows/maven-verify-test.yml
+++ b/.github/workflows/maven-verify-test.yml
@@ -37,7 +37,7 @@ jobs:
       ff-jdk: '21'
       verify-goal: clean install
       verify-fail-fast: false
-      maven-matrix: '[ "3.9.10", "3.8.8", "3.6.3" ]'
+      maven-matrix: '[ "3.9.11", "3.8.9", "3.6.3" ]'
 
   # test with Maven 4
   verify-3:
diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 0849865..5d6ed13 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -47,7 +47,7 @@ on:
       maven-matrix:
         description: The Maven version matrix as json array
         required: false
-        default: '[ "3.6.3", "3.9.10" ]'
+        default: '[ "3.6.3", "3.9.11" ]'
         type: string
 
       maven4-version:
@@ -114,7 +114,7 @@ on:
       ff-maven:
         description: The Maven version used during fail-fast-build job
         required: false
-        default: '3.9.10'
+        default: '3.9.11'
         type: string
 
       ff-jdk:

Reply via email to