This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 7221a5f Upgrade Maven to 4.0.0-rc3
7221a5f is described below
commit 7221a5fa5d2ff2c2764905046cd216e059043300
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Mar 10 14:44:35 2025 +0100
Upgrade Maven to 4.0.0-rc3
---
.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 2817008..28344a9 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -53,7 +53,7 @@ on:
maven4-version:
description: The Maven 4.x version matrix
required: false
- default: '4.0.0-rc-2'
+ default: '4.0.0-rc-3'
type: string
maven4-enabled:
@@ -218,7 +218,7 @@ jobs:
if [ "${{ inputs.maven4-build }}" = "true" ]; then
echo "version=${{ inputs.maven4-version }}" >> $GITHUB_OUTPUT
else
- echo "version=${{ inputs.ff-maven }}" >> $GITHUB_OUTPUT
+ echo "version=${{ inputs.ff-maven }}" >> $GITHUB_OUTPUT
fi
cat $GITHUB_OUTPUT