Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-06-09 06:00:50 +0000
committerSravan Kumar Lakkimsetti2021-06-09 06:13:02 +0000
commitc0854e0dbe200050587b3179a42d329882b46110 (patch)
tree9b5e8ee04e2192f458c8e2b7b039ca1c7bf664df
parent3d40dd0d029125bc2ff1f4d0747f0cdcf0e4e5d9 (diff)
downloadeclipse.platform.ua-c0854e0dbe200050587b3179a42d329882b46110.tar.gz
eclipse.platform.ua-c0854e0dbe200050587b3179a42d329882b46110.tar.xz
eclipse.platform.ua-c0854e0dbe200050587b3179a42d329882b46110.zip
Change-Id: I2f3678e143207ecaa77beba5b13bd8b86567f684 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/181679
-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 d92a1c2b2..119687860 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -25,7 +25,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
- <version>10.0.2</version>
+ <version>10.0.4</version>
<executions>
<execution>
<id>jspc</id>

Back to the top