aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAnand Avati <avati@redhat.com>2014-08-03 17:47:49 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-03 17:47:49 -0700
commit6ba6c3ebfe9a47351a50e45271e241140b09bf10 (patch)
tree0ad0717752451a9ce67f9784143f638467d319f0 /pom.xml
parent55349f9fe81ba5af5e4a5e4908ebf174e63c6cc9 (diff)
downloadspark-6ba6c3ebfe9a47351a50e45271e241140b09bf10.tar.gz
spark-6ba6c3ebfe9a47351a50e45271e241140b09bf10.tar.bz2
spark-6ba6c3ebfe9a47351a50e45271e241140b09bf10.zip
[SPARK-2810] upgrade to scala-maven-plugin 3.2.0
Needed for Scala 2.11 compiler-interface Signed-off-by: Anand Avati <avatiredhat.com> Author: Anand Avati <avati@redhat.com> Closes #1711 from avati/SPARK-1812-scala-maven-plugin and squashes the following commits: 9a22fc8 [Anand Avati] SPARK-1812: upgrade to scala-maven-plugin 3.2.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cc9377cec2..4ab027bad5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -782,7 +782,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
- <version>3.1.6</version>
+ <version>3.2.0</version>
<executions>
<execution>
<id>scala-compile-first</id>