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.tasks.search/pom.xml
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.tasks.search/pom.xml')
-rw-r--r--org.eclipse.mylyn.tasks.search/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.search/pom.xml b/org.eclipse.mylyn.tasks.search/pom.xml
index e5b23189f..7d72fd1b8 100644
--- a/org.eclipse.mylyn.tasks.search/pom.xml
+++ b/org.eclipse.mylyn.tasks.search/pom.xml
@@ -5,11 +5,11 @@
<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.tasks.search</artifactId>
- <version>3.18.0-SNAPSHOT</version>
+ <version>3.19.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top