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
