aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2015-05-19 12:14:48 -0700
committerPatrick Wendell <patrick@databricks.com>2015-05-19 12:14:48 -0700
commit3c4c1f96474b3e66fa1d44ac0177f548cf5a3a10 (patch)
tree2e8f0e75e31ca418b59cc93cd8039f58da562a5d /pom.xml
parent7b16e9f2118fbfbb1c0ba957161fe500c9aff82a (diff)
downloadspark-3c4c1f96474b3e66fa1d44ac0177f548cf5a3a10.tar.gz
spark-3c4c1f96474b3e66fa1d44ac0177f548cf5a3a10.tar.bz2
spark-3c4c1f96474b3e66fa1d44ac0177f548cf5a3a10.zip
[SPARK-7726] Fix Scaladoc false errors
Visibility rules for static members are different in Scala and Java, and this case requires an explicit static import. Even though these are Java files, they are run through scaladoc, which enforces Scala rules. Also reverted the commit that reverts the upgrade to 2.11.6 Author: Iulian Dragos <jaguarul@gmail.com> Closes #6260 from dragos/issue/scaladoc-false-error and squashes the following commits: f2e998e [Iulian Dragos] Revert "[HOTFIX] Revert "[SPARK-7092] Update spark scala version to 2.11.6"" 0bad052 [Iulian Dragos] Fix scaladoc faux-error.
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 d903f02c1a..c72d7cbf84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1799,9 +1799,9 @@
<property><name>scala-2.11</name></property>
</activation>
<properties>
- <scala.version>2.11.2</scala.version>
+ <scala.version>2.11.6</scala.version>
<scala.binary.version>2.11</scala.binary.version>
- <jline.version>2.12</jline.version>
+ <jline.version>2.12.1</jline.version>
<jline.groupid>jline</jline.groupid>
</properties>
</profile>