You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/07/22 00:07:53 UTC

[09/14] accumulo git commit: ACCUMULO-4383 Update animal sniffer for Java 7

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/1.8
Commit: 710964086cdf702df137e9511e3f95d5cf875660
Parents: 617ad7a
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Jul 21 19:59:47 2016 -0400
Committer: Christopher Tubbs <ct...@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>