Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-05-02 16:37:05 +0000
committerMatthias Sohn2011-05-02 16:37:05 +0000
commitf96ff06c7a8cdae5bfd27858cb721cf9988e25c6 (patch)
tree4f4b21f175150c9ba700c9ff456e4dce2175db6a /org.eclipse.egit.mylyn-feature/feature.xml
parent63aa1303c6b9b66da534bb45b33c20f963ce7e84 (diff)
downloadegit-f96ff06c7a8cdae5bfd27858cb721cf9988e25c6.tar.gz
egit-f96ff06c7a8cdae5bfd27858cb721cf9988e25c6.tar.xz
egit-f96ff06c7a8cdae5bfd27858cb721cf9988e25c6.zip
Change-Id: Ie9275bd979d2a85eb05eb7b28e23e1bfb8be08ec 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 6fca603dac..1fd4c5b82d 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.12.0.qualifier"
+ version="0.12.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.12.0" match="compatible"/>
- <import plugin="org.eclipse.egit.ui" version="0.12.0" match="compatible"/>
+ <import plugin="org.eclipse.egit.core" version="0.12.1" match="compatible"/>
+ <import plugin="org.eclipse.egit.ui" version="0.12.1" match="compatible"/>
<import plugin="org.eclipse.jface"/>
- <import plugin="org.eclipse.jgit" version="0.12.0" match="compatible"/>
+ <import plugin="org.eclipse.jgit" version="0.12.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