You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2010/01/06 18:52:08 UTC

[ANN] Maven Patch Plugin 1.1.1 Released

The Maven team is pleased to announce the release of the Maven Patch
Plugin, version 1.1.1.

This plugin is used to apply patches to source files. See the plugin's
site for more details:

   http://maven.apache.org/plugins/maven-patch-plugin/

To use the updated plugin in your projects, you need to add the
following snippet to the plugins or plugin management section of your POM:

   <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-patch-plugin</artifactId>
     <version>1.1.1</version>
   </plugin>

Release Notes - Maven 2.x Patch Plugin - Version 1.1.1

** Bug
     * [MPATCH-11] - Plugin generates faulty command line when 
originalFile and destFile parameters are used

Enjoy,


-The Maven team


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