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/10/18 13:31:25 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7595] Upgrade to maven-antrun-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 59e68ba1cb [KARAF-7595] Upgrade to maven-antrun-plugin 3.1.0
59e68ba1cb is described below

commit 59e68ba1cb8d62088a6755db05b61a6f4bce96b9
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Oct 18 14:09:17 2022 +0200

    [KARAF-7595] Upgrade to maven-antrun-plugin 3.1.0
    
    (cherry picked from commit 9dc7e9aca6253d3cb76c74bb3edcde164b75ae7c)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b5e175c1df..8656abc7c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -518,7 +518,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-antrun-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.1.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>ant-contrib</groupId>