[ANN] Apache Software Foundation Parent POM Version 38 Released

Slawomir Jaranowski <[email protected]> Sun, 10 May 2026 10:10:33 +0200
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv0AHH++CAuBHCdmOCawF7hD0p8Ptqpc5DqcR1mV3nJ2cg@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Software Foundation Parent POM Version, version 38

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

Enjoy,

-The Apache Maven team