Re: [VOTE] Release Maven Resolver 2.0.0-alpha-11

2024-04-29 Thread Tamás Cservenák
+1 On Fri, Apr 26, 2024 at 2:21 PM Tamás Cservenák wrote: > Howdy, > > Note: This is the last alpha release, next one will be beta-1. This > version is to be picked up by Maven 4 beta-1. It contains 2 important bug > fixes and other improvements. > > Note re site: as at this moment there are 2 s

[RESULT][VOTE] Release Maven Resolver 1.9.20

2024-04-29 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1b: Herve, Arnaud, Slawomir, Olivier PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release to the board report. Thanks T

[RESULT][VOTE] Release Maven Resolver 2.0.0-alpha-11

2024-04-29 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1b: Herve, Slawomir, Jermaine, Tamas PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release to the board report. Thanks T

[RESULT][VOTE] Release Maven Deploy Plugin 3.1.2

2024-04-29 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1b: Sylwester, Herve, Arnaud, Olivier, Slawomir, Jermaine PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release to the board report. Thanks T

[RESULT][VOTE] Release Maven Install Plugin 3.1.2

2024-04-29 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1b: Sylwester, Herve, Arnaud, Olivier, Guillaume, Slawomir, Jermaine PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release to the board report. Thanks T

[ANN] Apache Maven Install Plugin 3.1.2 Released

2024-04-29 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 3.1.2 https://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-install-plugin 3.1.2 Yo

[ANN] Apache Maven Deploy Plugin 3.1.2 Released

2024-04-29 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 3.1.2 https://maven.apache.org/plugins/maven-deploy-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-deploy-plugin 3.1.2 You c

[ANN] Apache Maven Resolver 2.0.0-alpha-11 released

2024-04-29 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Resolver 2.0.0-alpha-11. https://maven.apache.org/resolver-archives/resolver-2.0.0-alpha-11/ This is the last alpha release of Resolver 2.0.0, that would allow any downstream consumers to try it out and adapt. Release Notes -

[ANN] Maven Resolver 1.9.20 released

2024-04-29 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Resolver 1.9.20: The 1.x resolver lineage is in "bugfix only" maintenance mode. === https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.9.20 ** Bug * [MRESOLVER-547] - BF collector always copies

[RESULT] [VOTE] Release Apache Maven Reporting Impl version 4.0.0-M14

2024-04-29 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Jermaine Hua, Slawomir Jaranowski, Herve Boutemy, Olivier Lamy PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. --

[ANN] Apache Maven Reporting Impl 4.0.0-M14 released

2024-04-29 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M14. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M14 ** Dependency upgrade * [MSHARED-1348] - Upgrad

[VOTE] Release Apache Maven Reporting Exec version 2.0.0-M13

2024-04-29 Thread Michael Osipov
Hi, we solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354403 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20m

[VOTE] Release Apache Maven Script Interpreter version 1.6

2024-04-29 Thread Slawomir Jaranowski
Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354488 There are no more 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-script

Re: [VOTE] Release Apache Maven Reporting Exec version 2.0.0-M13

2024-04-29 Thread Slawomir Jaranowski
+1 pon., 29 kwi 2024 o 21:20 Michael Osipov napisał(a): > Hi, > > we solved 2 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354403 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%2

maven-compat removal?

2024-04-29 Thread Olivier Lamy
Hi, I can see plenty of PRs with maven-compat removal. Maybe this could be explained and so more people could help for this task? cheers Olivier - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands,

Re: maven-compat removal?

2024-04-29 Thread Guillaume Nodet
Maven-compat has been deprecated years ago, so the goal would be to get rid of it. For months, efforts have been made to first make maven-compat completely optional. This is now the case in maven itself. However, some plugins still rely on it and they should be migrated to use Maven 3 apis. This is

Re: maven-compat removal?

2024-04-29 Thread Herve Boutemy
it's part of the wider Maven Ecosystem Cleanup plan https://cwiki.apache.org/confluence/display/MAVEN/Maven+Ecosystem+Cleanup Regards, Hervé On 2024/04/30 00:01:57 Olivier Lamy wrote: > Hi, > I can see plenty of PRs with maven-compat removal. > Maybe this could be explained and so more people co