diff options
author | Sravan Kumar Lakkimsetti | 2021-01-08 09:32:02 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2021-01-08 09:55:56 +0000 |
commit | 03215fb5ea1cfcf270aae69711319d6f3c1aaf86 (patch) | |
tree | 473ac979c7fae612614d48b1e365cf29b92b137a | |
parent | 681fc874dad099ce6750a394dd3a4b17fbf603d4 (diff) | |
download | eclipse.platform.ua-R4_7_maintenance.tar.gz eclipse.platform.ua-R4_7_maintenance.tar.xz eclipse.platform.ua-R4_7_maintenance.zip |
Bug 569227 - Update to Jetty 9.4.35R4_7_maintenance
Update the jspc maven plugin.
Change-Id: I0b0fd5131d18fb1915994ef5b147fcc68f88f97f
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
(cherry picked from commit f64d27a987cc424dc4330451fc6930899814b050)
(cherry picked from commit 284a68f6f9cc4ef4736ee2b9e14043d178e082e0)
(cherry picked from commit d694c658cd4e8f478f5098aeb8e0aa134b5f4be3)
-rw-r--r-- | org.eclipse.help.webapp/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml index 1048d6c58..89add3006 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.0.7.v20131107</version> + <version>9.4.35.v20201120</version> <executions> <execution> <id>jspc</id> |