diff --git a/VERSION.txt b/VERSION.txt
index d8c7b720657..493d57b88a1 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,45 @@
-jetty-9.4.15-SNAPSHOT
+jetty-9.4.15.v20190215 - 15 February 2019
+ + 113 Add support for NCSA Extended Log File Format
+ + 150 extraClasspath() method on WebAppContext dont support dir path
+ + 2646 Better handle concurrent calls to change session id and invalidate
+ within a context
+ + 2718 NPE using more than one Endpoint.publish
+ + 2817 Change HttpClient and WebSocketClient default to always have SSL
+ support enabled
+ + 3030 Enforce Content-Encoding check only on parameter extraction
+ + 3038 SSL Connection Leak
+ + 3049 Warn on common SslContextFactory problematic configurations
+ + 3133 Logging of `key.readyOps()` can throw unchecked `CancelledKeyException`
+ + 3139 NPE on
+ WebSocketServerContainerInitializer.configureContext(ServletContextHandler)
+ + 3146 ServletContainerInitializer from war WEB-INF/classes not executing
+ + 3154 Add support for javax.net.ssl.HostnameVerifier to HttpClient
+ + 3161 Update to Apache JSP 8.5.35
+ + 3178 BufferingResponseListener does not clear buffer in onHeaders
+ + 3186 Jetty maven plugin - javax.annotation.jar picked up from jetty plugin
+ rather than from applications classpath
+ + 3202 jetty-maven plugin in multi-module project not using files from /target
+ folders of sister projects
+ + 3207 Async ServletOutputStream print methods
+ + 3210 Threadpool module creates unmanged threadpool
+ + 3212 Client and server need to to treat an incoming HTTP/2 RST_STREAM frame
+ differently
+ + 3234 AuthenticationProtocolHandler should not cache the failed results
+ + 3240 ALPN support for Java 13
+ + 3241 Missing main manifest attribute in jetty-runner.jar
+ + 3242 Fix WebSocket components dump()
+ + 3278 NullPointerException if base resource is an empty ResourceCollection
+ + 3279 WebSocket write may hang forever
+ + 3302 Support host:port in X-Forwarded-For header in
+ ForwardedRequestCustomizer
+ + 3305 Avoid additional selectNow() on non-Windows runtimes
+ + 3307 WebAppClassLoader loadClass can throw NullPointerException for missing
+ class
+ + 3311 Ability to serve HTTP and HTTPS from the same port
+ + 3317 Improve uncaught exception handler double logging
+ + 3329 Hazelcast delete expired session fails in deserialize
+ + 3350 Do not expect to be able to connect to https URLs with the HttpClient
+ created from a parameterless constructor
jetty-9.4.14.v20181114 - 14 November 2018
+ 3097 Duplicated programmatic Servlet Listeners causing duplicate calls
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index 82a272343c5..311df459ed0 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.15-SNAPSHOT
+ 9.4.15.v20190215
../../pom.xml
4.0.0
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index 254bb7f9322..b5b096f041f 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
../../pom.xml
4.0.0
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index fd968d6f9dc..19081e4d63e 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
apache-jsp
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index 15f587436d4..0d102f1f599 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
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 a9e2fe65e75..96145bfab8a 100644
--- a/examples/async-rest/async-rest-jar/pom.xml
+++ b/examples/async-rest/async-rest-jar/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
example-async-rest
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 6a39081f894..e5a74596b08 100644
--- a/examples/async-rest/async-rest-webapp/pom.xml
+++ b/examples/async-rest/async-rest-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
example-async-rest
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 77d38c38884..474fc9fb435 100644
--- a/examples/async-rest/pom.xml
+++ b/examples/async-rest/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index cfa9a531d26..aa493f9feb6 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index 7089e0ccdff..7c23dbfd137 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index 7b3ddccc24b..bff659ab269 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 5fdf11ceca5..8cbcb9e3ebc 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index 95f4bfb188f..6a6c62f2880 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index d43aa9cab22..dfa6f48cdf5 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index 765b7d87a8f..5e2a7a5dc9d 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
index 4046041e7ce..efc9dac07cb 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
index 8f92a6af9ef..cc83d6019d5 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index e9a0d224179..6afd57bc18e 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 011da0b181c..046acd909a8 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 7034caba534..4b2b997306b 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 33884f485c3..6dfcc419a36 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index f95fff12893..14ea126cd38 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -9,7 +9,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
@@ -53,331 +53,331 @@
org.eclipse.jetty
apache-jsp
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
apache-jstl
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-alpn-client
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-alpn-java-client
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-alpn-java-server
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-alpn-openjdk8-client
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-alpn-openjdk8-server
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-alpn-server
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-annotations
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-ant
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.cdi
cdi-core
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.cdi
cdi-servlet
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-client
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-continuation
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-deploy
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-distribution
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
zip
org.eclipse.jetty
jetty-distribution
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
tar.gz
org.eclipse.jetty.fcgi
fcgi-client
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.fcgi
fcgi-server
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-home
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
zip
org.eclipse.jetty
jetty-home
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
tar.gz
org.eclipse.jetty
jetty-http
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.http2
http2-client
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.http2
http2-common
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.http2
http2-hpack
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.http2
http2-http-client-transport
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.http2
http2-server
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-http-spi
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-infinispan
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-hazelcast
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-io
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-jaas
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-jaspi
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-jmx
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-jndi
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-nosql
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.osgi
jetty-osgi-boot
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.osgi
jetty-httpservice
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-plus
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-proxy
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-quickstart
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-rewrite
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-security
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-server
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-servlet
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-servlets
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-spring
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-unixsocket
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-util
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-util-ajax
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-webapp
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.websocket
javax-websocket-client-impl
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.websocket
javax-websocket-server-impl
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.websocket
websocket-api
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.websocket
websocket-client
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.websocket
websocket-common
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.websocket
websocket-server
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty.websocket
websocket-servlet
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
org.eclipse.jetty
jetty-xml
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
diff --git a/jetty-cdi/cdi-2/pom.xml b/jetty-cdi/cdi-2/pom.xml
index c2e739a0010..ba836d554ca 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
cdi-2
diff --git a/jetty-cdi/cdi-core/pom.xml b/jetty-cdi/cdi-core/pom.xml
index 38762671060..cdfc45c43cd 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
cdi-core
diff --git a/jetty-cdi/cdi-full-servlet/pom.xml b/jetty-cdi/cdi-full-servlet/pom.xml
index fdb44bf4328..1d5bbdb2ca7 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
cdi-full-servlet
diff --git a/jetty-cdi/cdi-servlet/pom.xml b/jetty-cdi/cdi-servlet/pom.xml
index 631f9ba8cbc..ff67ee7e612 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
cdi-servlet
diff --git a/jetty-cdi/cdi-websocket/pom.xml b/jetty-cdi/cdi-websocket/pom.xml
index c3d849ced04..4f0ae60e2bf 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
cdi-websocket
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 2d31db60071..12193659659 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
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 5469aa34969..b3feabe2c2f 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
test-cdi-webapp
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index c77a98e703e..b961e852407 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index c3b362e2e15..660334b1e38 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index c2098f806b3..fa6198698a0 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index e83ad110f1f..a1e638d5f1a 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-distribution
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index 1831363afcc..c700e2414f2 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
jetty-documentation
Jetty :: Documentation
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index f19dbc4c00d..abd3642fc02 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index cb4821b9393..999d07b76f7 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 5518b95be0e..ce80545c79a 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index e69d5e769ee..4c640235939 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 36d6e349e86..ed1b1ccad09 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index 27b42703875..be8cbad91f0 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 2baec3ce6c6..21593220585 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index ebbdedb7366..702bd44e1ad 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 2858016c396..f5a8cc73462 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-http
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index b32ac4a9461..f76433a5d8e 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index ec563b87475..86bf8e6e47f 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index 7724411ccb1..0608896cf88 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index fd576cb3e57..723e406e118 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index f1bab72140d..c0f0135358d 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index 9694022d5cd..ad32bb18e83 100644
--- a/jetty-http2/http2-server/pom.xml
+++ b/jetty-http2/http2-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.http2
http2-parent
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 7ddf66e6ce8..a7e6757f90b 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index f16371074a1..52d7ec86b87 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-infinispan
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index 5b67f9e3dbc..ae009147afc 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -2,7 +2,7 @@
jetty-project
org.eclipse.jetty
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 30a9da16a34..afaf4c60c77 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index b6616053a9d..fb444348217 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml
index 4c9c083d63e..34a56479cb0 100644
--- a/jetty-jmh/pom.xml
+++ b/jetty-jmh/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index d3314526957..3e9f2868156 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 8a62a86eee5..aafed48cd49 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-jndi
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index be146fa4af9..9ce5f657cb2 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 09c9de5480e..c8f527441a6 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
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 5f63eb6b90d..7d60ff94a09 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index 55a9f5ec50b..7454054730b 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 1a476959c56..5f03165c7a7 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-nosql
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index b68963a1111..94d80feae9b 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 80f0defe600..d2dca448a33 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 9e632b6d736..dbc8970259e 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.15-SNAPSHOT
+ 9.4.15.v20190215
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index 0628aca8cab..94b331f2e20 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 269d83bde45..9f142ea97d1 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 517b5ac01cf..3886cdce4e4 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index e6cfcb2abb5..66ca396ae9a 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 bd9574bf85e..3a9a85c8e6e 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.15-SNAPSHOT
+ 9.4.15.v20190215
../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 53c0a524388..4fa0f27d84f 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 fa18b7c52de..6e8df2327f7 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.15-SNAPSHOT
+ 9.4.15.v20190215
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index f599bfc5945..207e0187bee 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.15-SNAPSHOT
+ 9.4.15.v20190215
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 3dda7b86298..b69cc13e5d9 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index 7c5dfe9ab30..02c5eb1916d 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-proxy
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index cf5b2bc42b3..482518e605e 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
org.eclipse.jetty
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index 12985a4a45c..87184d7823f 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 1238a0043b7..690ee51cf1e 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index 7642e751f38..c1105f96f64 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 7ce3b1cae13..f66d6c64c3e 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 90b20903779..a642933e260 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 5898c44f260..9a22e863d8d 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-servlets
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index 6b5cb30aaf1..2dc6a5cb59b 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index f58e58deea2..10ffae8abf2 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-start
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index ed2dbd51a7e..d93d60fe66e 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-unixsocket
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index a5c20410304..be9a2ae1384 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index b777fe549e7..8ab212cae46 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index ccdc76de42f..dbfac4fce0f 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
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 b52ed7451c9..185e35d4fee 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml
index a6dc97a324a..60dd9786f8a 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml
index 174caa76e2c..306fadc6274 100644
--- a/jetty-websocket/jetty-websocket-tests/pom.xml
+++ b/jetty-websocket/jetty-websocket-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 8b53adf496e..a3d4f118ac2 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index 0188b065c81..7b9c3e95ae5 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index 9a504bb6c8a..3fda0488f8c 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index 5a432ed0a92..48ad85a8c6f 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index 01287a49aa9..ab4e01d1701 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index 9e09f063a70..4e445aaf529 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index f808e813154..de317dfe8a7 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index 7f9868c0f78..539d5737564 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index 4078a8dce7d..fd9cf1d1594 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index 7df37420618..24d69b47510 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.15-SNAPSHOT
+ 9.4.15.v20190215
../pom.xml
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 84002f6b15c..6f72c7ed29d 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -3,7 +3,7 @@
tests-parent
org.eclipse.jetty.tests
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index 2be055de497..1989174c3a9 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 3de80a1162b..afb84c81271 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 6b9438a6bda..83cc5e441a2 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 c9fb1005361..70f351e26fc 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.15-SNAPSHOT
+ 9.4.15.v20190215
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 652e0c01e73..c25c46e37f4 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index df1804aed67..11c18bc73d0 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.15-SNAPSHOT
+ 9.4.15.v20190215
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index f9d3a797ad6..f37dcdac178 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.15-SNAPSHOT
+ 9.4.15.v20190215
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 83dd2267ea5..bf5a4e408b1 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 0d768b754f0..729c93f1f98 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 23e264c39b3..314d52eab21 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.15-SNAPSHOT
+ 9.4.15.v20190215
test-gcloud-sessions
Jetty Tests :: Sessions :: GCloud
diff --git a/tests/test-sessions/test-hazelcast-sessions/pom.xml b/tests/test-sessions/test-hazelcast-sessions/pom.xml
index 880b0e25abf..8ce57ed6b05 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 53c4cd7988b..023bc11124c 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 fd4b4835fa7..4611f1cc256 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 8b427c28d28..90fe175725f 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 8f037110d4a..a173e664b1e 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 2cfe9547ba6..9889db5b307 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.15-SNAPSHOT
+ 9.4.15.v20190215
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index e4d1e2219d3..5ba193203f7 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.15-SNAPSHOT
+ 9.4.15.v20190215
../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 a9b14074339..84629043f3b 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.15-SNAPSHOT
+ 9.4.15.v20190215
4.0.0
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index 330108c0a2a..e564ea6d666 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 8f53723c57d..9658ce49784 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.15-SNAPSHOT
+ 9.4.15.v20190215
../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 1a814db95da..784cd89e9ef 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 c325260a6d1..da51f655eb0 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 7e2a82b5eb7..ae1478583f3 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.15-SNAPSHOT
+ 9.4.15.v20190215
../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 3b85e84956e..ba7911677a6 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 8facfb7bb43..ed8d1eb5997 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 54220c9d6c1..2a0362dc2af 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.15-SNAPSHOT
+ 9.4.15.v20190215
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 025e63641fd..857005a4946 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.15-SNAPSHOT
+ 9.4.15.v20190215
Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar
diff --git a/tests/test-webapps/test-simple-webapp/pom.xml b/tests/test-webapps/test-simple-webapp/pom.xml
index 846a05cf2d0..5f6a2eff3cf 100644
--- a/tests/test-webapps/test-simple-webapp/pom.xml
+++ b/tests/test-webapps/test-simple-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.15-SNAPSHOT
+ 9.4.15.v20190215
test-simple-webapp
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index 90756ce9c20..5e827c8751c 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.15-SNAPSHOT
+ 9.4.15.v20190215
test-webapp-rfc2616
Jetty Tests :: WebApp :: RFC2616