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/10/15 19:26:47 UTC

svn commit: r1632129 - /commons/proper/jcs/trunk/pom.xml

Author: ggregory
Date: Wed Oct 15 17:26:47 2014
New Revision: 1632129

URL: http://svn.apache.org/r1632129
Log:
Update maven-pmd-plugin from 3.1 to 3.2.
Update findbugs-maven-plugin from 2.5.3 to 2.5.5.

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

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1632129&r1=1632128&r2=1632129&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Wed Oct 15 17:26:47 2014
@@ -389,7 +389,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.1</version>
+        <version>3.2</version>
         <configuration>
           <targetJdk>1.6</targetJdk>
         </configuration>
@@ -397,7 +397,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.3</version>
+        <version>2.5.5</version>
       </plugin>
     </plugins>
   </reporting>