aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-05-19 02:28:41 -0700
committerPatrick Wendell <patrick@databricks.com>2015-05-19 02:29:38 -0700
commit27fa88b9ba320cd0d95703aa3437151ba7c86f98 (patch)
tree900515e68d1db4b6f0e214e5fd96b4ff877c03c7 /pom.xml
parent61f164d3fdd1c8dcdba8c9d66df05ff4069aa6e6 (diff)
downloadspark-27fa88b9ba320cd0d95703aa3437151ba7c86f98.tar.gz
spark-27fa88b9ba320cd0d95703aa3437151ba7c86f98.tar.bz2
spark-27fa88b9ba320cd0d95703aa3437151ba7c86f98.zip
[HOTFIX] Revert "[SPARK-7092] Update spark scala version to 2.11.6"
This reverts commit a11c8683c76c67f45749a1b50a0912a731fd2487. For more information see: https://issues.apache.org/jira/browse/SPARK-7726
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c72d7cbf84..d903f02c1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1799,9 +1799,9 @@
<property><name>scala-2.11</name></property>
</activation>
<properties>
- <scala.version>2.11.6</scala.version>
+ <scala.version>2.11.2</scala.version>
<scala.binary.version>2.11</scala.binary.version>
- <jline.version>2.12.1</jline.version>
+ <jline.version>2.12</jline.version>
<jline.groupid>jline</jline.groupid>
</properties>
</profile>