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

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
   35

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 34

  • Bugs:

    • MPOM-242 – fix mono-module site easy-deployment
    • MPOM-243 – WARNING: release:perform issues [WARNING] The requested profile “pom.xml” could not be activated because it does not exist.
    • MPOM-253 – issue management URL incorrect
  • New Feature:

    • MPOM-274 – use Shared GitHub Actions
  • Improvements:

    • MPOM-268 – Removed unused property
    • MPOM-276 – streamLogsOnFailures for maven-invoker-plugin as default
    • MPOM-278 – add “Extensions” entry to “Maven Projects” menu
    • MPOM-279 – Get rid of findbugs-maven-plugin
    • MPOM-280 – Remove detectLinks from maven-javadoc-plugin
    • MPOM-298 – Cleanup dependencyLocationsEnabled from MPIR configuration
  • Tasks:

    • MPOM-270 – Fix enforcer use
    • MPOM-271 – Create helper profile to “ban legacy”
    • MPOM-272 – Remove legacy from doxia parent depMgmg
    • MPOM-273 – Update maven-plugin-plugin to 3.6.2
    • MPOM-281 – Update maven-plugin-plugin to 3.6.4
  • Dependency upgrades:

    • MPOM-239 – upgrade plexus-component-metadata to 2.1.0 for better Reproducible Build
    • MPOM-250 – remove the JavaDoc taglets from maven-parent (both to extract Mojo javadoc annotations and link in javadoc)
    • MPOM-292 – upgrade parent to ASF 25

Enjoy,
– The Apache Maven Team