aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-02-17 19:03:29 -0800
committerJosh Rosen <joshrosen@databricks.com>2016-02-17 19:03:29 -0800
commitb84404865b90fc07858a8b28c2a7028f96517167 (patch)
tree4292a0f8f2d09d456355b7605fd6fed601d02597 /build
parent0088b252bf56d391025a19b70af03f3ce6d7574c (diff)
downloadspark-b84404865b90fc07858a8b28c2a7028f96517167.tar.gz
spark-b84404865b90fc07858a8b28c2a7028f96517167.tar.bz2
spark-b84404865b90fc07858a8b28c2a7028f96517167.zip
[SPARK-13324][CORE][BUILD] Update plugin, test, example dependencies for 2.x
Phase 1: update plugin versions, test dependencies, some example and third-party versions Author: Sean Owen <sowen@cloudera.com> Closes #11206 from srowen/SPARK-13324.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/mvn2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mvn b/build/mvn
index 63ca9c9806..58058c04b8 100755
--- a/build/mvn
+++ b/build/mvn
@@ -69,7 +69,7 @@ install_app() {
# Install maven under the build/ folder
install_mvn() {
- local MVN_VERSION="3.3.3"
+ local MVN_VERSION="3.3.9"
install_app \
"http://archive.apache.org/dist/maven/maven-3/${MVN_VERSION}/binaries" \