You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2014/02/15 19:27:54 UTC

git commit: Bump version range even higher for jsch, consistent with newer camel versions

Repository: camel
Updated Branches:
  refs/heads/camel-2.11.x fbfbcb041 -> 13eb671f5


Bump version range even higher for jsch, consistent with newer camel versions


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/13eb671f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/13eb671f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/13eb671f

Branch: refs/heads/camel-2.11.x
Commit: 13eb671f5daf2e36b5af1c4d5039ba5839d98b2a
Parents: fbfbcb0
Author: Hadrian Zbarcea <hz...@gmail.com>
Authored: Sat Feb 15 13:27:45 2014 -0500
Committer: Hadrian Zbarcea <hz...@gmail.com>
Committed: Sat Feb 15 13:27:45 2014 -0500

----------------------------------------------------------------------
 components/camel-ftp/pom.xml  | 2 +-
 components/camel-jsch/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/13eb671f/components/camel-ftp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml
index 5af1f85..ee67f4e 100644
--- a/components/camel-ftp/pom.xml
+++ b/components/camel-ftp/pom.xml
@@ -31,7 +31,7 @@
 
   <properties>
     <camel.osgi.import.before.defaults>
-        com.jcraft.jsch.*;version="[0.1.40,0.1.60)",
+        com.jcraft.jsch.*;version="[0.1.40,0.2)",
         org.apache.camel.component.file.strategy;${camel.osgi.import.strict.version}
     </camel.osgi.import.before.defaults>
     <camel.osgi.export.pkg>org.apache.camel.component.file.remote.*</camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/13eb671f/components/camel-jsch/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jsch/pom.xml b/components/camel-jsch/pom.xml
index 4703871..1a57950 100644
--- a/components/camel-jsch/pom.xml
+++ b/components/camel-jsch/pom.xml
@@ -33,7 +33,7 @@
 
   <properties>
     <camel.osgi.import.before.defaults>
-        com.jcraft.jsch.*;version="[0.1.40,0.1.60)",
+        com.jcraft.jsch.*;version="[0.1.40,0.2)",
         org.apache.camel.component.file.strategy;${camel.osgi.import.strict.version}
     </camel.osgi.import.before.defaults>
     <camel.osgi.export.pkg>org.apache.camel.component.jsch.*</camel.osgi.export.pkg>