Browse Source

Update the install.html and ant-jsch pom.xml to use the newer 0.1.55 version of jsch library

master
Jaikiran Pai 6 years ago
parent
commit
eb99b1f3f6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      manual/install.html
  2. +1
    -1
      src/etc/poms/ant-jsch/pom.xml

+ 1
- 1
manual/install.html View File

@@ -950,7 +950,7 @@ these tasks available. Please refer to the <a href="#optionalTasks"> Installing
target="_top">https://xerces.apache.org/xml-commons/components/resolver/</a></td>
</tr>
<tr>
<td>jsch.jar <b>0.1.54 or later</b></td>
<td>jsch.jar <b>0.1.55 or later</b></td>
<td><a href="Tasks/sshexec.html">sshexec</a> and <a href="Tasks/scp.html">scp</a> tasks</td>
<td><a href="http://www.jcraft.com/jsch/" target="_top">http://www.jcraft.com/jsch/</a></td>
</tr>


+ 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>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.54</version>
<version>0.1.55</version>
<scope>compile</scope>
</dependency>
</dependencies>


Loading…
Cancel
Save