Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-10-21 19:10:25 +0000
committerSteffen Pingel2013-10-21 19:10:25 +0000
commitd85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f (patch)
treecb34ed657bdcb3adadbca8988444d8c119e00909 /org.eclipse.mylyn.bugzilla-feature
parent8eac454870be9ef5177501e66d79255b72113726 (diff)
downloadorg.eclipse.mylyn.tasks-d85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f.tar.gz
org.eclipse.mylyn.tasks-d85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f.tar.xz
org.eclipse.mylyn.tasks-d85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f.zip
420019: update versions to Mylyn 3.11
Change-Id: I1a52e8dfd71f241c6dafe01504f8eb1c751572cc Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420019
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 2b8dbbf1a..141a25dc6 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.10.0.qualifier"
+ version="3.11.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.10.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.10.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.11.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.11.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.10.0" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.11.0" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.bugzilla-feature/pom.xml b/org.eclipse.mylyn.bugzilla-feature/pom.xml
index 5afe30fa8..a5b92726d 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.10.0-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla_feature</artifactId>
- <version>3.10.0-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top