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

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

commit 8a7159d3013b3ae8f7dd254c14e346f18202756a
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