Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-10-21 19:10:25 +0000
committerSteffen Pingel2013-10-21 19:10:25 +0000
commitd85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f (patch)
treecb34ed657bdcb3adadbca8988444d8c119e00909 /org.eclipse.mylyn.test-feature
parent8eac454870be9ef5177501e66d79255b72113726 (diff)
downloadorg.eclipse.mylyn.tasks-d85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f.tar.gz
org.eclipse.mylyn.tasks-d85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f.tar.xz
org.eclipse.mylyn.tasks-d85cf926e55dcd6d37b4c63ce2fcb6ed80d2af5f.zip
420019: update versions to Mylyn 3.11
Change-Id: I1a52e8dfd71f241c6dafe01504f8eb1c751572cc Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420019
Diffstat (limited to 'org.eclipse.mylyn.test-feature')
-rw-r--r--org.eclipse.mylyn.test-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.test-feature/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml
index bb3eec82b..0dde074fe 100644
--- a/org.eclipse.mylyn.test-feature/feature.xml
+++ b/org.eclipse.mylyn.test-feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.mylyn.test_feature"
label="%featureName"
- version="3.10.0.qualifier"
+ version="3.11.0.qualifier"
plugin="org.eclipse.mylyn.tasks.core">
<description url="http://eclipse.org/mylyn">
diff --git a/org.eclipse.mylyn.test-feature/pom.xml b/org.eclipse.mylyn.test-feature/pom.xml
index 0589a328f..baa510df3 100644
--- a/org.eclipse.mylyn.test-feature/pom.xml
+++ b/org.eclipse.mylyn.test-feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.10.0-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.test_feature</artifactId>
- <version>3.10.0-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top