Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-03-08 22:25:35 +0000
committerMatthias Sohn2018-03-09 00:13:51 +0000
commit3d4ebb41db0900eb2d731467550aff154ce9488f (patch)
treec2118085f7a613ad6b635fe465a444f4670baced /org.eclipse.mylyn.github-feature/feature.xml
parent41981e1eeb2f8ff24f70e703febd99068549c032 (diff)
downloadegit-github-3d4ebb41db0900eb2d731467550aff154ce9488f.tar.gz
egit-github-3d4ebb41db0900eb2d731467550aff154ce9488f.tar.xz
egit-github-3d4ebb41db0900eb2d731467550aff154ce9488f.zip
Prepare 5.0.0-SNAPSHOT builds
Change-Id: I222824cf5f3601906d4193f8008860ce8c362331 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 363a60bb..a9583030 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="4.11.1.qualifier"
+ version="5.0.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -19,7 +19,7 @@
</license>
<requires>
- <import feature="org.eclipse.egit" version="4.11.0" match="equivalent"/>
+ <import feature="org.eclipse.egit" version="5.0.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