Apache Maven Release Plugin Version 3.0.0-M1 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Release, version 3.0.0-M1.

This plugin is used to release a project with Maven, saving a lot of repetitive, manual work. Releasing a project is made in two steps: prepare and perform.

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

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-release-plugin</artifactId>
4  <version>3.0.0-M1</version>
5</plugin>

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

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

Release Notes - Apache Maven Release Plugin - Version 3.0.0-M1

Enjoy,

-The Apache Maven team