Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKit Lo2021-09-24 00:49:02 +0000
committerKit Lo2021-09-24 00:53:10 +0000
commitba504618dc99eceea3e1afdacf58bfaf211ec6d5 (patch)
tree8a6e7210f325fa83201ae6e8024462b77227c2be
parentd26b8923e022fbfce4713802ad261034dcda32b8 (diff)
downloadeclipse.platform.ua-R4_11_maintenance.tar.gz
eclipse.platform.ua-R4_11_maintenance.tar.xz
eclipse.platform.ua-R4_11_maintenance.zip
Bug 576203 - Update to Jetty 9.4.43R4_11_maintenance
Version increment to pick up latest Jetty Change-Id: If6e78ff1cdd50aa33eaf18828247b4d668a10daa Signed-off-by: Kit Lo <kitlo@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/185788
-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 ff765ea85..c3f0136d2 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.402.qualifier
+Bundle-Version: 3.9.403.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 c96d20162..cbff3f78a 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.402-SNAPSHOT</version>
+ <version>3.9.403-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top