Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-03-03 18:16:26 +0000
committerAlexander Kurtakov2020-03-03 18:16:26 +0000
commita197db9acf2bc2927002479df7e02d4a8999c10a (patch)
tree72477cd81b58fc1c0e9753cf1db11ab318d877d8 /org.eclipse.help.webapp/pom.xml
parent4ce48219bfc2e99844b5fde59276064c39ce5204 (diff)
downloadeclipse.platform.ua-a197db9acf2bc2927002479df7e02d4a8999c10a.tar.gz
eclipse.platform.ua-a197db9acf2bc2927002479df7e02d4a8999c10a.tar.xz
eclipse.platform.ua-a197db9acf2bc2927002479df7e02d4a8999c10a.zip
Build jsp files with respective jspc maven plugin. Change-Id: I57b3b9ce27a5b41a95da46fac62294c3db269411 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.help.webapp/pom.xml')
-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 3b40b052a..5c502dc06 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.26.v20200117</version>
+ <version>9.4.27.v20200227</version>
<executions>
<execution>
<id>jspc</id>

Back to the top