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/26 06:15:58 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7495] Upgrade to exec-maven-plugin 3.0.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 a2cb0039b9 [KARAF-7495] Upgrade to exec-maven-plugin 3.0.0
a2cb0039b9 is described below

commit a2cb0039b9660721b66d307307d44bccde09ca00
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Jun 25 17:25:16 2022 +0200

    [KARAF-7495] Upgrade to exec-maven-plugin 3.0.0
    
    (cherry picked from commit f21032761077459d508c4a978955c071cf371d39)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a8661cc185..84ed1da30f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -547,7 +547,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>exec-maven-plugin</artifactId>
-                    <version>1.6.0</version>
+                    <version>3.0.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>