You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/07/21 01:06:06 UTC

[maven-remote-resources-plugin] branch maven-matrix created (now 3332899)

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

olamy pushed a change to branch maven-matrix
in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git


      at 3332899  test maven matrix

This branch includes the following new commits:

     new 3332899  test maven matrix

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-remote-resources-plugin] 01/01: test maven matrix

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

olamy pushed a commit to branch maven-matrix
in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git

commit 33328991f3681183f82e5fc21470c8e9f878ea61
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Jul 21 11:06:02 2022 +1000

    test maven matrix
---
 .github/workflows/maven-verify.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index 62709ed..3633dae 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -24,5 +24,8 @@ on:
 jobs:
   build:
     name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
+    with:
+      ff-maven: "3.8.6"                     # Maven version for fail-fast-build
+      maven-matrix: '[ "3.2.5", "3.8.6" ]'  # Maven versions matrix for verify builds