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 2013/03/13 12:43:23 UTC

svn commit: r1455895 - /commons/proper/lang/trunk/pom.xml

Author: ggregory
Date: Wed Mar 13 11:43:23 2013
New Revision: 1455895

URL: http://svn.apache.org/r1455895
Log:
maven-pmd-plugin 2.7.1 -> 3.0.1.

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

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1455895&r1=1455894&r2=1455895&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Wed Mar 13 11:43:23 2013
@@ -580,7 +580,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.7.1</version>
+        <version>3.0.1</version>
         <configuration>
           <targetJdk>${maven.compile.target}</targetJdk>
         </configuration>