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 2018/05/16 16:54:57 UTC

svn commit: r1831737 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Wed May 16 16:54:56 2018
New Revision: 1831737

URL: http://svn.apache.org/viewvc?rev=1831737&view=rev
Log:
maven-pmd-plugin 3.8 -> 3.9.0.

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1831737&r1=1831736&r2=1831737&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed May 16 16:54:56 2018
@@ -337,7 +337,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.8</version>
+        <version>3.9.0</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
           <aggregate>true</aggregate>