Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-03-28 23:39:20 +0000
committerSam Davis2014-04-01 23:50:28 +0000
commit867fc3833a4f31a7dedf88aa4bdb572b82fad922 (patch)
tree07e6c2f18e690655207da12e2698ed1d3917080b /org.eclipse.mylyn.bugzilla-feature
parent9f5710b17bfd57a5ca44666fc4ad83ea924c0398 (diff)
downloadorg.eclipse.mylyn.tasks-867fc3833a4f31a7dedf88aa4bdb572b82fad922.tar.gz
org.eclipse.mylyn.tasks-867fc3833a4f31a7dedf88aa4bdb572b82fad922.tar.xz
org.eclipse.mylyn.tasks-867fc3833a4f31a7dedf88aa4bdb572b82fad922.zip
update versions for 3.12
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 141a25dc6..30d1dd2d8 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.11.0.qualifier"
+ version="3.12.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.11.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.11.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.12.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.12.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.11.0" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.12.0" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.bugzilla-feature/pom.xml b/org.eclipse.mylyn.bugzilla-feature/pom.xml
index a5b92726d..65f1cb4ba 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.11.0-SNAPSHOT</version>
+ <version>3.12.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla_feature</artifactId>
- <version>3.11.0-SNAPSHOT</version>
+ <version>3.12.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top