aboutsummaryrefslogtreecommitdiff
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:48:23 -0700
commit4784d24eadea2e1adf69d8fe4891bdce29188dd6 (patch)
tree0ad0717752451a9ce67f9784143f638467d319f0
parenta4cdb77e5ee2c80967a7b6cd7370170fabe56cd2 (diff)
downloadspark-4784d24eadea2e1adf69d8fe4891bdce29188dd6.tar.gz
spark-4784d24eadea2e1adf69d8fe4891bdce29188dd6.tar.bz2
spark-4784d24eadea2e1adf69d8fe4891bdce29188dd6.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
-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>