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 2022/06/29 11:57:57 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7475] Upgrade to maven-filtering 3.3.0

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

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


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new e2077c0e76 [KARAF-7475] Upgrade to maven-filtering 3.3.0
e2077c0e76 is described below

commit e2077c0e76f834af5f86665133329b12cbe44a91
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 28 15:48:05 2022 +0200

    [KARAF-7475] Upgrade to maven-filtering 3.3.0
    
    (cherry picked from commit 3890e71de8cd15dde333375f1e439495f069980f)
---
 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 34c2f9ea67..6fc6ceff68 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -129,7 +129,7 @@
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-filtering</artifactId>
-            <version>3.1.1</version>
+            <version>3.3.0</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>