ACCUMULO-4383 Update animal sniffer for Java 7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/71096408 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/71096408 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/71096408 Branch: refs/heads/master Commit: 710964086cdf702df137e9511e3f95d5cf875660 Parents: 617ad7a Author: Christopher Tubbs <ctubb...@apache.org> Authored: Thu Jul 21 19:59:47 2016 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Thu Jul 21 19:59:47 2016 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/71096408/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0a8957b..5f7caae 100644 --- a/pom.xml +++ b/pom.xml @@ -854,8 +854,8 @@ <checkSignatureRule implementation="org.codehaus.mojo.animal_sniffer.enforcer.CheckSignatureRule"> <signature> <groupId>org.codehaus.mojo.signature</groupId> - <artifactId>java16</artifactId> - <version>1.1</version> + <artifactId>java17</artifactId> + <version>1.0</version> </signature> </checkSignatureRule> </rules>