aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2014-10-28 12:44:12 -0700
committerAndrew Or <andrew@databricks.com>2014-10-28 12:44:12 -0700
commit4d52cec21d98ee16066dcab0cc7959ccf4f412f3 (patch)
tree7b99a74c9286b97accf1caac4575d00f02ce835c /docs/_config.yml
parent247c529b35d73c5a690bf6512b52999daba1a938 (diff)
downloadspark-4d52cec21d98ee16066dcab0cc7959ccf4f412f3.tar.gz
spark-4d52cec21d98ee16066dcab0cc7959ccf4f412f3.tar.bz2
spark-4d52cec21d98ee16066dcab0cc7959ccf4f412f3.zip
[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 <sarutak@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
Diffstat (limited to 'docs/_config.yml')
-rw-r--r--docs/_config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index f4bf242ac1..cdea02fcff 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