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 2021/11/09 12:45:59 UTC

svn commit: r1894866 - in /jackrabbit/branches/2.16: ./ jackrabbit-parent/pom.xml

Author: reschke
Date: Tue Nov  9 12:45:59 2021
New Revision: 1894866

URL: http://svn.apache.org/viewvc?rev=1894866&view=rev
Log:
JCR-4692: Update to jacoco version 0.8.7 (merged r1889517 into 2.16)

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

Propchange: jackrabbit/branches/2.16/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1889517

Modified: jackrabbit/branches/2.16/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-parent/pom.xml?rev=1894866&r1=1894865&r2=1894866&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-parent/pom.xml Tue Nov  9 12:45:59 2021
@@ -250,7 +250,7 @@
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.8.6</version>
+        <version>0.8.7</version>
         <executions>
           <execution>
             <id>pre-unit-test</id>