Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-23 12:37:21 +0000
committerDavid Williams2015-03-23 12:37:21 +0000
commit3d2006afd4ee4046a7acea63602fa2485129972c (patch)
tree7208bd8fd617dedf46003a9e8023284968b16d04 /eclipse-platform-parent/pom.xml
parentbfb6e8cbaefa1957288b20b9a7e7a3ef02d14b05 (diff)
downloadeclipse.platform.releng.aggregator-3d2006afd4ee4046a7acea63602fa2485129972c.tar.gz
eclipse.platform.releng.aggregator-3d2006afd4ee4046a7acea63602fa2485129972c.tar.xz
eclipse.platform.releng.aggregator-3d2006afd4ee4046a7acea63602fa2485129972c.zip
Bug 453910 - Upgrade to Jetty 9.2.9 (or 9.3?) for Mars
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 3a841c05e..d36670a70 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -105,7 +105,7 @@
This jetty-version is used by the help system in building the JSPs,
and should change when ever our "shipped" version of Jetty changes.
-->
- <jetty-version>9.2.5.v20141112</jetty-version>
+ <jetty-version>9.2.9.v20150224</jetty-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top