You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Robert Scholte <rf...@apache.org> on 2021/04/08 17:03:00 UTC

[RESULT] [VOTE] Release Apache Maven Wrapper Plugin version 3.0.2

Hi,

The vote has passed with the following result:

+1 : Maarten Mulders, Robert Scholte, Olivier Lamy, Arnaud Héritier, Tibor Digana, Sylwester Lachiewicz, Hervé BOUTEMY, Romain Manni-Bucau

PMC quorum: reached

I will promote the artifacts to the central repo.

On 5-4-2021 16:29:48, Robert Scholte <rf...@apache.org> wrote:
To: "Maven Developers List" <de...@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