Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-06-25 20:43:19 +0000
committerSam Davis2015-06-25 20:43:19 +0000
commit1e8137f8bd8a09df5252f7460cdcf3d1fa03fb84 (patch)
tree2e350368be6df8611b6bffdfdb82909a6a0d9432 /org.eclipse.mylyn.trac-feature
parent286b3deb95fc0b32d2c7319ec1909c2a8fc1e385 (diff)
downloadorg.eclipse.mylyn.tasks-1e8137f8bd8a09df5252f7460cdcf3d1fa03fb84.tar.gz
org.eclipse.mylyn.tasks-1e8137f8bd8a09df5252f7460cdcf3d1fa03fb84.tar.xz
org.eclipse.mylyn.tasks-1e8137f8bd8a09df5252f7460cdcf3d1fa03fb84.zip
465143: update o.e.m.tasks versions to 3.17
Change-Id: I2acb6672e20cb182ef35e021719d002c96e98e72 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=465143
Diffstat (limited to 'org.eclipse.mylyn.trac-feature')
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.trac-feature/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index 31ae6e495..d6f890134 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.mylyn.trac_feature"
label="%featureName"
- version="3.16.0.qualifier"
+ version="3.17.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.tasks.core"
license-feature="org.eclipse.license"
@@ -31,7 +31,7 @@
</license>
<requires>
- <import feature="org.eclipse.mylyn_feature" version="3.16.0" match="compatible"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.17.0" match="compatible"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml
index ddbf26252..115730cbe 100644
--- a/org.eclipse.mylyn.trac-feature/pom.xml
+++ b/org.eclipse.mylyn.trac-feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.16.0-SNAPSHOT</version>
+ <version>3.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac_feature</artifactId>
- <version>3.16.0-SNAPSHOT</version>
+ <version>3.17.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top