You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2008/03/20 05:17:05 UTC

svn commit: r639154 - /activemq/camel/trunk/components/camel-ftp/pom.xml

Author: ningjiang
Date: Wed Mar 19 21:17:03 2008
New Revision: 639154

URL: http://svn.apache.org/viewvc?rev=639154&view=rev
Log:
CAMEL-387 applied path with thanks to Lars, also upgraded the jsch to 0.1.31

Modified:
    activemq/camel/trunk/components/camel-ftp/pom.xml

Modified: activemq/camel/trunk/components/camel-ftp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-ftp/pom.xml?rev=639154&r1=639153&r2=639154&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-ftp/pom.xml (original)
+++ activemq/camel/trunk/components/camel-ftp/pom.xml Wed Mar 19 21:17:03 2008
@@ -50,9 +50,9 @@
     </dependency>
 
     <dependency>
-      <groupId>jsch</groupId>
+      <groupId>com.jcraft</groupId>
       <artifactId>jsch</artifactId>
-      <version>0.1.29</version>
+      <version>0.1.31</version>
     </dependency>
     <dependency>
       <groupId>commons-net</groupId>