Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-12-24 00:26:33 +0000
committerMatthias Sohn2014-12-24 00:26:33 +0000
commitf780e77d0f685a6efae28bbedf5b2d5d09851210 (patch)
treeebba7e1543d3e0ab10c23358e3ef38cbe8c9124e /org.eclipse.egit.mylyn-feature/feature.xml
parentcf5219d6279ddae73da76c267a0b3310659702a2 (diff)
downloadegit-f780e77d0f685a6efae28bbedf5b2d5d09851210.tar.gz
egit-f780e77d0f685a6efae28bbedf5b2d5d09851210.tar.xz
egit-f780e77d0f685a6efae28bbedf5b2d5d09851210.zip
Prepare 3.7.0-SNAPSHOT builds
Change-Id: I43054e817e1f6805728a113955296ef7617a8dca 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 d315276909..f540f6a552 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.6.1.qualifier"
+ version="3.7.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -24,7 +24,7 @@
</url>
<requires>
- <import feature="org.eclipse.egit" version="3.6.1" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="3.7.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.team_feature" version="3.5.0" match="greaterOrEqual"/>
</requires>

Back to the top