From 764ad34d83cb01c1d669d3ab0d7ab5d538087ec6 Mon Sep 17 00:00:00 2001 From: Alex Barron <43735936+redbarron-gcp@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:57:50 +0800 Subject: [PATCH] Update maven-wrapper.properties Unable to download zip as has been updated on maven site to 3.8.7, 3.8.6 is removed --- .../hello-world-maven/.mvn/wrapper/maven-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/java/hello-world-maven/.mvn/wrapper/maven-wrapper.properties b/sample-apps/java/hello-world-maven/.mvn/wrapper/maven-wrapper.properties index ff98b43..10c49c7 100644 --- a/sample-apps/java/hello-world-maven/.mvn/wrapper/maven-wrapper.properties +++ b/sample-apps/java/hello-world-maven/.mvn/wrapper/maven-wrapper.properties @@ -1 +1 @@ -distributionUrl=https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.zip +distributionUrl=https://dlcdn.apache.org/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.zip