Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-08-15 10:30:46 +0000
committerAlexander Kurtakov2019-08-15 10:39:37 +0000
commit8d81a762043d171c14bf595f1fe90cff5ee6fa15 (patch)
treeb5f5690c11566490101a64a88e7b99b5f485663e
parent171a89644775cbcf962189431cbcad46e6f8b72d (diff)
downloadeclipse.platform.ua-I20190904-1805.tar.gz
eclipse.platform.ua-I20190904-1805.tar.xz
eclipse.platform.ua-I20190904-1805.zip
Build jsps with 9.4.20 jspc. Change-Id: Ib35f1d27863d5984c7ec7eacd1d3a8b1fe432a2a 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 fa76a6273..a86f7f66b 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.18.v20190429</version>
+ <version>9.4.20.v20190813</version>
<executions>
<execution>
<id>jspc</id>

Back to the top