You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Slawomir Jaranowski <sj...@apache.org> on 2022/04/22 06:24:40 UTC

[ANN] Apache Maven Parent POMs 36 Released

The Apache Maven team is pleased to announce the release of the Maven
Parent POMs Version 36.
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>36</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-36

** Improvement
    * [MPOM-300] - Replace Google Analytics with ASF Matomo
    * [MPOM-313] - Execute checkstyle in early phase of the build

** 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
    * [MPOM-311] - Upgrade Maven JXR Plugin from 3.1.1 to 3.2.0
    * [MPOM-314] - Upgrade modello-maven-plugin from 1.11 to 2.0.0
    * [MPOM-316] - Upgrade ASF Parent to 26

Enjoy,

-The Apache Maven team