Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/291#discussion_r11328744
--- 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 --
Okay - mind updating the `building-with-maven` doc then? It currently says
```
Building Spark using Maven Requires Maven 3 (the build process is tested
with Maven 3.0.4) and Java 1.6 or newer.
```
But maybe we can just say:
```
Building Spark using Maven Requires Maven 3.0.4 or newer and Java 1.6 or
newer.
```
---
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.
---