Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-01-08 09:32:02 +0000
committerSravan Kumar Lakkimsetti2021-01-08 09:32:02 +0000
commitf64d27a987cc424dc4330451fc6930899814b050 (patch)
tree8e454916edb7d3232326c46b6014f301dfeebb2f
parent7a0cd2644b562c969d52af143def647e615ca6e7 (diff)
downloadeclipse.platform.ua-f64d27a987cc424dc4330451fc6930899814b050.tar.gz
eclipse.platform.ua-f64d27a987cc424dc4330451fc6930899814b050.tar.xz
eclipse.platform.ua-f64d27a987cc424dc4330451fc6930899814b050.zip
Bug 569227 - Update to Jetty 9.4.35
Update the jspc maven plugin. Change-Id: I0b0fd5131d18fb1915994ef5b147fcc68f88f97f Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-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 7c60d0570..eb0d7cf80 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>9.4.33.v20201020</version>
+ <version>9.4.35.v20201120</version>
<executions>
<execution>
<id>jspc</id>

Back to the top