Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-03-27 23:45:31 +0000
committerspingel2011-03-27 23:45:31 +0000
commitd7752fbd64b71c8d0136ed118608e9600f5da3a2 (patch)
tree4b12ed97ea176c00db75ac87bc4f98b39e9fef12 /org.eclipse.mylyn.trac-feature
parent74e62d0fb5b85f9ca822cafda26ef3b401b8aa4b (diff)
downloadorg.eclipse.mylyn.tasks-d7752fbd64b71c8d0136ed118608e9600f5da3a2.tar.gz
org.eclipse.mylyn.tasks-d7752fbd64b71c8d0136ed118608e9600f5da3a2.tar.xz
org.eclipse.mylyn.tasks-d7752fbd64b71c8d0136ed118608e9600f5da3a2.zip
NEW - bug 338264: [release] plan Mylyn 3.6 release
https://bugs.eclipse.org/bugs/show_bug.cgi?id=338264
Diffstat (limited to 'org.eclipse.mylyn.trac-feature')
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml10
-rw-r--r--org.eclipse.mylyn.trac-feature/pom.xml4
2 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index 4a01f4eec..e3204e8bd 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.mylyn.trac_feature"
label="%featureName"
- version="3.5.0.qualifier"
+ version="3.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn">
@@ -29,10 +29,10 @@
</license>
<requires>
- <import plugin="org.eclipse.mylyn.context.core" version="3.5.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.net" version="3.5.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.ui" version="3.5.0" match="compatible"/>
- <import feature="org.eclipse.mylyn_feature" version="3.5.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.context.core" version="3.6.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.6.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.ui" version="3.6.0" match="compatible"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.6.0" match="compatible"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml
index 2bd4550af..a55e89047 100644
--- a/org.eclipse.mylyn.trac-feature/pom.xml
+++ b/org.eclipse.mylyn.trac-feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.trac_feature</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top