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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-env.git


The following commit(s) were added to refs/heads/master by this push:
     new 2de10f7  Update JDKs
2de10f7 is described below

commit 2de10f7340e14725585445521798f2ae48acfb23
Author: rfscholte <[email protected]>
AuthorDate: Sun Jul 1 13:14:18 2018 +0200

    Update JDKs
---
 vars/jenkinsEnv.groovy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 51f74a0..d55eb01 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -43,7 +43,7 @@ class jenkinsEnv implements Serializable {
                     case '10':
                         return 'JDK 10 (latest)'
                     case '11':
-                        return 'JDK 11 b8 (early access build)'
+                        return 'JDK 11 (latest)'
                     default:
                         return null
                 }
@@ -56,9 +56,9 @@ class jenkinsEnv implements Serializable {
                     case '9':
                         return 'JDK 1.9 (latest)'
                     case '10':
-                        return 'JDK 10 b46 (Windows Only)'
+                        return 'JDK 10 (latest)'
                     case '11':
-                        return 'JDK 11 b8 (early access build)'
+                        return 'JDK 11 (latest)'
                     default:
                         return null
                 }

Reply via email to