The Mojo team is pleased to announce the release of the Maven Clirr Plugin,
version 2.2.2

This plugin is used to check Java libraries for binary and source
compatibility with older releases.

http://mojo.codehaus.org/clirr-maven-plugin/

You can run mvn -up to get the latest version of the plugin, or specify the
version in your project's plugin configuration:

<plugin>
 <groupId>org.codehaus.mojo</groupId>
 <artifactId>clirr-maven-plugin</artifactId>
 <version>2.2.2</version>
 </plugin>

This release fixes one bug while analyzing your code :
* MCLIRR-14: Fail's checking with a ClassNotFoundException followed by a
NullPointerException

Enjoy,

-The Mojo team

..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

Reply via email to