Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-02-23 07:04:09 +0000
committerAlexander Kurtakov2021-02-23 07:04:09 +0000
commitee422b3b095950d8a086bbab49e58a9857210034 (patch)
treef08314d988c74c925e3f8ffe031d4dc567547059
parent90661664f30d4e1225e4a68b179c6ee110cd7f75 (diff)
downloadeclipse.platform.ua-ee422b3b095950d8a086bbab49e58a9857210034.tar.gz
eclipse.platform.ua-ee422b3b095950d8a086bbab49e58a9857210034.tar.xz
eclipse.platform.ua-ee422b3b095950d8a086bbab49e58a9857210034.zip
Update jetty-jspc-compiler used. Change-Id: I445c20e5cf5513c3ef07219cbbad33b16c56f69e 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 145fd33a6..cc066103d 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.36.v20210114</version>
+ <version>9.4.37.v20210219</version>
<executions>
<execution>
<id>jspc</id>

Back to the top