Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-16 08:01:49 +0000
committerAlexander Kurtakov2017-08-16 08:01:49 +0000
commit6e860a177bc54cece2852bc3f276f591aee93114 (patch)
treeea3c7a62fa6c7817b579baa029ca4827b3bd50af
parent04630af7000847bc6eb6a255751284d5596fc734 (diff)
downloadeclipse.platform.ua-6e860a177bc54cece2852bc3f276f591aee93114.tar.gz
eclipse.platform.ua-6e860a177bc54cece2852bc3f276f591aee93114.tar.xz
eclipse.platform.ua-6e860a177bc54cece2852bc3f276f591aee93114.zip
Bug 517421 - [Help content] Using "Print selected topics and allI20170816-2000
subtopics" produces broken links Bump service release for the change. Change-Id: Id11368f821a795cb2ac427060e2a6f44259944cc Signed-off-by: Alexander Kurtakov <akurtako@redhat.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 c1284012b..15a8fb41b 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.0.qualifier
+Bundle-Version: 3.9.100.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 b4e6d5875..ee48b93de 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.0-SNAPSHOT</version>
+ <version>3.9.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top