Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-03 16:57:42 +0000
committerAlexander Kurtakov2020-08-03 16:57:42 +0000
commit2cc09f6bea84fe39f695c85db1144b61597b5157 (patch)
treefeaeabdcaa3c632b88a3b3639a4e3bb7316ce5af
parent4075e8e362dd1c51bc0c7f1bbbb37480d4952164 (diff)
downloadeclipse.platform.ua-2cc09f6bea84fe39f695c85db1144b61597b5157.tar.gz
eclipse.platform.ua-2cc09f6bea84fe39f695c85db1144b61597b5157.tar.xz
eclipse.platform.ua-2cc09f6bea84fe39f695c85db1144b61597b5157.zip
Bug 565795 - Update to Jetty 9.4.31I20200803-1800
Use jetty jspc compiler plugin 9.4.31 Change-Id: I4a21130ef8e80b1312005cae248762dbe244c5c8 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 942fdd01b..18dee8360 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.30.v20200611</version>
+ <version>9.4.31.v20200723</version>
<executions>
<execution>
<id>jspc</id>

Back to the top