Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKit Lo2021-04-24 00:43:24 +0000
committerSravan Kumar Lakkimsetti2021-04-24 03:58:56 +0000
commitdc4c222a5795adf84e9aac9ca2e7ff017296a613 (patch)
treeeeb7da28689f4d1dd6a746f45370ce434f1c2855 /org.eclipse.help.webapp/pom.xml
parent9d52de872582b0b53ebb63a3431936ad2b4b563f (diff)
downloadeclipse.platform.ua-dc4c222a5795adf84e9aac9ca2e7ff017296a613.tar.gz
eclipse.platform.ua-dc4c222a5795adf84e9aac9ca2e7ff017296a613.tar.xz
eclipse.platform.ua-dc4c222a5795adf84e9aac9ca2e7ff017296a613.zip
Bug 573066 - Update to Jetty 9.4.40
Version increment to pick up latest Jetty Change-Id: Iabe7ca1781198a5c3bef756047cc22c4a8dadb4f Signed-off-by: Kit Lo <kitlo@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179774 Tested-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'org.eclipse.help.webapp/pom.xml')
-rw-r--r--org.eclipse.help.webapp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index 20a42ca2f..775ff0d18 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.2-SNAPSHOT</version>
+ <version>3.9.3-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top