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 2018/12/09 18:09:59 UTC

[maven-surefire] branch jdk12 created (now 94108c3)

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

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


      at 94108c3  trying out with JDK 12

This branch includes the following new commits:

     new 94108c3  trying out with JDK 12

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-surefire] 01/01: trying out with JDK 12

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 94108c343cbb058bed89cb18061d1c288b215dd7
Author: Tibor17 <ti...@apache.org>
AuthorDate: Sun Dec 9 19:09:40 2018 +0100

    trying out with JDK 12
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 87c8cca..67f847e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,7 +32,7 @@ properties(
 
 final def oses = ['linux':'ubuntu && !H24', 'windows':'Windows']
 final def mavens = env.BRANCH_NAME == 'master' ? ['3.5.x', '3.3.x', '3.2.x'] : ['3.5.x']
-final def jdks = [9, 8, 7]
+final def jdks = [12]
 
 final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
 final def goals = ['clean', 'install', 'jacoco:report']