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 49AEB200B70 for ; Fri, 12 Aug 2016 11:14:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 48642160AB6; Fri, 12 Aug 2016 09:14:41 +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 C7754160AB0 for ; Fri, 12 Aug 2016 11:14:40 +0200 (CEST) Received: (qmail 92360 invoked by uid 500); 12 Aug 2016 08:58:59 -0000 Mailing-List: contact commits-help@olingo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@olingo.apache.org Delivered-To: mailing list commits@olingo.apache.org Received: (qmail 1408 invoked by uid 99); 12 Aug 2016 08:26:15 -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; Fri, 12 Aug 2016 08:26:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7A54AE0441; Fri, 12 Aug 2016 08:26:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chrisam@apache.org To: commits@olingo.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: olingo-odata4 git commit: [OLINGO-997] Make release build work with java 8 Date: Fri, 12 Aug 2016 08:26:15 +0000 (UTC) archived-at: Fri, 12 Aug 2016 09:14:41 -0000 Repository: olingo-odata4 Updated Branches: refs/heads/master a931f657f -> ee60a793a [OLINGO-997] Make release build work with java 8 Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/ee60a793 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/ee60a793 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/ee60a793 Branch: refs/heads/master Commit: ee60a793ae524ab871e5e7f7cc05b9889b462a92 Parents: a931f65 Author: Christian Amend Authored: Fri Aug 12 10:25:35 2016 +0200 Committer: Christian Amend Committed: Fri Aug 12 10:25:35 2016 +0200 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/ee60a793/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cb57180..91d311d 100644 --- a/pom.xml +++ b/pom.xml @@ -104,6 +104,9 @@ UTF-8 1.6 true + + + -Xdoclint:none