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:36:07 UTC

[2/7] incubator-predictionio-template-recommender git commit: Migrate to sbt-assembly 13.0

Migrate to sbt-assembly 13.0

Closes #4


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/a4eb514c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-recommender/tree/a4eb514c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-recommender/diff/a4eb514c

Branch: refs/heads/master
Commit: a4eb514c51ae91f387184f90676b259e8322ba55
Parents: c8e64d8
Author: Mehmet Ali Gozaydin <ku...@gmail.com>
Authored: Wed May 3 10:36:39 2017 -0700
Committer: Donald Szeto <ds...@salesforce.com>
Committed: Wed May 3 10:36:39 2017 -0700

----------------------------------------------------------------------
 build.sbt            | 4 ----
 project/assembly.sbt | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-recommender/blob/a4eb514c/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index 20cccdb..cdfd27d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,3 @@
-import AssemblyKeys._
-
-assemblySettings
-
 name := "template-scala-parallel-recommendation"
 
 organization := "org.apache.predictionio"

http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-recommender/blob/a4eb514c/project/assembly.sbt
----------------------------------------------------------------------
diff --git a/project/assembly.sbt b/project/assembly.sbt
index 54c3252..74adde3 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.13.0")