From 1072e77e7538c798764931c8294856cd1cfeafec Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Sat, 12 Oct 2019 17:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmaven=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=97=A0=E6=B3=95=E5=AE=89=E8=A3=85=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/linux/soft/maven-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/linux/soft/maven-install.sh b/codes/linux/soft/maven-install.sh index 399e51c..e562f71 100644 --- a/codes/linux/soft/maven-install.sh +++ b/codes/linux/soft/maven-install.sh @@ -38,7 +38,7 @@ if [[ $# -lt 1 ]] || [[ $# -lt 2 ]]; then printf "${RESET}\n" fi -version=3.6.0 +version=3.6.2 if [[ -n $1 ]]; then version=$1 fi