[ANN] Apache Maven Parent POMs 49 Released

HervĂ© Boutemy <[email protected]> Mon, 29 Jun 2026 07:56:28 +0200
Newsgroups gmane.comp.jakarta.turbine.maven.user
Organization Apache Software Foundation
Message-ID <24429398.6Emhk5qWAg@orchid>
The Apache Maven team is pleased to announce the release of the Maven
Parent POMs Version 49.

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

Enjoy,
-The Apache Maven team