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 2019/09/15 16:09:35 UTC

[mina-sshd] 03/08: Updated ANT version to 1.10.7

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 061b647c4585c0e20fbe578855d70c9fa180aae4
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Mon Sep 9 13:10:57 2019 +0300

    Updated ANT version to 1.10.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a1a9003..aac7cc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
         <javac.source>${java.major.version}.${java.minor.version}</javac.source>
         <project.build.java.source>${javac.source}</project.build.java.source>
         <maven.compiler.source>${javac.source}</maven.compiler.source>
-        <ant.version>1.10.6</ant.version>
+        <ant.version>1.10.7</ant.version>
         <ant.build.javac.source>${javac.source}</ant.build.javac.source>
         <build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>