We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b820f commit 622c78dCopy full SHA for 622c78d
1 file changed
codes/deploy/tool/maven/install-maven3.sh
@@ -13,7 +13,7 @@ echo -e "\n>>>>>>>>> install maven"
13
mkdir -p /opt/software/maven
14
cd /opt/software/maven
15
16
-version=3.5.2
+version=3.2.5
17
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/${version}/binaries/apache-maven-${version}-bin.tar.gz
18
tar -zxvf apache-maven-${version}-bin.tar.gz
19
0 commit comments