Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-11-27 22:29:29 +0000
committerAlexander Kurtakov2020-11-27 22:29:29 +0000
commitd76a4acff64e0804c1ef6a861b9106495aefd77e (patch)
tree40f48b453fcd62c1a877f2e4b4c26c7267b1355c
parent0da89552b4e1eef861ebd5af7b4da9a15867d045 (diff)
downloadeclipse.platform.ua-d76a4acff64e0804c1ef6a861b9106495aefd77e.tar.gz
eclipse.platform.ua-d76a4acff64e0804c1ef6a861b9106495aefd77e.tar.xz
eclipse.platform.ua-d76a4acff64e0804c1ef6a861b9106495aefd77e.zip
Update the jspc maven plugin. Change-Id: Ibace59bf555ac727485ca260341dead752ba596a 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 f6e6e3256..6ca83e4bd 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.34.v20201102</version>
+ <version>9.4.35.v20201120</version>
<executions>
<execution>
<id>jspc</id>

Back to the top