Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2016-01-11 19:39:18 +0000
committerSam Davis2016-01-11 19:39:28 +0000
commit29ad84fef70ab643c52fce1b21f24bdc0657c7d0 (patch)
treee750faccf8465592468e2a95b3613494b735022f /org.eclipse.mylyn.trac-feature
parent49ccad81ab4fc51d6835e5c7ee8919538e731142 (diff)
downloadorg.eclipse.mylyn.tasks-29ad84fef70ab643c52fce1b21f24bdc0657c7d0.tar.gz
org.eclipse.mylyn.tasks-29ad84fef70ab643c52fce1b21f24bdc0657c7d0.tar.xz
org.eclipse.mylyn.tasks-29ad84fef70ab643c52fce1b21f24bdc0657c7d0.zip
479456: update o.e.m.tasks versions to 3.19
Change-Id: I6621d7e940bbb1deb855e215e2594e2a34a82736 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=479456
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 8ced5c387..5f36522b4 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.18.0.qualifier"
+ version="3.19.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.18.0" match="compatible"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.19.0" match="compatible"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml
index 1e076c532..2b890b97b 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.18.0-SNAPSHOT</version>
+ <version>3.19.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac_feature</artifactId>
- <version>3.18.0-SNAPSHOT</version>
+ <version>3.19.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top