You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2019/10/31 15:23:56 UTC

svn commit: r1869221 - in /jackrabbit/oak/branches/1.4: ./ oak-parent/pom.xml

Author: reschke
Date: Thu Oct 31 15:23:56 2019
New Revision: 1869221

URL: http://svn.apache.org/viewvc?rev=1869221&view=rev
Log:
OAK-7653: upgrade to Jacoco version compatible with Java 11 (0.8.2) (merged r1839570 into 1.4)

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

Propchange: jackrabbit/oak/branches/1.4/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1839570

Modified: jackrabbit/oak/branches/1.4/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.4/oak-parent/pom.xml?rev=1869221&r1=1869220&r2=1869221&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.4/oak-parent/pom.xml Thu Oct 31 15:23:56 2019
@@ -405,7 +405,7 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.8.1</version>
+          <version>0.8.2</version>
         </plugin>
       </plugins>
     </pluginManagement>