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 df139f3 Use Maven 4.0.0-rc-5
df139f3 is described below
commit df139f38c2fefc668f46b13ff80845a98ed3ae18
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Thu Nov 13 17:56:08 2025 +0100
Use Maven 4.0.0-rc-5
---
.github/workflows/maven-verify.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index ed14ad8..45bb58c 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-4'
+ default: '4.0.0-rc-5'
type: string
maven4-enabled: