Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-06-11 16:34:52 +0000
committerSravan Kumar Lakkimsetti2021-06-11 19:59:30 +0000
commit0f33d8d5cc02887d7eec97ae7643f40aa9c55244 (patch)
tree71ff1221e7d77d1d7eda4af0f6a0ca403ca0d3bf
parent478a8dfca44fda144798bd7744b3a50bc1cbdabf (diff)
downloadeclipse.platform.ua-R4_20_maintenance.tar.gz
eclipse.platform.ua-R4_20_maintenance.tar.xz
eclipse.platform.ua-R4_20_maintenance.zip
Update to release version Change-Id: Ie4900321e1fa87498115be3e6536130c0ba5167f Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/181840
-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 011bb1e18..2d53c884d 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.4</version>
+ <version>10.0.5</version>
<executions>
<execution>
<id>jspc</id>

Back to the top