From commits-return-5560-archive-asf-public=cust-asf.ponee.io@predictionio.apache.org Mon Mar 11 05:51:10 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 84A15180657 for ; Mon, 11 Mar 2019 06:51:09 +0100 (CET) Received: (qmail 17323 invoked by uid 500); 11 Mar 2019 05:51:08 -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 17314 invoked by uid 99); 11 Mar 2019 05:51:08 -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; Mon, 11 Mar 2019 05:51:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7DCFB879A8; Mon, 11 Mar 2019 05:51:07 +0000 (UTC) Date: Mon, 11 Mar 2019 05:51:07 +0000 To: "commits@predictionio.apache.org" Subject: [predictionio] branch develop updated (4f0507f -> df04af0) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155228346743.20676.16711623622402311559@gitbox.apache.org> From: shimamoto@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: predictionio X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 4f0507f6c1a2281dc07d47fb1d30855c9c915779 X-Git-Newrev: df04af09049c28a00246b8f8e3c83d184deb4f3e X-Git-NotificationType: ref_changed 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 change to branch develop in repository https://gitbox.apache.org/repos/asf/predictionio.git. from 4f0507f Merge branch 'livedoc' into develop add e67f7b2 Prepare 0.14.0-rc1 add b6d1978 Fixes a bug that the parent project is missing from Maven repo (#511) add 6d5c36f Prepare 0.14.0-rc2 add df04af0 Update RELEASE.md No new revisions were added by this update. Summary of changes: PMC.md | 2 +- RELEASE.md | 56 +++++++++++++++++++--- build.sbt | 3 +- docs/manual/data/versions.yml | 6 +-- docs/manual/source/datacollection/plugin.html.md | 4 +- docs/manual/source/deploy/plugin.html.md | 4 +- .../source/partials/shared/install/_spark.html.erb | 2 +- examples/scala-parallel-classification/README.md | 2 +- .../add-algorithm/build.sbt | 6 +-- .../add-algorithm/project/assembly.sbt | 2 +- .../add-algorithm/project/build.properties | 2 +- .../reading-custom-properties/build.sbt | 6 +-- .../reading-custom-properties/project/assembly.sbt | 2 +- .../project/build.properties | 2 +- .../README.md | 2 +- .../adjust-score/build.sbt | 6 +-- .../adjust-score/project/assembly.sbt | 2 +- .../adjust-score/project/build.properties | 2 +- .../train-with-rate-event/build.sbt | 6 +-- .../train-with-rate-event/project/assembly.sbt | 2 +- .../train-with-rate-event/project/build.properties | 2 +- examples/scala-parallel-recommendation/README.md | 2 +- .../blacklist-items/build.sbt | 6 +-- .../blacklist-items/project/assembly.sbt | 2 +- .../blacklist-items/project/build.properties | 2 +- .../customize-data-prep/build.sbt | 6 +-- .../customize-data-prep/project/assembly.sbt | 2 +- .../customize-data-prep/project/build.properties | 2 +- .../customize-serving/build.sbt | 6 +-- .../customize-serving/project/assembly.sbt | 2 +- .../customize-serving/project/build.properties | 2 +- .../reading-custom-events/build.sbt | 6 +-- .../reading-custom-events/project/assembly.sbt | 2 +- .../reading-custom-events/project/build.properties | 2 +- .../train-with-view-event/build.sbt | 6 +-- .../train-with-view-event/project/assembly.sbt | 2 +- .../train-with-view-event/project/build.properties | 2 +- examples/scala-parallel-similarproduct/README.md | 2 +- .../multi-events-multi-algos/build.sbt | 6 +-- .../multi-events-multi-algos/project/assembly.sbt | 2 +- .../project/build.properties | 2 +- .../recommended-user/build.sbt | 6 +-- .../recommended-user/project/assembly.sbt | 2 +- .../recommended-user/project/build.properties | 2 +- .../return-item-properties/build.sbt | 6 +-- .../return-item-properties/project/assembly.sbt | 2 +- .../project/build.properties | 2 +- .../rid-user-set-event/build.sbt | 6 +-- .../rid-user-set-event/project/assembly.sbt | 2 +- .../rid-user-set-event/project/build.properties | 2 +- .../train-with-rate-event/build.sbt | 6 +-- .../train-with-rate-event/project/assembly.sbt | 2 +- .../train-with-rate-event/project/build.properties | 2 +- project/plugins.sbt | 2 +- .../engines/recommendation-engine/build.sbt | 4 +- 55 files changed, 136 insertions(+), 95 deletions(-)