You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2009/12/04 18:22:18 UTC

svn commit: r887278 - /mina/sshd/trunk/pom.xml

Author: gnodet
Date: Fri Dec  4 17:22:15 2009
New Revision: 887278

URL: http://svn.apache.org/viewvc?rev=887278&view=rev
Log:
[sshd] upgrade jsch to 0.1.142

Modified:
    mina/sshd/trunk/pom.xml

Modified: mina/sshd/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/pom.xml?rev=887278&r1=887277&r2=887278&view=diff
==============================================================================
--- mina/sshd/trunk/pom.xml (original)
+++ mina/sshd/trunk/pom.xml Fri Dec  4 17:22:15 2009
@@ -112,7 +112,7 @@
             <dependency>
                 <groupId>com.jcraft</groupId>
                 <artifactId>jsch</artifactId>
-                <version>0.1.40</version>
+                <version>0.1.42</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>