Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-10-27 07:51:10 +0000
committerAlexander Kurtakov2020-10-27 07:51:10 +0000
commitb4a4fd7fdb2490918c2c1f77ef8d25cbe4a17f87 (patch)
tree90398babb6abd386bf5f8de2be3006d4e0595e7c
parentfe8e4cdd5f876e5f9b0b9e3dc9008580967527de (diff)
downloadeclipse.platform.ua-b4a4fd7fdb2490918c2c1f77ef8d25cbe4a17f87.tar.gz
eclipse.platform.ua-b4a4fd7fdb2490918c2c1f77ef8d25cbe4a17f87.tar.xz
eclipse.platform.ua-b4a4fd7fdb2490918c2c1f77ef8d25cbe4a17f87.zip
compile jsps with with jspc compiler 9.4.33 Change-Id: I2f19651d587ef7436d2641dc3519d4b2a8b52849 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 37f5fcbc8..b065c5146 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.32.v20200930</version>
+ <version>9.4.33.v20201020</version>
<executions>
<execution>
<id>jspc</id>

Back to the top