HBASE-21143 Update findbugs-maven-plugin to 3.0.4

This commit is contained in:
Guangxu Cheng 2018-09-03 15:03:11 +08:00 committed by Duo Zhang
parent f755ded2d2
commit 7e524f633a
1 changed files with 1 additions and 1 deletions

View File

@ -2189,7 +2189,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.0</version>
<version>${findbugs.maven.version}</version>
<!--NOTE: Findbugs 3.0.0 requires jdk7-->
<configuration>
<excludeFilterFile>${project.basedir}/../dev-support/findbugs-exclude.xml</excludeFilterFile>