Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-11-06 15:35:47 +0000
committerSteffen Pingel2011-11-06 15:35:47 +0000
commiteff786135d5b95ad51f2caeb36d887a1924c800f (patch)
treeb95e5b1dc8a0e7d9a5de2bc11f97c7d2670eaa18 /pom.xml
parent45d90ca44e84cd01c536a804b1107ebbc86a6fa3 (diff)
downloadorg.eclipse.mylyn.tasks-eff786135d5b95ad51f2caeb36d887a1924c800f.tar.gz
org.eclipse.mylyn.tasks-eff786135d5b95ad51f2caeb36d887a1924c800f.tar.xz
org.eclipse.mylyn.tasks-eff786135d5b95ad51f2caeb36d887a1924c800f.zip
NEW - bug 362995: update versions for Mylyn 3.6.4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362995
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0d4da0742..de5444f7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>mylyn-parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
<relativePath>../org.eclipse.mylyn/org.eclipse.mylyn.releng</relativePath>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>mylyn-tasks-parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.mylyn-feature</module>

Back to the top