Repository: incubator-spark Updated Branches: refs/heads/branch-0.9 b0b5288aa -> 0f0395cda
[SPARK-1105] fix site scala version error in doc https://spark-project.atlassian.net/browse/SPARK-1105 fix site scala version error Author: CodingCat <zhunans...@gmail.com> Closes #616 from CodingCat/doc_version and squashes the following commits: eafd99a [CodingCat] fix site scala version error in doc (cherry picked from commit d99773d5bba674cc1434c86435b6d9b3739314c8) Signed-off-by: Aaron Davidson <aa...@databricks.com> Conflicts: docs/_config.yml Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/0f0395cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/0f0395cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/0f0395cd Branch: refs/heads/branch-0.9 Commit: 0f0395cdae548a6b31961f2bf2c91120f719c6e5 Parents: b0b5288 Author: CodingCat <zhunans...@gmail.com> Authored: Tue Feb 18 16:29:23 2014 -0800 Committer: Aaron Davidson <aa...@databricks.com> Committed: Tue Feb 18 16:33:41 2014 -0800 ---------------------------------------------------------------------- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/0f0395cd/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 97a2c4a..ed94bc5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -5,7 +5,7 @@ markdown: kramdown # of Spark, Scala, and Mesos. SPARK_VERSION: 0.9.0-incubating SPARK_VERSION_SHORT: 0.9.0 -SCALA_VERSION: "2.10" +SCALA_VERSION: "2.10.3" MESOS_VERSION: 0.13.0 SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net SPARK_GITHUB_URL: https://github.com/apache/incubator-spark