Apache Maven Parent POM Version 32 Released

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

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<parent>
2   <groupId>org.apache.maven</groupId>
3   <artifactId>maven-parent</artifactId>
4   <version>32</version>
5</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-32

Improvements:

  • MPOM-187 - Add autoVersionSubmodules=true to maven-release-plugin configuration
  • MPOM-189 - Ensure that Jenkins will fail when maven-invoker-plugin has failures
  • MPOM-190 - Change to https instead of http

Task:

  • MPOM-183 - remove maven-archetype-bundles

Dependency upgrades:

  • MPOM-184 - Upgrade maven-surefire/failsafe to 2.21.0 based on JDK 10 issues
  • MPOM-188 - maven-invoker-plugin should copy value of https.protocols system property during invocation
  • MPOM-193 - Upgrade extra-enforcer-rule to 1.0-beta-9

Changes since version 31:

https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=maven-parent-32;hpb=maven-parent-31

Enjoy,

  • The Apache Maven Team