Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-02-11 23:30:12 +0000
committerMatthias Sohn2011-02-11 23:30:12 +0000
commit227dc74071d371855c0f74a3eb195a728d3e8e32 (patch)
treea7b68251181fce2cd55d3af1c14319582431b59b /org.eclipse.egit.mylyn-feature/feature.xml
parent8219facc760d9783bec175aee11f89b32a9578bd (diff)
downloadegit-227dc74071d371855c0f74a3eb195a728d3e8e32.tar.gz
egit-227dc74071d371855c0f74a3eb195a728d3e8e32.tar.xz
egit-227dc74071d371855c0f74a3eb195a728d3e8e32.zip
EGit 0.11.1v0.11.1
Change-Id: Icad36cf005cf517ce852ad83e85e40e900fd6039 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn-feature/feature.xml')
-rw-r--r--org.eclipse.egit.mylyn-feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index b55bfeaf76..fa534c48d2 100644
--- a/org.eclipse.egit.mylyn-feature/feature.xml
+++ b/org.eclipse.egit.mylyn-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.mylyn"
label="%featureName"
- version="0.11.0.qualifier"
+ version="0.11.1"
provider-name="%providerName">
<description url="http://www.eclipse.org/egit/">
@@ -25,10 +25,10 @@
<requires>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.core.runtime"/>
- <import plugin="org.eclipse.egit.core" version="0.11.0" match="compatible"/>
- <import plugin="org.eclipse.egit.ui" version="0.11.0" match="compatible"/>
+ <import plugin="org.eclipse.egit.core" version="0.11.1" match="compatible"/>
+ <import plugin="org.eclipse.egit.ui" version="0.11.1" match="compatible"/>
<import plugin="org.eclipse.jface"/>
- <import plugin="org.eclipse.jgit" version="0.11.0" match="compatible"/>
+ <import plugin="org.eclipse.jgit" version="0.11.1" match="compatible"/>
<import plugin="org.eclipse.mylyn.monitor.core" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.tasks.core" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.tasks.ui" version="3.0.0" match="compatible"/>

Back to the top