Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-01-16 22:07:21 +0000
committerSteffen Pingel2013-01-16 22:07:21 +0000
commitc4970d43f9f8235dc2beed2162983534c1b67fd7 (patch)
tree7ec839fe615164d2d82120a06cb45757ab3d15ef /org.eclipse.mylyn.bugzilla-feature
parent987f295a5b2a711a38f4e22c096b753beb5fb255 (diff)
downloadorg.eclipse.mylyn.tasks-c4970d43f9f8235dc2beed2162983534c1b67fd7.tar.gz
org.eclipse.mylyn.tasks-c4970d43f9f8235dc2beed2162983534c1b67fd7.tar.xz
org.eclipse.mylyn.tasks-c4970d43f9f8235dc2beed2162983534c1b67fd7.zip
384269: update feature constraints for Mylyn 3.9
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=384269
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature')
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index a7f8788d6..e274f36a4 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -29,8 +29,8 @@
</license>
<requires>
- <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.eclipse.mylyn.commons.net" version="3.9.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.9.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"/>

Back to the top