diff options
author | Matthias Sohn | 2010-12-17 15:01:42 +0000 |
---|---|---|
committer | Matthias Sohn | 2010-12-17 15:01:42 +0000 |
commit | 1bee4e72d64a4392ebd2f03af7a6a49e82f98758 (patch) | |
tree | c1f9a60814581337c63c1a4c7b223866d4481f9d /org.eclipse.egit-feature/feature.xml | |
parent | 0111cdddeb5c1488786509e74928c01423a0c8d9 (diff) | |
download | egit-1bee4e72d64a4392ebd2f03af7a6a49e82f98758.tar.gz egit-1bee4e72d64a4392ebd2f03af7a6a49e82f98758.tar.xz egit-1bee4e72d64a4392ebd2f03af7a6a49e82f98758.zip |
Qualify post 0.10 builds
Change-Id: Iab0460e41f14a4399f6da8aeb08bcb2c03f05eac
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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml index 5839349d8a..6bbdf5fb88 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.2.qualifier" + version="0.11.0.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.2" match="equivalent"/> + <import feature="org.eclipse.jgit" version="0.11.0" match="equivalent"/> </requires> <plugin |