Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index b36016d27..efdd6a4e9 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -34,7 +34,7 @@
<requires>
<import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.4.0" match="compatible"/>
- <import feature="org.eclipse.mylyn_feature" version="3.4.0.qualifier" match="perfect"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.4.1.qualifier" match="perfect"/>
</requires>
<plugin

Back to the top