Repository: spark Updated Branches: refs/heads/master 55349f9fe -> 6ba6c3ebf
[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 <[email protected]> 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 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6ba6c3eb Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6ba6c3eb Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6ba6c3eb Branch: refs/heads/master Commit: 6ba6c3ebfe9a47351a50e45271e241140b09bf10 Parents: 55349f9 Author: Anand Avati <[email protected]> Authored: Sun Aug 3 17:47:49 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Sun Aug 3 17:47:49 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/6ba6c3eb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cc9377c..4ab027b 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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
