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:19:19 +0000
commit478a8dfca44fda144798bd7744b3a50bc1cbdabf (patch)
treee551398550d886d83e152803f7a81da110faf2cb
parent89e9752288d7ca7ff15f45efce1143dfc0dbb816 (diff)
downloadeclipse.platform.ua-478a8dfca44fda144798bd7744b3a50bc1cbdabf.tar.gz
eclipse.platform.ua-478a8dfca44fda144798bd7744b3a50bc1cbdabf.tar.xz
eclipse.platform.ua-478a8dfca44fda144798bd7744b3a50bc1cbdabf.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/+/181661 Tested-by: Platform Bot <platform-bot@eclipse.org>
-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 3d847e4db..011bb1e18 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