This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch testFor363 in repository https://gitbox.apache.org/repos/asf/maven.git
commit e9e62c4812d99595f6b69f713c795b0a9193c853 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Tue Jan 14 23:50:12 2020 +0100 Test build with latest Maven 3.6.3 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ff917a2..debf48c 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.6.2' +def buildMvn = '3.6.3' def runITsOses = ['linux', 'windows'] def runITsJdks = ['8', '11', '13', '14'] -def runITsMvn = '3.6.2' +def runITsMvn = '3.6.3' def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true def tests