Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-11-06 15:22:42 +0000
committerSteffen Pingel2011-11-06 15:22:42 +0000
commit477fe7c30360784371d164387b9445976a9c5c25 (patch)
treee33eead72779b3a8f919e435f2017feb4c37d396
parent73b25877f99d185eac7c66ba4d4e3aea0c0c5e85 (diff)
downloadorg.eclipse.mylyn.tasks-477fe7c30360784371d164387b9445976a9c5c25.tar.gz
org.eclipse.mylyn.tasks-477fe7c30360784371d164387b9445976a9c5c25.tar.xz
org.eclipse.mylyn.tasks-477fe7c30360784371d164387b9445976a9c5c25.zip
NEW - bug 362531: update versions
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362531
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.bugzilla.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index 04324dc56..4f1e00aaf 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.3.v20111014-0100
+Bundle-Version: 3.6.4.v20111106-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 e3c3a03a1..eae15a694 100644
--- a/org.eclipse.mylyn.bugzilla.core/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.core/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla.core</artifactId>
- <version>3.6.3.v20111014-0100</version>
+ <version>3.6.4.v20111106-0100</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top