0.12.0-incubating release Closes #12
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/7bb4aa21 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/tree/7bb4aa21 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/diff/7bb4aa21 Branch: refs/heads/master Commit: 7bb4aa2160711b0f22b3b515f98cda85e4621f63 Parents: 89ccf88 Author: shimamoto <[email protected]> Authored: Thu Oct 12 10:55:18 2017 +0900 Committer: Naoki Takezoe <[email protected]> Committed: Thu Oct 12 10:56:03 2017 +0900 ---------------------------------------------------------------------- README.md | 9 ++++++++- build.sbt | 4 ++-- project/assembly.sbt | 2 +- project/build.properties | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/blob/7bb4aa21/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index d8bac33..31dd678 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,17 @@ ## Documentation -Please refer to http://predictionio.incubator.apache.org/templates/classification/quickstart/ +Please refer to +http://predictionio.incubator.apache.org/templates/classification/quickstart/ ## Versions +### v0.12.0-incubating + +- Bump version number to track PredictionIO version +- Sets default build targets according to PredictionIO +- Fix use of case class + ### v0.11.0-incubating - Bump version number to track PredictionIO version http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/blob/7bb4aa21/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index 9010379..4956083 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "template-scala-parallel-classification" + scalaVersion := "2.11.8" libraryDependencies ++= Seq( - "org.apache.predictionio" %% "apache-predictionio-core" % "0.11.0-incubating" % "provided", - "org.apache.spark" %% "spark-core" % "2.1.1" % "provided", + "org.apache.predictionio" %% "apache-predictionio-core" % "0.12.0-incubating" % "provided", "org.apache.spark" %% "spark-mllib" % "2.1.1" % "provided") http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/blob/7bb4aa21/project/assembly.sbt ---------------------------------------------------------------------- diff --git a/project/assembly.sbt b/project/assembly.sbt index e17409e..15a88b0 100644 --- a/project/assembly.sbt +++ b/project/assembly.sbt @@ -1 +1 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5") http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-attribute-based-classifier/blob/7bb4aa21/project/build.properties ---------------------------------------------------------------------- diff --git a/project/build.properties b/project/build.properties index 64317fd..c091b86 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.15 +sbt.version=0.13.16
