You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/08/20 10:43:39 UTC

[maven-jenkins-env] branch master updated: Switch to Maven 3.8.6 (Linux)

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-env.git


The following commit(s) were added to refs/heads/master by this push:
     new 4deab1a  Switch to Maven 3.8.6 (Linux)
4deab1a is described below

commit 4deab1a74d7bd5048e0ac2774d17d12798bdec97
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Aug 20 12:43:14 2022 +0200

    Switch to Maven 3.8.6 (Linux)
---
 vars/jenkinsEnv.groovy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 3e9d09f..9f9c7bb 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -86,11 +86,11 @@ class jenkinsEnv implements Serializable {
                     case ~/^3\.6\.[x3]$/:
                         return 'maven_3.6.3'
                     case ~/^3\.8\.x$/:
-                        return 'maven_3.8.5'
+                        return 'maven_3.8.6'
                     case '3.x.x':
-                        return 'maven_3.8.5'
+                        return 'maven_3.8.6'
                     default:
-                        return 'maven_3.8.5'
+                        return 'maven_3.8.6'
                 }
             case 'windows':
                 switch(version) {