You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/10/12 10:21:06 UTC

[maven-surefire] 01/01: JDK 14 EA

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

tibordigana pushed a commit to branch j14
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 7aacfbf2b86d258454b72356de2117e019a32118
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Oct 12 12:20:54 2019 +0200

    JDK 14 EA
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1cee6be..7e61b7a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ properties(
 final def oses = ['linux':'ubuntu', 'windows':'Windows']
 final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.6.x']
 // all non-EOL versions and the first EA
-final def jdks = [13, 12, 11, 8, 7]
+final def jdks = [14, 13, 11, 8, 7]
 
 final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
 final def goals = ['clean', 'install']