You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/05/05 15:30:36 UTC

[sling-parent] branch master updated: SLING-10352 update jacoco to 0.8.7

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e0f17f  SLING-10352 update jacoco to 0.8.7
     new 52977d0  Merge branch 'master' of git@github.com:apache/sling-parent.git
7e0f17f is described below

commit 7e0f17fdb05e349e1df98a7c59495cb4c1780f47
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed May 5 17:30:09 2021 +0200

    SLING-10352 update jacoco to 0.8.7
---
 sling-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 8246083..c90c8ca 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -353,7 +353,7 @@
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.8.6</version>
+                    <version>0.8.7</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.servicemix.tooling</groupId>