Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-03-15 16:42:18 +0000
committerLars Vogel2021-03-15 16:42:18 +0000
commit71f3783a7b14e69850ae32a00d6774f32e2ad4f0 (patch)
tree03d3fbbb7f6baa7fbde0bd985cc57c4be55f0866
parent902c0f31c1be07a29904194e44907b8a102c3e7f (diff)
downloadeclipse.platform.ua-71f3783a7b14e69850ae32a00d6774f32e2ad4f0.tar.gz
eclipse.platform.ua-71f3783a7b14e69850ae32a00d6774f32e2ad4f0.tar.xz
eclipse.platform.ua-71f3783a7b14e69850ae32a00d6774f32e2ad4f0.zip
4.20 update of org.eclipse.help
Required for https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/176800 Change-Id: Ia378073374f7a9a7716052b9d523a3e79b49c07f 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 adf490b47..13f65492b 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.800.qualifier
+Bundle-Version: 3.8.900.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 532a5c014..7f7a9ebd7 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.800-SNAPSHOT</version>
+ <version>3.8.900-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top