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 42E34200CFC for ; Thu, 28 Sep 2017 09:48:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 414971609C2; Thu, 28 Sep 2017 07:48:51 +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 8FF471609EC for ; Thu, 28 Sep 2017 09:48:50 +0200 (CEST) Received: (qmail 4124 invoked by uid 500); 28 Sep 2017 07:48:49 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 4104 invoked by uid 99); 28 Sep 2017 07:48:49 -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, 28 Sep 2017 07:48:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F3991E967F; Thu, 28 Sep 2017 07:48:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Thu, 28 Sep 2017 07:48:48 -0000 Message-Id: <86a73b1dd6c44d3197222a386c4aa91d@git.apache.org> In-Reply-To: <5365b2e5773f46b69179dd8d51a9f5b5@git.apache.org> References: <5365b2e5773f46b69179dd8d51a9f5b5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] camel git commit: Use jdk.version in javadoc maven plugin like the others archived-at: Thu, 28 Sep 2017 07:48:51 -0000 Use jdk.version in javadoc maven plugin like the others Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c54065a7 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c54065a7 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c54065a7 Branch: refs/heads/master Commit: c54065a783b2283cbf19032be11847fd7938384d Parents: b5511b9 Author: Claus Ibsen Authored: Thu Sep 28 09:47:57 2017 +0200 Committer: Claus Ibsen Committed: Thu Sep 28 09:47:57 2017 +0200 ---------------------------------------------------------------------- components/camel-box/camel-box-api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c54065a7/components/camel-box/camel-box-api/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-box/camel-box-api/pom.xml b/components/camel-box/camel-box-api/pom.xml index 86310ce..5893431 100644 --- a/components/camel-box/camel-box-api/pom.xml +++ b/components/camel-box/camel-box-api/pom.xml @@ -55,10 +55,10 @@ true - 1.7 + ${jdk.version} true false - 1.7 + ${jdk.version} UTF-8