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

slachiewicz 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 0d12410  Upgrade to latest Maven 3.9.1 and Maven Wrapper to 3.2.0
0d12410 is described below

commit 0d124101aa05e4e7e385414f3c515d03d969d96d
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sat Mar 18 12:51:44 2023 +0100

    Upgrade to latest Maven 3.9.1 and Maven Wrapper to 3.2.0
---
 .github/workflows/maven-verify.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index b115ec1..a1b6f42 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.0" ]'
+        default: '[ "3.9.1" ]'
         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.9.0'
+        default: '3.9.1'
         type: string
 
       ff-jdk:
@@ -272,7 +272,7 @@ jobs:
 
       - name: Set up Maven
         if: steps.should-run.conclusion == 'success'
-        run: mvn --errors --batch-mode --show-version 
org.apache.maven.plugins:maven-wrapper-plugin:3.1.0:wrapper "-Dmaven=${{ 
matrix.maven }}"
+        run: mvn --errors --batch-mode --show-version 
org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dmaven=${{ 
matrix.maven }}"
 
       - name: Build with Maven
         if: steps.should-run.conclusion == 'success'

Reply via email to