[ANN] Apache Maven Parent POMs 48 Released

Slawomir Jaranowski <[email protected]> Sun, 10 May 2026 10:18:18 +0200
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv0iLRrkDu-vnEdbX0T4DMGPFt3F6JiS3npaGTjnAswJFg@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Maven
Parent POMs Version 48.

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

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

<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>48</version>
</parent>

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

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

Release Notes

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

Enjoy,
-The Apache Maven team