Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-15 23:53:32 +0000
committerMatthias Sohn2010-09-15 23:53:32 +0000
commitc02b4566ed008b06a7728d2ee575f9e238d94737 (patch)
treec50f7b0a98afbb2c474579659d27bd86bf52e429 /org.eclipse.egit-feature/feature.xml
parent758176bd619a45069696d61d861515580555b27b (diff)
downloadegit-c02b4566ed008b06a7728d2ee575f9e238d94737.tar.gz
egit-c02b4566ed008b06a7728d2ee575f9e238d94737.tar.xz
egit-c02b4566ed008b06a7728d2ee575f9e238d94737.zip
Qualify post-0.9.3 buildsstable-0.9
Change-Id: I2d496343dbcf6d74cd2214fe14e0cfe1fa346ada 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 f628cb7625..d261f0a4b6 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.3"
+ version="0.9.4.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.3" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="0.9.4" match="equivalent"/>
</requires>
<plugin

Back to the top