Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-11-22 16:23:11 +0000
committerAlexander Kurtakov2019-11-22 16:23:11 +0000
commit22f7a9940afebb90e0b9067722e647d5c1f64928 (patch)
tree1628580aa96c3a548ea44afd8a97e0caaec69512 /org.eclipse.help.webapp/pom.xml
parent1a9c242deaf833ec6a320becdcb44b3092c96f5f (diff)
downloadeclipse.platform.ua-22f7a9940afebb90e0b9067722e647d5c1f64928.tar.gz
eclipse.platform.ua-22f7a9940afebb90e0b9067722e647d5c1f64928.tar.xz
eclipse.platform.ua-22f7a9940afebb90e0b9067722e647d5c1f64928.zip
Bug 553363 - Update platform to Jetty 9.4.24I20191123-0100I20191122-1800
Use respective jspc maven plugin. Change-Id: I8ea5e398ba6930f6366f52c0a764e95fdd3b84ba Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.help.webapp/pom.xml')
-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 039785336..d0979aa42 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.22.v20191022</version>
+ <version>9.4.24.v20191120</version>
<executions>
<execution>
<id>jspc</id>

Back to the top