aboutsummaryrefslogtreecommitdiff
path: root/dev/audit-release
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2015-11-04 16:58:38 -0800
committerReynold Xin <rxin@databricks.com>2015-11-04 16:58:38 -0800
commitce5e6a2849ae860689fa3e7d5aaa12216945ea99 (patch)
tree439eaa2bba7a894fd0af8f73f29f4fcb737f8ae6 /dev/audit-release
parentb6e0a5ae6f243139f11c9cbbf18cddd3f25db208 (diff)
downloadspark-ce5e6a2849ae860689fa3e7d5aaa12216945ea99.tar.gz
spark-ce5e6a2849ae860689fa3e7d5aaa12216945ea99.tar.bz2
spark-ce5e6a2849ae860689fa3e7d5aaa12216945ea99.zip
[SPARK-11491] Update build to use Scala 2.10.5
Spark should build against Scala 2.10.5, since that includes a fix for Scaladoc that will fix doc snapshot publishing: https://issues.scala-lang.org/browse/SI-8479 Author: Josh Rosen <joshrosen@databricks.com> Closes #9450 from JoshRosen/upgrade-to-scala-2.10.5.
Diffstat (limited to 'dev/audit-release')
-rw-r--r--dev/audit-release/README.md2
-rwxr-xr-xdev/audit-release/audit_release.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/audit-release/README.md b/dev/audit-release/README.md
index 38becda0ea..f72f8c653a 100644
--- a/dev/audit-release/README.md
+++ b/dev/audit-release/README.md
@@ -4,7 +4,7 @@ run them locally by setting appropriate environment variables.
```
$ cd sbt_app_core
-$ SCALA_VERSION=2.10.4 \
+$ SCALA_VERSION=2.10.5 \
SPARK_VERSION=1.0.0-SNAPSHOT \
SPARK_RELEASE_REPOSITORY=file:///home/patrick/.ivy2/local \
sbt run
diff --git a/dev/audit-release/audit_release.py b/dev/audit-release/audit_release.py
index 0b7069f6e1..27d1dd784c 100755
--- a/dev/audit-release/audit_release.py
+++ b/dev/audit-release/audit_release.py
@@ -35,7 +35,7 @@ RELEASE_URL = "http://people.apache.org/~andrewor14/spark-1.1.1-rc1/"
RELEASE_KEY = "XXXXXXXX" # Your 8-digit hex
RELEASE_REPOSITORY = "https://repository.apache.org/content/repositories/orgapachespark-1033"
RELEASE_VERSION = "1.1.1"
-SCALA_VERSION = "2.10.4"
+SCALA_VERSION = "2.10.5"
SCALA_BINARY_VERSION = "2.10"
# Do not set these