[ANN] Apache Maven Release Plugin 3.3.1 Released

Slawomir Jaranowski <[email protected]> Sat, 13 Dec 2025 09:31:15 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv2PTCf1=FXqm6jrbFZWAzBMhAetq-9hMO6TA6wP4GZJYg__48244.5261253574$1765614777$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Release Plugin, version 3.3.1

https://maven.apache.org/maven-release/maven-release-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-release-plugin</artifactId>
  <version>3.3.1</version>
</plugin>

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

https://maven.apache.org/maven-release/download.cgi

Release Notes - Maven Release Plugin - Version 3.3.1

https://github.com/apache/maven-release/releases/tag/maven-release-3.3.1

Enjoy,

-The Apache Maven team