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 2016/06/01 04:26:34 UTC

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

Author: ggregory
Date: Wed Jun  1 04:26:33 2016
New Revision: 1746379

URL: http://svn.apache.org/viewvc?rev=1746379&view=rev
Log:
maven-pmd-plugin 3.3 -> 3.6.

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=1746379&r1=1746378&r2=1746379&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Wed Jun  1 04:26:33 2016
@@ -303,7 +303,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.3</version>
+        <version>3.6</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
           <linkXref>true</linkXref>