diff --git a/VERSION.txt b/VERSION.txt
index ee6dd5306ba..b11160e5611 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,94 @@
-jetty-9.4.9-SNAPSHOT
+jetty-9.4.9.v20180320 - 20 March 2018
+ + 347 Avoid sending request using a connection that is idle timing out
+ + 1416 GzipHandler generated ETag suffix has problems with If-Match header
+ logic
+ + 1602 WebAppContext is started twice, once by deployer, again by lifecycle
+ + 1614 AbstractNCSARequestLog does not extract the user from the http header
+ when it has not been authenticated
+ + 1770 SniX509ExtendedKeyManager.chooseServerAlias() throws
+ NullPointerException when socket is null
+ + 1797 JEP 238 - Multi-Release JAR files break bytecode scanning
+ + 1832 Bad HTTP Close prevents proper TCP close
+ + 1918 Scalable scheduler implementation
+ + 1933 Use CLASSPATH for scanning java9 system classes
+ + 1940 Embedded CDI: SessionScoped gives a NPE
+ + 1949 Client-side problems with digest authentication
+ + 1956 Store and report build information of Jetty
+ + 1966 HttpMethod case sensitive
+ + 1970 ManagedSelector can lose selector thread under high concurrent load
+ + 1973 Implement minimum response data rate
+ + 1983 Improve warning for incompatible ALPN processor
+ + 1986 ServletContextHandler.Context addListener() methods support
+ session listeners
+ + 2003 Do not submit blocking tasks as managed selector actions
+ + 2006 ServletInputStream.isReady not registering interest when it should
+ + 2010 SniX509ExtendedKeyManager causes exception: "FIPS mode: only SunJSSE
+ KeyManagers may be used"
+ + 2014 Support unix domain sockets in HttpClient
+ + 2015 jetty-alpn-conscrypt-server needs appropriate osgi headers in manifest
+ + 2016 jetty-alpn-openjdk8-server needs correct osgi headers in manifest
+ + 2019 Expose HttpClientTransport in JMX
+ + 2020 Introduce a name for `HttpClient` instances
+ + 2022 Fine grained RFC HTTP Compliance modes: including OWS prior to field
+ colon
+ + 2028 Add osgi headers for alpn-java client and server
+ + 2030 NPE in AnnotationConfiguration with DEBUG enabled
+ + 2033 Improve HTTP/2 session and stream stall times report
+ + 2034 Improve HTTP2Session dump
+ + 2035 FlowControlStrategy keeps around reset streams
+ + 2037 HTTP/2 stream reset leaves stream frames in the flusher
+ + 2038 FileSessionDataStore.deleteAllFiles(File, String) can become slow
+ + 2043 ConcurrentModificationException during annotation parsing
+ + 2046 Server.stop not closing connections
+ + 2050 Clarify ObjectMBean getObject[Name|Context]Basis() methods
+ + 2079 Upgrade to apache jasper 8.5.24
+ + 2080 Exclude more maven machinery dependencies from the jetty-maven-plugin
+ server path
+ + 2081 No idle timeout exception when dispatch is delayed
+ + 2088 Recycle HTTP/2 channels on the client
+ + 2090 Jetty fails to start on OpenJDK 9: "Invalid Java version 9.0.1.3"
+ + 2093 Correcting Bom managed dependencies that do not exist
+ + 2114 Fix NPE in JettyHttpServerProvider
+ + 2117 Allow to configure HttpClient default request Content-Type
+ + 2130 Introduce thread pool module for simpler configuration of thread pool
+ in standalone
+ + 2131 Introduce a monitored thread pool
+ + 2136 maven & jetty-maven-plugin & offline
+ error:java.net.UnknownHostException: www.eclipse.org
+ + 2148 Limit BufferUtil.toDetailString() raw character display to USASCII
+ 7-bit printable characters
+ + 2152 Produce jetty-home-source artifacts for Eclipse Jetty source jars
+ + 2160 Digest authentication should use absolute path
+ + 2164 Ensure all jetty modules that use ServiceLoader have correct OSGi
+ manifest headers
+ + 2190 HTTP/2 close and GOAWAY behavior
+ + 2203 Use GlobalWebAppConfigBinding rather than special methods on
+ DeploymentManager/WebAppProvider
+ + 2209 jetty-maven-plugin deploy-war silently fails (unless the pom has war
+ packaging)
+ + 2210 NPE at org.eclipse.jetty.client.HttpDestination.newExchangeQueue
+ + 2218 Adding workaround for Windows NIO Selector Bug
+ + 2232 Dependency Conflict: Conflicting JARs org.apache.maven:maven-project
+ + 2255 Notify SSL handshake failures on write failures
+ + 2275 jetty.server.ResourceService.doGet() + RequestDispatcher INCLUDE
+ + 2278 Could not find artifact
+ org.eclipse.jetty.tests:test-webapps-parent:pom:9.4.8.v20171121
+ + 2279 Jetty 9.4.x start.jar: "?=" in [ini] defeats Issue #1139 functionality
+ + 2280 Default application/json to utf-8 encoding in encoding.properties
+ + 2284 NPE from start.jar during JVM version parsing
+ + 2288 Cleanup the statistics classes
+ + 2291 Expose HTTP/2 close reason in dumps
+ + 2293 HTTP/2 client multiplexed connection pool creates too many connections
+ + 2297 HTTP/2 client transport should honor HttpClient.connectBlocking
+ + 2298 Override the processor number with an environment variable
+ + 2307 Error page can have null charset in content type
+ + 2308 Type change in MonitorTask - int cannot be converted to
+ ThreadPoolExecutor
+ + 2312 HTTP/2 Connection.Listener notified after first request
+ + 2313 Dump HTTP/2 channel state
+ + 2318 HttpParser.Listener.onBadMessage() should take BadMessageException
+ + 2346 Missing stack traces in HTTPChannel.onException
+ + 2358 Add ALPN module file for JDK 10
jetty-9.4.8.v20171121 - 21 November 2017
+ 212 HttpClient should support pluggable AuthenticationStore
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index 059c0f353f5..555c98741e8 100644
--- a/aggregates/jetty-all-compact3/pom.xml
+++ b/aggregates/jetty-all-compact3/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../../pom.xml
4.0.0
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index 8509ffc3a9d..1b37c201dab 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../../pom.xml
4.0.0
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index dccce7f3010..527b3f7d74e 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
apache-jsp
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index ec0c756b469..490602ba3f2 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
apache-jstl
diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml
index 53687ba0b3d..8858314f30c 100644
--- a/examples/async-rest/async-rest-jar/pom.xml
+++ b/examples/async-rest/async-rest-jar/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
example-async-rest
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
org.eclipse.jetty.example-async-rest
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 5256abd7606..018760087e8 100644
--- a/examples/async-rest/async-rest-webapp/pom.xml
+++ b/examples/async-rest/async-rest-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
example-async-rest
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
org.eclipse.jetty.example-async-rest
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index cfe244bf01a..33b2bbc765f 100644
--- a/examples/async-rest/pom.xml
+++ b/examples/async-rest/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index 05a5c71af74..9223d75ebef 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index c5b5f3f698d..11fc937e12d 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
org.eclipse.jetty.examples
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index a91883265a2..e5aabd618ca 100644
--- a/jetty-alpn/jetty-alpn-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-alpn-client
diff --git a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
index fe103f88cfd..db49d7d0e92 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index e8b6fa6101c..fc57d37f65b 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index 3b4e1c7718a..c9e4bc6ef16 100644
--- a/jetty-alpn/jetty-alpn-java-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index 24480d7ba3c..eed95926bd4 100644
--- a/jetty-alpn/jetty-alpn-java-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
index 73c2d9b1150..f80cce3cc14 100644
--- a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
index f2c0ec6cb23..7dd11b299a7 100644
--- a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index 3354fa42539..da584d670ab 100644
--- a/jetty-alpn/jetty-alpn-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 2d27f3e648d..01b869699a3 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 2bc7353e0d8..35353b71852 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index be3373af1dd..b2d33ff7efa 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index 9248c4ea8fc..2ddb83bbc90 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
4.0.0
jetty-bom
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
Jetty :: Bom
Jetty BOM artifact
http://www.eclipse.org/jetty
@@ -94,331 +94,331 @@
org.eclipse.jetty
apache-jsp
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
apache-jstl
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-alpn-client
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-alpn-java-client
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-alpn-java-server
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-alpn-openjdk8-client
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-alpn-openjdk8-server
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-alpn-server
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-annotations
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-ant
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.cdi
cdi-core
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.cdi
cdi-servlet
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-client
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-continuation
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-deploy
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-distribution
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
zip
org.eclipse.jetty
jetty-distribution
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
tar.gz
org.eclipse.jetty.fcgi
fcgi-client
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.fcgi
fcgi-server
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-home
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
zip
org.eclipse.jetty
jetty-home
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
tar.gz
org.eclipse.jetty
jetty-http
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.http2
http2-client
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.http2
http2-common
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.http2
http2-hpack
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.http2
http2-http-client-transport
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.http2
http2-server
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-http-spi
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-infinispan
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-hazelcast
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-io
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-jaas
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-jaspi
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-jmx
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-jndi
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-nosql
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.osgi
jetty-osgi-boot
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.osgi
jetty-httpservice
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-plus
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-proxy
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-quickstart
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-rewrite
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-security
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-server
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-servlet
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-servlets
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-spring
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-unixsocket
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-util
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-util-ajax
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-webapp
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.websocket
javax-websocket-client-impl
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.websocket
javax-websocket-server-impl
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.websocket
websocket-api
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.websocket
websocket-client
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.websocket
websocket-common
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.websocket
websocket-server
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty.websocket
websocket-servlet
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
org.eclipse.jetty
jetty-xml
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
diff --git a/jetty-cdi/cdi-2/pom.xml b/jetty-cdi/cdi-2/pom.xml
index 44f1cede850..6389f971d30 100644
--- a/jetty-cdi/cdi-2/pom.xml
+++ b/jetty-cdi/cdi-2/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
cdi-2
diff --git a/jetty-cdi/cdi-core/pom.xml b/jetty-cdi/cdi-core/pom.xml
index a7ba32699c0..a9cad873db0 100644
--- a/jetty-cdi/cdi-core/pom.xml
+++ b/jetty-cdi/cdi-core/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
cdi-core
diff --git a/jetty-cdi/cdi-full-servlet/pom.xml b/jetty-cdi/cdi-full-servlet/pom.xml
index 5d1190ba820..879690a1cc1 100644
--- a/jetty-cdi/cdi-full-servlet/pom.xml
+++ b/jetty-cdi/cdi-full-servlet/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
cdi-full-servlet
diff --git a/jetty-cdi/cdi-servlet/pom.xml b/jetty-cdi/cdi-servlet/pom.xml
index 0a7d26fd709..9c1e1f17d3d 100644
--- a/jetty-cdi/cdi-servlet/pom.xml
+++ b/jetty-cdi/cdi-servlet/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
cdi-servlet
diff --git a/jetty-cdi/cdi-websocket/pom.xml b/jetty-cdi/cdi-websocket/pom.xml
index 1282d7b86e9..6c5e96071c2 100644
--- a/jetty-cdi/cdi-websocket/pom.xml
+++ b/jetty-cdi/cdi-websocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
cdi-websocket
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 448b8533e33..01935f5301b 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
org.eclipse.jetty.cdi
diff --git a/jetty-cdi/test-cdi-webapp/pom.xml b/jetty-cdi/test-cdi-webapp/pom.xml
index e6b8bd7a9a2..d49215a3392 100644
--- a/jetty-cdi/test-cdi-webapp/pom.xml
+++ b/jetty-cdi/test-cdi-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
test-cdi-webapp
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 1ce996662f1..634e5024f06 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index f51494c0667..020c1996e4e 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index 171688bf532..845a0949e0d 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 32a051f13e7..7a4986a2064 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-distribution
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index 43479053336..b4333b1ff60 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
jetty-documentation
Jetty :: Documentation
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index 7027f8b2af5..e35a1124c65 100644
--- a/jetty-fcgi/fcgi-client/pom.xml
+++ b/jetty-fcgi/fcgi-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.fcgi
fcgi-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 7979c80ee32..ef2329caed5 100644
--- a/jetty-fcgi/fcgi-server/pom.xml
+++ b/jetty-fcgi/fcgi-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.fcgi
fcgi-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 6c109dda687..5a62941224e 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 6633cbd6ec8..9b3557b2b5b 100644
--- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
+++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.gcloud
gcloud-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 5f867dd79fc..4cd36c435cc 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index edfc34442b6..3168dede162 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index b661cb1cb18..c56283b6756 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index 9c5208d0f1f..e75257de189 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 2d0b5735314..556023bfe3b 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-http
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index 0e5acd688b5..d5c8da871ca 100644
--- a/jetty-http2/http2-alpn-tests/pom.xml
+++ b/jetty-http2/http2-alpn-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index 862fb6694e6..83a139a8876 100644
--- a/jetty-http2/http2-client/pom.xml
+++ b/jetty-http2/http2-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index 224ddec4bae..33c8dd3d494 100644
--- a/jetty-http2/http2-common/pom.xml
+++ b/jetty-http2/http2-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index 3a047ab1819..985dd6c2535 100644
--- a/jetty-http2/http2-hpack/pom.xml
+++ b/jetty-http2/http2-hpack/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index af8175afb1a..d40525ffc1a 100644
--- a/jetty-http2/http2-http-client-transport/pom.xml
+++ b/jetty-http2/http2-http-client-transport/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index cac2bfb73fa..c8542c52987 100644
--- a/jetty-http2/http2-server/pom.xml
+++ b/jetty-http2/http2-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 24ffa4ba878..83d0d79ba84 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 14141ae0645..d15763a6826 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-infinispan
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index 42d3da264fc..60c0d32c79f 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -2,7 +2,7 @@
jetty-project
org.eclipse.jetty
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 33e69ba38ff..9ee0073e67c 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index b101a3b62d7..60fbb17edd1 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-jaspi
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index fe68ee5c275..cb539af5f9b 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index e38f6dd6865..3b0f2679289 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-jndi
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index a67d3f7eda9..9e74d4aa9dc 100644
--- a/jetty-jspc-maven-plugin/pom.xml
+++ b/jetty-jspc-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 0317e5c6ffc..1ece9440739 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-maven-plugin
diff --git a/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-memcached/jetty-memcached-sessions/pom.xml
index 1c89cad06f5..4c7a46391c1 100644
--- a/jetty-memcached/jetty-memcached-sessions/pom.xml
+++ b/jetty-memcached/jetty-memcached-sessions/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.memcached
memcached-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index e4496d22708..85cbf738c9f 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index e085bb4a290..76bf6179c6c 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-nosql
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index da2030cb447..d1b9e0e1d7b 100644
--- a/jetty-osgi/jetty-osgi-alpn/pom.xml
+++ b/jetty-osgi/jetty-osgi-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-osgi-alpn
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
index d385c2199f6..dc00a45b1a8 100644
--- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-osgi-boot-jsp
diff --git a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
index 2ab3d29ebaf..a191fb6cd1a 100644
--- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index 15e2c1e72a4..01330595c6c 100644
--- a/jetty-osgi/jetty-osgi-boot/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-osgi-boot
diff --git a/jetty-osgi/jetty-osgi-httpservice/pom.xml b/jetty-osgi/jetty-osgi-httpservice/pom.xml
index a7eea3517ac..08e6e4e23b0 100644
--- a/jetty-osgi/jetty-osgi-httpservice/pom.xml
+++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 2f46d71bd83..442c7829add 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 508819547e7..03ab8a61c74 100644
--- a/jetty-osgi/test-jetty-osgi-context/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-context/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
test-jetty-osgi-context
diff --git a/jetty-osgi/test-jetty-osgi-fragment/pom.xml b/jetty-osgi/test-jetty-osgi-fragment/pom.xml
index 37a3bfc23e5..5fc0fd73188 100644
--- a/jetty-osgi/test-jetty-osgi-fragment/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-fragment/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-server/pom.xml b/jetty-osgi/test-jetty-osgi-server/pom.xml
index 8eef0d3414e..89b6285c57e 100644
--- a/jetty-osgi/test-jetty-osgi-server/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
test-jetty-osgi-server
diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
index b6fe7565661..bf0fb272b40 100644
--- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 88310a81aad..39dc85d56d9 100644
--- a/jetty-osgi/test-jetty-osgi/pom.xml
+++ b/jetty-osgi/test-jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index f579e4f55fd..3d91da34782 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index a336103a832..53d6a14033f 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-proxy
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index e448d4700de..a2dc9cc8437 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
org.eclipse.jetty
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index 00300c48d2a..7a313a9f57d 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 13778da970c..99fbd43a868 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index f9e7941c42f..f3f818d0baf 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index e79329a2b8e..ad34db3b893 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index bd48e1c1dd3..726ca18158f 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 46e2ca5ceac..c4b9c016b12 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-servlets
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index d0e6b0df7f9..db4b19c0e46 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index 33d3b9d6e67..f472de10644 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-start
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index e968db1f764..dc6216625aa 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-unixsocket
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index e641d83ba62..7c81d74e1f8 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index e5b8143e6ef..39ae3fc9b10 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index 74652244be3..ab386240e10 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-webapp
diff --git a/jetty-websocket/javax-websocket-client-impl/pom.xml b/jetty-websocket/javax-websocket-client-impl/pom.xml
index d5690833dc5..282ee1b5c16 100644
--- a/jetty-websocket/javax-websocket-client-impl/pom.xml
+++ b/jetty-websocket/javax-websocket-client-impl/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml
index 2ac246aede8..c55c7de509e 100644
--- a/jetty-websocket/javax-websocket-server-impl/pom.xml
+++ b/jetty-websocket/javax-websocket-server-impl/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index f0a6806cae8..7e7b7f724ba 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index c12f1b50a02..b8be92436af 100644
--- a/jetty-websocket/websocket-api/pom.xml
+++ b/jetty-websocket/websocket-api/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index 74db3b95ff8..9f32d1e2764 100644
--- a/jetty-websocket/websocket-client/pom.xml
+++ b/jetty-websocket/websocket-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index a3340c7c432..c3ec7c70926 100644
--- a/jetty-websocket/websocket-common/pom.xml
+++ b/jetty-websocket/websocket-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index 1cffed0b955..8359f6d8987 100644
--- a/jetty-websocket/websocket-server/pom.xml
+++ b/jetty-websocket/websocket-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index 058325260fd..0b30ff744e0 100644
--- a/jetty-websocket/websocket-servlet/pom.xml
+++ b/jetty-websocket/websocket-servlet/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 07b63b1a13a..7182985a3ce 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index d1b0edd14a0..eafc52c5988 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index 48288692731..34d0d05e5b9 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index 45891a9fc50..aeb5b0136d5 100644
--- a/tests/test-continuation/pom.xml
+++ b/tests/test-continuation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index f86e362cade..8a263d14ecf 100644
--- a/tests/test-http-client-transport/pom.xml
+++ b/tests/test-http-client-transport/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 6e5cc58e119..18c9e5f7366 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
test-integration
diff --git a/tests/test-jmx/jmx-webapp-it/pom.xml b/tests/test-jmx/jmx-webapp-it/pom.xml
index 60f2994d26d..f15bad978c3 100644
--- a/tests/test-jmx/jmx-webapp-it/pom.xml
+++ b/tests/test-jmx/jmx-webapp-it/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-jmx-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
jmx-webapp-it
diff --git a/tests/test-jmx/jmx-webapp/pom.xml b/tests/test-jmx/jmx-webapp/pom.xml
index 66ffb6db176..09c501a933e 100644
--- a/tests/test-jmx/jmx-webapp/pom.xml
+++ b/tests/test-jmx/jmx-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-jmx-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 21ee3e8a440..dc2b495041e 100644
--- a/tests/test-jmx/pom.xml
+++ b/tests/test-jmx/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index 4ba211f80c2..09021de8ce6 100644
--- a/tests/test-loginservice/pom.xml
+++ b/tests/test-loginservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index f33f2d5eccb..287eea690b3 100644
--- a/tests/test-quickstart/pom.xml
+++ b/tests/test-quickstart/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 40380a0b367..40159078dc1 100644
--- a/tests/test-sessions/pom.xml
+++ b/tests/test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-sessions-parent
Jetty Tests :: Sessions :: Parent
diff --git a/tests/test-sessions/test-file-sessions/pom.xml b/tests/test-sessions/test-file-sessions/pom.xml
index 3698a4e89e1..d01ba7d81c4 100644
--- a/tests/test-sessions/test-file-sessions/pom.xml
+++ b/tests/test-sessions/test-file-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-file-sessions
Jetty Tests :: Sessions :: File
diff --git a/tests/test-sessions/test-gcloud-sessions/pom.xml b/tests/test-sessions/test-gcloud-sessions/pom.xml
index f8cceae737f..52bf3f58fb2 100644
--- a/tests/test-sessions/test-gcloud-sessions/pom.xml
+++ b/tests/test-sessions/test-gcloud-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-gcloud-sessions
Jetty Tests :: Sessions :: GCloud
diff --git a/tests/test-sessions/test-hash-sessions/pom.xml b/tests/test-sessions/test-hash-sessions/pom.xml
index ef362ac21e7..9d91e357545 100644
--- a/tests/test-sessions/test-hash-sessions/pom.xml
+++ b/tests/test-sessions/test-hash-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-hash-sessions
Jetty Tests :: Sessions :: Hash
diff --git a/tests/test-sessions/test-hazelcast-sessions/pom.xml b/tests/test-sessions/test-hazelcast-sessions/pom.xml
index 9ad03019564..0846d8de7c2 100644
--- a/tests/test-sessions/test-hazelcast-sessions/pom.xml
+++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-hazelcast-sessions
Jetty Tests :: Sessions :: Hazelcast
diff --git a/tests/test-sessions/test-infinispan-sessions/pom.xml b/tests/test-sessions/test-infinispan-sessions/pom.xml
index 8039e09077c..9a8b413d88a 100644
--- a/tests/test-sessions/test-infinispan-sessions/pom.xml
+++ b/tests/test-sessions/test-infinispan-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-infinispan-sessions
Jetty Tests :: Sessions :: Infinispan
diff --git a/tests/test-sessions/test-jdbc-sessions/pom.xml b/tests/test-sessions/test-jdbc-sessions/pom.xml
index 026a3758c10..a970e339783 100644
--- a/tests/test-sessions/test-jdbc-sessions/pom.xml
+++ b/tests/test-sessions/test-jdbc-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-jdbc-sessions
Jetty Tests :: Sessions :: JDBC
diff --git a/tests/test-sessions/test-memcached-sessions/pom.xml b/tests/test-sessions/test-memcached-sessions/pom.xml
index 55f7ebc9020..c1b48e31463 100644
--- a/tests/test-sessions/test-memcached-sessions/pom.xml
+++ b/tests/test-sessions/test-memcached-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-memcached-sessions
Jetty Tests :: Sessions :: Memcached
diff --git a/tests/test-sessions/test-mongodb-sessions/pom.xml b/tests/test-sessions/test-mongodb-sessions/pom.xml
index 0b8d05d50ff..f7d71778760 100644
--- a/tests/test-sessions/test-mongodb-sessions/pom.xml
+++ b/tests/test-sessions/test-mongodb-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-mongodb-sessions
Jetty Tests :: Sessions :: Mongo
diff --git a/tests/test-sessions/test-sessions-common/pom.xml b/tests/test-sessions/test-sessions-common/pom.xml
index 1d529731c35..0e314d0dbb5 100644
--- a/tests/test-sessions/test-sessions-common/pom.xml
+++ b/tests/test-sessions/test-sessions-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 8532cc3d32f..1d6e6823b4b 100644
--- a/tests/test-webapps/pom.xml
+++ b/tests/test-webapps/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
test-webapps-parent
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 94faf572d9d..53fb7544ebd 100644
--- a/tests/test-webapps/test-http2-webapp/pom.xml
+++ b/tests/test-webapps/test-http2-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
4.0.0
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index 6aec106719c..ee39ccbbdc1 100644
--- a/tests/test-webapps/test-jaas-webapp/pom.xml
+++ b/tests/test-webapps/test-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-jaas-webapp
Jetty Tests :: WebApp :: JAAS
diff --git a/tests/test-webapps/test-jetty-webapp/pom.xml b/tests/test-webapps/test-jetty-webapp/pom.xml
index c5e908928c4..d5181e6c27e 100644
--- a/tests/test-webapps/test-jetty-webapp/pom.xml
+++ b/tests/test-webapps/test-jetty-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
4.0.0
diff --git a/tests/test-webapps/test-jndi-webapp/pom.xml b/tests/test-webapps/test-jndi-webapp/pom.xml
index f0ceb2e7c30..41b86785398 100644
--- a/tests/test-webapps/test-jndi-webapp/pom.xml
+++ b/tests/test-webapps/test-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-jndi-webapp
Jetty Tests :: WebApp :: JNDI
diff --git a/tests/test-webapps/test-mock-resources/pom.xml b/tests/test-webapps/test-mock-resources/pom.xml
index b5158794e4c..070ed63da8c 100644
--- a/tests/test-webapps/test-mock-resources/pom.xml
+++ b/tests/test-webapps/test-mock-resources/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
Jetty Tests :: WebApp :: Mock Resources
test-mock-resources
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml
index b9712db8d09..7fad1c69e67 100644
--- a/tests/test-webapps/test-proxy-webapp/pom.xml
+++ b/tests/test-webapps/test-proxy-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
../pom.xml
4.0.0
diff --git a/tests/test-webapps/test-servlet-spec/pom.xml b/tests/test-webapps/test-servlet-spec/pom.xml
index 0de94384c9c..2cbcb0ae9fd 100644
--- a/tests/test-webapps/test-servlet-spec/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-servlet-spec-parent
Jetty Tests :: Spec Test WebApp :: Parent
diff --git a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
index 3f4930bfd19..5c829e85a39 100644
--- a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-servlet-spec-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-container-initializer
jar
diff --git a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
index 7ed612bf720..9c8f47c965b 100644
--- a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-servlet-spec-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
Jetty Tests :: Webapps :: Spec Webapp
test-spec-webapp
diff --git a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
index 254488cf871..212453df575 100644
--- a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-servlet-spec-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index 39c85650cfb..32cea24d9e0 100644
--- a/tests/test-webapps/test-webapp-rfc2616/pom.xml
+++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.9-SNAPSHOT
+ 9.4.9.v20180320
test-webapp-rfc2616
Jetty Tests :: WebApp :: RFC2616