diff --git a/VERSION.txt b/VERSION.txt
index 665e2296f891..a7302be036c5 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,33 @@
-jetty-9.4.25-SNAPSHOT
+jetty-9.4.25.v20191220 - 20 December 2019
+ + 995 UrlEncoded.encodeString should skip more characters
+ + 2195 Add parameter expansion to start.jar --exec parameters
+ + 3512 File descriptor is not released after zip file uploaded via
+ jetty-client
+ + 3730 WebSocketClient constructor cleanup (and deprecations)
+ + 4269 ResponseWriter should not throw RuntimeIOExceptions
+ + 4323 QOS Filter does not handle IllegalStateException and never releases
+ passes
+ + 4329 rewrite prevents URL session tracking.
+ + 4331 Improve handling of HttpOutput.close() for pending writes
+ + 4350 Deprecated MultiPartInputStreamParser still used in jetty-server
+ (MultiPartsUtilParser) but OSGi ExportPackage suppressed
+ + 4351 Servlet.service called before Servlet.init is finished when servlet is
+ lazily initialized
+ + 4363 jetty-maven-plugin no longer processes supplied context.xml-file.
+ + 4366 HTTP client uses SOCKS4 proxy hostname for SSL hostname verification
+ + 4374 Jetty client: Response.AsyncContentListener.onContent is not called
+ + 4376 Async Content Complete bug results in
+ org.eclipse.jetty.io.EofException: Async closed
+ + 4385 Limit new UnsupportedOperationException to direct base class
+ SslContextFactory usage
+ + 4392 Suppress logging of QuietException in HttpChannelState.asyncError()
+ + 4402 NPE in JettyRunWarExplodedMojo
+ + 4411 Jetty server spins on incomplete request due to delayed dispatch
+ until content
+ + 4415 GzipHandler invalid input zip size on large
+ (over 2,147,483,647 bytes) request body content
+ + 4421 HttpClient support for PROXY protocol
+ + 4427 Retried HttpClient Requests can result in duplicates cookies
jetty-9.4.24.v20191120 - 20 November 2019
+ 3083 The ini-template for jetty.console-capture.dir does not match the
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index 34b04df37d98..56272689b977 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.25-SNAPSHOT
+ 9.4.25.v20191220
../../pom.xml
4.0.0
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index 0ca5eb35a8b7..317fe689caa4 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
../../pom.xml
4.0.0
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index 9c17689c4e3d..c9f2356e6cb8 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
apache-jsp
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index 316aa9bf61ef..927165cceddb 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 6ee4fe67a157..59fefd8c0681 100644
--- a/build-resources/pom.xml
+++ b/build-resources/pom.xml
@@ -2,7 +2,7 @@
4.0.0
org.eclipse.jetty
build-resources
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
jar
Jetty :: Build Resources
diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml
index 0aa4046b7bd8..7552400ed969 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 22c4b77e3e38..02a45bcaa318 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 9f7a557bc526..9b0bd2fb667b 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index bbf9cb0ec782..43d8df2663f6 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index 14d89530f74f..aafb9109abdc 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index 6ef8cf53211d..a18526da3eb3 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 78261afca65b..178037fd0974 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index 5ed8fbb5910e..ff256535327a 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index c451eab7f688..88e16dec37e3 100644
--- a/jetty-alpn/jetty-alpn-java-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index ba74e65d63de..a5a6e2e7f33d 100644
--- a/jetty-alpn/jetty-alpn-java-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
index 8113ba962823..9be743228207 100644
--- a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
index ae7a72d44a3b..2379f17c5c3a 100644
--- a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index 9f6cc6a3c90a..8c5d8c5e4ac7 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 04c26054e177..b82e0d60dc97 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 30d59b80eaf1..5b69ca5deaf5 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 67bae7b6bdd7..186891f4becc 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index b826e8a3dcb5..00d632156f5a 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -9,7 +9,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
@@ -53,336 +53,336 @@
org.eclipse.jetty
apache-jsp
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
apache-jstl
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-alpn-client
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-alpn-java-client
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-alpn-java-server
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-alpn-openjdk8-client
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-alpn-openjdk8-server
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-alpn-server
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-annotations
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-ant
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-client
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-continuation
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-deploy
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-distribution
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
zip
org.eclipse.jetty
jetty-distribution
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
tar.gz
org.eclipse.jetty.fcgi
fcgi-client
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.fcgi
fcgi-server
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-home
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
zip
org.eclipse.jetty
jetty-home
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
tar.gz
org.eclipse.jetty
jetty-http
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.http2
http2-client
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.http2
http2-common
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.http2
http2-hpack
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.http2
http2-http-client-transport
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.http2
http2-server
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-http-spi
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
infinispan-common
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
infinispan-remote-query
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
infinispan-embedded-query
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-hazelcast
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-io
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-jaas
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-jaspi
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-jmx
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-jndi
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-nosql
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.osgi
jetty-osgi-boot
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.osgi
jetty-httpservice
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-plus
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-proxy
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-quickstart
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-rewrite
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-security
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-openid
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-server
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-servlet
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-servlets
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-spring
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-unixsocket
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-util
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-util-ajax
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-webapp
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.websocket
javax-websocket-client-impl
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.websocket
javax-websocket-server-impl
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.websocket
websocket-api
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.websocket
websocket-client
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.websocket
websocket-common
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.websocket
websocket-server
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty.websocket
websocket-servlet
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
org.eclipse.jetty
jetty-xml
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 926bfa2965a4..d78a6b6265a3 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 2ce37df4a5a6..af690213e983 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index add2e5ee0cc0..106733ac6411 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index 4c49a584cfaf..75a1365ade40 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 72f62961a718..7098d920d2d4 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-distribution
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index 0aa65d04c328..2edcbb3b9367 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
jetty-documentation
Jetty :: Documentation
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index 4b2651a0919e..1985c4689e2d 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index a24515ca9b45..ce3b89ae42fc 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 97e42b3329d7..07c9bcc0bb62 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 595a14bff45c..068ea203907d 100644
--- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
+++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.gcloud
gcloud-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 26410b87e15a..d7db623eefca 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index d4d29d78f3b7..ed8c51244a16 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 758f774557db..6fcc03745023 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index a23be08b8c22..18c704bee4b5 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index c257d0f503fc..7794420ba5c1 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-http
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index 8c749139f753..326a9b5c536d 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index d6ed49481838..24a113261362 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index 9a2c324953b5..16e6f7bb4221 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index baf054ec05bc..848e66e871d5 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index 6c1c2cd231de..23ed86f5ca05 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index ce00e5e4071b..1157d626b56c 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 37e3b1242bd8..4fc83ed83948 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index daa09b7cc246..1d4d98aecff3 100644
--- a/jetty-infinispan/infinispan-common/pom.xml
+++ b/jetty-infinispan/infinispan-common/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index 3a25e0ebc550..fadb61a58b09 100644
--- a/jetty-infinispan/infinispan-embedded-query/pom.xml
+++ b/jetty-infinispan/infinispan-embedded-query/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index 2c714961d080..6df2e16d3112 100644
--- a/jetty-infinispan/infinispan-embedded/pom.xml
+++ b/jetty-infinispan/infinispan-embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index 7dba5896e0e4..0738a85a2215 100644
--- a/jetty-infinispan/infinispan-remote-query/pom.xml
+++ b/jetty-infinispan/infinispan-remote-query/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index c2186de60386..69b4f7342435 100644
--- a/jetty-infinispan/infinispan-remote/pom.xml
+++ b/jetty-infinispan/infinispan-remote/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 02766dbe1b0f..af59edaf0a28 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index 9410e5998cf8..afd2b00c8f33 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 00b69758a6ad..fe425187c722 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index b84e8d887211..285a810f8e49 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml
index a80b383a94dc..3bce43ebae7f 100644
--- a/jetty-jmh/pom.xml
+++ b/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 368fa9c2ca3f..1c93a1c28d39 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index f197de664c2c..9188352b5b04 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-jndi
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index b2eda7917360..351a72ed88c0 100644
--- a/jetty-jspc-maven-plugin/pom.xml
+++ b/jetty-jspc-maven-plugin/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 69e598597a95..883c5ebc0a28 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
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 dccaff17f681..dab329d59a86 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index e0b5b55186b6..0588b950f243 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index d7d606ab028a..ca0133e676f7 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index fb1d61b0399d..d2e49859cce1 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 5e30c9983e0e..cb12936cb159 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 73f31c7e18ea..07fcd4c35fe0 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 de472b735fa8..37ca6c2c765b 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.25-SNAPSHOT
+ 9.4.25.v20191220
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index 2e738e17a57b..2e7fe4c4e4f4 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 6de1f0f8e1c5..678217bc4d89 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index c35d169828cd..8b598f92f104 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 2e8b50060b47..b03b24d2adfc 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 531df70188d8..00a4521f6390 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.25-SNAPSHOT
+ 9.4.25.v20191220
../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 d571a798e6a5..383d4b759bb5 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 d6c1cfa35a19..46a92ef20935 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.25-SNAPSHOT
+ 9.4.25.v20191220
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index ee5a40a7a2a8..ffa1cc230e00 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.25-SNAPSHOT
+ 9.4.25.v20191220
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index ef03be2d78b8..d5e77ec024b9 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index a1dd245d4185..b1bb6b3ca0eb 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-proxy
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 573928cf8750..1c0979892de6 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
org.eclipse.jetty
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index 2f64c90363b5..18a523179095 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index def93882cba4..c04270c08189 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index cf661fb3a763..349c9de2f060 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 5b78224fdde2..b3006ef2025c 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 96f066bb1ece..8b17647502d0 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 5f7b2c671fda..95d1d6cc7d10 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-servlets
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index 8cb6991327d8..08f8ef68684f 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index 668b50f44720..02493a2a9250 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-start
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 9cd0880c5c98..6d081f31eb7c 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-unixsocket
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index 22604ff45818..66c046322016 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index a4fdca91d56b..e7fe6629778a 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index 1eebcdda6e0d..f11ff2785d58 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
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 3cf0b5686e64..dc18be1a7492 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml
index 81e9ed83a6ea..8ffd3d7728c2 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml
index e0da1f3eb7f5..40baa35f500f 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 0dd82439c36e..2f7e57e5bf8c 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index 4658e3e9182f..f6c9cc218a84 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index d4684964262d..dda499a91d4c 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index 0ae394c2a66d..779f4df0fad1 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index 3aa6686ce2f9..6756ca8260a8 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index 4607c3c63e60..409eda41f114 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 54f2f4ad4f38..a46c1debe622 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index 823efffd7d0a..71a47c2bc19d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index 640e7578b841..af0fe09ca246 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index bf938e32557f..3ba9e4591fa6 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.25-SNAPSHOT
+ 9.4.25.v20191220
../pom.xml
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index cf823098f27b..af55789f3e27 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -2,7 +2,7 @@
tests-parent
org.eclipse.jetty.tests
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index 592aa987ee50..9a44d9e2ad1d 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 33bde0d8c66e..a84cda4afae9 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 11513daf3f4a..2dbccd36e8a8 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 1821516a1c63..22f9f0e017a8 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.25-SNAPSHOT
+ 9.4.25.v20191220
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 67d974c2f934..417f94937794 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index e1444178e96b..917dad7c34a6 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.25-SNAPSHOT
+ 9.4.25.v20191220
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index cb0264e6920f..89f6f74a7778 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.25-SNAPSHOT
+ 9.4.25.v20191220
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 7b64e74ad7b1..38f7c83d7e77 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 c628d5325a4a..9d553e9a6129 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 4c26ad3809f5..40a0d2efc68f 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 3cda58ceb660..32a172788a10 100644
--- a/tests/test-sessions/test-hazelcast-sessions/pom.xml
+++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
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 8169501d1bb5..075868ae395b 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 78011a05a17c..6d7b886a761e 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 eea20319a753..103f74f834f8 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 5c1b285b5461..f619199b633f 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 e1756858f7d7..b30589b1db9b 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.25-SNAPSHOT
+ 9.4.25.v20191220
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index d6ce8fb476a4..3b9ecee74c37 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.25-SNAPSHOT
+ 9.4.25.v20191220
../pom.xml
test-webapps-parent
diff --git a/tests/test-webapps/test-cdi-common-webapp/pom.xml b/tests/test-webapps/test-cdi-common-webapp/pom.xml
index a976fa299528..962939d8a714 100644
--- a/tests/test-webapps/test-cdi-common-webapp/pom.xml
+++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index 1e2359c6acce..2d2992cff266 100644
--- a/tests/test-webapps/test-felix-webapp/pom.xml
+++ b/tests/test-webapps/test-felix-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 6e5d2770c0ea..aca3c62136ab 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.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index 100307336116..77af141b7d10 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 d4fb73963202..16f2f9a137d3 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.25-SNAPSHOT
+ 9.4.25.v20191220
../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 bce0f663e799..797df4d22e2c 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 6647b9a958de..1fb9ab9a4402 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.25-SNAPSHOT
+ 9.4.25.v20191220
Jetty Tests :: WebApp :: Mock Resources
test-mock-resources
diff --git a/tests/test-webapps/test-owb-cdi-webapp/pom.xml b/tests/test-webapps/test-owb-cdi-webapp/pom.xml
index 63e313d17ae0..bff12bd518bc 100644
--- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml
+++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml
index a7cc5669b59b..ece8ea680ea0 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.25-SNAPSHOT
+ 9.4.25.v20191220
../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 ef2175f89019..21abb0f923cf 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 8d1cf510b51a..9e9263776e57 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 67fa5de0afca..0d76c8739d8c 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 6e8e949d7f2c..2981e4dc2d3f 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.25-SNAPSHOT
+ 9.4.25.v20191220
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 31a274f5d5af..8b96a63997fe 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.25-SNAPSHOT
+ 9.4.25.v20191220
test-simple-webapp
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index d26286097117..b9c4b2f9b7b5 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.25-SNAPSHOT
+ 9.4.25.v20191220
test-webapp-rfc2616
Jetty Tests :: WebApp :: RFC2616
diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml
index 93c8e2dbf1ce..0acdfeb78db3 100644
--- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml
+++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.25-SNAPSHOT
+ 9.4.25.v20191220
4.0.0