Hi,
The Mojo team is pleased to announce the release of the Animal Sniffer
Maven Plugin version 1.16.
Animal Sniffer provides tools to assist verifying that classes compiled
with a newer JDK/API are compatible with an older JDK/API.
http://www.mojohaus.org/animal-sniffer/
To get this update, simply specify the version in your project's plugin
configuration:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.16</version>
</plugin>
Release Notes
https://github.com/mojohaus/animal-sniffer/issues?q=milestone%3A1.16+is%3Aclosed
Enjoy,
The Mojo team.
Robert