Author: sdeboy
Date: Thu Jul 8 04:38:23 2010
New Revision: 961572
URL: http://svn.apache.org/viewvc?rev=961572&view=rev
Log:
Updating the jsch version in the pom to match what commons-vfs uses
Modified:
logging/chainsaw/trunk/pom.xml
Modified: logging/chainsaw/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/chainsaw/trunk/pom.xml?rev=961572&r1=961571&r2=961572&view=diff
==============================================================================
--- logging/chainsaw/trunk/pom.xml (original)
+++ logging/chainsaw/trunk/pom.xml Thu Jul 8 04:38:23 2010
@@ -432,7 +432,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
- <version>0.1.31</version>
+ <version>0.1.42</version>
</dependency>
</dependencies>
<reporting>