Lock down <reporting> version numbers

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@659627 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Pemberton 2008-05-23 19:05:16 +00:00
parent 98de18758d
commit bc19f7f94c
1 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>1.1.1</version>
<version>1.2</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>
@ -453,7 +453,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<version>2.1.1</version>
<version>2.2</version>
<configuration>
<comparisonVersion>2.3</comparisonVersion>
<minSeverity>info</minSeverity>