You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/08/07 01:47:31 UTC

svn commit: r1616373 - /commons/proper/lang/trunk/pom.xml

Author: ggregory
Date: Wed Aug  6 23:47:31 2014
New Revision: 1616373

URL: http://svn.apache.org/r1616373
Log:
Update plugins to current versions.

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

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1616373&r1=1616372&r2=1616373&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Wed Aug  6 23:47:31 2014
@@ -604,7 +604,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.2</version>
+        <version>3.0.0</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>
@@ -614,19 +614,19 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.1</version>
+        <version>2.6</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.6.1</version>
         <configuration>
           <minSeverity>info</minSeverity>
         </configuration>
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.0.1</version>
+        <version>3.2</version>
         <configuration>
           <targetJdk>${maven.compile.target}</targetJdk>
         </configuration>