From 0e651a8d9e254af9d9145fb698ac8df59a6a0073 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 3 Sep 2024 14:21:21 +0200 Subject: [PATCH] Use Maven 3.9.9 for generated projects Closes gh-1563 --- .../maven/3/wrapper/.mvn/wrapper/maven-wrapper.properties | 4 ++-- .../src/main/resources/maven/3/wrapper/mvnw | 2 +- .../src/main/resources/maven/3/wrapper/mvnw.cmd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/initializr-generator-spring/src/main/resources/maven/3/wrapper/.mvn/wrapper/maven-wrapper.properties b/initializr-generator-spring/src/main/resources/maven/3/wrapper/.mvn/wrapper/maven-wrapper.properties index 8f96f52c66..d58dfb70ba 100644 --- a/initializr-generator-spring/src/main/resources/maven/3/wrapper/.mvn/wrapper/maven-wrapper.properties +++ b/initializr-generator-spring/src/main/resources/maven/3/wrapper/.mvn/wrapper/maven-wrapper.properties @@ -6,7 +6,7 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # -# https://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an @@ -16,4 +16,4 @@ # under the License. wrapperVersion=3.3.2 distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip diff --git a/initializr-generator-spring/src/main/resources/maven/3/wrapper/mvnw b/initializr-generator-spring/src/main/resources/maven/3/wrapper/mvnw index d7c358e5a2..19529ddf8c 100755 --- a/initializr-generator-spring/src/main/resources/maven/3/wrapper/mvnw +++ b/initializr-generator-spring/src/main/resources/maven/3/wrapper/mvnw @@ -8,7 +8,7 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # -# https://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an diff --git a/initializr-generator-spring/src/main/resources/maven/3/wrapper/mvnw.cmd b/initializr-generator-spring/src/main/resources/maven/3/wrapper/mvnw.cmd index 6f779cff20..249bdf3822 100644 --- a/initializr-generator-spring/src/main/resources/maven/3/wrapper/mvnw.cmd +++ b/initializr-generator-spring/src/main/resources/maven/3/wrapper/mvnw.cmd @@ -8,7 +8,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM https://www.apache.org/licenses/LICENSE-2.0 +@REM http://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an