removed wrong space in jar download URL

This commit is contained in:
Manfred Moser 2019-04-02 20:53:27 -07:00 committed by rfscholte
parent d61c58e9e8
commit f0827a0771
2 changed files with 8 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class MavenWrapperDownloader {
* Default URL to download the maven-wrapper.jar from, if no 'downloadUrl' is provided.
*/
private static final String DEFAULT_DOWNLOAD_URL = "https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/"
+ WRAPPER_VERSION + "/maven-wrapper-" + WRAPPER_VERSION + " .jar";
+ WRAPPER_VERSION + "/maven-wrapper-" + WRAPPER_VERSION + ".jar";
/**
* Path to the maven-wrapper.properties file, which might contain a downloadUrl property to

View File

@ -4,6 +4,13 @@ The [git commit history](https://github.com/takari/maven-wrapper/commits/master)
is the detailed source of all changes. The following provides most information
at an easier glance.
## Version 0.5.5 or higher - Upcoming
- Updated default URL to jar in MavenWrapperDownloader
- fixes https://github.com/takari/maven-wrapper/issues/118
- Update to Maven 3.6.1
- To be done when released
## Version 0.5.4 - 2019-03-26
- Adapt mvnw.cmd to also honour MVNW_VERBOSE