Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn-feature/feature.xml18
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF2
3 files changed, 11 insertions, 11 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 6da305812..8fba1289a 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylar_feature"
label="Mylar"
- version="0.3.8"
+ version="0.3.7"
provider-name="University of British Columbia"
plugin="org.eclipse.mylar">
@@ -250,55 +250,55 @@ litigation.
id="org.eclipse.mylar.doc"
download-size="0"
install-size="0"
- version="0.3.8"
+ version="0.3.7"
unpack="false"/>
<plugin
id="org.eclipse.mylar.java"
download-size="0"
install-size="0"
- version="0.3.8"
+ version="0.3.7"
unpack="false"/>
<plugin
id="org.eclipse.mylar.ui"
download-size="0"
install-size="0"
- version="0.3.8"
+ version="0.3.7"
unpack="false"/>
<plugin
id="org.eclipse.mylar.xml"
download-size="0"
install-size="0"
- version="0.3.8"
+ version="0.3.7"
unpack="false"/>
<plugin
id="org.eclipse.mylar.tasklist"
download-size="0"
install-size="0"
- version="0.3.8"
+ version="0.3.7"
unpack="false"/>
<plugin
id="org.eclipse.mylar"
download-size="0"
install-size="0"
- version="0.3.8"
+ version="0.3.7"
unpack="false"/>
<plugin
id="org.eclipse.mylar.bugs"
download-size="0"
install-size="0"
- version="0.3.8"
+ version="0.3.7"
unpack="false"/>
<plugin
id="org.eclipse.mylar.ide"
download-size="0"
install-size="0"
- version="0.3.8"/>
+ version="0.3.7"/>
</feature>
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index c08bb22b2..5bacde335 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: Bugzilla Core Plug-in
Bundle-SymbolicName: org.eclipse.mylar.bugzilla.core; singleton:=true
-Bundle-Version: 0.3.8
+Bundle-Version: 0.3.7
Bundle-Activator: org.eclipse.mylar.bugzilla.core.BugzillaPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
diff --git a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
index fcd9247db..0198d894f 100644
--- a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ui Plug-in
Bundle-SymbolicName: org.eclipse.mylar.bugzilla.ui; singleton:=true
-Bundle-Version: 0.3.8
+Bundle-Version: 0.3.7
Bundle-Activator: org.eclipse.mylar.bugzilla.ui.BugzillaUiPlugin
Bundle-Vendor: University of British Columbia
Bundle-Localization: plugin

Back to the top