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 2014/12/15 20:09:14 UTC

[2/3] accumulo git commit: ACCUMULO-3405 Bump findbugs-maven-plugin to 3.0.0

ACCUMULO-3405 Bump findbugs-maven-plugin to 3.0.0


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

Branch: refs/heads/master
Commit: b6f9a1e18cac2f7ea5dbafd4696f012067247f5d
Parents: 9558b0d
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Dec 15 14:08:06 2014 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Dec 15 14:08:06 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/b6f9a1e1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f40a650..0d3323f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,7 +498,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>3.0.0</version>
           <configuration>
             <xmlOutput>true</xmlOutput>
             <effort>Max</effort>