Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-05-16 21:03:45 +0000
committerAlexander Kurtakov2019-05-16 21:03:45 +0000
commit8571b2cd36418c5786fc2d811004860114047e52 (patch)
tree1d9e1f345c79c514796b30a52123a5443110f60d
parent656d3d3046bd118a0325ba66a082a6e5d0a02b57 (diff)
downloadeclipse.platform.ua-8571b2cd36418c5786fc2d811004860114047e52.tar.gz
eclipse.platform.ua-8571b2cd36418c5786fc2d811004860114047e52.tar.xz
eclipse.platform.ua-8571b2cd36418c5786fc2d811004860114047e52.zip
Bug 546888 - Update platform to Jetty 9.4.18I20190516-1800
Build help.webapp with jetty 9.4.18 jspc maven plugin. Change-Id: I2ec5c4df25ec3fa83ebfe63ec35427b15493fcd3 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 d34b9d10f..c1a35a16d 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.14.v20181114</version>
+ <version>9.4.18.v20190429</version>
<executions>
<execution>
<id>jspc</id>

Back to the top