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/08/05 20:44:10 UTC

[maven] branch runITsWithJavaEA updated: Java 16

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

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


The following commit(s) were added to refs/heads/runITsWithJavaEA by this push:
     new 55aba8f  Java 16
55aba8f is described below

commit 55aba8f440122a43dc0498c3a8e6aa67671eac55
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Aug 5 22:43:58 2020 +0200

    Java 16
---
 Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c54dc0f..6c6be28 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,11 +20,11 @@
 properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'5':'1'))])
 
 def buildOs = 'linux'
-def buildJdk = '15'
-def buildMvn = '3.6.2'
+def buildJdk = '16'
+def buildMvn = '3.6.3'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['15']
-def runITsMvn = '3.6.2'
+def runITsJdks = ['16']
+def runITsMvn = '3.6.3'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests