diff options
author | Kit Lo | 2021-09-23 01:27:49 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2021-09-23 05:27:30 +0000 |
commit | e3a971d669ea002a27b8a2aa8fa75fe514d4d56e (patch) | |
tree | 9c8904c870875b28affbfb86d613189d46d9ac31 | |
parent | 67008a73e4ea89903dab75fd5977c64633fb8741 (diff) | |
download | eclipse.platform.ua-R4_19_maintenance.tar.gz eclipse.platform.ua-R4_19_maintenance.tar.xz eclipse.platform.ua-R4_19_maintenance.zip |
Bug 576203 - Update to Jetty 9.4.43R4_19_maintenance
Version increment to pick up latest Jetty
Change-Id: I76e4b8a25460967c366ecfa4d5da64f86f4695fb
Signed-off-by: Kit Lo <kitlo@us.ibm.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/185716
Tested-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r-- | org.eclipse.help.webapp/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.help.webapp/pom.xml | 2 |
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 47cbb4afd..5479ed257 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.10.201.qualifier +Bundle-Version: 3.10.202.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 32064f22f..5fce5cc1a 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.10.201-SNAPSHOT</version> + <version>3.10.202-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> |