Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-12-17 14:35:02 +0000
committerMatthias Sohn2010-12-17 14:35:02 +0000
commit0111cdddeb5c1488786509e74928c01423a0c8d9 (patch)
tree7e742d5a4ba8e8d976792c7e4f722c10c6d03819 /org.eclipse.egit-feature/feature.xml
parentda2746bd5f33e2e35ceb9f872b66f26aaee53e2c (diff)
downloadegit-0111cdddeb5c1488786509e74928c01423a0c8d9.tar.gz
egit-0111cdddeb5c1488786509e74928c01423a0c8d9.tar.xz
egit-0111cdddeb5c1488786509e74928c01423a0c8d9.zip
Qualify post 0.10.1 buildsstable-0.10
Change-Id: I87f6bacbb0e1b01f692bae4ccb7d47139d0d9272 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 6b5b822b76..5839349d8a 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.10.1"
+ version="0.10.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.10.1" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="0.10.2" match="equivalent"/>
</requires>
<plugin

Back to the top