Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-12-31 03:05:54 +0000
committerMatthias Sohn2017-12-31 03:05:54 +0000
commit34fb1d08dca2d5251bc1002f37f765a1b9488104 (patch)
treeb54281269ede5ac9f49c10c897654fe6f70f0e69 /org.eclipse.egit.mylyn-feature/feature.xml
parent7ed8b6421cb40ec927b0ad245eda8a22768c9dc3 (diff)
downloadegit-34fb1d08dca2d5251bc1002f37f765a1b9488104.tar.gz
egit-34fb1d08dca2d5251bc1002f37f765a1b9488104.tar.xz
egit-34fb1d08dca2d5251bc1002f37f765a1b9488104.zip
Prepare 4.11.0-SNAPSHOT builds
Change-Id: I5524e6e302d089361d2bb2dbd8e59e8d445abd51 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 edbcf0fb78..74a065f1ed 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.10.0.qualifier"
+ version="4.11.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.10.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="4.11.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.team_feature" version="3.5.0" match="greaterOrEqual"/>
</requires>

Back to the top