Repository: predictionio-template-java-ecom-recommender Updated Branches: refs/heads/master c12dbe7ab -> 1b42b12ec
Bump PredictionIO to 0.13.0 Closes #7 Project: http://git-wip-us.apache.org/repos/asf/predictionio-template-java-ecom-recommender/repo Commit: http://git-wip-us.apache.org/repos/asf/predictionio-template-java-ecom-recommender/commit/1b42b12e Tree: http://git-wip-us.apache.org/repos/asf/predictionio-template-java-ecom-recommender/tree/1b42b12e Diff: http://git-wip-us.apache.org/repos/asf/predictionio-template-java-ecom-recommender/diff/1b42b12e Branch: refs/heads/master Commit: 1b42b12ec81c8a6d63da870f1c3fdae5ae2f30e2 Parents: c12dbe7 Author: Naoki Takezoe <[email protected]> Authored: Thu Sep 20 19:58:26 2018 +0900 Committer: shimamoto <[email protected]> Committed: Thu Sep 20 19:58:26 2018 +0900 ---------------------------------------------------------------------- .gitignore | 26 ++++++++++++-------------- README.md | 6 +++++- build.sbt | 2 +- project/assembly.sbt | 2 +- template.json | 2 +- 5 files changed, 20 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/predictionio-template-java-ecom-recommender/blob/1b42b12e/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 6c5b455..9662372 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,14 @@ -*.class -*.log - -# sbt specific -.cache/ -.history/ -.lib/ -dist/* +.DS_Store +manifest.json target/ -lib_managed/ -src_managed/ -project/boot/ -project/plugins/project/ +pio.log +/pio.sbt + +# Eclipse +.project +.classpath +.settings/ -.idea/ -manifest.json \ No newline at end of file +# IntelliJ +*.iml +.idea/ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/predictionio-template-java-ecom-recommender/blob/1b42b12e/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index fdcc6ef..799b5fc 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,14 @@ ## Documentation Please refer to -http://predictionio.incubator.apache.org/templates/javaecommercerecommendation/quickstart/. +https://predictionio.apache.org/templates/javaecommercerecommendation/quickstart/. ## Versions +### v0.13.0 + +Update for Apache PredictionIO 0.13.0 + ### v0.12.0-incubating - Bump version number to track PredictionIO version - Sets default build targets according to PredictionIO http://git-wip-us.apache.org/repos/asf/predictionio-template-java-ecom-recommender/blob/1b42b12e/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index b71ab8c..537ef18 100644 --- a/build.sbt +++ b/build.sbt @@ -2,6 +2,6 @@ name := "template-java-parallel-ecommercerecommendation" 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.jblas" % "jblas" % "1.2.4") http://git-wip-us.apache.org/repos/asf/predictionio-template-java-ecom-recommender/blob/1b42b12e/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-java-ecom-recommender/blob/1b42b12e/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" }}}
