aboutsummaryrefslogtreecommitdiff
path: root/streaming
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 /streaming
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 'streaming')
-rw-r--r--streaming/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 1953cc6883..93b1c5a37a 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -96,7 +96,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
<executions>
<execution>
<goals>