Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit-feature')
-rw-r--r--org.eclipse.egit-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 8e3c9d5c59..81e4d55ca3 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -37,7 +37,7 @@
<import plugin="org.eclipse.team.core" version="3.4.0" match="compatible"/>
<import plugin="org.eclipse.jsch.ui" version="1.1.100" match="compatible"/>
<import plugin="org.eclipse.jsch.core" version="1.1.100" match="compatible"/>
- <import plugin="com.jcraft.jsch" version="0.1.41" match="compatible"/>
+ <import plugin="com.jcraft.jsch" version="0.1.37" match="compatible"/>
<import feature="org.eclipse.jgit" version="0.8.0" match="equivalent"/>
</requires>

Back to the top