Repository: predictionio-template-skeleton
Updated Branches:
  refs/heads/develop 34a2c39f4 -> 7bd827ca3


Bump PredictionIO to 0.13.0

Closes #8


Project: 
http://git-wip-us.apache.org/repos/asf/predictionio-template-skeleton/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/predictionio-template-skeleton/commit/7bd827ca
Tree: 
http://git-wip-us.apache.org/repos/asf/predictionio-template-skeleton/tree/7bd827ca
Diff: 
http://git-wip-us.apache.org/repos/asf/predictionio-template-skeleton/diff/7bd827ca

Branch: refs/heads/develop
Commit: 7bd827ca3c3f7ed026e7a8889a14518a5c615688
Parents: 34a2c39
Author: Naoki Takezoe <take...@apache.org>
Authored: Thu Sep 20 19:34:19 2018 +0900
Committer: shimamoto <shimam...@apache.org>
Committed: Thu Sep 20 19:34:19 2018 +0900

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


http://git-wip-us.apache.org/repos/asf/predictionio-template-skeleton/blob/7bd827ca/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 57841c6..9662372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,14 @@
+.DS_Store
 manifest.json
 target/
 pio.log
 /pio.sbt
+
+# Eclipse
+.project
+.classpath
+.settings/
+
+# IntelliJ
+*.iml
+.idea/
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/predictionio-template-skeleton/blob/7bd827ca/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index cbfe0ec..9ef253e 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,14 @@
 
 ## Documentation
 
-Please refer to 
http://predictionio.incubator.apache.org/templates/vanilla/quickstart/
+Please refer to https://predictionio.apache.org/templates/vanilla/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-skeleton/blob/7bd827ca/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index 6f6e289..9fc031a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,7 +2,7 @@ name := "template-scala-parallel-vanilla"
 
 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",
   "org.scalatest"           %% "scalatest"                % "3.0.4" % "test")
 

http://git-wip-us.apache.org/repos/asf/predictionio-template-skeleton/blob/7bd827ca/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-skeleton/blob/7bd827ca/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