You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2015/03/10 11:18:32 UTC

[ANN] Apache Maven Patch Plugin Version 1.2 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Patch Plugin, version 1.2

The Patch Plugin is used to apply patches to source files.

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

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

Release Notes - Maven Patch Plugin - Version 1.2

Improvement:

 * [MPATCH-17] - Make Plugin only 2.2.1 compatible - get rid of Maven 2.0

New Feature:

 * [MPATCH-15] - Expose the "binary" option as a parameter

Task:

 * [MPATCH-14] - use maven-plugin-tools' java 5 annotations

Enjoy,

- The Apache Maven team