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/23 17:57:04 UTC

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

Author: ggregory
Date: Thu Oct 23 15:57:04 2014
New Revision: 1633851

URL: http://svn.apache.org/r1633851
Log:
maven-pmd-plugin 3.1 -> 3.2.

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=1633851&r1=1633850&r2=1633851&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Thu Oct 23 15:57:04 2014
@@ -272,7 +272,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.1</version>
+        <version>3.2</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
           <linkXref>true</linkXref>