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/03/07 05:03:42 UTC

svn commit: r1826076 - /commons/proper/email/trunk/pom.xml

Author: ggregory
Date: Wed Mar  7 05:03:42 2018
New Revision: 1826076

URL: http://svn.apache.org/viewvc?rev=1826076&view=rev
Log:
Update Maven PMD plugin from  2.7.1 to 3.9.0.

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1826076&r1=1826075&r2=1826076&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Mar  7 05:03:42 2018
@@ -447,7 +447,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.7.1</version>
+                <version>3.9.0</version>
                 <configuration>
                     <targetJdk>${maven.compiler.target}</targetJdk>
                 </configuration>