Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKit Lo2021-09-24 01:07:41 +0000
committerKit Lo2021-09-24 01:13:28 +0000
commitb6a6818e2a7acce68e3ef778d96c0d6cb6adb9b3 (patch)
tree4ef2835dd04ca77b89fd5c6a7c1e83fca35e68c6
parent837273dd1da7fe011b50918e0926513621867ed1 (diff)
downloadeclipse.platform.ua-R4_8_maintenance.tar.gz
eclipse.platform.ua-R4_8_maintenance.tar.xz
eclipse.platform.ua-R4_8_maintenance.zip
Bug 576203 - Update to Jetty 9.4.43R4_8_maintenance
Version increment to pick up latest Jetty Change-Id: I90c145fbac33daa200bf12216fbe530d6efba672 Signed-off-by: Kit Lo <kitlo@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/185790
-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 f8025597f..a67269b01 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.102.qualifier
+Bundle-Version: 3.9.103.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 1ef713f18..3172ff960 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.102-SNAPSHOT</version>
+ <version>3.9.103-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top