Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-02-01 14:22:33 +0000
committerSteffen Pingel2012-02-01 14:22:33 +0000
commitea3338f822dc6f8d50cb16a79c051aceb9894069 (patch)
treec1646cee9ab341de341bb77c237dc4853a3d9bcd /org.eclipse.mylyn.tasks.core
parentf5a4363ddac9896c18eafbaab0bd5c69ffb6c091 (diff)
downloadorg.eclipse.mylyn.tasks-ea3338f822dc6f8d50cb16a79c051aceb9894069.tar.gz
org.eclipse.mylyn.tasks-ea3338f822dc6f8d50cb16a79c051aceb9894069.tar.xz
org.eclipse.mylyn.tasks-ea3338f822dc6f8d50cb16a79c051aceb9894069.zip
RESOLVED - bug 369697: fix test failures on Java 1.7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=369697
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.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index c795c6867..e3068963b 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.6.0.v20110608-1400
+Bundle-Version: 3.6.1.v20120201-0100
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 4af8d2a66..dcdfc2ae0 100644
--- a/org.eclipse.mylyn.tasks.core/pom.xml
+++ b/org.eclipse.mylyn.tasks.core/pom.xml
@@ -9,7 +9,7 @@
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.core</artifactId>
- <version>3.6.0.v20110608-1400</version>
+ <version>3.6.1.v20120201-0100</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top