Skip to content

Commit

Permalink
Don't include animal sniffer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Aug 29, 2016
1 parent 3ed197e commit faed05c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit faed05c

Please sign in to comment.