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:04 UTC

[karaf] branch main 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 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 3eb60c80f8 [KARAF-7532] Upgrade to exec-maven-plugin 3.1.0
     new 613d48fc7a Merge pull request #1610 from jbonofre/KARAF-7532
3eb60c80f8 is described below

commit 3eb60c80f86fd6a1641ad4706676e2af04d75ca2
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 01aade59b2..0205f41c73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,7 +559,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>