You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Slawomir Jaranowski <s....@gmail.com> on 2022/03/10 17:25:40 UTC

Proposition of changes for ASF parent pom 26

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&version=12351372
[2] https://issues.apache.org/jira/browse/MCOMPILER-485

-- 
Sławomir Jaranowski

Re: Proposition of changes for ASF parent pom 26

Posted by Michael Osipov <mi...@apache.org>.
Am 2022-04-03 um 11:53 schrieb Slawomir Jaranowski:
> Hi,
> 
> All issues for version 26 seem to be resolved.
> I don't see more issues for AFS parent 26.

Thank you for the hard work!

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


Re: Proposition of changes for ASF parent pom 26

Posted by Slawomir Jaranowski <s....@gmail.com>.
Hi,

All issues for version 26 seem to be resolved.
I don't see more issues for AFS parent 26.

Of course please somebody else check.


niedz., 13 mar 2022 o 20:42 Michael Osipov <mi...@apache.org> napisał(a):

> Am 2022-03-13 um 20:26 schrieb Slawomir Jaranowski:
> > Hi,
> >
> > Another plugins that have newer versions:
> >
> > maven-deploy-plugin ............................. 2.8.2 -> 3.0.0-M1
> > maven-install-plugin ............................ 2.5.2 -> 3.0.0-M1
>
> Both are problematic if you create Maven plugins, see MNG-7055. This
> ultimately will require upgrade to Maven 3.9.0.
>
> > maven-scm-plugin ............................... 1.12.2 -> 2.0.0-M1
>
> This is in early incomplete stage I will likely take a year to clean up.
> 1.12.2 is good for a long time.
>
> M
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

-- 
Sławomir Jaranowski

Re: Proposition of changes for ASF parent pom 26

Posted by Michael Osipov <mi...@apache.org>.
Am 2022-03-13 um 20:26 schrieb Slawomir Jaranowski:
> Hi,
> 
> Another plugins that have newer versions:
> 
> maven-deploy-plugin ............................. 2.8.2 -> 3.0.0-M1
> maven-install-plugin ............................ 2.5.2 -> 3.0.0-M1

Both are problematic if you create Maven plugins, see MNG-7055. This 
ultimately will require upgrade to Maven 3.9.0.

> maven-scm-plugin ............................... 1.12.2 -> 2.0.0-M1

This is in early incomplete stage I will likely take a year to clean up. 
1.12.2 is good for a long time.

M

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


Re: Proposition of changes for ASF parent pom 26

Posted by Slawomir Jaranowski <s....@gmail.com>.
Hi,

Another plugins that have newer versions:

maven-deploy-plugin ............................. 2.8.2 -> 3.0.0-M1
maven-install-plugin ............................ 2.5.2 -> 3.0.0-M1
maven-scm-plugin ............................... 1.12.2 -> 2.0.0-M1

maven-failsafe-plugin .......................... 2.22.2 -> 3.0.0-M5
maven-surefire-plugin .......................... 2.22.2 -> 3.0.0-M5
maven-surefire-report-plugin ................... 2.22.2 -> 3.0.0-M5

I don't know why we wait for such updates. We should use the latest
versions to have the possibility of early discovery issues.
Or should be documented what is blocker for using specific version.


czw., 10 mar 2022 o 21:48 Michael Osipov <mi...@apache.org> napisał(a):

> 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&version=12351372
> > [2] https://issues.apache.org/jira/browse/MCOMPILER-485
> >
>
> Very nice, now this looks sound!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

-- 
Sławomir Jaranowski

Re: Proposition of changes for ASF parent pom 26

Posted by Michael Osipov <mi...@apache.org>.
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&version=12351372
> [2] https://issues.apache.org/jira/browse/MCOMPILER-485
> 

Very nice, now this looks sound!

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