Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-06-18 10:45:29 +0000
committerLars Vogel2019-06-18 10:45:29 +0000
commit63f47a488ef1dd5526462cb2805fe923294b772e (patch)
tree576d73e6ac335760d7da45e1b8e3a21e128107c8
parentd1a858ff45e67c4d551b93727d7b036534bf65d8 (diff)
downloadeclipse.platform.ua-63f47a488ef1dd5526462cb2805fe923294b772e.tar.gz
eclipse.platform.ua-63f47a488ef1dd5526462cb2805fe923294b772e.tar.xz
eclipse.platform.ua-63f47a488ef1dd5526462cb2805fe923294b772e.zip
4.13 update or o.e.help.ui
Required for https://git.eclipse.org/r/144324 Change-Id: Ieda5dc071c28bee722f4671ad2c295fcc3270d74 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.help.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.help.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.ui/META-INF/MANIFEST.MF b/org.eclipse.help.ui/META-INF/MANIFEST.MF
index f52e5aa7e..a7d9a8ad3 100644
--- a/org.eclipse.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %help_system_plugin_name
Bundle-SymbolicName: org.eclipse.help.ui; singleton:=true
-Bundle-Version: 4.1.500.qualifier
+Bundle-Version: 4.1.600.qualifier
Bundle-Activator: org.eclipse.help.ui.internal.HelpUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.help.ui/pom.xml b/org.eclipse.help.ui/pom.xml
index ed12e6cdf..baffd0073 100644
--- a/org.eclipse.help.ui/pom.xml
+++ b/org.eclipse.help.ui/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.help</groupId>
<artifactId>org.eclipse.help.ui</artifactId>
- <version>4.1.500-SNAPSHOT</version>
+ <version>4.1.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top