Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-06-21 13:06:13 +0000
committerSteffen Pingel2013-06-24 10:20:34 +0000
commit30174f2aa1289d3bbee0fa97b045e6966d2e165a (patch)
treed5a90e8c079fff75abbee439a9b043f86a8d3b6e /pom.xml
parentbcecad2b176b786f6f37ee038df209d174e32539 (diff)
downloadorg.eclipse.mylyn.tasks-30174f2aa1289d3bbee0fa97b045e6966d2e165a.tar.gz
org.eclipse.mylyn.tasks-30174f2aa1289d3bbee0fa97b045e6966d2e165a.tar.xz
org.eclipse.mylyn.tasks-30174f2aa1289d3bbee0fa97b045e6966d2e165a.zip
409767: update versions to 3.10
Change-Id: I984c7713a6f39a16d44bee852ddd6affe80d739f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=409767
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 309d90381..383a35ecf 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.9.0-SNAPSHOT</version>
+ <version>3.10.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.9.0-SNAPSHOT</version>
+ <version>3.10.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.tasks.git</tycho.scmUrl>
@@ -73,7 +73,7 @@
<artifact>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks-target</artifactId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.10.0-SNAPSHOT</version>
<classifier>mylyn-tasks-e3.5</classifier>
</artifact>
</target>

Back to the top