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

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

commit e1f2d5c6e091e4ba20f88af1a031665ab09a0af1
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Oct 5 22:36:13 2023 +0200

    Use Maven 3.9.5 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 4f3e2f0..4c04712 100644
--- a/.github/workflows/maven-verify-test.yml
+++ b/.github/workflows/maven-verify-test.yml
@@ -33,4 +33,4 @@ jobs:
       ff-goal: test
       verify-goal: clean install
       verify-fail-fast: false
-      maven-matrix: '[ "3.9.4", "3.2.5", "3.8.8" ]'
+      maven-matrix: '[ "3.9.5", "3.2.5", "3.8.8" ]'
diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index e9b7dcc..7a923b0 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.9.4" ]'
+        default: '[ "3.9.5" ]'
         type: string
 
       matrix-include:
@@ -90,7 +90,7 @@ on:
       ff-maven:
         description: The Maven version used during fail-fast-build job
         required: false
-        default: '3.9.4'
+        default: '3.9.5'
         type: string
 
       ff-jdk:

Reply via email to