This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/v3 by this push:
new 31bd33b Use Maven 3.9.5 as default
31bd33b is described below
commit 31bd33b0687111ae5525e879bd7a1eafd73adede
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: