Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-09-29 23:43:05 +0000
committerSam Davis2014-09-30 18:47:59 +0000
commita1d46221f045d844155a61374849c5267dd15b14 (patch)
tree1668505b52ea5d428bfbae291b32b1daab8a206f /org.eclipse.mylyn.trac-feature
parent41fa72ec10d73581af80cfad6545d3cd52ec883c (diff)
downloadorg.eclipse.mylyn.tasks-a1d46221f045d844155a61374849c5267dd15b14.tar.gz
org.eclipse.mylyn.tasks-a1d46221f045d844155a61374849c5267dd15b14.tar.xz
org.eclipse.mylyn.tasks-a1d46221f045d844155a61374849c5267dd15b14.zip
439453: update Mylyn Tasks to version 3.14
Change-Id: I8fb86730e3560eb26e73c4061a865e6850dde039 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=439453
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 2c85b8217..275391ad2 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.13.0.qualifier"
+ version="3.14.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.13.0" match="compatible"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.14.0" match="compatible"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml
index ede4d0a56..aa8439d6a 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.13.0-SNAPSHOT</version>
+ <version>3.14.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac_feature</artifactId>
- <version>3.13.0-SNAPSHOT</version>
+ <version>3.14.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top