[VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M15

2023-11-12 Thread Michael Osipov
Hi, IMPORTANT: This require the following staging repositories: * Maven Reporting API 4.0.0-M9 we solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320&version=12353852 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?

[CANCELED] [VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M14

2023-11-12 Thread Michael Osipov
Canceling the vote site parent 41 upgrade was incomplete - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M14

2023-11-12 Thread Michael Osipov
Hi, IMPORTANT: This require the following staging repositories: * Maven Reporting API 4.0.0-M9 we solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320&version=12353749 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?

[VOTE] Release Apache Maven Reporting API version 4.0.0-M9

2023-11-12 Thread Michael Osipov
Hi, we solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12353749 There are no issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-

[ANN] Apache Maven Parent POMs 41 Released

2023-11-12 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Maven Parent POMs Version 41. https://maven.apache.org/pom/maven/ You should specify the version in your project as parent like the following: org.apache.maven maven-parent 41 You can download the appropriate sources etc. from

[ANN] Apache Software Foundation Parent POM Version 31 Released

2023-11-12 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version, version 31 https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 31 You can download the appropriate sou

[RESULT] [VOTE] Release Apache Maven POMs 41

2023-11-12 Thread Slawomir Jaranowski
Hi, The vote has passed with the following result: +1: Sylwester Lachiewicz, Tamás Cservenák, Guillaume Nodet, Olivier Lamy, Michael Osipov PMC quorum: reached I will promote the source release zip file to the Apache distribution area and the artifacts to the central repo. -- Sławomir Jaranow

[RESULT] [VOTE] Release Apache Maven ASF Parent 31

2023-11-12 Thread Slawomir Jaranowski
Hi, The vote has passed with the following result: +1: Sylwester Lachiewicz, Tamás Cservenák, Guillaume Nodet, Olivier Lamy PMC quorum: reached I will promote the source release zip file to the Apache distribution area and the artifacts to the central repo. -- Sławomir Jaranowski --

Re: [Maven-Shade-plugin] Support for Multi Release Jars (JEP-238): Feedback needed

2023-11-12 Thread Romain Manni-Bucau
Le dim. 12 nov. 2023 à 10:44, Niels Basjes a écrit : > Hi, > > > Looking quickly the drop of the conditional read of the manifest seems > the > > issue for tests. > > Yes it was. Must have been late when I wrote that ... > I have fixed this silly error of mine and now it all works. > > > In terms

Re: [Maven-Shade-plugin] Support for Multi Release Jars (JEP-238): Feedback needed

2023-11-12 Thread Niels Basjes
Hi, > Looking quickly the drop of the conditional read of the manifest seems the > issue for tests. Yes it was. Must have been late when I wrote that ... I have fixed this silly error of mine and now it all works. > In terms of impl my 2cts would be that we shouldnt have had jdependency in > thi