Version upgrades (previous version of "findbugs" plugin did not work with

maven3).


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1295204 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-02-29 18:33:26 +00:00
parent 0b46b4400b
commit 52feb7c331
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>20</version>
<version>23</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
@ -347,7 +347,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.1</version>
<version>2.4.0</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>