[ANN] Apache Software Foundation Parent POM Version 39 Released

HervĂ© Boutemy <[email protected]> Mon, 29 Jun 2026 07:54:59 +0200
Newsgroups gmane.comp.jakarta.turbine.maven.user
Organization Apache Software Foundation
Message-ID <3624727.QJadu78ljV__44726.6122138657$1782712535$gmane$org@orchid>
The Apache Maven team is pleased to announce the release of the Apache
Software Foundation Parent POM Version, version 39

This release adds push-to-atr profile to improve ATR integration:

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

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

<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>39</version>
</parent>

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

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

Release Notes

https://github.com/apache/maven-apache-parent/releases/tag/apache-39

Enjoy,

-The Apache Maven team