This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new aef328ecc Use Maven 3.9.5 on GitHub (#242)
aef328ecc is described below

commit aef328ecc617242d18fb042618e6e42d09412f97
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed Oct 4 23:56:43 2023 +0200

    Use Maven 3.9.5 on GitHub (#242)
---
 .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 b24b52bf2..d59fd6745 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.7"
+        run: mvn --errors --batch-mode --show-version wrapper:wrapper 
"-Dtype=only-script" "-Dmaven=3.9.5"
 
       - name: Running integration tests
         run: "./mvnw -B clean install -Prun-its,embedded 
-Dmaven.repo.local=`pwd`/repo"

Reply via email to