Bump to PIO 0.11.0-incubating and enhance sbt configuration
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-text-classifier/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-text-classifier/commit/653d4034 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-text-classifier/tree/653d4034 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-text-classifier/diff/653d4034 Branch: refs/heads/master Commit: 653d403402af2553e256993abc21d072973470f3 Parents: 7bff411 Author: Naoki Takezoe <[email protected]> Authored: Wed May 3 21:41:29 2017 +0900 Committer: Naoki Takezoe <[email protected]> Committed: Wed May 3 21:41:29 2017 +0900 ---------------------------------------------------------------------- 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-text-classifier/blob/653d4034/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index deeffa8..594c0de 100644 --- a/build.sbt +++ b/build.sbt @@ -5,6 +5,6 @@ organization := "org.apache.predictionio" scalaVersion := "2.10.5" 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.4.1" % "provided", "org.apache.spark" %% "spark-mllib" % "1.4.1" % "provided") http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-text-classifier/blob/653d4034/project/assembly.sbt ---------------------------------------------------------------------- diff --git a/project/assembly.sbt b/project/assembly.sbt index 20861f2..e17409e 100644 --- a/project/assembly.sbt +++ b/project/assembly.sbt @@ -1 +1 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0") \ No newline at end of file +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4") http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-text-classifier/blob/653d4034/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
