Don't include animal sniffer plugin

This commit is contained in:
James Agnew 2016-08-29 19:23:44 -04:00
parent 3ed197e0fe
commit faed05c258
2 changed files with 5 additions and 12 deletions

12
pom.xml
View File

@ -1294,18 +1294,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java16</artifactId>
<version>1.1</version>
</signature>
</configuration>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<inherited>false</inherited>

View File

@ -217,6 +217,11 @@
IDs were not substituted with viewing
resources using the _history operation
</action>
<action type="add">
HAPI root pom shouldn't include animal-sniffer plugin,
since that causes any projects which extend this to
be held to Java 6 compliance.
</action>
</release>
<release version="1.6" date="2016-07-07">
<action type="fix">