From common-commits-return-90429-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Nov 6 19:05:53 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 817F118067E for ; Tue, 6 Nov 2018 19:05:52 +0100 (CET) Received: (qmail 64623 invoked by uid 500); 6 Nov 2018 18:05:38 -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 62724 invoked by uid 99); 6 Nov 2018 18:05:37 -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, 06 Nov 2018 18:05:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 094DAE123D; Tue, 6 Nov 2018 18:05:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brahma@apache.org To: common-commits@hadoop.apache.org Date: Tue, 06 Nov 2018 18:06:17 -0000 Message-Id: <18b01db7c707427c84398cc5526d5673@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [43/48] hadoop git commit: HADOOP-15902. [JDK 11] Specify the HTML version of Javadoc to 4.01. Contributed by Takanobu Asanuma. HADOOP-15902. [JDK 11] Specify the HTML version of Javadoc to 4.01. Contributed by Takanobu Asanuma. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/78e43bcc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/78e43bcc Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/78e43bcc Branch: refs/heads/HDFS-13532 Commit: 78e43bccf655153d5fc8fc891d59c536354d8031 Parents: 6430c98 Author: Akira Ajisaka Authored: Tue Nov 6 20:44:05 2018 +0900 Committer: Akira Ajisaka Committed: Tue Nov 6 20:44:05 2018 +0900 ---------------------------------------------------------------------- hadoop-project/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/78e43bcc/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 937f21f..5d38167 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -2002,6 +2002,26 @@ + + + javadoc-html-version + + [11,) + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + -html4 + + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org