You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/07/02 08:59:02 UTC

[camel] branch master updated: Use JDK 11 (latest) in the daily test job

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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new e95c9c9  Use JDK 11 (latest) in the daily test job
e95c9c9 is described below

commit e95c9c9b9599ff90c6fa16356ef3500697c24a44
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Jul 2 10:58:59 2018 +0200

    Use JDK 11 (latest) in the daily test job
---
 Jenkinsfile.daily | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index a408a86..7544fcd 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -85,7 +85,7 @@ pipeline {
 
         stage('Test JDK 11') {
             tools {
-                jdk 'JDK 11 b8 (early access build)'
+                jdk 'JDK 11 (latest)'
             }
             steps {
                 sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true test", returnStatus: true