Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-06-16 14:03:04 +0000
committerspingel2011-06-16 14:03:04 +0000
commit5cdbb86f69c0cfc62e1b6331cebafa3262272f51 (patch)
tree2ece25d3b324f40430c7b8b66867e8a12bdb964b /pom.xml
parenta33f035234ba165c9be411c71106445d0ebf1563 (diff)
downloadorg.eclipse.mylyn.tasks-5cdbb86f69c0cfc62e1b6331cebafa3262272f51.tar.gz
org.eclipse.mylyn.tasks-5cdbb86f69c0cfc62e1b6331cebafa3262272f51.tar.xz
org.eclipse.mylyn.tasks-5cdbb86f69c0cfc62e1b6331cebafa3262272f51.zip
bug 343617: updated versoins for Mylyn 3.7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=343617
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 c9157d7ec..e11773683 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>mylyn-parent</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.7.0-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.0-SNAPSHOT</version>
+ <version>3.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.mylyn-feature</module>

Back to the top