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-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-feature')
-rw-r--r--org.eclipse.mylyn-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn-feature/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 13f4c3f2d..f6f2509c7 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.mylyn_feature"
label="%featureName"
- version="3.5.0.qualifier"
+ version="3.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn">
diff --git a/org.eclipse.mylyn-feature/pom.xml b/org.eclipse.mylyn-feature/pom.xml
index 1fab07d29..a3b6de07e 100644
--- a/org.eclipse.mylyn-feature/pom.xml
+++ b/org.eclipse.mylyn-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_feature</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top