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/29 12:34:47 UTC

[karaf] branch master updated: [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 master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c23dd5  [KARAF-6685] Upgrade to maven-antrun-plugin 3.0.0
     new 5953f8c  Merge pull request #1108 from jbonofre/KARAF-6685
4c23dd5 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 10c046f..af06b98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1924,7 +1924,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>