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:53:22 +0000
commit284a68f6f9cc4ef4736ee2b9e14043d178e082e0 (patch)
treeb3594ba76f6b4cdfb1284959ccf25f9230aa5bbe
parent88656b142e57a3dea477ec2fad39419e6548bb05 (diff)
downloadeclipse.platform.ua-284a68f6f9cc4ef4736ee2b9e14043d178e082e0.tar.gz
eclipse.platform.ua-284a68f6f9cc4ef4736ee2b9e14043d178e082e0.tar.xz
eclipse.platform.ua-284a68f6f9cc4ef4736ee2b9e14043d178e082e0.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> (cherry picked from commit f64d27a987cc424dc4330451fc6930899814b050)
-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 4a6d7ff1c..51e7cc9e7 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