Repository: spark
Updated Branches:
  refs/heads/branch-1.6 4fcb88843 -> 76781950f


[MINOR][BUILD] Download Maven 3.3.9 instead of 3.3.3 because the latter is no 
longer published on Apache mirrors

## What changes were proposed in this pull request?

Download Maven 3.3.9 instead of 3.3.3 because the latter is no longer published 
on Apache mirrors

## How was this patch tested?

Jenkins

Author: Sean Owen <[email protected]>

Closes #14066 from srowen/Maven339Branch16.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/76781950
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/76781950
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/76781950

Branch: refs/heads/branch-1.6
Commit: 76781950fd500ace0f939951fc7a94a58aca87c4
Parents: 4fcb888
Author: Sean Owen <[email protected]>
Authored: Wed Jul 6 12:27:17 2016 +0100
Committer: Sean Owen <[email protected]>
Committed: Wed Jul 6 12:27:17 2016 +0100

----------------------------------------------------------------------
 build/mvn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/76781950/build/mvn
----------------------------------------------------------------------
diff --git a/build/mvn b/build/mvn
index c2b1427..8598386 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 \
     
"https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/${MVN_VERSION}/binaries";
 \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to