Upgrade findbugs plugin to make it compatible with maven 1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@280701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-09-13 22:45:41 +00:00
parent 36a60741b9
commit 736148b02c

View File

@ -46,7 +46,7 @@
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-findbugs-plugin</artifactId>
<version>0.8.4</version>
<version>0.9.2-SNAPSHOT</version>
<type>plugin</type>
</dependency>
<!-- We need to be sure the JavaNCSS plugin is downloaded for the tests -->