You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2012/02/29 19:33:26 UTC

svn commit: r1295204 - /commons/proper/math/trunk/pom.xml

Author: erans
Date: Wed Feb 29 18:33:26 2012
New Revision: 1295204

URL: http://svn.apache.org/viewvc?rev=1295204&view=rev
Log:
Version upgrades (previous version of "findbugs" plugin did not work with
maven3).

Modified:
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1295204&r1=1295203&r2=1295204&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Wed Feb 29 18:33:26 2012
@@ -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>