Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2016-10-06 20:39:40 +0000
committerGerrit Code Review @ Eclipse.org2016-10-11 22:05:21 +0000
commit8aba48a96aaa8d822125d8d8ef11d5b1ca9b9953 (patch)
tree335e51d0a955207e518c7cb9844ad2177813b080 /org.eclipse.mylyn.bugzilla-feature/feature.xml
parenta2991dc2f487b9fa565014caf365569fa6fedd9b (diff)
downloadorg.eclipse.mylyn.tasks-8aba48a96aaa8d822125d8d8ef11d5b1ca9b9953.tar.gz
org.eclipse.mylyn.tasks-8aba48a96aaa8d822125d8d8ef11d5b1ca9b9953.tar.xz
org.eclipse.mylyn.tasks-8aba48a96aaa8d822125d8d8ef11d5b1ca9b9953.zip
497533: update tasks versions to 3.22
Change-Id: Ib0d219a06af1cf3b2090da2fc844c39fad74e323 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=497533
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 4ad6df58f..ff515ce00 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.21.0.qualifier"
+ version="3.22.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.21.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.21.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.22.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.22.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.21.0" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.22.0" match="equivalent"/>
</requires>
<plugin

Back to the top