Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-03-22 15:25:32 +0000
committerSteffen Pingel2012-03-22 15:25:32 +0000
commit184c01b663310ee5e3a1a934bfd724310fe16b40 (patch)
tree3420e1cad193e1606bdf62f98cd44f983ea3d05b /org.eclipse.mylyn.bugzilla-feature/feature.xml
parent3af55a61f4f17de60be68446ff22496ca8623b61 (diff)
downloadorg.eclipse.mylyn.tasks-184c01b663310ee5e3a1a934bfd724310fe16b40.tar.gz
org.eclipse.mylyn.tasks-184c01b663310ee5e3a1a934bfd724310fe16b40.tar.xz
org.eclipse.mylyn.tasks-184c01b663310ee5e3a1a934bfd724310fe16b40.zip
NEW - bug 373167: [release] plan Mylyn 3.8 release
https://bugs.eclipse.org/bugs/show_bug.cgi?id=373167 Change-Id: I77c1ba42dff32596a3cff1c0c8ec7bbaf41f979f
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 424ca59ab..8bc3ee9f8 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.7.0.qualifier"
+ version="3.8.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.tasks.core">
@@ -29,14 +29,14 @@
</license>
<requires>
- <import plugin="org.eclipse.mylyn.commons.net" version="3.7.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.7.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.8.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.8.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 plugin="javax.xml.bind" version="2.0.0" match="compatible"/>
<import plugin="javax.xml.stream" version="1.0.1" match="compatible"/>
- <import feature="org.eclipse.mylyn_feature" version="3.7.0" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.8.0" match="equivalent"/>
</requires>
<plugin

Back to the top