aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2014-04-06 17:40:37 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-06 17:41:01 -0700
commit856c50f59bffbf76ad495eaab837febaf65cf02d (patch)
treedebab53f44c795b8d9cf1a5133221d242c6d9014 /dev
parente258e5040fa1905a04efcb7b3ca4a6d33e18fa61 (diff)
downloadspark-856c50f59bffbf76ad495eaab837febaf65cf02d.tar.gz
spark-856c50f59bffbf76ad495eaab837febaf65cf02d.tar.bz2
spark-856c50f59bffbf76ad495eaab837febaf65cf02d.zip
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. Author: Sean Owen <sowen@cloudera.com> Closes #291 from srowen/SPARK-1387 and squashes the following commits: 461eca1 [Sean Owen] Couldn't resist also updating JIRA location to new one c2d5cc5 [Sean Owen] Update plugins and Maven version; use variables consistently across Maven/SBT to define dependency versions that should stay in step.
Diffstat (limited to 'dev')
-rw-r--r--dev/audit-release/maven_app_core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/audit-release/maven_app_core/pom.xml b/dev/audit-release/maven_app_core/pom.xml
index 0b837c0175..76a381f8e1 100644
--- a/dev/audit-release/maven_app_core/pom.xml
+++ b/dev/audit-release/maven_app_core/pom.xml
@@ -49,7 +49,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
+ <version>3.1</version>
</plugin>
</plugins>
</build>