You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ad...@apache.org on 2014/02/19 01:29:40 UTC

git commit: [SPARK-1105] fix site scala version error in doc

Repository: incubator-spark
Updated Branches:
  refs/heads/master ccb327a49 -> d99773d5b


[SPARK-1105] fix site scala version error in doc

https://spark-project.atlassian.net/browse/SPARK-1105

fix site scala version error

Author: CodingCat <zh...@gmail.com>

Closes #616 from CodingCat/doc_version and squashes the following commits:

eafd99a [CodingCat] fix site scala version error in doc


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/d99773d5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/d99773d5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/d99773d5

Branch: refs/heads/master
Commit: d99773d5bba674cc1434c86435b6d9b3739314c8
Parents: ccb327a
Author: CodingCat <zh...@gmail.com>
Authored: Tue Feb 18 16:29:23 2014 -0800
Committer: Aaron Davidson <aa...@databricks.com>
Committed: Tue Feb 18 16:29:23 2014 -0800

----------------------------------------------------------------------
 docs/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/d99773d5/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 9878486..b514e41 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -5,7 +5,7 @@ markdown: kramdown
 # of Spark, Scala, and Mesos.
 SPARK_VERSION: 1.0.0-incubating-SNAPSHOT
 SPARK_VERSION_SHORT: 1.0.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