You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ta...@apache.org on 2019/03/12 13:46:05 UTC

[predictionio-template-attribute-based-classifier] branch master updated: Bump PredictionIO to 0.14.0 (#15)

This is an automated email from the ASF dual-hosted git repository.

takezoe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/predictionio-template-attribute-based-classifier.git


The following commit(s) were added to refs/heads/master by this push:
     new 0842468  Bump PredictionIO to 0.14.0 (#15)
     new edc6eca  Merge branch 'develop'
0842468 is described below

commit 0842468f754ab13300cbbc395149d04b40b627b6
Author: takako shimamoto <ch...@gmail.com>
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