Browse Source

update jsch version.

I'd move to xerces 2.8.0 if there was a consistent release of the api and impl artifacts, as it is 2.6.2 is the one to use.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434056 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
c69bcdce12
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      fetch.xml
  2. +1
    -1
      lib/libraries.properties

+ 1
- 1
fetch.xml View File

@@ -135,7 +135,7 @@
description="load networking libraries (commons-net; jsch)"
depends="init">
<f2 project="commons-net" />
<f2 project="jsch" />
<f2 project="com.jcraft" archive="jsch" />
</target>

<target name="regexp"


+ 1
- 1
lib/libraries.properties View File

@@ -25,7 +25,7 @@ commons-logging-api.version=${commons-logging.version}
jdepend.version=2.7
jruby.version=0.8.3
junit.version=3.8.2
jsch.version=0.1.25
jsch.version=0.1.27
jython.version=2.1
log4j.version=1.2.13
#rhino.version=1.5.4R1


Loading…
Cancel
Save