This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch build-mvn--4.0.0-rc-3 in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
commit b07731d55fb244a15d2d267dbaf152d12d80982b Author: Olivier Lamy <ol...@apache.org> AuthorDate: Mon Apr 14 17:25:43 2025 +1000 build against 4.0.0-rc-3 --- .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 861450f..dbe5685 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -27,7 +27,7 @@ jobs: uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: maven-args: '-D"maven.test.redirectTestOutputToFile=false"' - maven-matrix: '[ "3.9.9", "4.0.0-alpha-8" ]' + maven-matrix: '[ "3.9.9", "4.0.0-rc-3" ]' jdk-matrix: '[ "11", "17", "21" ]' ff-goal: '-P run-its verify javadoc:jar' verify-goal: '-P run-its verify javadoc:jar'