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/11/13 06:58:34 UTC

[karaf-minho] branch main updated: [#21] Upgrade to maven-invoker-plugin 3.3.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b850fee  [#21] Upgrade to maven-invoker-plugin 3.3.0
     new ed727cd  Merge pull request #31 from jbonofre/21
b850fee is described below

commit b850feefd7fdba225c35d57f867141004bfa79d6
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 13 07:55:49 2022 +0100

    [#21] Upgrade to maven-invoker-plugin 3.3.0
---
 tooling/maven/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
index 13156f1..ff8a9ce 100644
--- a/tooling/maven/pom.xml
+++ b/tooling/maven/pom.xml
@@ -59,7 +59,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-invoker-plugin</artifactId>
-                <version>3.2.2</version>
+                <version>3.3.0</version>
                 <configuration>
                     <debug>true</debug>
                     <projectsDirectory>src/it</projectsDirectory>