From commits-return-5552-archive-asf-public=cust-asf.ponee.io@predictionio.apache.org Fri Mar 1 05:19:54 2019 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 E95EC180657 for ; Fri, 1 Mar 2019 06:19:53 +0100 (CET) Received: (qmail 72080 invoked by uid 500); 1 Mar 2019 05:19:52 -0000 Mailing-List: contact commits-help@predictionio.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@predictionio.apache.org Delivered-To: mailing list commits@predictionio.apache.org Received: (qmail 72071 invoked by uid 99); 1 Mar 2019 05:19:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2019 05:19:52 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 57F5482E8A; Fri, 1 Mar 2019 05:19:52 +0000 (UTC) Date: Fri, 01 Mar 2019 05:19:52 +0000 To: "commits@predictionio.apache.org" Subject: [predictionio] branch release/0.14.0 updated: Fixes a bug that the parent project is missing from Maven repo (#511) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155141759228.28512.17097752179788761685@gitbox.apache.org> From: shimamoto@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: predictionio X-Git-Refname: refs/heads/release/0.14.0 X-Git-Reftype: branch X-Git-Oldrev: e67f7b29f4cbab90780fc0667bcb742d3b716712 X-Git-Newrev: b6d1978b010506a72b341fbeccb6c24787febcca X-Git-Rev: b6d1978b010506a72b341fbeccb6c24787febcca X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. shimamoto pushed a commit to branch release/0.14.0 in repository https://gitbox.apache.org/repos/asf/predictionio.git The following commit(s) were added to refs/heads/release/0.14.0 by this push: new b6d1978 Fixes a bug that the parent project is missing from Maven repo (#511) b6d1978 is described below commit b6d1978b010506a72b341fbeccb6c24787febcca Author: takako shimamoto AuthorDate: Fri Mar 1 14:19:45 2019 +0900 Fixes a bug that the parent project is missing from Maven repo (#511) --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9da1e89..bbf6c68 100644 --- a/build.sbt +++ b/build.sbt @@ -167,7 +167,6 @@ val root = (project in file(".")). settings(commonSettings: _*). enablePlugins(ScalaUnidocPlugin). settings( - skip in publish := true, unidocProjectFilter in (ScalaUnidoc, unidoc) := inAnyProject -- inProjects(dataElasticsearch, dataElasticsearch1), unidocProjectFilter in (JavaUnidoc, unidoc) := inAnyProject -- inProjects(dataElasticsearch, dataElasticsearch1), scalacOptions in (ScalaUnidoc, unidoc) ++= Seq(