You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2014/10/28 20:44:16 UTC

git commit: [SPARK-4089][Doc][Minor] The version number of Spark in _config.yaml is wrong.

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 <sa...@oss.nttdata.co.jp>

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 <sa...@oss.nttdata.co.jp>
Authored: Tue Oct 28 12:44:12 2014 -0700
Committer: Andrew Or <an...@databricks.com>
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org