You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/13 10:50:05 UTC

svn commit: r1300038 - /commons/proper/collections/trunk/pom.xml

Author: sebb
Date: Tue Mar 13 09:50:05 2012
New Revision: 1300038

URL: http://svn.apache.org/viewvc?rev=1300038&view=rev
Log:
More plugin updates

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

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1300038&r1=1300037&r2=1300038&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Tue Mar 13 09:50:05 2012
@@ -393,7 +393,7 @@
     <commons.jira.pid>12310465</commons.jira.pid>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC2</commons.rc.version>
-    <checkstyle.version>2.9</checkstyle.version>
+    <checkstyle.version>2.9.1</checkstyle.version>
   </properties> 
 
 
@@ -443,13 +443,10 @@
           <enableRulesSummary>false</enableRulesSummary>
         </configuration>
       </plugin>
-      <!-- Requires setting 'export MAVEN_OPTS="-Xmx512m" ' - and still fails -->
-      <!--
-      -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.2</version>
+        <version>2.4.0</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>
@@ -462,7 +459,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.7.1</version>
         <configuration>
           <targetJdk>${maven.compile.target}</targetJdk>  
         </configuration>