aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPrashant Sharma <scrapcodes@gmail.com>2013-09-15 12:47:20 +0530
committerPrashant Sharma <scrapcodes@gmail.com>2013-09-15 12:47:20 +0530
commita90e0eff5982ba46b3658e91dec89bd08ce450e5 (patch)
tree9c1b35339e704f7793af44fcaa03385dc15cd32f /docs
parent383e151fd7138cc6a143b3a38037cc3038c2a8b9 (diff)
downloadspark-a90e0eff5982ba46b3658e91dec89bd08ce450e5.tar.gz
spark-a90e0eff5982ba46b3658e91dec89bd08ce450e5.tar.bz2
spark-a90e0eff5982ba46b3658e91dec89bd08ce450e5.zip
version changed 2.9.3 -> 2.10 in shell script.
Diffstat (limited to 'docs')
-rw-r--r--docs/_config.yml2
-rw-r--r--docs/_plugins/copy_api_dirs.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index 5c135a0242..e7a96c0c70 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -5,6 +5,6 @@ markdown: kramdown
# of Spark, Scala, and Mesos.
SPARK_VERSION: 0.8.0-SNAPSHOT
SPARK_VERSION_SHORT: 0.8.0
-SCALA_VERSION: 2.9.3
+SCALA_VERSION: 2.10
MESOS_VERSION: 0.9.0-incubating
SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net
diff --git a/docs/_plugins/copy_api_dirs.rb b/docs/_plugins/copy_api_dirs.rb
index c574ea7f5c..431de909cb 100644
--- a/docs/_plugins/copy_api_dirs.rb
+++ b/docs/_plugins/copy_api_dirs.rb
@@ -35,7 +35,7 @@ if not (ENV['SKIP_API'] == '1' or ENV['SKIP_SCALADOC'] == '1')
# Copy over the scaladoc from each project into the docs directory.
# This directory will be copied over to _site when `jekyll` command is run.
projects.each do |project_name|
- source = "../" + project_name + "/target/scala-2.9.3/api"
+ source = "../" + project_name + "/target/scala-2.10/api"
dest = "api/" + project_name
puts "echo making directory " + dest