You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2019/04/24 14:43:22 UTC

svn commit: r1858055 - in /turbine/maven/turbine-parent/trunk: pom.xml src/changes/changes.xml

Author: painter
Date: Wed Apr 24 14:43:22 2019
New Revision: 1858055

URL: http://svn.apache.org/viewvc?rev=1858055&view=rev
Log:
Update PMD plugin

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml
    turbine/maven/turbine-parent/trunk/src/changes/changes.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1858055&r1=1858054&r2=1858055&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Wed Apr 24 14:43:22 2019
@@ -280,7 +280,7 @@
         <!-- generate the PMD reports -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.2</version>
+        <version>3.12.0</version>
         <configuration>
           <minimumTokens>200</minimumTokens>
           <!--linkXref>true</linkXref-->

Modified: turbine/maven/turbine-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/src/changes/changes.xml?rev=1858055&r1=1858054&r2=1858055&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/src/changes/changes.xml (original)
+++ turbine/maven/turbine-parent/trunk/src/changes/changes.xml Wed Apr 24 14:43:22 2019
@@ -25,6 +25,9 @@
 
   <body>
     <release version="6" date="in SVN">
+      <action dev="painter" type="update" date="2019-04-24">
+         - Update PMD plugin to 3.12.0
+      </action>  
       <action dev="gk" type="update" date="2019-01-11">
          - Update Surefire to 3.0.0 M3
       </action>