Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-10-09 17:25:34 +0000
committerSam Davis2015-10-09 23:40:40 +0000
commitb5f651b0d41df13ba715582f057ae7c4c72603eb (patch)
tree3ab63e8864dd07629e9d7036532594ef6aec5473 /org.eclipse.mylyn.bugzilla-feature/feature.xml
parent367f50ab26852e42962ac4afc685e3bed7ab3c28 (diff)
downloadorg.eclipse.mylyn.tasks-b5f651b0d41df13ba715582f057ae7c4c72603eb.tar.gz
org.eclipse.mylyn.tasks-b5f651b0d41df13ba715582f057ae7c4c72603eb.tar.xz
org.eclipse.mylyn.tasks-b5f651b0d41df13ba715582f057ae7c4c72603eb.zip
471058: update o.e.m.tasks versions to 3.18
Change-Id: Ie20f86024db89adee5f7a07d4885017e950944c5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=471058
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index e9696e082..3eab85433 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.mylyn.bugzilla_feature"
label="%featureName"
- version="3.17.0.qualifier"
+ version="3.18.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.tasks.core"
license-feature="org.eclipse.license"
@@ -31,12 +31,12 @@
</license>
<requires>
- <import plugin="org.eclipse.mylyn.commons.net" version="3.17.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.17.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.18.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.18.0" match="compatible"/>
<import plugin="org.apache.xmlrpc" version="3.0.0" match="compatible"/>
<import plugin="org.apache.ws.commons.util" version="1.0.1" match="compatible"/>
- <import feature="org.eclipse.mylyn_feature" version="3.17.0" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.18.0" match="equivalent"/>
</requires>
<plugin

Back to the top