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 2015/08/10 08:54:13 UTC

svn commit: r1694969 - /commons/proper/csv/trunk/pom.xml

Author: ggregory
Date: Mon Aug 10 06:54:13 2015
New Revision: 1694969

URL: http://svn.apache.org/r1694969
Log:
maven-pmd-plugin 3.2 -> 3.5.

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

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1694969&r1=1694968&r2=1694969&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Mon Aug 10 06:54:13 2015
@@ -240,7 +240,7 @@ CSV files of various types.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.2</version>
+        <version>3.5</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>