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

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


The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
     new ab8dfd27ba KARAF-7984: Use maven-invoker-plugin version from Apache 
POM (#1971)
ab8dfd27ba is described below

commit ab8dfd27ba144684b0a1c41d4913e6676a4d6b7f
Author: JB Onofré <[email protected]>
AuthorDate: Sat Jul 26 11:16:25 2025 +0200

    KARAF-7984: Use maven-invoker-plugin version from Apache POM (#1971)
    
    (cherry picked from commit fc521f1351da300c21b9bba1c52ac69d54d67293)
---
 tooling/karaf-maven-plugin/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tooling/karaf-maven-plugin/pom.xml 
b/tooling/karaf-maven-plugin/pom.xml
index 70b16b7bc3..c0b807ba8f 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -288,7 +288,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-invoker-plugin</artifactId>
-                <version>3.9.0</version>
                 <configuration>
                     <debug>true</debug>
                     <projectsDirectory>src/it</projectsDirectory>

Reply via email to