Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index c7bc14103..51d7f1bd9 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -114,7 +114,7 @@
This jetty-version is used by the help system in building the pre-compiled JSPs,
and should change when ever our "shipped" version of Jetty changes.
-->
- <jetty-version>9.3.5.v20151012</jetty-version>
+ <jetty-version>9.3.14.v20161028</jetty-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified
@@ -600,7 +600,7 @@ No need to specify sonatype URL for "Tycho". released versions available on mave
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
- <version>9.1.5.v20140505</version>
+ <version>9.3.14.v20161028</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>

Back to the top