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:

1
2
3
4
5

   org.apache.maven
   maven-parent
   33

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

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

Release Notes – Apache Maven Parent POM – Version 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

Tasks:

  • 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