We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bd57a commit 52329bbCopy full SHA for 52329bb
setup/setup-vscode.sh
@@ -15,7 +15,7 @@ rm awscliv2.zip
15
aws --version
16
17
## Install Maven
18
-MVN_VERSION=3.9.8
+MVN_VERSION=3.9.9
19
MVN_FOLDERNAME=apache-maven-${MVN_VERSION}
20
MVN_FILENAME=apache-maven-${MVN_VERSION}-bin.tar.gz
21
curl -4 -L https://archive.apache.org/dist/maven/maven-3/${MVN_VERSION}/binaries/${MVN_FILENAME} | tar -xvz
0 commit comments