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 2020/04/30 05:51:31 UTC

[karaf] 01/02: [KARAF-6685] Upgrade to maven-antrun-plugin 3.0.0

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit 6daddd0980b3941e094a435e72847d0b9b02a47d
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Apr 27 07:27:29 2020 +0200

    [KARAF-6685] Upgrade to maven-antrun-plugin 3.0.0
    
    (cherry picked from commit 4c23dd51724860d6fdb561898384f32ba0cf408e)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6f33ca0..76cc158 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1928,7 +1928,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-antrun-plugin</artifactId>
-                    <version>1.8</version>
+                    <version>3.0.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>ant-contrib</groupId>