This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-3.8.8 in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
commit 7c14db9cc73c64039e37754a9c17f32a9c980113 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Sun Jan 1 20:49:15 2023 +0100 Use Maven 3.8.7 for builds as default --- .github/workflows/maven-verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index ee1954d..654b5b9 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.8.6" ]' + default: '[ "3.8.7" ]' type: string matrix-exclude: @@ -84,7 +84,7 @@ on: ff-maven: description: The Maven version used during fail-fast-build job required: false - default: '3.8.6' + default: '3.8.7' type: string ff-jdk:
