Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/291#discussion_r11328600
  
    --- Diff: pom.xml ---
    @@ -54,11 +54,11 @@
       </developers>
       <issueManagement>
         <system>JIRA</system>
    -    <url>https://spark-project.atlassian.net/browse/SPARK</url>
    +    <url>https://issues.apache.org/jira/browse/SPARK</url>
       </issueManagement>
     
       <prerequisites>
    -    <maven>3.0.0</maven>
    +    <maven>3.0.4</maven>
    --- End diff --
    
    The Maven versions plugin claimed that some plugin already in use required 
Maven >= 3.0.4. I presume it would warn or fail if run with earlier versions, 
which would indicate no active devs are running an earlier version, but I can't 
be sure. This was just a bit of tidiness.
    
    Is anyone out there on Maven < 3.0.4? In general I think it's easy to 
upgrade; on Linux they're just packages and AFAIK people usually use `brew` on 
OS X to easily update things like this.
    
    If there's a hint that it might cause pains, it can be reversed, but I am 
presuming that we would know already if someone was using <3.0.4?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to