Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-10-25 05:36:17 +0000
committerAlexander Kurtakov2019-10-25 05:36:17 +0000
commitf84dd004250db543f89f6247ed02479b2dcbc4ac (patch)
tree95dff6b5c0da5788d6b28b5e0e4c32a53aac5f02
parent493e53cc5309d426ee05fbc1cfa4a02fd76f7a97 (diff)
downloadeclipse.platform.ua-f84dd004250db543f89f6247ed02479b2dcbc4ac.tar.gz
eclipse.platform.ua-f84dd004250db543f89f6247ed02479b2dcbc4ac.tar.xz
eclipse.platform.ua-f84dd004250db543f89f6247ed02479b2dcbc4ac.zip
Bug 552395 - Update platform to Jetty 9.4.22I20191027-1800I20191026-1800I20191025-1805
Build jsps with the newer jspc maven plugin. Change-Id: I52dc81736119b866703aa1bfe6b3db3ecfd601c2 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 c2a167738..039785336 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.21.v20190926</version>
+ <version>9.4.22.v20191022</version>
<executions>
<execution>
<id>jspc</id>

Back to the top