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 090e7ee Change JDK10 on Windows to 'JDK 10 b46 (Windows Only)'
090e7ee is described below
commit 090e7ee9c188397dc0a755b7eb60600eb6c2c0c9
Author: rfscholte <[email protected]>
AuthorDate: Wed Mar 28 21:19:37 2018 +0200
Change JDK10 on Windows to 'JDK 10 b46 (Windows Only)'
---
vars/jenkinsEnv.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 294f16b..99cba71 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -54,7 +54,7 @@ class jenkinsEnv implements Serializable {
case '9':
return 'JDK 1.9 (latest)'
case '10':
- return 'JDK 10 (latest)'
+ return 'JDK 10 b46 (Windows Only)'
default:
return null
}
--
To stop receiving notification emails like this one, please contact
[email protected].