Repository: incubator-predictionio Updated Branches: refs/heads/release/0.10.0 5db129aa9 -> 237e17acf
[RELEASE] 0.10.0-incubating Dropping -rc5 suffix. IPMC vote result: https://lists.apache.org/thread.html/77ea7e720ba96dfbf2e0da24f0c1f116565fbb016ee0b78489a95b9d@%3Cgeneral.incubator.apache.org%3E PMC vote result: https://lists.apache.org/thread.html/e5444f338c2119bdd232774ba0b9e14a93c3f65587b12026f74ad673@%3Cdev.predictionio.apache.org%3E Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/237e17ac Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/237e17ac Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/237e17ac Branch: refs/heads/release/0.10.0 Commit: 237e17acfbae7ca7eba43c61ce1c4f5498f980be Parents: 5db129a Author: Donald Szeto <[email protected]> Authored: Fri Oct 7 12:10:19 2016 -0700 Committer: Donald Szeto <[email protected]> Committed: Fri Oct 7 12:10:19 2016 -0700 ---------------------------------------------------------------------- build.sbt | 2 +- docs/manual/data/versions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/237e17ac/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index 29a237c..bc2f254 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ import UnidocKeys._ name := "apache-predictionio-parent" -version in ThisBuild := "0.10.0-incubating-rc5" +version in ThisBuild := "0.10.0-incubating" organization in ThisBuild := "org.apache.predictionio" http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/237e17ac/docs/manual/data/versions.yml ---------------------------------------------------------------------- diff --git a/docs/manual/data/versions.yml b/docs/manual/data/versions.yml index 26fa83d..0768ca1 100644 --- a/docs/manual/data/versions.yml +++ b/docs/manual/data/versions.yml @@ -1,4 +1,4 @@ -pio: 0.10.0-incubating-rc5 +pio: 0.10.0-incubating spark: 1.5.2 spark_download_filename: spark-1.5.1-bin-hadoop2.6 elasticsearch_download_filename: elasticsearch-1.4.4
