You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/04/26 05:21:44 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6693] Upgrade to maven-jacoco-plugin 0.8.5

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 91d2bd6  [KARAF-6693] Upgrade to maven-jacoco-plugin 0.8.5
91d2bd6 is described below

commit 91d2bd6d446c51d2322557b338e36073c2cc9b61
Author: jbonofre <jb...@apache.org>
AuthorDate: Sat Apr 25 08:23:23 2020 +0200

    [KARAF-6693] Upgrade to maven-jacoco-plugin 0.8.5
    
    (cherry picked from commit 051b3de50c4f2b15d9bc0b51bf26c8e8f1d75d65)
---
 tooling/karaf-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
index 8d1e579..f39c1a0 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -343,7 +343,7 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.1</version>
+                <version>0.8.5</version>
                 <executions>
                     <execution>
                         <goals>