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/04/18 16:11:44 UTC

[maven-jenkins-env] 01/02: Switch to Maven 3.8.5 (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

commit 8d11918ab820d36b4f6bc4cb047b6312cbb8243e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Apr 18 18:07:29 2022 +0200

    Switch to Maven 3.8.5 (Linux)
---
 .gitignore             | 2 ++
 vars/jenkinsEnv.groovy | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fd1b092
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/.idea/
+*.iml
\ No newline at end of file
diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index d2a1d19..a33abd4 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -84,11 +84,11 @@ class jenkinsEnv implements Serializable {
                     case ~/^3\.6\.[x3]$/:
                         return 'maven_3.6.3'
                     case ~/^3\.8\.x$/:
-                        return 'maven_3.8.4'
+                        return 'maven_3.8.5'
                     case '3.x.x':
-                        return 'maven_3.8.4'
+                        return 'maven_3.8.5'
                     default:
-                        return 'maven_3.8.4'
+                        return 'maven_3.8.5'
                 }
             case 'windows':
                 switch(version) {