Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-06-21 13:06:13 +0000
committerSteffen Pingel2013-06-24 10:20:34 +0000
commit30174f2aa1289d3bbee0fa97b045e6966d2e165a (patch)
treed5a90e8c079fff75abbee439a9b043f86a8d3b6e /org.eclipse.mylyn.bugzilla-feature
parentbcecad2b176b786f6f37ee038df209d174e32539 (diff)
downloadorg.eclipse.mylyn.tasks-30174f2aa1289d3bbee0fa97b045e6966d2e165a.tar.gz
org.eclipse.mylyn.tasks-30174f2aa1289d3bbee0fa97b045e6966d2e165a.tar.xz
org.eclipse.mylyn.tasks-30174f2aa1289d3bbee0fa97b045e6966d2e165a.zip
409767: update versions to 3.10
Change-Id: I984c7713a6f39a16d44bee852ddd6affe80d739f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=409767
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature')
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml8
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/pom.xml4
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index 58fa52b88..2b8dbbf1a 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.9.0.qualifier"
+ version="3.10.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.tasks.core">
@@ -29,12 +29,12 @@
</license>
<requires>
- <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.eclipse.mylyn.commons.net" version="3.10.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.10.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.9.0" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.10.0" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.bugzilla-feature/pom.xml b/org.eclipse.mylyn.bugzilla-feature/pom.xml
index 62566ddc0..5afe30fa8 100644
--- a/org.eclipse.mylyn.bugzilla-feature/pom.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.10.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla_feature</artifactId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.10.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top