Repository: predictionio-template-attribute-based-classifier
Updated Branches:
  refs/heads/develop 7bb4aa216 -> 10f4e329d


Bump PredictionIO to 0.13.0

Closes #14


Project: 
http://git-wip-us.apache.org/repos/asf/predictionio-template-attribute-based-classifier/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/predictionio-template-attribute-based-classifier/commit/10f4e329
Tree: 
http://git-wip-us.apache.org/repos/asf/predictionio-template-attribute-based-classifier/tree/10f4e329
Diff: 
http://git-wip-us.apache.org/repos/asf/predictionio-template-attribute-based-classifier/diff/10f4e329

Branch: refs/heads/develop
Commit: 10f4e329d5f650cde1aa940b509a752e025057fa
Parents: 7bb4aa2
Author: Naoki Takezoe <take...@apache.org>
Authored: Thu Sep 20 19:22:55 2018 +0900
Committer: shimamoto <shimam...@apache.org>
Committed: Thu Sep 20 19:22:55 2018 +0900

----------------------------------------------------------------------
 .gitignore           | 11 ++++++++++-
 README.md            |  6 +++++-
 build.sbt            |  2 +-
 project/assembly.sbt |  2 +-
 template.json        |  2 +-
 5 files changed, 18 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio-template-attribute-based-classifier/blob/10f4e329/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 386801e..22f3bb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,14 @@
+.DS_Store
 manifest.json
 pio.log
 /pio.sbt
 target/
-.idea
\ No newline at end of file
+
+# Eclipse
+.project
+.classpath
+.settings/
+
+# IntelliJ
+*.iml
+.idea/

http://git-wip-us.apache.org/repos/asf/predictionio-template-attribute-based-classifier/blob/10f4e329/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 31dd678..0bf06ee 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,14 @@
 ## Documentation
 
 Please refer to
-http://predictionio.incubator.apache.org/templates/classification/quickstart/
+https://predictionio.apache.org/templates/classification/quickstart/
 
 ## Versions
 
+### v0.13.0
+
+Update for Apache PredictionIO 0.13.0
+
 ### v0.12.0-incubating
 
 - Bump version number to track PredictionIO version

http://git-wip-us.apache.org/repos/asf/predictionio-template-attribute-based-classifier/blob/10f4e329/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index 4956083..a6a8968 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,5 +2,5 @@ name := "template-scala-parallel-classification"
 
 scalaVersion := "2.11.8"
 libraryDependencies ++= Seq(
-  "org.apache.predictionio" %% "apache-predictionio-core" % 
"0.12.0-incubating" % "provided",
+  "org.apache.predictionio" %% "apache-predictionio-core" % "0.13.0" % 
"provided",
   "org.apache.spark"        %% "spark-mllib"              % "2.1.1" % 
"provided")

http://git-wip-us.apache.org/repos/asf/predictionio-template-attribute-based-classifier/blob/10f4e329/project/assembly.sbt
----------------------------------------------------------------------
diff --git a/project/assembly.sbt b/project/assembly.sbt
index 15a88b0..d95475f 100644
--- a/project/assembly.sbt
+++ b/project/assembly.sbt
@@ -1 +1 @@
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7")

http://git-wip-us.apache.org/repos/asf/predictionio-template-attribute-based-classifier/blob/10f4e329/template.json
----------------------------------------------------------------------
diff --git a/template.json b/template.json
index d076ec5..cb5ace6 100644
--- a/template.json
+++ b/template.json
@@ -1 +1 @@
-{"pio": {"version": { "min": "0.10.0-incubating" }}}
+{"pio": {"version": { "min": "0.11.0-incubating" }}}

Reply via email to