From d840b887e51b7c614d2b9f7e7d1db7e5b6f5d9a0 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 4 Aug 2026 02:17:43 +0200 Subject: [PATCH] Build against Maven 4.0.0-rc-6 Move the Maven 4 version property to the current RC and pin the same version explicitly in the Verify workflow, so CI does not depend on the maven4-version default in maven-gh-actions-shared. Co-Authored-By: Claude Opus 5 (1M context) --- .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 03c0e91..3af54c7 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@v5 with: maven4-build: true - maven4-version: '4.0.0-rc-5' # as in project + maven4-version: '4.0.0-rc-6' # as in project diff --git a/pom.xml b/pom.xml index 9237c14..d0f60cd 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ under the License. 17 - 4.0.0-rc-5 + 4.0.0-rc-6 7.0.0 ${version.maven-antrun-plugin}