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/21 10:11:11 UTC

svn commit: r1868688 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: reschke
Date: Mon Oct 21 10:11:10 2019
New Revision: 1868688

URL: http://svn.apache.org/viewvc?rev=1868688&view=rev
Log:
OAK-8649: Update to jacoco 0.8.5 (version compatible with Java 14)

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

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1868688&r1=1868687&r2=1868688&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Mon Oct 21 10:11:10 2019
@@ -400,7 +400,7 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.8.4</version>
+          <version>0.8.5</version>
         </plugin>
       </plugins>
     </pluginManagement>