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

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

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

Release Notes - Maven POMs - Version MAVEN-33

** Bug
    * [MPOM-202] - Links to nabble archive only work with http

** Improvement
    * [MPOM-203] - Links to mailing list will not open mail 

** Wish
    * [MPOM-197] - Remove deprecated plexus-maven-plugin from pluginManagement

** Task
    * [MPOM-199] - remove Archetypes parent POM from menu
    * [MPOM-201] - configure m2e lifecyle-mapping to ignore rat:check 
    * [MPOM-206] - use sha512 instead of sha1 for source release distribution

** Dependency upgrade
    * [MPOM-198] - Update plexus-utils to 3.1.0 for Doxia Tools

Enjoy,
 
-The Apache Maven team


Reply via email to