You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/11 17:01:02 UTC

[maven-apache-parent] branch master updated: [MPOM-248] Upgrade maven-antrun-plugin from 1.8 to 3.0.0

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 1260c1b  [MPOM-248] Upgrade maven-antrun-plugin from 1.8 to 3.0.0
1260c1b is described below

commit 1260c1b3dc1242bcbadf44d27b90818873400db0
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jun 11 18:59:54 2020 +0200

    [MPOM-248] Upgrade maven-antrun-plugin from 1.8 to 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5e9288c..7caa33b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.8</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>