Repository: incubator-predictionio-template-ecom-recommender
Updated Branches:
  refs/heads/master 2e22714f2 -> eff34b537


Bump to PIO 0.11.0-incubating and enhance sbt configuration

Closes #12


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

Branch: refs/heads/master
Commit: 93abf81ff35d28d1a4586f2aacb74a475f18b23b
Parents: 68666e7
Author: Naoki Takezoe <[email protected]>
Authored: Thu May 4 08:51:13 2017 -0700
Committer: Donald Szeto <[email protected]>
Committed: Thu May 4 08:51:13 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-ecom-recommender/blob/93abf81f/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index 212bcda..93ac311 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,3 @@
-import AssemblyKeys._
-
-assemblySettings
-
 name := "template-scala-parallel-ecommercerecommendation"
 
 organization := "org.apache.predictionio"
@@ -9,7 +5,7 @@ organization := "org.apache.predictionio"
 parallelExecution in Test := false
 
 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",
   "org.scalatest"           %% "scalatest"                % "2.2.1" % "test")

http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-ecom-recommender/blob/93abf81f/project/assembly.sbt
----------------------------------------------------------------------
diff --git a/project/assembly.sbt b/project/assembly.sbt
index 54c3252..e17409e 100644
--- a/project/assembly.sbt
+++ b/project/assembly.sbt
@@ -1 +1 @@
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")

http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-ecom-recommender/blob/93abf81f/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

Reply via email to