Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.github-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index a9583030..9556918c 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylyn.github.feature"
label="%featureName"
- version="5.0.0.qualifier"
+ version="5.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -19,7 +19,7 @@
</license>
<requires>
- <import feature="org.eclipse.egit" version="5.0.0" match="equivalent"/>
+ <import feature="org.eclipse.egit" version="5.1.0" match="equivalent"/>
<import feature="org.eclipse.mylyn_feature" version="3.9.0" match="greaterOrEqual"/>
<import plugin="com.google.gson" version="1.6" match="greaterOrEqual"/>
</requires>

Back to the top