This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch mvn4rc5 in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
commit 53e332f3ca0abc249708f7af7a87c1900cf9e0db 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:
