Repository: accumulo Updated Branches: refs/heads/1.6 9558b0d05 -> b6f9a1e18 refs/heads/master 4cedbeb60 -> dadb7bb11
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/1.6 Commit: b6f9a1e18cac2f7ea5dbafd4696f012067247f5d Parents: 9558b0d Author: Christopher Tubbs <ctubb...@apache.org> Authored: Mon Dec 15 14:08:06 2014 -0500 Committer: Christopher Tubbs <ctubb...@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>