You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/05/29 20:08:29 UTC

[maven-resolver-ant-tasks] branch master updated: [MRESOLVER-112] Upgrade to Maven Antrun Plugin 3.0.0

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d85aa1  [MRESOLVER-112] Upgrade to Maven Antrun Plugin 3.0.0
2d85aa1 is described below

commit 2d85aa101101f50dc895fc863538d863eb9cb387
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Apr 12 18:16:31 2020 +0200

    [MRESOLVER-112] 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 459f1f0..0dfd91d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.8</version>
+            <version>3.0.0</version>
             <executions>
               <execution>
                 <id>smoke-test</id>