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

khmarbaise pushed a commit to branch MNG-6492
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 7379bea42f5e2dce0094b38d2fff472acaf35cd5
Author: Sylwester Lachiewicz <slachiew...@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
 

Reply via email to