Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-01-20 15:17:29 +0000
committerAlexander Kurtakov2021-01-20 15:17:29 +0000
commit459425b17c4133d16a3b2cce6148d460bdef8892 (patch)
treec8e6916fb46b39ab3bb03e58a2c11a7d7dd49fe8
parenta59793ccaa19d8ea3a088136dc82c55dcb0fbd6b (diff)
downloadeclipse.platform.ua-459425b17c4133d16a3b2cce6148d460bdef8892.tar.gz
eclipse.platform.ua-459425b17c4133d16a3b2cce6148d460bdef8892.tar.xz
eclipse.platform.ua-459425b17c4133d16a3b2cce6148d460bdef8892.zip
Bug 570509 - Update to Jetty 9.4.36I20210120-1800I20210120-1400
Update jspc compiler. Change-Id: Id27c1ae9dcf39280bac09b042f0786b3e3f8534b 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 50bbdded2..145fd33a6 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.35.v20201120</version>
+ <version>9.4.36.v20210114</version>
<executions>
<execution>
<id>jspc</id>

Back to the top