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
parent 3f8c15ad2b
commit de4c64c144
1 changed files with 1 additions and 1 deletions

View File

@ -2183,7 +2183,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>