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 F22A4200D4C for ; Thu, 30 Nov 2017 23:03:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F0919160C01; Thu, 30 Nov 2017 22:03:14 +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 69EB6160BF6 for ; Thu, 30 Nov 2017 23:03:14 +0100 (CET) Received: (qmail 191 invoked by uid 500); 30 Nov 2017 22:03:13 -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 182 invoked by uid 99); 30 Nov 2017 22:03:13 -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; Thu, 30 Nov 2017 22:03:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B3B2BF17E4; Thu, 30 Nov 2017 22:03:11 +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 Message-Id: <5945d2434836415cb399182314613428@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: maven-surefire git commit: ok so surefire is now java 8+ only Date: Thu, 30 Nov 2017 22:03:11 +0000 (UTC) archived-at: Thu, 30 Nov 2017 22:03:15 -0000 Repository: maven-surefire Updated Branches: refs/heads/new-jenkinsfile f440a9335 -> 2cb2bd39c ok so surefire is now java 8+ only Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/2cb2bd39 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/2cb2bd39 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/2cb2bd39 Branch: refs/heads/new-jenkinsfile Commit: 2cb2bd39c69b199a0542195d650eaecc951858c3 Parents: f440a93 Author: Stephen Connolly Authored: Thu Nov 30 22:03:07 2017 +0000 Committer: Stephen Connolly Committed: Thu Nov 30 22:03:07 2017 +0000 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/2cb2bd39/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 09ac70f..8c7d48e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild() +asfMavenTlpStdBuild(jdks:[8,9])