Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-11-06 07:28:43 +0000
committerAlexander Kurtakov2020-11-06 07:28:43 +0000
commit02a1a93aa74af33e4b7b9ca8df6db03eb9de4736 (patch)
tree6cf08e4484d295aa9db054a95a57182a6ba1e810
parent30c3b744d1005bf68584e9131979c374dc35c422 (diff)
downloadeclipse.platform.ua-02a1a93aa74af33e4b7b9ca8df6db03eb9de4736.tar.gz
eclipse.platform.ua-02a1a93aa74af33e4b7b9ca8df6db03eb9de4736.tar.xz
eclipse.platform.ua-02a1a93aa74af33e4b7b9ca8df6db03eb9de4736.zip
Use the jetty-jspc-maven-plugin version . Change-Id: Id7f5d1051cfe70a042eb68c06d9c6521e947688a 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 b065c5146..f6e6e3256 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.33.v20201020</version>
+ <version>9.4.34.v20201102</version>
<executions>
<execution>
<id>jspc</id>

Back to the top