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/09/01 08:14:36 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7532] Upgrade to exec-maven-plugin 3.1.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 94e52962d7 [KARAF-7532] Upgrade to exec-maven-plugin 3.1.0
94e52962d7 is described below

commit 94e52962d7793047455ce703283c60423194ac57
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Sep 1 07:35:10 2022 +0200

    [KARAF-7532] Upgrade to exec-maven-plugin 3.1.0
    
    (cherry picked from commit 3eb60c80f86fd6a1641ad4706676e2af04d75ca2)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 603c4e80ca..92aae5330d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -548,7 +548,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>exec-maven-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>