[ANN] Apache Software Foundation Parent POM Version 37 Released

Slawomir Jaranowski <[email protected]> Tue, 13 Jan 2026 08:23:46 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv1X1v81G9=Ffg0iqc1tuNZ+H1U8xhy_yAa7JvhE0gvTAQ__49094.0300327324$1768289061$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Software Foundation Parent POM Version, version 37

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>37</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-37

Enjoy,

-The Apache Maven team