Skip to content

Commit 52329bb

Browse files
committed
update to Maven 3.9.9
1 parent b1bd57a commit 52329bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/setup-vscode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rm awscliv2.zip
1515
aws --version
1616

1717
## Install Maven
18-
MVN_VERSION=3.9.8
18+
MVN_VERSION=3.9.9
1919
MVN_FOLDERNAME=apache-maven-${MVN_VERSION}
2020
MVN_FILENAME=apache-maven-${MVN_VERSION}-bin.tar.gz
2121
curl -4 -L https://archive.apache.org/dist/maven/maven-3/${MVN_VERSION}/binaries/${MVN_FILENAME} | tar -xvz

0 commit comments

Comments
 (0)