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/03/29 13:47:21 UTC

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

Author: reschke
Date: Fri Mar 29 13:47:21 2019
New Revision: 1856538

URL: http://svn.apache.org/viewvc?rev=1856538&view=rev
Log:
OAK-8179: Update jacoco to 0.8.3

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=1856538&r1=1856537&r2=1856538&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Fri Mar 29 13:47:21 2019
@@ -400,7 +400,7 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.8.2</version>
+          <version>0.8.3</version>
         </plugin>
       </plugins>
     </pluginManagement>