Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-13 01:05:13 +0000
committerThomas Wolf2019-06-13 17:27:40 +0000
commit0f7592f24a097ab53c9628d0d4b37b55d0bf1f1e (patch)
treec0ac07a1cd20de6f6f1e9380d8c5364ce156122b /org.eclipse.mylyn.github-feature/feature.xml
parent538ad318ab1a88613817f1a2c8816e4639b78c25 (diff)
downloadegit-github-0f7592f24a097ab53c9628d0d4b37b55d0bf1f1e.tar.gz
egit-github-0f7592f24a097ab53c9628d0d4b37b55d0bf1f1e.tar.xz
egit-github-0f7592f24a097ab53c9628d0d4b37b55d0bf1f1e.zip
Prepare 5.5.0-SNAPSHOT builds
Change-Id: I62930194af501162a41a63cf2c3d4822cdc35a1c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
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 0cf3addc..249ff56d 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.4.1.qualifier"
+ version="5.5.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.4.0" match="equivalent"/>
+ <import feature="org.eclipse.egit" version="5.5.0" match="equivalent"/>
<import feature="org.eclipse.mylyn_feature" version="3.20.0" match="greaterOrEqual"/>
<import plugin="com.google.gson" version="1.6" match="greaterOrEqual"/>
</requires>

Back to the top