This is an automated email from the ASF dual-hosted git repository. sjaranowski 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 158b874 Use Maven 3.9.10 as default 158b874 is described below commit 158b874ace1b50dd112d667cef82a754f88ebd9b Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Fri Jun 6 21:33:34 2025 +0200 Use Maven 3.9.10 as default --- .github/workflows/maven-verify-test.yml | 2 +- .github/workflows/maven-verify.yml | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven-verify-test.yml b/.github/workflows/maven-verify-test.yml index c294103..d783fb4 100644 --- a/.github/workflows/maven-verify-test.yml +++ b/.github/workflows/maven-verify-test.yml @@ -37,7 +37,7 @@ jobs: ff-jdk: '21' verify-goal: clean install verify-fail-fast: false - maven-matrix: '[ "3.9.9", "3.8.8", "3.6.3" ]' + maven-matrix: '[ "3.9.10", "3.8.8", "3.6.3" ]' # test with Maven 4 verify-3: diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 0a82878..26936f7 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -47,7 +47,7 @@ on: maven-matrix: description: The Maven version matrix as json array required: false - default: '[ "3.6.3", "3.9.9" ]' + default: '[ "3.6.3", "3.9.10" ]' type: string maven4-version: @@ -114,7 +114,7 @@ on: ff-maven: description: The Maven version used during fail-fast-build job required: false - default: '3.9.9' + default: '3.9.10' type: string ff-jdk: diff --git a/pom.xml b/pom.xml index 3c4048a..945cdf8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>42</version> + <version>44</version> <relativePath /> </parent>