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 2014/01/28 00:39:46 UTC

[6/7] git commit: [SSHD-280] Upgrade jsch to 0.1.50

[SSHD-280] Upgrade jsch to 0.1.50

Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/fac42874
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/fac42874
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/fac42874

Branch: refs/heads/master
Commit: fac42874d1837e778f1e08a3cf1547b982a84ae8
Parents: fc91658
Author: Guillaume Nodet <gn...@apache.org>
Authored: Tue Jan 28 00:38:09 2014 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Tue Jan 28 00:38:09 2014 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/fac42874/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6cb8bd9..18a5f0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
             <dependency>
                 <groupId>com.jcraft</groupId>
                 <artifactId>jsch</artifactId>
-                <version>0.1.42</version>
+                <version>0.1.50</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>