Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-08-15 20:07:01 +0000
committerAlexander Kurtakov2021-08-15 20:36:51 +0000
commitae63c73fea013be8f92edee256949937268694fc (patch)
tree41c12d8490c8be670ef10b5cc69932264ac7696c
parent1070b1f2447350212c8dfeea60f48bf7f8cf9351 (diff)
downloadeclipse.platform.ua-R4_21_maintenance.tar.gz
eclipse.platform.ua-R4_21_maintenance.tar.xz
eclipse.platform.ua-R4_21_maintenance.zip
Build jsps with jspc 10.0.6 maven plugin. Change-Id: Ie2d59b3a001d02fc17e288900a49217102f6fff7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/184040
-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 c9686b820..9941bfbc6 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>10.0.5</version>
+ <version>10.0.6</version>
<executions>
<execution>
<id>jspc</id>

Back to the top