Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-06-18 11:21:38 +0000
committerLars Vogel2019-06-18 11:33:43 +0000
commitfab85200f94bed32405face40cddf3c3a5f0d6a7 (patch)
treeb14128695db249747e9accb73be626d1ea0342b7
parent63f47a488ef1dd5526462cb2805fe923294b772e (diff)
downloadeclipse.platform.ua-fab85200f94bed32405face40cddf3c3a5f0d6a7.tar.gz
eclipse.platform.ua-fab85200f94bed32405face40cddf3c3a5f0d6a7.tar.xz
eclipse.platform.ua-fab85200f94bed32405face40cddf3c3a5f0d6a7.zip
4.13 update for org.eclipse.help.webapp
Required for https://git.eclipse.org/r/c/144224/ Change-Id: I6b84f0e54a144498d98f9fe8e357c0a2f3f11b80 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.help.webapp/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.help.webapp/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.webapp/META-INF/MANIFEST.MF b/org.eclipse.help.webapp/META-INF/MANIFEST.MF
index 6523f2d34..5dc339a90 100644
--- a/org.eclipse.help.webapp/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.webapp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %help_webapp_plugin_name
Bundle-SymbolicName: org.eclipse.help.webapp;singleton:=true
-Bundle-Version: 3.9.500.qualifier
+Bundle-Version: 3.9.600.qualifier
Bundle-Activator: org.eclipse.help.internal.webapp.HelpWebappPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index caf49ef5e..fa76a6273 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.help</groupId>
<artifactId>org.eclipse.help.webapp</artifactId>
- <version>3.9.500-SNAPSHOT</version>
+ <version>3.9.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top