ACCUMULO-4203 Remove unnecessary findbugs.version 1.7 branch * findbugs.version defaults to 3.0.1 in 1.7 pom, which works with JDK7 and JDK8, so no need to put it in the JDK8 profile.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0ccba14f Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0ccba14f Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/0ccba14f Branch: refs/heads/master Commit: 0ccba14f8daf2352a12cd8f6a97b18373131a792 Parents: 6becfbd Author: Christopher Tubbs <ctubb...@apache.org> Authored: Fri Jan 8 22:12:28 2016 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Fri Jan 8 22:12:28 2016 -0500 ---------------------------------------------------------------------- pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/0ccba14f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 55bbaab..644f506 100644 --- a/pom.xml +++ b/pom.xml @@ -1409,9 +1409,6 @@ <activation> <jdk>[1.8,1.9)</jdk> </activation> - <properties> - <findbugs.version>3.0.1</findbugs.version> - </properties> <build> <pluginManagement> <plugins>