File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public class MavenWrapperDownloader {
2828 * Default URL to download the maven-wrapper.jar from, if no 'downloadUrl' is provided.
2929 */
3030 private static final String DEFAULT_DOWNLOAD_URL =
31- "https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.0 /maven-wrapper-0.4.0 .jar" ;
31+ "https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2 /maven-wrapper-0.4.2 .jar" ;
3232
3333 /**
3434 * Path to the maven-wrapper.properties file, which might contain a downloadUrl property to
Original file line number Diff line number Diff line change 1- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.3/apache-maven-3.5.3-bin.zip
2- wrapperUrl =https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.0/maven-wrapper-0.4.0.jar
1+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip
2+ wrapperUrl =https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2/maven-wrapper-0.4.2.jar
3+
Original file line number Diff line number Diff line change 212212 if [ " $MVNW_VERBOSE " = true ]; then
213213 echo " Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..."
214214 fi
215- jarUrl=" https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.0 /maven-wrapper-0.4.0 .jar"
215+ jarUrl=" https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2 /maven-wrapper-0.4.2 .jar"
216216 while IFS=" =" read key value; do
217217 case " $key " in (wrapperUrl) jarUrl=" $value " ; break ;;
218218 esac
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
120120set WRAPPER_JAR = " %MAVEN_PROJECTBASEDIR% \.mvn\wrapper\maven-wrapper.jar"
121121set WRAPPER_LAUNCHER = org.apache.maven.wrapper.MavenWrapperMain
122122
123- set DOWNLOAD_URL = " https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.0 /maven-wrapper-0.4.0 .jar"
123+ set DOWNLOAD_URL = " https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2 /maven-wrapper-0.4.2 .jar"
124124FOR /F " tokens=1,2 delims==" %%A IN (%MAVEN_PROJECTBASEDIR% \.mvn\wrapper\maven-wrapper.properties) DO (
125125 IF " %%A " == " wrapperUrl" SET DOWNLOAD_URL = %%B
126126)
You can’t perform that action at this time.
0 commit comments