From 06275226d35311bfb852c5124a6a725ede4cc48d Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 9 Sep 2018 08:54:31 +0200 Subject: [PATCH] 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 93ba46ad6c8..9fa73cd31bb 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