You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by sh...@apache.org on 2018/09/20 09:29:37 UTC

predictionio-template-recommender git commit: Bump PredictionIO to 0.13.0

Repository: predictionio-template-recommender
Updated Branches:
  refs/heads/develop 7dd5d6fa7 -> 1aa8594a8


Bump PredictionIO to 0.13.0

Closes #20


Project: http://git-wip-us.apache.org/repos/asf/predictionio-template-recommender/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio-template-recommender/commit/1aa8594a
Tree: http://git-wip-us.apache.org/repos/asf/predictionio-template-recommender/tree/1aa8594a
Diff: http://git-wip-us.apache.org/repos/asf/predictionio-template-recommender/diff/1aa8594a

Branch: refs/heads/develop
Commit: 1aa8594a84f7ed52a763d75006df0b7700fe1e51
Parents: 7dd5d6f
Author: Naoki Takezoe <ta...@apache.org>
Authored: Thu Sep 20 18:27:11 2018 +0900
Committer: shimamoto <sh...@apache.org>
Committed: Thu Sep 20 18:27:11 2018 +0900

----------------------------------------------------------------------
 .gitignore           | 11 ++++++++++-
 README.md            |  6 +++++-
 build.sbt            |  2 +-
 project/assembly.sbt |  2 +-
 template.json        |  2 +-
 5 files changed, 18 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio-template-recommender/blob/1aa8594a/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index ebc8c6e..9662372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,14 @@
-data/sample_movielens_data.txt
+.DS_Store
 manifest.json
 target/
 pio.log
 /pio.sbt
+
+# Eclipse
+.project
+.classpath
+.settings/
+
+# IntelliJ
+*.iml
+.idea/
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/predictionio-template-recommender/blob/1aa8594a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 55efb1c..815f40a 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,14 @@
 ## Documentation
 
 Please refer to
-http://predictionio.incubator.apache.org/templates/recommendation/quickstart/.
+https://predictionio.apache.org/templates/recommendation/quickstart/.
 
 ## Versions
 
+### v0.13.0
+
+Update for Apache PredictionIO 0.13.0
+
 ### v0.12.0-incubating
 
 - Bump version number to track PredictionIO version

http://git-wip-us.apache.org/repos/asf/predictionio-template-recommender/blob/1aa8594a/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index 7ca9a06..4d6c535 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,5 +2,5 @@ name := "template-scala-parallel-recommendation"
 
 scalaVersion := "2.11.8"
 libraryDependencies ++= Seq(
-  "org.apache.predictionio" %% "apache-predictionio-core" % "0.12.0-incubating" % "provided",
+  "org.apache.predictionio" %% "apache-predictionio-core" % "0.13.0" % "provided",
   "org.apache.spark"        %% "spark-mllib"              % "2.1.1" % "provided")

http://git-wip-us.apache.org/repos/asf/predictionio-template-recommender/blob/1aa8594a/project/assembly.sbt
----------------------------------------------------------------------
diff --git a/project/assembly.sbt b/project/assembly.sbt
index 15a88b0..d95475f 100644
--- a/project/assembly.sbt
+++ b/project/assembly.sbt
@@ -1 +1 @@
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7")

http://git-wip-us.apache.org/repos/asf/predictionio-template-recommender/blob/1aa8594a/template.json
----------------------------------------------------------------------
diff --git a/template.json b/template.json
index d076ec5..cb5ace6 100644
--- a/template.json
+++ b/template.json
@@ -1 +1 @@
-{"pio": {"version": { "min": "0.10.0-incubating" }}}
+{"pio": {"version": { "min": "0.11.0-incubating" }}}