You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2023/02/17 20:52:55 UTC

[maven-integration-testing] branch gh-mvn-3.9 created (now 36c48d2ef)

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

sjaranowski pushed a change to branch gh-mvn-3.9
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


      at 36c48d2ef Use Maven 3.9.0 on GitHub

This branch includes the following new commits:

     new 36c48d2ef Use Maven 3.9.0 on GitHub

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-integration-testing] 01/01: Use Maven 3.9.0 on GitHub

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 36c48d2ef75799c1a7a0eaf47edc8fc33964448b
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Fri Feb 17 21:52:50 2023 +0100

    Use Maven 3.9.0 on GitHub
---
 .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..9cc4562cd 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 "-Dmaven=3.9.0"
 
       - name: Running integration tests
         run: "./mvnw -B clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo"