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 6ae08d5a..e4afc2e8 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.3.0.qualifier"
+ version="5.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
@@ -21,7 +21,7 @@
</license>
<requires>
- <import feature="org.eclipse.egit" version="5.3.0" match="equivalent"/>
+ <import feature="org.eclipse.egit" version="5.4.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