mirror of https://github.com/apache/maven.git
removed wrong space in jar download URL
This commit is contained in:
parent
d61c58e9e8
commit
f0827a0771
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue