This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch gh-mvn-3.8.7 in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
commit 40f819b47df67958cec617844ee10aba9d196dbb Author: Slawomir Jaranowski <[email protected]> AuthorDate: Sun Jan 1 21:10:44 2023 +0100 Use Maven 3.8.7 for GH builds --- .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 1159bc232..b24b52bf2 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -49,7 +49,7 @@ jobs: cache: 'maven' - name: Set up Maven - run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dmaven=3.8.6" + run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dmaven=3.8.7" - name: Running integration tests run: "./mvnw -B clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo"
