This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 5d1147d Upgrade from Maven 4.0.0-rc-4 to 4.0.0-rc-5 (#283)
5d1147d is described below
commit 5d1147d06315bde15a53a9d05b4bbf1bb4ff8d29
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Sat Nov 15 12:37:35 2025 +0100
Upgrade from Maven 4.0.0-rc-4 to 4.0.0-rc-5 (#283)
---
.github/workflows/maven-verify.yml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 1e68210..eca8804 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -27,4 +27,4 @@ jobs:
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
maven4-build: true
- maven4-version: '4.0.0-rc-4' # the same as used in project
+ maven4-version: '4.0.0-rc-5' # the same as used in project
diff --git a/pom.xml b/pom.xml
index d4fcc5b..7edef7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@ under the License.
</distributionManagement>
<properties>
- <mavenVersion>4.0.0-rc-4</mavenVersion>
+ <mavenVersion>4.0.0-rc-5</mavenVersion>
<javaVersion>17</javaVersion>
<guavaVersion>33.4.6-jre</guavaVersion>
<guiceVersion>6.0.0</guiceVersion>