Skip to content

Commit

Permalink
#550: update maven to 3.8.1 (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Apr 9, 2021
1 parent 38d5189 commit 905539c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/mvn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function doSetup() {
doDevonCommand java -q setup
if [ -n "${1}" ] || [ ! -d "${MAVEN_HOME}" ]
then
local software_version=${MAVEN_VERSION:-3.6.2}
local software_version=${MAVEN_VERSION:-3.8.1}
local mirror="https://archive.apache.org/dist/maven/maven-3/"
local download_url="${mirror}/${software_version}/binaries/apache-maven-${software_version}-bin.tar.gz"
doInstall "${MAVEN_HOME}" "${download_url}" "maven" "${software_version}" "" "-"
Expand Down

0 comments on commit 905539c

Please sign in to comment.