Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-10-03 16:18:03 +0000
committerMatthias Sohn2013-10-03 16:18:03 +0000
commitabe2822e4175b11a00e41517d87a82d881fe3eb9 (patch)
tree347e45406549beef6ada90f2aa3b7e3d36c90505 /org.eclipse.egit.mylyn-feature/feature.xml
parentb1346eb5bdd11c79473d88123d4f802f8095c8c1 (diff)
downloadegit-abe2822e4175b11a00e41517d87a82d881fe3eb9.tar.gz
egit-abe2822e4175b11a00e41517d87a82d881fe3eb9.tar.xz
egit-abe2822e4175b11a00e41517d87a82d881fe3eb9.zip
Prepare 3.2.0-SNAPSHOT builds
Change-Id: I548057c288860f9e82f5714ddf8c29e4e3c64fec 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 e824a07433..e1d9d6b50c 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="3.1.1.qualifier"
+ version="3.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -24,7 +24,7 @@
</url>
<requires>
- <import feature="org.eclipse.egit" version="3.1.1" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="3.2.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.team_feature" version="3.5.0" match="greaterOrEqual"/>
</requires>

Back to the top