Upgrade to maven-findbugs-plugin 3.0.0

Notably this release include support for Java 8.  Changelog:

http://findbugs.sourceforge.net/Changes.html
This commit is contained in:
Andrew Gaul 2014-08-26 18:16:18 -07:00
parent df94527056
commit ba9c4b972a
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.4</version>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.sonatype.maven.plugin</groupId>