Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-03-30 10:03:10 +0000
committerAlexander Fedorov2020-03-30 12:03:14 +0000
commit167bb59b2b2a3ba8c792b7b8921ee39056856669 (patch)
treeae50ce5a9cb8936f0e6e9eb3cb6092310d28465a
parent72e8f3dcb79dda11d4bee0830e356afd38e55f1c (diff)
downloadeclipse.platform.ua-167bb59b2b2a3ba8c792b7b8921ee39056856669.tar.gz
eclipse.platform.ua-167bb59b2b2a3ba8c792b7b8921ee39056856669.tar.xz
eclipse.platform.ua-167bb59b2b2a3ba8c792b7b8921ee39056856669.zip
Required for https://git.eclipse.org/r/#/c/159977/ Change-Id: I254b584a61a27a87f6533e31fce21e26836b772e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.help/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.help/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help/META-INF/MANIFEST.MF b/org.eclipse.help/META-INF/MANIFEST.MF
index d3154e861..68bae3950 100644
--- a/org.eclipse.help/META-INF/MANIFEST.MF
+++ b/org.eclipse.help/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %help_plugin_name
Bundle-SymbolicName: org.eclipse.help; singleton:=true
-Bundle-Version: 3.8.700.qualifier
+Bundle-Version: 3.8.800.qualifier
Bundle-Activator: org.eclipse.help.internal.HelpPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.help/pom.xml b/org.eclipse.help/pom.xml
index 58163153f..1986ea58b 100644
--- a/org.eclipse.help/pom.xml
+++ b/org.eclipse.help/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.help</groupId>
<artifactId>org.eclipse.help</artifactId>
- <version>3.8.700-SNAPSHOT</version>
+ <version>3.8.800-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top