You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2017/11/05 11:09:19 UTC

ant git commit: BZ-61718 Upgrade to 0.1.54 of Jsch library

Repository: ant
Updated Branches:
  refs/heads/1.9.x 9ec11ae3b -> ecb6acf01


BZ-61718 Upgrade to 0.1.54 of Jsch library

This close #48 pull request at github/apache/ant


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

Branch: refs/heads/1.9.x
Commit: ecb6acf016999e97e3c5ee4a4d109a4fff1eea4b
Parents: 9ec11ae
Author: Jaikiran Pai <ja...@gmail.com>
Authored: Sun Nov 5 08:12:56 2017 +0530
Committer: Jaikiran Pai <ja...@gmail.com>
Committed: Sun Nov 5 16:38:09 2017 +0530

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/ecb6acf0/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 4293885..e331033 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
 ===================================
 

http://git-wip-us.apache.org/repos/asf/ant/blob/ecb6acf0/lib/libraries.properties
----------------------------------------------------------------------
diff --git a/lib/libraries.properties b/lib/libraries.properties
index f2805fd..faad04e 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

http://git-wip-us.apache.org/repos/asf/ant/blob/ecb6acf0/manual/install.html
----------------------------------------------------------------------
diff --git a/manual/install.html b/manual/install.html
index 818b168..96ec9c0 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -1007,7 +1007,7 @@ you need jakarta-oro 2.0.8 or later, and <a href="#commons-net">commons-net</a><
     target="_top">http://xml.apache.org/commons/</a>.</td>
   </tr>
   <tr>
-    <td>jsch.jar <b>0.1.50 or later</b></td>
+    <td>jsch.jar <b>0.1.54 or later</b></td>
     <td>sshexec and scp tasks</td>
     <td><a href="http://www.jcraft.com/jsch/index.html"
         target="_top">http://www.jcraft.com/jsch/index.html</a></td>

http://git-wip-us.apache.org/repos/asf/ant/blob/ecb6acf0/src/etc/poms/ant-jsch/pom.xml
----------------------------------------------------------------------
diff --git a/src/etc/poms/ant-jsch/pom.xml b/src/etc/poms/ant-jsch/pom.xml
index 19477b0..cb697fd 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
     <dependency>
       <groupId>com.jcraft</groupId>
       <artifactId>jsch</artifactId>
-      <version>0.1.50</version>
+      <version>0.1.54</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>