Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-06-16 05:59:04 +0000
committerAlexander Kurtakov2020-06-16 05:59:45 +0000
commita2c74f66ce7ba265f7aff64c75f8b8b7d050574b (patch)
tree934335cffea85ea564c30b3bdc21e94aff6abd7e
parent6e35310599ab5daebc2a0c981137478b720e9c8a (diff)
downloadeclipse.platform.ua-a2c74f66ce7ba265f7aff64c75f8b8b7d050574b.tar.gz
eclipse.platform.ua-a2c74f66ce7ba265f7aff64c75f8b8b7d050574b.tar.xz
eclipse.platform.ua-a2c74f66ce7ba265f7aff64c75f8b8b7d050574b.zip
Build jsps with respective jspc plugin version. Change-Id: I5a037f5f7cb780c05430ad861112c823a197b6e2 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 78c9c2662..4b95327f9 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.29.v20200521</version>
+ <version>9.4.30.v20200611</version>
<executions>
<execution>
<id>jspc</id>

Back to the top