Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-08-22 21:41:27 +0000
committerSteffen Pingel2011-08-22 21:41:27 +0000
commit9ce209a19b314b62c36e7dd7cea1f5d5c90a9d24 (patch)
treedbe9e986dbe2f3788a0fe14372ae367735250972
parent247c615b61b6f532098c8704c4b045b090468ed4 (diff)
downloadorg.eclipse.mylyn.tasks-9ce209a19b314b62c36e7dd7cea1f5d5c90a9d24.tar.gz
org.eclipse.mylyn.tasks-9ce209a19b314b62c36e7dd7cea1f5d5c90a9d24.tar.xz
org.eclipse.mylyn.tasks-9ce209a19b314b62c36e7dd7cea1f5d5c90a9d24.zip
bug 354984: update version
https://bugs.eclipse.org/bugs/show_bug.cgi?id=354984
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.bugzilla.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index 8dbff9d6a..c4061fa5f 100644
--- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.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.bugzilla.core;singleton:=true
-Bundle-Version: 3.6.1.v20110720-0100
+Bundle-Version: 3.6.2.v20110822-0100
Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)",
diff --git a/org.eclipse.mylyn.bugzilla.core/pom.xml b/org.eclipse.mylyn.bugzilla.core/pom.xml
index 368a7d932..e3eae89d6 100644
--- a/org.eclipse.mylyn.bugzilla.core/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.core/pom.xml
@@ -9,7 +9,7 @@
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla.core</artifactId>
- <version>3.6.1.v20110720-0100</version>
+ <version>3.6.2.v20110822-0100</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top