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/01/01 19:53:46 UTC

[maven-gh-actions-shared] branch maven-3.8.7-v2 created (now e36412b)

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

sjaranowski pushed a change to branch maven-3.8.7-v2
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


      at e36412b  Use Maven 3.8.7 for builds as default - in V2

This branch includes the following new commits:

     new e36412b  Use Maven 3.8.7 for builds as default - in V2

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-gh-actions-shared] 01/01: Use Maven 3.8.7 for builds as default - in V2

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

sjaranowski pushed a commit to branch maven-3.8.7-v2
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit e36412bff34924516f1a17c8a7b63bfd2530da17
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Jan 1 20:53:42 2023 +0100

    Use Maven 3.8.7 for builds as default - in V2
---
 .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 48eaeed..f7e3623 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -29,7 +29,7 @@ on:
       maven_version:
         description: The Maven version used for builds
         required: false
-        default: '3.8.6'
+        default: '3.8.7'
         type: string
 
       os-matrix: