ACCUMULO-3405 Drop findbugs-maven-plugin to 2.5.5 Drop findbugs-maven-plugin down to latest version that runs on Java6. FindBugs2 (which is used by version 3 of the plugin) requires Java7.
This only applies to the 1.6 branch. Merging forward with -sours. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cb973212 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/cb973212 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/cb973212 Branch: refs/heads/master Commit: cb973212bdf1442e1daeb768be79c1c9af9ad2d4 Parents: b8d31d7 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Thu Dec 18 18:13:15 2014 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Thu Dec 18 18:13:15 2014 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/cb973212/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec55ebe..22d5450 100644 --- a/pom.xml +++ b/pom.xml @@ -498,7 +498,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>3.0.0</version> + <version>2.5.5</version> <configuration> <xmlOutput>true</xmlOutput> <effort>Max</effort>