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 2022/04/13 08:44:34 UTC

[maven-gh-actions-shared] 01/01: Maven 3.8.5 by default

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

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

commit 19e29bcc901b2c4b782abf8e51e05a10475d0fd0
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed Apr 13 10:44:29 2022 +0200

    Maven 3.8.5 by default
---
 .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 fd8612a..dcf4820 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.4'
+        default: '3.8.5'
         type: string
 
       os-matrix: