You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2017/08/01 06:26:39 UTC

svn commit: r1803613 - /poi/trunk/jenkins/create_jobs.groovy

Author: centic
Date: Tue Aug  1 06:26:39 2017
New Revision: 1803613

URL: http://svn.apache.org/viewvc?rev=1803613&view=rev
Log:
Jenkins DSL: Use latest available early access build of JDK 9 b179

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1803613&r1=1803612&r2=1803613&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Tue Aug  1 06:26:39 2017
@@ -93,7 +93,7 @@ def jdkMapping = [
     '1.6': 'JDK 1.6 (latest)',
     '1.7': 'JDK 1.7 (latest)',
     '1.8': 'JDK 1.8 (latest)',
-    '1.9': 'JDK 9 b156 (early access build) with project Jigsaw',
+    '1.9': 'JDK 9 b179 (early access build)',
     'OpenJDK': 'OpenJDK 6 (on Ubuntu only) ',   // blank is required here until the name in the Jenkins instance is fixed!
     'IBMJDK': 'IBM 1.8 64-bit (on Ubuntu only)',
 ]



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org