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 /org.eclipse.mylyn.tasks-target
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 'org.eclipse.mylyn.tasks-target')
-rw-r--r--org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target2
-rw-r--r--org.eclipse.mylyn.tasks-target/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target b/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target
index 949426fdd..288d07f8c 100644
--- a/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target
+++ b/org.eclipse.mylyn.tasks-target/mylyn-tasks-e3.5.target
@@ -20,11 +20,11 @@
<repository location="http://download.eclipse.org/releases/galileo"/>
</location>
<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.mylyn.commons.tck.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/mylyn/snapshots/nightly/commons"/>
</location>
<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.mylyn.context.core" version="0.0.0"/>
<repository location="http://download.eclipse.org/mylyn/snapshots/3.9"/>
</location>
diff --git a/org.eclipse.mylyn.tasks-target/pom.xml b/org.eclipse.mylyn.tasks-target/pom.xml
index c416cf972..22860b322 100644
--- a/org.eclipse.mylyn.tasks-target/pom.xml
+++ b/org.eclipse.mylyn.tasks-target/pom.xml
@@ -6,7 +6,7 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.10.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.tasks-target</artifactId>
<packaging>pom</packaging>

Back to the top