Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2017-04-11 17:51:43 +0000
committerGerrit Code Review @ Eclipse.org2017-04-11 20:36:00 +0000
commit027444c29e37a0478645bd6da74185e18add8863 (patch)
treeb0b279d142f8b3aa8370ada17989e1ce37a555cc /org.eclipse.mylyn.bugzilla-feature/feature.xml
parent1cf6eac9ee42682d4011c22f86b11051542475a5 (diff)
downloadorg.eclipse.mylyn.tasks-027444c29e37a0478645bd6da74185e18add8863.tar.gz
org.eclipse.mylyn.tasks-027444c29e37a0478645bd6da74185e18add8863.tar.xz
org.eclipse.mylyn.tasks-027444c29e37a0478645bd6da74185e18add8863.zip
505126: update org.eclipse.mylyn.tasks versions to 3.23
Change-Id: I1e92f72a45e96edb7e975a1ac31c46d10ae01c12 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=505126
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 ff515ce00..fb3d42161 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.22.0.qualifier"
+ version="3.23.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.22.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.22.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.23.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.23.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.22.0" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.23.0" match="equivalent"/>
</requires>
<plugin

Back to the top