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 902C4200D56 for ; Tue, 12 Dec 2017 08:52:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8E9D7160C0F; Tue, 12 Dec 2017 07:52:22 +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 D42F7160BE7 for ; Tue, 12 Dec 2017 08:52:21 +0100 (CET) Received: (qmail 69656 invoked by uid 500); 12 Dec 2017 07:52:21 -0000 Mailing-List: contact commits-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list commits@avro.apache.org Received: (qmail 69647 invoked by uid 99); 12 Dec 2017 07:52:20 -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, 12 Dec 2017 07:52:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C9FDCDFC11; Tue, 12 Dec 2017 07:52:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nielsbasjes@apache.org To: commits@avro.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: avro git commit: AVRO-2043: Remove pre JDK 1.8 surefire specific configuration Date: Tue, 12 Dec 2017 07:52:20 +0000 (UTC) archived-at: Tue, 12 Dec 2017 07:52:22 -0000 Repository: avro Updated Branches: refs/heads/master 2df0775d2 -> 7bbbf92cd AVRO-2043: Remove pre JDK 1.8 surefire specific configuration Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/7bbbf92c Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/7bbbf92c Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/7bbbf92c Branch: refs/heads/master Commit: 7bbbf92cd699dd82240caa395ee5f6136f22f2b0 Parents: 2df0775 Author: Niels Basjes Authored: Mon Dec 11 18:04:09 2017 +0100 Committer: Niels Basjes Committed: Mon Dec 11 18:04:09 2017 +0100 ---------------------------------------------------------------------- lang/java/pom.xml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/7bbbf92c/lang/java/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/pom.xml b/lang/java/pom.xml index 6e8e42a..2d1df1f 100644 --- a/lang/java/pom.xml +++ b/lang/java/pom.xml @@ -218,8 +218,7 @@ rather than the console. --> true false - - ${surefire.argline} + -Xmx1000m ${project.basedir}/target/ @@ -387,28 +386,6 @@ - - - - - old-jdk - - (,1.8) - - - -Xmx1000m -XX:MaxPermSize=200m - - - - new-jdk - - [1.8,) - - - -Xmx1000m - - -