You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2023/01/01 19:49:20 UTC

[maven-gh-actions-shared] 01/01: Use Maven 3.8.7 for builds as default

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

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

commit 7c14db9cc73c64039e37754a9c17f32a9c980113
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Jan 1 20:49:15 2023 +0100

    Use Maven 3.8.7 for builds as default
---
 .github/workflows/maven-verify.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index ee1954d..654b5b9 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.8.6" ]'
+        default: '[ "3.8.7" ]'
         type: string
 
       matrix-exclude:
@@ -84,7 +84,7 @@ on:
       ff-maven:
         description: The Maven version used during fail-fast-build job
         required: false
-        default: '3.8.6'
+        default: '3.8.7'
         type: string
 
       ff-jdk: