Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-01-13 11:32:16 +0000
committerAlexander Kurtakov2020-01-13 11:32:16 +0000
commit719600d21e0ee1f226b0e29ae9a965e1cb3c129d (patch)
tree7ddcfc6b5ec184a14ba029688f692abd7a730abe
parent3ee6b6b032dcf9bdd5380d6469f8874368ddb44a (diff)
downloadeclipse.platform.ua-719600d21e0ee1f226b0e29ae9a965e1cb3c129d.tar.gz
eclipse.platform.ua-719600d21e0ee1f226b0e29ae9a965e1cb3c129d.tar.xz
eclipse.platform.ua-719600d21e0ee1f226b0e29ae9a965e1cb3c129d.zip
Bug 559005 - Update platform to Jetty 9.4.25
Build jsps with jetty 9.4.25. Change-Id: I01b535751130189869da043fd31c4de9a9db142b Signed-off-by: Alexander Kurtakov <akurtako@redhat.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 d892767cf..27d4e9238 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.24.v20191120</version>
+ <version>9.4.25.v20191220</version>
<executions>
<execution>
<id>jspc</id>

Back to the top