This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch SSHD-966 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 9d92a4a9df6c76705e5d83a9865d37b2dc4bea73 Author: Lyor Goldstein <lgoldst...@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>