aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-02-27 21:13:22 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-02-27 21:13:22 -0800
commit40e080a68a8fd025435e9ff84fa9280b4aba4dcf (patch)
tree8f2f95b6f0ff9b439244ba9678907a1a070a552a /docs/_config.yml
parentc42557be32fbd38e084e5bb56cd6301299e84cbf (diff)
downloadspark-40e080a68a8fd025435e9ff84fa9280b4aba4dcf.tar.gz
spark-40e080a68a8fd025435e9ff84fa9280b4aba4dcf.tar.bz2
spark-40e080a68a8fd025435e9ff84fa9280b4aba4dcf.zip
Removed reference to incubation in Spark user docs.
Author: Reynold Xin <rxin@apache.org> Closes #2 from rxin/docs and squashes the following commits: 08bbd5f [Reynold Xin] Removed reference to incubation in Spark user docs.
Diffstat (limited to 'docs/_config.yml')
-rw-r--r--docs/_config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index 9e5a95fe53..aa5a5adbc1 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -3,10 +3,10 @@ markdown: kramdown
# These allow the documentation to be updated with nerw releases
# of Spark, Scala, and Mesos.
-SPARK_VERSION: 1.0.0-incubating-SNAPSHOT
+SPARK_VERSION: 1.0.0-SNAPSHOT
SPARK_VERSION_SHORT: 1.0.0
SCALA_BINARY_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
+SPARK_GITHUB_URL: https://github.com/apache/spark