Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-10-03 05:53:36 +0000
committerAlexander Kurtakov2020-10-03 05:53:36 +0000
commite9568208f216b865ec16d6d1487650729d2bad3e (patch)
treedd57e89c1933221cd3a3f2802c15669c0d7b7506
parente6fc74f7568dc43e3aa8ab2ec0db476461cf71a6 (diff)
downloadeclipse.platform.ua-e9568208f216b865ec16d6d1487650729d2bad3e.tar.gz
eclipse.platform.ua-e9568208f216b865ec16d6d1487650729d2bad3e.tar.xz
eclipse.platform.ua-e9568208f216b865ec16d6d1487650729d2bad3e.zip
Build with jetty-jspc-maven plugin 9.4.32 Change-Id: I6e19bbf98db1ecdfef2f2574426ff7b22f3c81dd 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 f56945e44..37f5fcbc8 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.31.v20200723</version>
+ <version>9.4.32.v20200930</version>
<executions>
<execution>
<id>jspc</id>

Back to the top