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 <sj...@apache.org> on 2023/06/15 21:11:40 UTC

[ANN] Apache Maven Parent POMs 40 Released

The Apache Maven team is pleased to announce the release of the Maven
Parent POMs Version 40.

Maven Parent POMs include Maven Parent POM itself,
but also Maven Plugins Parent POM, Maven Shared Components Parent POM,
Maven Skins Parent POM and Maven Doxia Tools Parent POM.

https://maven.apache.org/pom/maven/

You should specify the version in your project as parent like the following:

<parent>
  <groupId>org.apache.maven</groupId>
  <artifactId>maven-parent</artifactId>
  <version>40</version>
</parent>

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

https://maven.apache.org/pom/maven/download.html

Release Notes - Maven POMs - Version MAVEN-40

** New Feature
    * [MPOM-346] - publish SBOM on release

** Improvement
    * [MPOM-397] - Don not run ITs during release
    * [MPOM-422] - Bump modello from 2.1.1 to 2.1.2

** Task
    * [MPOM-200] - remove Apache Resource Bundles parent POM
    * [MPOM-415] - Use surefire/failsafe version from ASF parent

** Dependency upgrade
    * [MPOM-390] - Upgrade to Maven Fluido Skin 1.11.2
    * [MPOM-391] - Upgrade to Maven Surefire 3.0.0-M8
    * [MPOM-392] - Upgrade to Maven Checkstyle Plugin 3.2.1
    * [MPOM-393] - Upgrade to Maven PMD Plugin 3.21.0
    * [MPOM-412] - Bump maven-enforcer-plugin to 3.3.0 and
extra-enforcer-rules from 1.6.1 to 1.7.0
    * [MPOM-413] - Bump plexus-utils from 3.5.1 to 4.0.0 and add plexus-xml
4.0.0
    * [MPOM-414] - Bump spotless-maven-plugin from 2.28.0 to 2.37.0
    * [MPOM-420] - Bump maven-checkstyle-plugin from 3.2.1 to 3.3.0
    * [MPOM-421] - Bump sisu from 0.3.5 to 0.9.0.M2
    * [MPOM-424] - Upgrade Parent to 30

Enjoy,

-The Apache Maven team