Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-15 09:39:01 +0000
committerMatthias Sohn2010-09-15 09:39:01 +0000
commit7c69fb3d5d98643a2fb012e5cbf2ab7e9f4200aa (patch)
treea5db73de9504142fb880b289ca6bd9b8ae0860f8 /org.eclipse.egit-feature/feature.xml
parent732b9a6ea461ed6e2dcdaad328c3138df5d001ff (diff)
downloadegit-7c69fb3d5d98643a2fb012e5cbf2ab7e9f4200aa.tar.gz
egit-7c69fb3d5d98643a2fb012e5cbf2ab7e9f4200aa.tar.xz
egit-7c69fb3d5d98643a2fb012e5cbf2ab7e9f4200aa.zip
Qualify post-0.9.1 builds
Change-Id: I28529d8df1d2992607ff229db5b6045015790018 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 65e36d6b7b..328293c509 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="0.9.1"
+ version="0.9.2.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -38,7 +38,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="0.9.1" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="0.9.2" match="equivalent"/>
</requires>
<plugin

Back to the top