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 2019/07/18 09:55:07 UTC

svn commit: r1863264 - in /jackrabbit/branches/2.18: ./ jackrabbit-parent/pom.xml

Author: reschke
Date: Thu Jul 18 09:55:07 2019
New Revision: 1863264

URL: http://svn.apache.org/viewvc?rev=1863264&view=rev
Log:
JCR-4453: update pmd-plugin dependency to 3.12.0 (merged r1861781 into 2.18)

Modified:
    jackrabbit/branches/2.18/   (props changed)
    jackrabbit/branches/2.18/jackrabbit-parent/pom.xml

Propchange: jackrabbit/branches/2.18/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jul 18 09:55:07 2019
@@ -1,3 +1,3 @@
 /jackrabbit/branches/JCR-2272:1173165-1176545
 /jackrabbit/sandbox/JCR-2415-lucene-3.0:1060860-1064038
-/jackrabbit/trunk:1850224,1851360,1851369,1851372,1851380,1851384,1851904,1851946,1851953,1851961,1852417,1853927,1854018,1856855,1856969,1857631,1857721,1858564,1858566,1859534,1859563,1859633,1860118,1860123,1860645,1861773,1861777-1861778,1863196
+/jackrabbit/trunk:1850224,1851360,1851369,1851372,1851380,1851384,1851904,1851946,1851953,1851961,1852417,1853927,1854018,1856855,1856969,1857631,1857721,1858564,1858566,1859534,1859563,1859633,1860118,1860123,1860645,1861773,1861777-1861778,1861781,1863196

Modified: jackrabbit/branches/2.18/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.18/jackrabbit-parent/pom.xml?rev=1863264&r1=1863263&r2=1863264&view=diff
==============================================================================
--- jackrabbit/branches/2.18/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.18/jackrabbit-parent/pom.xml Thu Jul 18 09:55:07 2019
@@ -371,7 +371,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.10.0</version>
+        <version>3.12.0</version>
         <configuration>
           <targetJdk>${java.version}</targetJdk>
         </configuration>