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:58 UTC

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

ACCUMULO-4383 Update animal sniffer for Java 8


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/faa92c50
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/faa92c50
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/faa92c50

Branch: refs/heads/master
Commit: faa92c502acc6c10e9e8b2eabf940e785255920d
Parents: c0195dd
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Jul 21 20:05:03 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Jul 21 20:05:03 2016 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/faa92c50/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 351866f..110cdc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -918,7 +918,7 @@
                 <checkSignatureRule implementation="org.codehaus.mojo.animal_sniffer.enforcer.CheckSignatureRule">
                   <signature>
                     <groupId>org.codehaus.mojo.signature</groupId>
-                    <artifactId>java17</artifactId>
+                    <artifactId>java18</artifactId>
                     <version>1.0</version>
                   </signature>
                 </checkSignatureRule>