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 2022/12/10 11:47:31 UTC

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

Author: reschke
Date: Sat Dec 10 11:47:31 2022
New Revision: 1905898

URL: http://svn.apache.org/viewvc?rev=1905898&view=rev
Log:
JCR-4883: Update pmd-plugin dependency to 3.19.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=1905898&r1=1905897&r2=1905898&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Sat Dec 10 11:47:31 2022
@@ -437,7 +437,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.17.0</version>
+        <version>3.19.0</version>
         <configuration>
           <targetJdk>${java.version}</targetJdk>
         </configuration>