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 2018/08/22 09:53:50 UTC

[11/13] mina-sshd git commit: Upgraded ANT version to 1.10.5

Upgraded ANT version to 1.10.5


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/f72f27e3
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/f72f27e3
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/f72f27e3

Branch: refs/heads/master
Commit: f72f27e3bfba6dc69d53341c06f8be9f639a2bd9
Parents: c5f68ea
Author: Goldstein Lyor <ly...@cb4.com>
Authored: Wed Aug 22 11:46:59 2018 +0300
Committer: Goldstein Lyor <ly...@cb4.com>
Committed: Wed Aug 22 12:53:33 2018 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/f72f27e3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fdc7cbf..d9e76ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,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.3</ant.version>
+        <ant.version>1.10.5</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>