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 20:37:06 UTC

[maven-gh-actions-shared] branch v3 updated: 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 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 f8899b2  Use Maven 3.8.7 for builds as default
f8899b2 is described below

commit f8899b22048c2d119df764ac6b6113d79bd6ccdc
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: