Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-09-19 15:35:53 +0000
committerMatthias Sohn2016-09-19 15:35:53 +0000
commit2e900ddeec2ec318fe4b261510de35849c1fc6ba (patch)
tree32d40ce4d999e7f61fc0b1e534070e40de337323 /org.eclipse.egit.mylyn-feature/feature.xml
parent505d0b315f9bcc390c5c0025369f94766059e22f (diff)
downloadegit-2e900ddeec2ec318fe4b261510de35849c1fc6ba.tar.gz
egit-2e900ddeec2ec318fe4b261510de35849c1fc6ba.tar.xz
egit-2e900ddeec2ec318fe4b261510de35849c1fc6ba.zip
Prepare 4.6.0-SNAPSHOT builds
Change-Id: Ie22fec3a9a515759a61e87a45820c216b77f0991 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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index 1141697bfc..51cb48f2e0 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="4.5.0.qualifier"
+ version="4.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
@@ -26,7 +26,7 @@
</url>
<requires>
- <import feature="org.eclipse.egit" version="4.5.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="4.6.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.team_feature" version="3.5.0" match="greaterOrEqual"/>
</requires>

Back to the top