Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-08-29 08:59:13 +0000
committerMatthias Sohn2019-08-29 08:59:13 +0000
commit2343c8b0637e22d844047e8341d527cdae40c340 (patch)
tree4562cc12a489cf61e0fc983930544a481a8fdfb0 /org.eclipse.egit.mylyn-feature/feature.xml
parentb1a9bf56782a70e9b8b36ff47166ef2c8d5a4a46 (diff)
downloadegit-2343c8b0637e22d844047e8341d527cdae40c340.tar.gz
egit-2343c8b0637e22d844047e8341d527cdae40c340.tar.xz
egit-2343c8b0637e22d844047e8341d527cdae40c340.zip
Prepare 5.6.0-SNAPSHOT builds
Change-Id: I617ef95d0f31df937987d1d4046b0f10db05cf47 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 19ea671595..ca8d4a9cde 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="5.5.0.qualifier"
+ version="5.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="5.5.0" match="equivalent"/>
+ <import feature="org.eclipse.egit" version="5.6.0" match="equivalent"/>
<import feature="org.eclipse.mylyn.team_feature" version="3.20.0" match="greaterOrEqual"/>
</requires>

Back to the top