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/10/10 23:21:13 UTC

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

Author: ggregory
Date: Tue Oct 10 23:21:12 2017
New Revision: 1811783

URL: http://svn.apache.org/viewvc?rev=1811783&view=rev
Log:
Update maven-pmd-plugin from 3.5 to 3.8.

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=1811783&r1=1811782&r2=1811783&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Tue Oct 10 23:21:12 2017
@@ -406,7 +406,7 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.5</version>
+        <version>3.8</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
           <linkXref>true</linkXref>