aboutsummaryrefslogtreecommitdiff
path: root/assembly
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 /assembly
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 'assembly')
-rw-r--r--assembly/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/assembly/pom.xml b/assembly/pom.xml
index b5e752c6cd..255107a2c4 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -208,7 +208,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
- <version>1.1</version>
+ <version>1.2</version>
<executions>
<execution>
<phase>validate</phase>