Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2016-01-11 19:39:18 +0000
committerSam Davis2016-01-11 19:39:28 +0000
commit29ad84fef70ab643c52fce1b21f24bdc0657c7d0 (patch)
treee750faccf8465592468e2a95b3613494b735022f /org.eclipse.mylyn.bugzilla-feature/feature.xml
parent49ccad81ab4fc51d6835e5c7ee8919538e731142 (diff)
downloadorg.eclipse.mylyn.tasks-29ad84fef70ab643c52fce1b21f24bdc0657c7d0.tar.gz
org.eclipse.mylyn.tasks-29ad84fef70ab643c52fce1b21f24bdc0657c7d0.tar.xz
org.eclipse.mylyn.tasks-29ad84fef70ab643c52fce1b21f24bdc0657c7d0.zip
479456: update o.e.m.tasks versions to 3.19
Change-Id: I6621d7e940bbb1deb855e215e2594e2a34a82736 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=479456
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 3eab85433..ebe89124d 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.18.0.qualifier"
+ version="3.19.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.18.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.18.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.19.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.19.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.18.0" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.19.0" match="equivalent"/>
</requires>
<plugin

Back to the top