Browse Source

BZ-61718 Upgrade to 0.1.54 of Jsch library

This close #48 pull request at github/apache/ant
master
Jaikiran Pai 7 years ago
parent
commit
ecb6acf016
4 changed files with 8 additions and 3 deletions
  1. +5
    -0
      WHATSNEW
  2. +1
    -1
      lib/libraries.properties
  3. +1
    -1
      manual/install.html
  4. +1
    -1
      src/etc/poms/ant-jsch/pom.xml

+ 5
- 0
WHATSNEW View File

@@ -44,6 +44,11 @@ Other changes:
entries to a fixed timestamp. entries to a fixed timestamp.
Github Pull Request #36 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 Changes from Ant 1.9.8 TO Ant 1.9.9
=================================== ===================================




+ 1
- 1
lib/libraries.properties View File

@@ -46,7 +46,7 @@ jasper-runtime.version=${jasper-compiler.version}
jdepend.version=2.9.1 jdepend.version=2.9.1
jruby.version=0.9.8 jruby.version=0.9.8
junit.version=4.11 junit.version=4.11
jsch.version=0.1.50
jsch.version=0.1.54
jython.version=2.1 jython.version=2.1
#log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo #log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
log4j.version=1.2.14 log4j.version=1.2.14


+ 1
- 1
manual/install.html View File

@@ -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> target="_top">http://xml.apache.org/commons/</a>.</td>
</tr> </tr>
<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>sshexec and scp tasks</td>
<td><a href="http://www.jcraft.com/jsch/index.html" <td><a href="http://www.jcraft.com/jsch/index.html"
target="_top">http://www.jcraft.com/jsch/index.html</a></td> target="_top">http://www.jcraft.com/jsch/index.html</a></td>


+ 1
- 1
src/etc/poms/ant-jsch/pom.xml View File

@@ -46,7 +46,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency> <dependency>
<groupId>com.jcraft</groupId> <groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId> <artifactId>jsch</artifactId>
<version>0.1.50</version>
<version>0.1.54</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>


Loading…
Cancel
Save