You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/05/15 08:42:23 UTC

[mina-sshd] 10/16: Upgraded Maven ANT plugin version to 3.0.0

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

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 42b6c4f1d37cad2fd2ba4fdf9b86d3a30fbf0a73
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri May 15 07:15:43 2020 +0300

    Upgraded Maven ANT plugin version to 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 88ca38c..bc8f6e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1011,7 +1011,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>org.apache.ant</groupId>