Repository: maven
Updated Branches:
  refs/heads/embedded-ITs 3ff148b76 -> f92a82788 (forced update)


new JDK 8 name on Windows

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f92a8278
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f92a8278
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/f92a8278

Branch: refs/heads/embedded-ITs
Commit: f92a827886cd29385b3974393a632b4b2e7f5e28
Parents: 11efda6
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Fri Mar 24 04:59:59 2017 +0100
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Fri Mar 24 08:16:16 2017 +0100

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/f92a8278/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 44a7073..8dedea3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -126,7 +126,7 @@ parallel linuxJava7:{
                 MAVEN_WIN_J8=pwd()
             }
             echo "Driving integration tests using Maven $MAVEN_WIN_J8"
-            def JAVA_WIN_J8=tool name: 'JDK 1.8 (unlimited security) 64-bit 
Windows only', type: 'hudson.model.JDK'
+            def JAVA_WIN_J8=tool name: 'JDK 1.8.0_92 (unlimited security) 
64-bit Windows only', type: 'hudson.model.JDK'
             dir(JAVA_WIN_J8) {
                 JAVA_WIN_J8=pwd()
             }

Reply via email to