Repository: spark
Updated Branches:
  refs/heads/master 16b928c54 -> 9d1c02526


[SPARK-9521] [BUILD] Require Maven 3.3.3+ in the build

Enforce Maven 3.3.3+ in the build. (Also update the scala compiler plugin while 
we're at it.)

Author: Sean Owen <so...@cloudera.com>

Closes #7852 from srowen/SPARK-9521 and squashes the following commits:

3093039 [Sean Owen] Enforce Maven 3.3.3+ in the build. (Also update the scala 
compiler plugin while we're at it.)


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9d1c0252
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9d1c0252
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9d1c0252

Branch: refs/heads/master
Commit: 9d1c0252690ffac7174e79c3159a9a46a966418a
Parents: 16b928c
Author: Sean Owen <so...@cloudera.com>
Authored: Sun Aug 2 08:56:35 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Sun Aug 2 08:56:35 2015 +0100

----------------------------------------------------------------------
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/9d1c0252/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1371a1b..be0dac9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
   </issueManagement>
 
   <prerequisites>
-    <maven>3.0.4</maven>
+    <maven>${maven.version}</maven>
   </prerequisites>
 
   <mailingLists>
@@ -118,6 +118,7 @@
     <akka.group>com.typesafe.akka</akka.group>
     <akka.version>2.3.11</akka.version>
     <java.version>1.7</java.version>
+    <maven.version>3.3.3</maven.version>
     <sbt.project.name>spark</sbt.project.name>
     <mesos.version>0.21.1</mesos.version>
     <mesos.classifier>shaded-protobuf</mesos.classifier>
@@ -1153,7 +1154,7 @@
               <configuration>
                 <rules>
                   <requireMavenVersion>
-                    <version>3.0.4</version>
+                    <version>${maven.version}</version>
                   </requireMavenVersion>
                   <requireJavaVersion>
                     <version>${java.version}</version>
@@ -1171,7 +1172,7 @@
         <plugin>
           <groupId>net.alchim31.maven</groupId>
           <artifactId>scala-maven-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.2.2</version>
           <executions>
             <execution>
               <id>eclipse-add-source</id>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to