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/11/23 01:53:19 UTC

svn commit: r1641150 - /commons/proper/bcel/trunk/pom.xml

Author: ggregory
Date: Sun Nov 23 00:53:19 2014
New Revision: 1641150

URL: http://svn.apache.org/r1641150
Log:
maven-pmd-plugin 3.2 -> 3.3.

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

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1641150&r1=1641149&r2=1641150&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Sun Nov 23 00:53:19 2014
@@ -265,7 +265,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.2</version>
+        <version>3.3</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
           <linkXref>true</linkXref>