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 18:59:08 UTC

git commit: Update version range for jsch so that feature validation doesn't fail

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


Update version range for jsch so that feature validation doesn't fail


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

Branch: refs/heads/camel-2.11.x
Commit: fbfbcb0411b4182ac3752128e59621031ff31c62
Parents: f76c43d
Author: Hadrian Zbarcea <hz...@gmail.com>
Authored: Sat Feb 15 12:58:51 2014 -0500
Committer: Hadrian Zbarcea <hz...@gmail.com>
Committed: Sat Feb 15 12:58:51 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/fbfbcb04/components/camel-ftp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml
index 0283c50..5af1f85 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.50)",
+        com.jcraft.jsch.*;version="[0.1.40,0.1.60)",
         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/fbfbcb04/components/camel-jsch/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jsch/pom.xml b/components/camel-jsch/pom.xml
index c1d2b10..4703871 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.50)",
+        com.jcraft.jsch.*;version="[0.1.40,0.1.60)",
         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>