+1
Tested with Maven 3.8.1 on macOS. Plugin does not generate a wrapper for
Maven 3.6.3, 3.7.0 or 3.8.1.
Maarten
On 05/04/2021 16:29, Robert Scholte wrote:
To: "Maven Developers List" <dev@maven.apache.org>
Subject: [VOTE] Release Apache Maven Wrapper Plugin version 3.0.2
Hi,
We solved 2 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12323721&version=12348358&styleName=Text
There are zero issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%2012323721%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
Staging repo:
https://repository.apache.org/content/repositories/maven-1637/
https://repository.apache.org/content/repositories/maven-1637/org/apache/maven/plugins/maven-wrapper-plugin/3.0.2/maven-wrapper-plugin-3.0.2-source-release.zip
Source release checksum(s):
maven-wrapper-plugin-3.0.2-source-release.zip sha512:
3b185d5486249f9ad4e0133462d294aeae05bc80fa3cbc7dd622c50689eb9316d5b260fa28a03e1922fe3e2ec1beb22f69c033c7f4894d90c4d874e1835089cc
Staging site:
https://maven.apache.org/plugins-archives/maven-wrapper-plugin-LATEST/
Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html
Testing the plugin with Maven 3 will fail (see MWRAPPER-8)
To test the plugin with Maven 4, ensure to add the following repository:
<repository><!-- useful to resolve parent pom when it is a SNAPSHOT -->
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
Vote open for at least 72 hours.
[ ] +1
[ ] +0
[ ] -1
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org