Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-11-17 21:33:50 +0000
committerSteffen Pingel2011-11-17 21:33:50 +0000
commit2aceda56352da9f03eebfec8626436da303cc65d (patch)
tree34ba2ac1b787452f7a2e935f41dc132c37a28cf0
parentc34e4da0668729c790d2ff685f4db7f74180825c (diff)
downloadorg.eclipse.mylyn.tasks-2aceda56352da9f03eebfec8626436da303cc65d.tar.gz
org.eclipse.mylyn.tasks-2aceda56352da9f03eebfec8626436da303cc65d.tar.xz
org.eclipse.mylyn.tasks-2aceda56352da9f03eebfec8626436da303cc65d.zip
NEW - bug 363496: version updateR_3_6_4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=363496
-rw-r--r--org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
index d1e52ecf3..9b3f91b19 100644
--- a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui/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.ui;singleton:=true
-Bundle-Version: 3.6.4.v20111106-0100
+Bundle-Version: 3.6.4.v20111117-0100
Bundle-Activator: org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.compare,
diff --git a/org.eclipse.mylyn.tasks.ui/pom.xml b/org.eclipse.mylyn.tasks.ui/pom.xml
index 9ff05115b..9cdf46b5b 100644
--- a/org.eclipse.mylyn.tasks.ui/pom.xml
+++ b/org.eclipse.mylyn.tasks.ui/pom.xml
@@ -9,7 +9,7 @@
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.ui</artifactId>
- <version>3.6.4.v20111106-0100</version>
+ <version>3.6.4.v20111117-0100</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top