Bump to PIO 0.11.0-incubating and enhance sbt configuration
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/commit/5623d085 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/tree/5623d085 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/diff/5623d085 Branch: refs/heads/develop Commit: 5623d0857f7110f5526ecbcb60722f2dca7311a6 Parents: 58c5179 Author: Naoki Takezoe <[email protected]> Authored: Wed May 3 21:51:28 2017 +0900 Committer: Naoki Takezoe <[email protected]> Committed: Wed May 3 21:51:28 2017 +0900 ---------------------------------------------------------------------- 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-attribute-based-classifier/blob/5623d085/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index d74e6bc..13544fd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,12 +1,8 @@ -import AssemblyKeys._ - -assemblySettings - name := "template-scala-parallel-classification" 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.1" % "provided", "org.apache.spark" %% "spark-mllib" % "1.3.1" % "provided") http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/blob/5623d085/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-attribute-based-classifier/blob/5623d085/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
