Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit-feature/feature.xml')
-rw-r--r--org.eclipse.egit-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 2a75a0706c..0b4fa94145 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit"
label="%featureName"
- version="5.2.0.201812061821-r"
+ version="5.2.1.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
@@ -40,7 +40,7 @@
<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.37" match="compatible"/>
- <import feature="org.eclipse.jgit" version="5.2.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="5.2.1" match="equivalent"/>
<import feature="org.eclipse.jgit.ssh.apache" version="5.2.0" match="equivalent"/>
</requires>

Back to the top