takari / maven-wrapper

The easiest way to integrate Maven into your project!
Apache License 2.0
1.59k stars 234 forks source link

wrapperUrl is wrong #138

Closed cowwoc closed 5 years ago

cowwoc commented 5 years ago

mvn -N io.takari:maven:0.7.6:wrapper creates .mvn/wrapper/maven-wrapper.properties containing:

wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar

Shouldn't the version of the JAR be 0.7.6?

Similarly, the version number in the generated MavenWrapperDownloader.java is wrong too.

cowwoc commented 5 years ago

Nevermind. I just noticed that the latest version of the wrapper on Maven Central really is 0.5.5. Sorry for the false alarm.