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 fb3d42161..c5a55524d 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -5,14 +5,14 @@
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Tasktop Technologies - initial API and implementation
-->
<feature
id="org.eclipse.mylyn.bugzilla_feature"
label="%featureName"
- version="3.23.0.qualifier"
+ version="3.23.1.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.tasks.core"
license-feature="org.eclipse.license"
@@ -35,8 +35,8 @@
<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.23.0" match="equivalent"/>
+
+ <import feature="org.eclipse.mylyn_feature" version="3.23.1" match="equivalent"/>
</requires>
<plugin

Back to the top