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/09/04 12:34:49 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6822] Align plexus utils with Maven version

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 daa1973  [KARAF-6822] Align plexus utils with Maven version
daa1973 is described below

commit daa1973b187e976d88c64fae4f8bdda3f98ac067
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Sep 4 13:58:08 2020 +0200

    [KARAF-6822] Align plexus utils with Maven version
---
 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 5162016..03617df 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -40,7 +40,7 @@
         <jacoco-class-line-covered-ratio>0.00</jacoco-class-line-covered-ratio>
         <jacoco-class-instruction-covered-ratio>0.00</jacoco-class-instruction-covered-ratio>
         <jacoco-class-missed-count-maximum>1</jacoco-class-missed-count-maximum>
-        <plexus-utils.version>3.0.24</plexus-utils.version>
+        <plexus-utils.version>3.2.1</plexus-utils.version>
     </properties>
 
     <dependencies>