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 11:54:31 UTC

[karaf] branch master updated: [KARAF-6822] Align plexus-util version with Maven one

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a3c9d87  [KARAF-6822] Align plexus-util version with Maven one
     new 63f33f8  Merge pull request #1183 from jbonofre/KARAF-6822
a3c9d87 is described below

commit a3c9d874e7169067db686fe6f8c3f205ac423371
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Sep 4 12:30:14 2020 +0200

    [KARAF-6822] Align plexus-util version with Maven one
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3c73841..e9f3fbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,7 +291,7 @@
         <pax.transx.version>0.4.4</pax.transx.version>
 
         <portlet-api.version>2.0</portlet-api.version>
-        <plexus-utils.version>3.0.24</plexus-utils.version>
+        <plexus-utils.version>3.2.1</plexus-utils.version>
         <slf4j.version>1.7.29</slf4j.version>
 
         <spring.osgi.version>1.2.1</spring.osgi.version>