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 2020/01/14 23:29:18 UTC

[maven] 01/01: Test build with latest Maven 3.6.3

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 34adc07dcc1297aa1b2c8a70ecd23d5e47c4e083
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jan 14 23:50:12 2020 +0100

    Test build with latest Maven 3.6.3
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 304fdc5..345396b 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.0'
+def buildMvn = '3.6.3'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['8', '11','12', '13']
-def runITsMvn = '3.6.0'
+def runITsJdks = ['8', '11', '12', '13', '14']
+def runITsMvn = '3.6.3'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests