Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2017-06-29 17:34:58 +0000
committerSam Davis2017-06-29 17:37:14 +0000
commit7e27ad1f8ece60459b00db65545a6d6a69a7fe3e (patch)
tree6265f677ea303d954eb170cc7411d56263bfbea9 /org.eclipse.mylyn.bugzilla-feature
parent3903deed2e964f8e650a588ea5472fdcb765bee0 (diff)
downloadorg.eclipse.mylyn.tasks-7e27ad1f8ece60459b00db65545a6d6a69a7fe3e.tar.gz
org.eclipse.mylyn.tasks-7e27ad1f8ece60459b00db65545a6d6a69a7fe3e.tar.xz
org.eclipse.mylyn.tasks-7e27ad1f8ece60459b00db65545a6d6a69a7fe3e.zip
515140: update org.eclipse.mylyn.tasks versions to 3.24
Change-Id: I4499fd4ae90b548187859e40d6736dcedc169b7f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=515140
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 fb3d42161..beee479ff 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.23.0.qualifier"
+ version="3.24.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.tasks.core"
license-feature="org.eclipse.license"
@@ -31,12 +31,12 @@
</license>
<requires>
- <import plugin="org.eclipse.mylyn.commons.net" version="3.23.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.23.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.24.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.24.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.23.0" match="equivalent"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.24.0" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.bugzilla-feature/pom.xml b/org.eclipse.mylyn.bugzilla-feature/pom.xml
index cc24e32fd..32eb3b0fd 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.23.0-SNAPSHOT</version>
+ <version>3.24.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla_feature</artifactId>
- <version>3.23.0-SNAPSHOT</version>
+ <version>3.24.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top