Clirr Maven Plugin Version 2.6.1 Released
The Mojo team is pleased to announce the release of the Clirr Maven Plugin version 2.6.1
Clirr is an application, which allows you to compare binaries or sources for compatibility. The Clirr Maven Plugin allows you to use Clirr from Maven 2. This version of the plugin uses Clirr 0.6.
To get this update, simply specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.codehaus.mojo</groupId>
3 <artifactId>clirr-maven-plugin</artifactId>
4 <version>2.6.1</version>
5</plugin>
Release Notes - Mojo's Clirr Maven Plugin - Version 2.6.1
The following improvement has been made:
- MCLIRR-61 - Allow any classpath artifact to be checked for changes