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 133A8200BAD for ; Tue, 25 Oct 2016 08:59:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 11AE7160AF3; Tue, 25 Oct 2016 06:59:09 +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 56D3D160AE6 for ; Tue, 25 Oct 2016 08:59:08 +0200 (CEST) Received: (qmail 64497 invoked by uid 500); 25 Oct 2016 06:59:07 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 64484 invoked by uid 99); 25 Oct 2016 06:59:07 -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; Tue, 25 Oct 2016 06:59:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 35E59DFAAB; Tue, 25 Oct 2016 06:59:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aajisaka@apache.org To: common-commits@hadoop.apache.org Message-Id: <5ad9fdbef1d140ff810d369920f066cd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-13514. Upgrade maven surefire plugin to 2.19.1. Contributed by Ewan Higgs. Date: Tue, 25 Oct 2016 06:59:07 +0000 (UTC) archived-at: Tue, 25 Oct 2016 06:59:09 -0000 Repository: hadoop Updated Branches: refs/heads/branch-2.8 02f0472d1 -> 444312b54 HADOOP-13514. Upgrade maven surefire plugin to 2.19.1. Contributed by Ewan Higgs. (cherry picked from commit dbd205762ef2cba903b9bd9335bb9a5964d51f74) (cherry picked from commit 6bb23a14b6f20973eded529f56c9a878a29035ff) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/444312b5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/444312b5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/444312b5 Branch: refs/heads/branch-2.8 Commit: 444312b54b890ca7b0bfe6f997007ef0ad82b00e Parents: 02f0472 Author: Akira Ajisaka Authored: Tue Oct 25 15:55:55 2016 +0900 Committer: Akira Ajisaka Committed: Tue Oct 25 15:58:57 2016 +0900 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/444312b5/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index ac05dad..b90da0d 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -98,7 +98,7 @@ -Xmx2048m -XX:MaxPermSize=768m -XX:+HeapDumpOnOutOfMemoryError - 2.17 + 2.19.1 ${maven-surefire-plugin.version} ${maven-surefire-plugin.version} --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org