You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2017/05/03 22:35:50 UTC

[4/5] incubator-predictionio-template-recommender git commit: Bump to PIO 0.11.0-incubating and enhance sbt configuration

Bump to PIO 0.11.0-incubating and enhance sbt configuration

Closes #15


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

Branch: refs/heads/develop
Commit: cbb9d4ff28311bd60aa819a4425f08441810e826
Parents: 1339f59
Author: Naoki Takezoe <ta...@gmail.com>
Authored: Wed May 3 11:06:47 2017 -0700
Committer: Donald Szeto <ds...@salesforce.com>
Committed: Wed May 3 11:06:47 2017 -0700

----------------------------------------------------------------------
 build.sbt                | 2 +-
 project/assembly.sbt     | 2 +-
 project/build.properties | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-recommender/blob/cbb9d4ff/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index cdfd27d..9892291 100644
--- a/build.sbt
+++ b/build.sbt
@@ -3,6 +3,6 @@ name := "template-scala-parallel-recommendation"
 organization := "org.apache.predictionio"
 
 libraryDependencies ++= Seq(
-  "org.apache.predictionio" %% "apache-predictionio-core" % "0.10.0-incubating" % "provided",
+  "org.apache.predictionio" %% "apache-predictionio-core" % "0.11.0-incubating" % "provided",
   "org.apache.spark"        %% "spark-core"               % "1.3.0" % "provided",
   "org.apache.spark"        %% "spark-mllib"              % "1.3.0" % "provided")

http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-recommender/blob/cbb9d4ff/project/assembly.sbt
----------------------------------------------------------------------
diff --git a/project/assembly.sbt b/project/assembly.sbt
index 74adde3..e17409e 100644
--- a/project/assembly.sbt
+++ b/project/assembly.sbt
@@ -1 +1 @@
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")

http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-recommender/blob/cbb9d4ff/project/build.properties
----------------------------------------------------------------------
diff --git a/project/build.properties b/project/build.properties
new file mode 100644
index 0000000..64317fd
--- /dev/null
+++ b/project/build.properties
@@ -0,0 +1 @@
+sbt.version=0.13.15