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 2019/12/24 05:53:28 UTC

[karaf] branch master updated: [KARAF-6567] Upgrade to maven-invoker-plugin 3.2.1

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 8b96b47  [KARAF-6567] Upgrade to maven-invoker-plugin 3.2.1
     new a8d81e2  Merge pull request #1028 from jbonofre/KARAF-6567
8b96b47 is described below

commit 8b96b4708178319aadfebc1040c547e7877684a0
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Dec 23 14:51:05 2019 +0100

    [KARAF-6567] Upgrade to maven-invoker-plugin 3.2.1
---
 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 4fa6718..7df5710 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -253,7 +253,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-invoker-plugin</artifactId>
-                <version>3.1.0</version>
+                <version>3.2.1</version>
                 <configuration>
                     <debug>true</debug>
                     <projectsDirectory>src/it</projectsDirectory>