[ANN] Apache Maven Parent POMs 47 Released

Slawomir Jaranowski <[email protected]> Tue, 13 Jan 2026 08:34:24 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv1Z2JoBUj1JjZjA6QK4M-05A-Lr3iuoMRVYKF-LBi_WMA__5849.17186513252$1768289702$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Maven
Parent POMs Version 47.

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

Enjoy,
-The Apache Maven team