Mojo Animal Sniffer Version 1.15 Released
The Mojo team is pleased to announce the release of Animal Sniffer version 1.15.
Animal Sniffer provides tools to assist verifying that classes compiled with a newer JDK/API are compatible with an older JDK/API.
Release Notes - MojoHaus Animal Sniffer - Version 1.15
You must update your pom
1<plugin>
2 <groupId>org.codehaus.mojo</groupId>
3 <artifactId>animal-sniffer-maven-plugin</artifactId>
4 <version>1.15</version>
5</plugin>
Have fun!
The Mojo Team.
Olivier Lamy