Skip to content

Commit 7678195

Browse files
committed
[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 <sowen@cloudera.com> Closes apache#14066 from srowen/Maven339Branch16.
1 parent 4fcb888 commit 7678195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/mvn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ install_app() {
6969

7070
# Install maven under the build/ folder
7171
install_mvn() {
72-
local MVN_VERSION="3.3.3"
72+
local MVN_VERSION="3.3.9"
7373

7474
install_app \
7575
"https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/${MVN_VERSION}/binaries" \

0 commit comments

Comments
 (0)