Apache Software Foundation Parent POM Version 21 Released

The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version 21.

You should specify the version in your project as parent like the following:

1<parent>
2   <groupId>org.apache</groupId>
3   <artifactId>apache</artifactId>
4   <version>21</version>
5</parent>

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

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

Release Notes - Maven POMs - Version ASF-21

The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version 21.

https://maven.apache.org/pom/asf/

You should specify the version in your project as parent like the following:

org.apache apache 21

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

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

Release Notes - Maven POMs - Version ASF-21

New Feature:

  • MPOM-205 - create SHA-512 checksum for source-release archive(s) in target/checkout/target/ during release

Changes since version 20:

Enjoy,

-The Apache Maven team