You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/01/11 01:17:30 UTC

svn commit: r1431759 - /commons/sandbox/cli2/trunk/pom.xml

Author: olamy
Date: Fri Jan 11 00:17:30 2013
New Revision: 1431759

URL: http://svn.apache.org/viewvc?rev=1431759&view=rev
Log:
upgrade plugins version to have it working with m3

Modified:
    commons/sandbox/cli2/trunk/pom.xml

Modified: commons/sandbox/cli2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/cli2/trunk/pom.xml?rev=1431759&r1=1431758&r2=1431759&view=diff
==============================================================================
--- commons/sandbox/cli2/trunk/pom.xml (original)
+++ commons/sandbox/cli2/trunk/pom.xml Fri Jan 11 00:17:30 2013
@@ -235,7 +235,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>1.2</version>
+          <version>2.5.2</version>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>
@@ -244,7 +244,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>cobertura-maven-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.5.2</version>
         </plugin>
       </plugins>
   </reporting>