Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-04-08 14:59:59 +0000
committerMatthias Sohn2016-04-08 14:59:59 +0000
commit7c5714aa23827760f24f8e6ff5bb10b1839849a2 (patch)
treeae95fdf9921387c9ce3ca75ea9cc9c24fcedb3ee /org.eclipse.egit.mylyn-feature/feature.xml
parent50981d84a417f0a3b2d5c48ac80e07354381b660 (diff)
downloadegit-7c5714aa23827760f24f8e6ff5bb10b1839849a2.tar.gz
egit-7c5714aa23827760f24f8e6ff5bb10b1839849a2.tar.xz
egit-7c5714aa23827760f24f8e6ff5bb10b1839849a2.zip
Prepare 4.3.1-SNAPSHOT builds
Change-Id: Ide5a9401f66b246cab18e66d3a2046f7c22cabb6 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 be4978993d..0ec758cb0d 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.3.0.201604071810-r"
+ version="4.3.1.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.3.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="4.3.1" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.team_feature" version="3.5.0" match="greaterOrEqual"/>
</requires>

Back to the top