Repository: spark Updated Branches: refs/heads/master 247c529b3 -> 4d52cec21
[SPARK-4089][Doc][Minor] The version number of Spark in _config.yaml is wrong. The version number of Spark in docs/_config.yaml for master branch should be 1.2.0 for now. Author: Kousuke Saruta <[email protected]> Closes #2943 from sarutak/SPARK-4089 and squashes the following commits: aba7fb4 [Kousuke Saruta] Fixed the version number of Spark in _config.yaml Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4d52cec2 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4d52cec2 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4d52cec2 Branch: refs/heads/master Commit: 4d52cec21d98ee16066dcab0cc7959ccf4f412f3 Parents: 247c529 Author: Kousuke Saruta <[email protected]> Authored: Tue Oct 28 12:44:12 2014 -0700 Committer: Andrew Or <[email protected]> Committed: Tue Oct 28 12:44:12 2014 -0700 ---------------------------------------------------------------------- docs/_config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/4d52cec2/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index f4bf242..cdea02f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -11,10 +11,10 @@ kramdown: include: - _static -# These allow the documentation to be updated with nerw releases +# These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. -SPARK_VERSION: 1.0.0-SNAPSHOT -SPARK_VERSION_SHORT: 1.0.0 +SPARK_VERSION: 1.2.0-SNAPSHOT +SPARK_VERSION_SHORT: 1.2.0 SCALA_BINARY_VERSION: "2.10" SCALA_VERSION: "2.10.4" MESOS_VERSION: 0.18.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
