From common-commits-return-89073-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Oct 9 05:56:26 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BBD64180652 for ; Tue, 9 Oct 2018 05:56:25 +0200 (CEST) Received: (qmail 47796 invoked by uid 500); 9 Oct 2018 03:56:24 -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 47778 invoked by uid 99); 9 Oct 2018 03:56:23 -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, 09 Oct 2018 03:56:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D17EDFE18; Tue, 9 Oct 2018 03:56:23 +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: <56c63c94145d4001a98d876011205706@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-15818. Fix deprecated maven-surefire-plugin configuration in hadoop-kms module Date: Tue, 9 Oct 2018 03:56:23 +0000 (UTC) Repository: hadoop Updated Branches: refs/heads/trunk 08bb6c49a -> a30b1d182 HADOOP-15818. Fix deprecated maven-surefire-plugin configuration in hadoop-kms module This closes #425 Signed-off-by: Akira Ajisaka Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a30b1d18 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a30b1d18 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a30b1d18 Branch: refs/heads/trunk Commit: a30b1d1824201df45535706462505f07bb9776eb Parents: 08bb6c49 Author: Vidura Mudalige Authored: Mon Oct 8 23:28:30 2018 +0530 Committer: Akira Ajisaka Committed: Tue Oct 9 12:55:34 2018 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-kms/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a30b1d18/hadoop-common-project/hadoop-kms/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-kms/pom.xml b/hadoop-common-project/hadoop-kms/pom.xml index 0ed3dc3..9b1936f 100644 --- a/hadoop-common-project/hadoop-kms/pom.xml +++ b/hadoop-common-project/hadoop-kms/pom.xml @@ -186,7 +186,8 @@ org.apache.maven.plugins maven-surefire-plugin - always + 1 + false 1 600 --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org