Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-04-20 20:04:38 +0000
committerSam Davis2015-04-20 20:04:38 +0000
commit68400a635a968141e6838abe494956d72090cc04 (patch)
treec16f65739e01afb0e8bb7f2906f32c22031eda95 /pom.xml
parent463a47e6fef2b5d5f8804a38f032e3e915b9c521 (diff)
downloadorg.eclipse.mylyn.tasks-68400a635a968141e6838abe494956d72090cc04.tar.gz
org.eclipse.mylyn.tasks-68400a635a968141e6838abe494956d72090cc04.tar.xz
org.eclipse.mylyn.tasks-68400a635a968141e6838abe494956d72090cc04.zip
457394: update o.e.m.tasks versions to 3.16
Change-Id: I90681d26c7ba101b4c5e5bd0ce8b90ad79e1d3ed Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=457394
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ed5784bcf..93d3755f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>org.eclipse.mylyn-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.16.0-SNAPSHOT</version>
<relativePath>../org.eclipse.mylyn/org.eclipse.mylyn-parent</relativePath>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.16.0-SNAPSHOT</version>
<name>Mylyn Tasks</name>
<packaging>pom</packaging>
<properties>
@@ -79,7 +79,7 @@
<artifact>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks-target</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.16.0-SNAPSHOT</version>
<classifier>mylyn-tasks-e3.6</classifier>
</artifact>
</target>

Back to the top