Repository: incubator-predictionio Updated Branches: refs/heads/release/0.10.0 [created] 9e304aff5
Prepare 0.10.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/9e304aff Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/9e304aff Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/9e304aff Branch: refs/heads/release/0.10.0 Commit: 9e304aff594eb2ffc49c7f47f5b62a598281a741 Parents: 9d6a78a Author: Donald Szeto <[email protected]> Authored: Sun Sep 11 16:26:46 2016 -0700 Committer: Donald Szeto <[email protected]> Committed: Sun Sep 11 16:26:46 2016 -0700 ---------------------------------------------------------------------- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/9e304aff/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index 7c3eb88..c053502 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ import UnidocKeys._ name := "pio" -version in ThisBuild := "0.10.0-SNAPSHOT" +version in ThisBuild := "0.10.0-incubating-rc1" organization in ThisBuild := "org.apache.predictionio"
