GitHub user srowen opened a pull request:
https://github.com/apache/spark/pull/291
SPARK-1387. Update build plugins, avoid plugin version warning, centralize
versions
Another handful of small build changes to organize and standardize a bit,
and avoid warnings:
- Update Maven plugin versions for good measure
- Since plugins need maven 3.0.4 already, require it explicitly (<3.0.4 had
some bugs anyway)
- Use variables to define versions across dependencies where they should
move in lock step
- ... and make this consistent between Maven/SBT
OK, I also updated the JIRA URL while I was at it here.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srowen/spark SPARK-1387
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/291.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #291
----
commit 32f5f4501bf204e0655a3b07e173d6716c746cfe
Author: Sean Owen <[email protected]>
Date: 2014-04-01T21:29:52Z
Update plugins and Maven version; use variables consistently across
Maven/SBT to define dependency versions that should stay in step.
----
---
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.
---