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.git


The following commit(s) were added to refs/heads/main by this push:
     new f210327610 [KARAF-7495] Upgrade to exec-maven-plugin 3.0.0
     new fb0e4cdc9d Merge pull request #1557 from jbonofre/KARAF-7495
f210327610 is described below

commit f21032761077459d508c4a978955c071cf371d39
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Jun 25 17:25:16 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 923f0f4a98..54a5b5a0d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -558,7 +558,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>

Reply via email to