Upgrade to findbugs-maven-plugin 3.0.1

Release notes:

http://findbugs.sourceforge.net/Changes.html
This commit is contained in:
Andrew Gaul 2015-03-30 19:58:29 -07:00
parent df8407a1e8
commit e581552583
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<configuration>
<omitVisitors>
CheckRelaxingNullnessAnnotation,