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.tasks.core
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.tasks.core')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index 02728cf94..604613462 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.tasks.core;singleton:=true
-Bundle-Version: 3.5.0.qualifier
+Bundle-Version: 3.6.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
diff --git a/org.eclipse.mylyn.tasks.core/pom.xml b/org.eclipse.mylyn.tasks.core/pom.xml
index b084a77e8..bff4b63a9 100644
--- a/org.eclipse.mylyn.tasks.core/pom.xml
+++ b/org.eclipse.mylyn.tasks.core/pom.xml
@@ -5,11 +5,11 @@
<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.tasks.core</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top