Skip to content

Commit 55dd5e5

Browse files
authored
Update cloudshell.sh
fix version download
1 parent e9fcfc2 commit 55dd5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudshell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "Verifying Java Version..."
1010
java -version
1111

1212
echo "Installing latest Maven locally..."
13-
MAVEN_VERSION=3.9.6
13+
MAVEN_VERSION=3.9.10
1414

1515
# Download and untar in your HOME directory
1616
curl -fsSL https://downloads.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz -o maven.tar.gz

0 commit comments

Comments
 (0)