Re: Proposition of changes for Maven parent pom 36

2022-03-10 Thread Hervé BOUTEMY
on Modello, the big change for 2.0.0 is that it now requires Java 8 to run: 
AFAIK, not an issue any more, so we can upgrade

thanks for defining plans for these parent POMs

on doing the release, it's a little bit specific because of the documentation, 
just ping me if you need me

Regards,

Hervé

Le jeudi 10 mars 2022, 18:44:08 CET Slawomir Jaranowski a écrit :
> Hi
> 
> My proposition, after 35 tests ... [1]
> 
> ** Dependency upgrade
> * [MPOM-308] - Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0
> * [MPOM-309] - Upgrade TagList Maven Plugin from 2.4 to 3.0.0
> 
> Old version of TagList  does not work with the new Maven site pugin.
> PMD 3.15.0 has a bug: MPMD-325 [2]
> 
> I don't have experience with modello-maven-plugin, so I don't know if
> should / can be updated [3]
> 
> We can also review current PR [4]
> 
> [1]
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250
> rsion=12351408 [2] https://issues.apache.org/jira/browse/MPOM-308
> [3] https://github.com/apache/maven-parent/pull/47
> [4] https://github.com/apache/maven-parent/pulls





-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[ANN] Apache Maven Compiler Plugin 3.10.1 Released

2022-03-10 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of the Apache
Maven Compiler Plugin, version 3.10.1

The Compiler Plugin is used to compile the sources of your project.

https://maven.apache.org/plugins/maven-compiler-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-compiler-plugin
  3.10.1


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-compiler-plugin/download.cgi

Release Notes - Maven Compiler Plugin - Version 3.10.1

** Bug
* [MCOMPILER-346] - workaround to jdk bug: assertionError inside javac
when using javax.tools API
* [MCOMPILER-485] - Incorrect internal string format in generated
package-info.class files on Windows

** New Feature
* [MCOMPILER-426] - dedicated option for enabling preview feature

Enjoy,

-The Apache Maven team


[RESULT] VOTE Apache Maven Compiler 3.10.1

2022-03-10 Thread Olivier Lamy
Hi

The vote has passed with the following result:
+1 Michael Osipov, Romain Manni-Bucau, Arnaud Héritier, Guillaume
Nodet, Sylwester Lachiewicz, Slawomir Jaranowski, Hervé Boutemy,

The vote is declared as passed.
time to celebrate!
And finish the process of course!

Thanks
Olivier


Re: Proposition of changes for Maven parent pom 36

2022-03-10 Thread Michael Osipov

Am 2022-03-10 um 18:44 schrieb Slawomir Jaranowski:

Hi

My proposition, after 35 tests ... [1]

** Dependency upgrade
 * [MPOM-308] - Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0
 * [MPOM-309] - Upgrade TagList Maven Plugin from 2.4 to 3.0.0

Old version of TagList  does not work with the new Maven site pugin.
PMD 3.15.0 has a bug: MPMD-325 [2]

I don't have experience with modello-maven-plugin, so I don't know if
should / can be updated [3]

We can also review current PR [4]

[1]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250=12351408
[2] https://issues.apache.org/jira/browse/MPOM-308
[3] https://github.com/apache/maven-parent/pull/47
[4] https://github.com/apache/maven-parent/pulls



* I don't know how much this matters, but Modello 2.0.0 requires Java 8. 
That is why we moved this upgrade ot Maven 3.9.0. hboutemy@ WDYT?

* Ticket for Apache Parent shall be included as well

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Proposition of changes for ASF parent pom 26

2022-03-10 Thread Michael Osipov

Am 2022-03-10 um 18:25 schrieb Slawomir Jaranowski:

Hi,

I've prepared a proposition of changes for ASF parent pom 26 [1]

* Task
 * [MPOM-302] - Rename property surefire.version to surefireVersion
 * [MPOM-303] - Rename property maven.plugin.tools.version to
mavenPluginToolsVersion

** Dependency upgrade
 * [MPOM-304] - Upgrade Maven Project Info Reports Plugin from 3.1.2 to
3.2.2
 * [MPOM-305] - Set minimum enforced Maven version to 3.2.5
 * [MPOM-306] - Upgrade Maven Compiler Plugin from 3.10.0 to 3.10.1
 * [MPOM-307] - Upgrade Maven Dependency Plugin from 3.2.0 to 3.3.0

For me must to be  Maven Compiler Plugin due to MCOMPILER-485 [2]

[1]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250=12351372
[2] https://issues.apache.org/jira/browse/MCOMPILER-485



Very nice, now this looks sound!

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Proposition of changes for Maven parent pom 36

2022-03-10 Thread Slawomir Jaranowski
Hi

My proposition, after 35 tests ... [1]

** Dependency upgrade
* [MPOM-308] - Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0
* [MPOM-309] - Upgrade TagList Maven Plugin from 2.4 to 3.0.0

Old version of TagList  does not work with the new Maven site pugin.
PMD 3.15.0 has a bug: MPMD-325 [2]

I don't have experience with modello-maven-plugin, so I don't know if
should / can be updated [3]

We can also review current PR [4]

[1]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250=12351408
[2] https://issues.apache.org/jira/browse/MPOM-308
[3] https://github.com/apache/maven-parent/pull/47
[4] https://github.com/apache/maven-parent/pulls

-- 
Sławomir Jaranowski


Proposition of changes for ASF parent pom 26

2022-03-10 Thread Slawomir Jaranowski
Hi,

I've prepared a proposition of changes for ASF parent pom 26 [1]

* Task
* [MPOM-302] - Rename property surefire.version to surefireVersion
* [MPOM-303] - Rename property maven.plugin.tools.version to
mavenPluginToolsVersion

** Dependency upgrade
* [MPOM-304] - Upgrade Maven Project Info Reports Plugin from 3.1.2 to
3.2.2
* [MPOM-305] - Set minimum enforced Maven version to 3.2.5
* [MPOM-306] - Upgrade Maven Compiler Plugin from 3.10.0 to 3.10.1
* [MPOM-307] - Upgrade Maven Dependency Plugin from 3.2.0 to 3.3.0

For me must to be  Maven Compiler Plugin due to MCOMPILER-485 [2]

[1]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250=12351372
[2] https://issues.apache.org/jira/browse/MCOMPILER-485

-- 
Sławomir Jaranowski


[RESULT][VOTE] Release Apache Maven Dependency Plugin version 3.3.0

2022-03-10 Thread Slawomir Jaranowski
Hi,

The vote has passed with the following result:

+1 : Michael Osipov, Sylwester Lachiewicz, Olivier Lamy, Hervé BOUTEMY,
Arnaud Héritier, Guillaume Nodet

PMC quorum reached.

I will promote the artifacts to the central repo.

-- 
Sławomir Jaranowski