You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Benson Margulies <bi...@apache.org> on 2014/09/22 21:32:37 UTC

[ANN] Apache Maven Release 2.5.1 Released

The Apache Maven team is pleased to announce the release of the Apache
Maven Release component, version 2.5.1

maven-release provides technology for automating releases, including
the maven-release-plugin.

http://maven.apache.org/plugins/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>2.5.1</version>
</plugin>

Release Notes - Maven Release Plugin - Version 2.5.1


Release Notes - Maven Release Plugin - Version 2.5.1



** Bug
    * [MRELEASE-875] - release:prepare does not commit pom.xml if not
in the git root
    * [MRELEASE-877] - release:branch commit msg faulty
    * [MRELEASE-885] - When the base pom is a subdirectory, tagging fails in GIT
    * [MRELEASE-888] - Update to SCM version 1.9.2



** Improvement
    * [MRELEASE-883] - Upgrade SCM to 1.9.1



Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [ANN] Apache Maven Release 2.5.1 Released

Posted by Stephen Coy <st...@resolvesw.com>.
Hi there,

The JIRA Issues Summary page for this plugin at <http://jira.codehaus.org/browse/MRELEASE?selectedTab=com.atlassian.jira.plugin.system.project:summary-panel <http://jira.codehaus.org/browse/MRELEASE?selectedTab=com.atlassian.jira.plugin.system.project:summary-panel>> says:

NOTE GIT users are adviced not to use 2.4 but 2.3.2 instead!

Is this still the case?

Thanks

Steve C


> On 23 Sep 2014, at 5:32 am, Benson Margulies <bi...@apache.org> wrote:
> 
> The Apache Maven team is pleased to announce the release of the Apache
> Maven Release component, version 2.5.1
> 
> maven-release provides technology for automating releases, including
> the maven-release-plugin.
> 
> http://maven.apache.org/plugins/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>2.5.1</version>
> </plugin>
> 
> Release Notes - Maven Release Plugin - Version 2.5.1
> 
> 
> Release Notes - Maven Release Plugin - Version 2.5.1
> 
> 
> 
> ** Bug
>    * [MRELEASE-875] - release:prepare does not commit pom.xml if not
> in the git root
>    * [MRELEASE-877] - release:branch commit msg faulty
>    * [MRELEASE-885] - When the base pom is a subdirectory, tagging fails in GIT
>    * [MRELEASE-888] - Update to SCM version 1.9.2
> 
> 
> 
> ** Improvement
>    * [MRELEASE-883] - Upgrade SCM to 1.9.1
> 
> 
> 
> Enjoy,
> 
> -The Apache Maven team
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>