From ecb6acf016999e97e3c5ee4a4d109a4fff1eea4b Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Sun, 5 Nov 2017 08:12:56 +0530 Subject: [PATCH] BZ-61718 Upgrade to 0.1.54 of Jsch library This close #48 pull request at github/apache/ant --- WHATSNEW | 5 +++++ lib/libraries.properties | 2 +- manual/install.html | 2 +- src/etc/poms/ant-jsch/pom.xml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 42938853c..e331033a6 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -44,6 +44,11 @@ Other changes: entries to a fixed timestamp. Github Pull Request #36 + * Bugzilla report 61718 - Jsch library dependency has now been + upgraded to 0.1.54. Jsch is the library behind the sshexec + and scp Ant tasks. + + Changes from Ant 1.9.8 TO Ant 1.9.9 =================================== diff --git a/lib/libraries.properties b/lib/libraries.properties index f2805fd70..faad04ef4 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -46,7 +46,7 @@ jasper-runtime.version=${jasper-compiler.version} jdepend.version=2.9.1 jruby.version=0.9.8 junit.version=4.11 -jsch.version=0.1.50 +jsch.version=0.1.54 jython.version=2.1 #log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo log4j.version=1.2.14 diff --git a/manual/install.html b/manual/install.html index 818b168da..96ec9c0d6 100644 --- a/manual/install.html +++ b/manual/install.html @@ -1007,7 +1007,7 @@ you need jakarta-oro 2.0.8 or later, and commons-net< target="_top">http://xml.apache.org/commons/. - jsch.jar 0.1.50 or later + jsch.jar 0.1.54 or later sshexec and scp tasks http://www.jcraft.com/jsch/index.html diff --git a/src/etc/poms/ant-jsch/pom.xml b/src/etc/poms/ant-jsch/pom.xml index 19477b0d5..cb697fd50 100644 --- a/src/etc/poms/ant-jsch/pom.xml +++ b/src/etc/poms/ant-jsch/pom.xml @@ -46,7 +46,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma com.jcraft jsch - 0.1.50 + 0.1.54 compile