[MNG-6176] Upgrade findbugs to 3.0.4 so that the site can be built with Java 7 and 8
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/da0aec82 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/da0aec82 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/da0aec82 Branch: refs/heads/MNG-6169 Commit: da0aec82a23f4519651d8c740b65749fb9d4d37e Parents: c7f827e Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Authored: Sat Mar 18 12:32:06 2017 +0000 Committer: Michael Osipov <micha...@apache.org> Committed: Sun Apr 2 00:21:12 2017 +0200 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/da0aec82/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8a64bae..bb95b7d 100644 --- a/pom.xml +++ b/pom.xml @@ -531,6 +531,11 @@ under the License. </lifecycleMappingMetadata> </configuration> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>findbugs-maven-plugin</artifactId> + <version>3.0.4</version> + </plugin> </plugins> </pluginManagement> <plugins>