You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2023/01/31 05:22:46 UTC

svn commit: r1907130 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: reschke
Date: Tue Jan 31 05:22:46 2023
New Revision: 1907130

URL: http://svn.apache.org/viewvc?rev=1907130&view=rev
Log:
JCR-4905: Update pmd-plugin dependency to 3.20.0

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1907130&r1=1907129&r2=1907130&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Tue Jan 31 05:22:46 2023
@@ -440,7 +440,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.19.0</version>
+        <version>3.20.0</version>
         <configuration>
           <targetJdk>${java.version}</targetJdk>
         </configuration>