Repository: spark Updated Branches: refs/heads/branch-1.1 a4cdb77e5 -> 4784d24ea
[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/4784d24e Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4784d24e Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4784d24e Branch: refs/heads/branch-1.1 Commit: 4784d24eadea2e1adf69d8fe4891bdce29188dd6 Parents: a4cdb77 Author: Anand Avati <[email protected]> Authored: Sun Aug 3 17:47:49 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Sun Aug 3 17:48:23 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/4784d24e/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]
