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 16:27:08 UTC

svn commit: r1456001 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Wed Mar 13 15:27:07 2013
New Revision: 1456001

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

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

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1456001&r1=1456000&r2=1456001&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Wed Mar 13 15:27:07 2013
@@ -296,7 +296,7 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.7.1</version>
+        <version>3.0.1</version>
         <configuration>
           <targetJdk>${maven.compile.target}</targetJdk>
         </configuration>