Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-05-27 11:38:32 +0000
committerAlexander Kurtakov2020-05-27 11:38:32 +0000
commitfc4c8975fc8e10ea9fb2c7f323ef4f1d8129a326 (patch)
tree9a4b3becf8fe7f640c3f2c01153ea68371bdf114 /org.eclipse.help.webapp
parent77910b75ae74b95b401f4c1051260524601d9be4 (diff)
downloadeclipse.platform.ua-fc4c8975fc8e10ea9fb2c7f323ef4f1d8129a326.tar.gz
eclipse.platform.ua-fc4c8975fc8e10ea9fb2c7f323ef4f1d8129a326.tar.xz
eclipse.platform.ua-fc4c8975fc8e10ea9fb2c7f323ef4f1d8129a326.zip
Build jsps with respective jsp compiler. Change-Id: Iece8cc8b60eeb7d20a3a559c0c25a2af577dd264 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.help.webapp')
-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 169d182e9..5aefac4b5 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.28.v20200408</version>
+ <version>9.4.29.v20200521</version>
<executions>
<execution>
<id>jspc</id>

Back to the top