[GitHub] [maven-2] dependabot[bot] opened a new pull request, #2: Bump plexus-utils from 1.5.15 to 3.0.16

2022-07-01 Thread GitBox
dependabot[bot] opened a new pull request, #2: URL: https://github.com/apache/maven-2/pull/2 Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 1.5.15 to 3.0.16. Commits

[GitHub] [maven-ant-tasks] dependabot[bot] opened a new pull request, #3: Bump plexus-utils from 1.5.15 to 3.0.16

2022-07-01 Thread GitBox
dependabot[bot] opened a new pull request, #3: URL: https://github.com/apache/maven-ant-tasks/pull/3 Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 1.5.15 to 3.0.16. Commits

[ANN] Maven File Management 3.1.0 released

2022-07-01 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven File Management, version 3.1.0. https://maven.apache.org/shared/file-management/ Release Notes - Maven Shared Components - Version file-management-3.1.0 ** Improvement * [MSHARED-521] - Upgrade maven-shared-components

[ANN] Maven Assembly Plugin 3.4.0 released

2022-07-01 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Assembly Plugin, version 3.4.0 https://maven.apache.org/plugins/maven-assembly-plugin/ Release Notes - Maven Assembly Plugin - Version 3.4.0 ** Bug * [MASSEMBLY-955] - dependencySet includes filter with classifier breaks

[RESULT] [VOTE] Maven Assembly Plugin 3.4.0

2022-07-01 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1 : Michael Osipov, Herve Boutemy, Slawek Jaranowski PMC quorum: reached I will promote the source release zip file to Apache distribution area and the artifacts to the central repo. T

[RESULT] [VOTE] Maven File Management 3.1.0

2022-07-01 Thread Tamás Cservenák
Howdy The vote has passed with the following result: +1 : Michael Osipov, Herve Boutemy, Slawek Jaranowski PMC quorum: reached I will promote the source release zip file to Apache distribution area and the artifacts to the central repo. T

Re: [VOTE] Release Apache Maven Reporting API version 4.0.0-M2

2022-07-01 Thread Michael Osipov
Am 2022-07-01 um 18:43 schrieb Michael Osipov: Hi, We solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352044 There are still a couple of issues left in JIRA:

Re: Double cli utils implementations

2022-07-01 Thread Guillaume Nodet
My understanding is that maven-shared-utils was created as a clone of plexus-utils to get back this piece of code under the ASF banner. Which means that it's mostly a duplicate. If this never happened (i.e. most projects still use plexus-utils), we should drop it. The CLI stuff is also in

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

2022-07-01 Thread Michael Osipov
Hi, We solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352044 There are still a couple of issues left in JIRA:

Re: Double cli utils implementations

2022-07-01 Thread Michael Osipov
Am 2022-06-30 um 21:19 schrieb Slawomir Jaranowski: Hi, We have a very similar implementation on cl utils in plexus-utils and in maven-shared-util - looks like somewhen was copy paste. Searching for usage of CommandLineUtils plexus-utils is used about 2800 times [1] shared-utils is used

Re: maven-shared-utils what the future is ...

2022-07-01 Thread Slawomir Jaranowski
Hi, Never mind what and why happened in the past the fact is the today we have two similar library (even three shared-utils 3.x and 4.x) We should make a decision which library will be maintained, add information in project code (README) and finally retire one. I'm not happy to maintain both.