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 2017/08/25 16:17:51 UTC

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

Author: ggregory
Date: Fri Aug 25 16:17:51 2017
New Revision: 1806192

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

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=1806192&r1=1806191&r2=1806192&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml [UTF-8] (original)
+++ commons/proper/bcel/trunk/pom.xml [UTF-8] Fri Aug 25 16:17:51 2017
@@ -359,7 +359,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.6</version>
+        <version>3.8</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
           <linkXref>true</linkXref>