Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-10-09 17:25:34 +0000
committerSam Davis2015-10-09 23:40:40 +0000
commitb5f651b0d41df13ba715582f057ae7c4c72603eb (patch)
tree3ab63e8864dd07629e9d7036532594ef6aec5473 /pom.xml
parent367f50ab26852e42962ac4afc685e3bed7ab3c28 (diff)
downloadorg.eclipse.mylyn.tasks-b5f651b0d41df13ba715582f057ae7c4c72603eb.tar.gz
org.eclipse.mylyn.tasks-b5f651b0d41df13ba715582f057ae7c4c72603eb.tar.xz
org.eclipse.mylyn.tasks-b5f651b0d41df13ba715582f057ae7c4c72603eb.zip
471058: update o.e.m.tasks versions to 3.18
Change-Id: Ie20f86024db89adee5f7a07d4885017e950944c5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=471058
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 23e0ebf70..5becbdbc9 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.17.0-SNAPSHOT</version>
+ <version>3.18.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.17.0-SNAPSHOT</version>
+ <version>3.18.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.17.0-SNAPSHOT</version>
+ <version>3.18.0-SNAPSHOT</version>
<classifier>mylyn-tasks-e3.6</classifier>
</artifact>
</target>

Back to the top