Don't include animal sniffer plugin
This commit is contained in:
parent
3ed197e0fe
commit
faed05c258
12
pom.xml
12
pom.xml
|
@ -1294,18 +1294,6 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</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>
|
<plugin>
|
||||||
<artifactId>maven-site-plugin</artifactId>
|
<artifactId>maven-site-plugin</artifactId>
|
||||||
<inherited>false</inherited>
|
<inherited>false</inherited>
|
||||||
|
|
|
@ -217,6 +217,11 @@
|
||||||
IDs were not substituted with viewing
|
IDs were not substituted with viewing
|
||||||
resources using the _history operation
|
resources using the _history operation
|
||||||
</action>
|
</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>
|
||||||
<release version="1.6" date="2016-07-07">
|
<release version="1.6" date="2016-07-07">
|
||||||
<action type="fix">
|
<action type="fix">
|
||||||
|
|
Loading…
Reference in New Issue