This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/v4 by this push:
new dbe4e21 Use Maven 3.9.7, m-wrapper-p 3.3.2 for build
dbe4e21 is described below
commit dbe4e2171aa3aa16adaf78f46d137e32e99a305a
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun May 26 22:53:57 2024 +0200
Use Maven 3.9.7, m-wrapper-p 3.3.2 for build
---
.github/workflows/maven-verify.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 9e86413..b8a2cca 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.6.3", "3.9.6" ]'
+ default: '[ "3.6.3", "3.9.7" ]'
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.6'
+ default: '3.9.7'
type: string
ff-jdk:
@@ -195,7 +195,7 @@ jobs:
- name: Set up Maven
run:
- mvn --errors --batch-mode --show-version
org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper "-Dmaven=${{
inputs.ff-maven }}"
+ mvn --errors --batch-mode --show-version
org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dmaven=${{
inputs.ff-maven }}"
- name: Build with Maven
run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven-args
}} ${{ inputs.ff-goal }}
@@ -306,7 +306,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.3.1:wrapper "-Dmaven=${{
matrix.maven }}"
+ run: mvn --errors --batch-mode --show-version
org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dmaven=${{
matrix.maven }}"
- name: Build with Maven
if: steps.should-run.conclusion == 'success'