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 2018/09/09 06:54:35 UTC

[maven] branch master updated: Update Jenkins build to use Maven 3.5.4 (#179)

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 0627522  Update Jenkins build to use Maven 3.5.4 (#179)
0627522 is described below

commit 06275226d35311bfb852c5124a6a725ede4cc48d
Author: Sylwester Lachiewicz <sl...@gmail.com>
AuthorDate: Sun Sep 9 08:54:31 2018 +0200

    Update Jenkins build to use Maven 3.5.4 (#179)
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 93ba46a..9fa73cd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,10 +21,10 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: e
 
 def buildOs = 'linux'
 def buildJdk = '8'
-def buildMvn = '3.5.0'
+def buildMvn = '3.5.4'
 def runITsOses = ['linux', 'windows']
 def runITsJdks = ['7', '8', '9']
-def runITsMvn = '3.5.0'
+def runITsMvn = '3.5.4'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests