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

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>37</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-37

** New Feature
    * [MPOM-322] - Add link to ASF privacy policy

** Task
    * [MPOM-317] - Remove custom Matomo code when Fluido Skin 1.11.0 is used
    * [MPOM-324] - Drop Social Media Plug-ins from documentation

** Dependency upgrade
    * [MPOM-328] - Bump maven-pmd-plugin from 3.16.0 to 3.17.0
    * [MPOM-331] - Upgrade Surefire to 3.0.0-M7
    * [MPOM-334] - Upgrade fluido skin to 1.11.1
    * [MPOM-336] - Bump maven-toolchains-plugin from 3.0.0 to 3.1.0
    * [MPOM-338] - Bump extra-enforcer-rules from 1.5.1 to 1.6.0
    * [MPOM-339] - Upgrade Parent to 27

Enjoy,

-The Apache Maven team

Reply via email to