From commits-return-5576-archive-asf-public=cust-asf.ponee.io@predictionio.apache.org Tue Mar 12 13:44:47 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 EA9DF180600 for ; Tue, 12 Mar 2019 14:44:46 +0100 (CET) Received: (qmail 2483 invoked by uid 500); 12 Mar 2019 13:44:46 -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 2474 invoked by uid 99); 12 Mar 2019 13:44:46 -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; Tue, 12 Mar 2019 13:44:46 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7F281879D0; Tue, 12 Mar 2019 13:44:45 +0000 (UTC) Date: Tue, 12 Mar 2019 13:44:45 +0000 To: "commits@predictionio.apache.org" Subject: [predictionio-template-attribute-based-classifier] branch develop updated: Bump PredictionIO to 0.14.0 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155239828547.5816.17741893455522241666@gitbox.apache.org> From: takezoe@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: predictionio-template-attribute-based-classifier X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 10f4e329d5f650cde1aa940b509a752e025057fa X-Git-Newrev: 0842468f754ab13300cbbc395149d04b40b627b6 X-Git-Rev: 0842468f754ab13300cbbc395149d04b40b627b6 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. takezoe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/predictionio-template-attribute-based-classifier.git The following commit(s) were added to refs/heads/develop by this push: new 0842468 Bump PredictionIO to 0.14.0 (#15) 0842468 is described below commit 0842468f754ab13300cbbc395149d04b40b627b6 Author: takako shimamoto AuthorDate: Tue Mar 12 22:44:13 2019 +0900 Bump PredictionIO to 0.14.0 (#15) --- README.md | 4 ++++ build.sbt | 6 +++--- project/assembly.sbt | 2 +- project/build.properties | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0bf06ee..3c9fe83 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ https://predictionio.apache.org/templates/classification/quickstart/ ## Versions +### v0.14.0 + +Update for Apache PredictionIO 0.14.0 + ### v0.13.0 Update for Apache PredictionIO 0.13.0 diff --git a/build.sbt b/build.sbt index a6a8968..b1105b3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "template-scala-parallel-classification" -scalaVersion := "2.11.8" +scalaVersion := "2.11.12" libraryDependencies ++= Seq( - "org.apache.predictionio" %% "apache-predictionio-core" % "0.13.0" % "provided", - "org.apache.spark" %% "spark-mllib" % "2.1.1" % "provided") + "org.apache.predictionio" %% "apache-predictionio-core" % "0.14.0" % "provided", + "org.apache.spark" %% "spark-mllib" % "2.4.0" % "provided") diff --git a/project/assembly.sbt b/project/assembly.sbt index d95475f..9c01471 100644 --- a/project/assembly.sbt +++ b/project/assembly.sbt @@ -1 +1 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9") diff --git a/project/build.properties b/project/build.properties index c091b86..c0bab04 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.16 +sbt.version=1.2.8