Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DDD45200C44 for ; Mon, 27 Mar 2017 17:22:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DC8BB160B99; Mon, 27 Mar 2017 15:22:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 54BFB160B5D for ; Mon, 27 Mar 2017 17:22:54 +0200 (CEST) Received: (qmail 82363 invoked by uid 500); 27 Mar 2017 15:22:53 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 82350 invoked by uid 99); 27 Mar 2017 15:22:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2017 15:22:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6C1E8DFBCA; Mon, 27 Mar 2017 15:22:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stephenc@apache.org To: commits@maven.apache.org Date: Mon, 27 Mar 2017 15:22:53 -0000 Message-Id: <8e91babffe4c444c8137822c74fedded@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] maven git commit: INFRA have been changing JDK labels again [Forced Update!] archived-at: Mon, 27 Mar 2017 15:22:55 -0000 Repository: maven Updated Branches: refs/heads/mng-6195 f3069cbd2 -> 2d6db7983 (forced update) INFRA have been changing JDK labels again Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/33c8d8ef Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/33c8d8ef Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/33c8d8ef Branch: refs/heads/mng-6195 Commit: 33c8d8efe9410e134080bd979a7df82de80bcf74 Parents: 8400984 Author: Stephen Connolly Authored: Mon Mar 27 16:22:29 2017 +0100 Committer: Stephen Connolly Committed: Mon Mar 27 16:22:29 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/33c8d8ef/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 2ac2644..123a246 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -117,7 +117,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_121 (unlimited security) 64-bit Windows only', type: 'hudson.model.JDK' dir(JAVA_WIN_J8) { JAVA_WIN_J8=pwd() }