Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 f0f29831c..632df24ee 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.14.1.qualifier"
+ version="3.14.2.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.14.1" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.14.1" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.14.2" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.14.2" 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.14.1" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.14.2" match="equivalent"/>
</requires>
<plugin

Back to the top