Prepare 0.11.0-incubating-rc1
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/d5ff55fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/d5ff55fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/d5ff55fc Branch: refs/heads/master Commit: d5ff55fcb468871bf1adfb5500e421890f19fdff Parents: caa43f8 Author: Donald Szeto <[email protected]> Authored: Mon Apr 3 21:52:11 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Mon Apr 3 21:52:11 2017 -0700 ---------------------------------------------------------------------- build.sbt | 2 +- docs/manual/source/install/install-sourcecode.html.md.erb | 5 ++--- tests/pio_tests/engines/recommendation-engine/build.sbt | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/d5ff55fc/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index a0a41dd..208bde7 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ lazy val scalaSparkDepsVersion = Map( name := "apache-predictionio-parent" -version in ThisBuild := "0.11.0-SNAPSHOT" +version in ThisBuild := "0.11.0-incubating" organization in ThisBuild := "org.apache.predictionio" http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/d5ff55fc/docs/manual/source/install/install-sourcecode.html.md.erb ---------------------------------------------------------------------- diff --git a/docs/manual/source/install/install-sourcecode.html.md.erb b/docs/manual/source/install/install-sourcecode.html.md.erb index 7d5614f..adf352c 100644 --- a/docs/manual/source/install/install-sourcecode.html.md.erb +++ b/docs/manual/source/install/install-sourcecode.html.md.erb @@ -25,9 +25,8 @@ replace `/home/abc` with your own home directory wherever you see it. ## Downloading Source Code Download Apache PredictionIO (incubating) <%= data.versions.pio %> from an -Apache -[mirror](https://www.apache.org/dyn/closer.cgi/incubator/predictionio/0.10.0-incubating/apache-predictionio-<%= -data.versions.pio %>.tar.gz). +Apache [mirror](https://www.apache.org/dyn/closer.cgi/incubator/predictionio/<%= +data.versions.pio %>/apache-predictionio-<%= data.versions.pio %>.tar.gz). ## Building http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/d5ff55fc/tests/pio_tests/engines/recommendation-engine/build.sbt ---------------------------------------------------------------------- diff --git a/tests/pio_tests/engines/recommendation-engine/build.sbt b/tests/pio_tests/engines/recommendation-engine/build.sbt index 13fe354..5785f39 100644 --- a/tests/pio_tests/engines/recommendation-engine/build.sbt +++ b/tests/pio_tests/engines/recommendation-engine/build.sbt @@ -26,6 +26,6 @@ name := "template-scala-parallel-recommendation" organization := "org.apache.predictionio" libraryDependencies ++= Seq( - "org.apache.predictionio" %% "apache-predictionio-core" % "0.11.0-SNAPSHOT" % "provided", + "org.apache.predictionio" %% "apache-predictionio-core" % "0.11.0-incubating" % "provided", "org.apache.spark" %% "spark-core" % sys.env.getOrElse("PIO_SPARK_VERSION", "1.6.3") % "provided", "org.apache.spark" %% "spark-mllib" % sys.env.getOrElse("PIO_SPARK_VERSION", "1.6.3") % "provided")
