diff --git a/VERSION.txt b/VERSION.txt
index 54b31beeba40..5db09a36460e 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,19 @@
-jetty-9.4.33-SNAPSHOT
+jetty-9.4.33.v20201020 - 20 October 2020
+ + 5022 Cleanup ServletHandler, specifically with respect to making filter
+ chains more extensible
+ + 5368 WebSocket text event execute in same thread as running binary event and
+ destroy Threadlocal
+ + 5378 Filter/Servlet/Listener Holders are not started if added during
+ STARTING state.
+ + 5409 HttpClient fails intermittently with "Invalid response state TRANSIENT"
+ + 5417 Badly configured HttpConfiguration.securePort can lead to wrong port
+ produced by ForwardedHeader
+ + 5443 Request without Host header fails with NullPointerException in
+ ForwardedRequestCustomizer
+ + 5451 Improve Working Directory creation
+ + 5454 Request error context is not reset
+ + 5475 Update to spifly 1.3.2 and asm 9
+ + 5480 NPE from WebInfConfiguration.deconfigure during WebAppContext shutdown
jetty-9.4.32.v20200930 - 30 September 2020
+ 2796 HTTP/2 max local stream count exceeded when request fails
@@ -11,7 +26,7 @@ jetty-9.4.32.v20200930 - 30 September 2020
+ 4954 Simplify ability to get Byte Counts about requests
+ 5032 Introduce Listeners to aid in tracking timings within ServletContext
and WebApp
- + 5079 :authority header for IPv6 address not having square brackets
+ + 5079 authority header for IPv6 address not having square brackets
+ 5103 Proxy sets protocol version to 2.0 instead of 1.1 when accessed from H2
client
+ 5104 AbstractProxyServlet include incorrect protocol version in Via header
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index c49d0e0f5ee5..8f7c1cf2897d 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.33-SNAPSHOT
+ 9.4.33.v20201020
../../pom.xml
4.0.0
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index 8f263feb531c..ae3962326496 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
../../pom.xml
4.0.0
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index 854e17b1c1cc..1a90e9c35a66 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
apache-jsp
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index a509e7347fc8..2fb8a4529050 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 6448abaea33a..2ca85478afe3 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 d5f1a93946db..51e6cc9b936b 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index ee6c25bb017e..f5183d135776 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 452fa9bc3886..2f5b8a703e03 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index 39eb524874b2..44129ea0cfb8 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index 62c9d2b2253e..64a69c9d94ed 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index b3764fa1d3fb..5d5616358377 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 36d01fd98c80..965a689a60c2 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index 09d20d6881d3..e9e26189141b 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index bb0ebdefc79d..abe623695171 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index 2cebd2307d3d..ec12686dda35 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
index 0590cf9994ff..e098031b2e24 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
index d4724682e96c..ce6d58e31697 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index e77a402f56b9..5a411df5154c 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 757cf8c01703..9841f39cedb5 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index e85a86247f3a..44ab1a141ad1 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 30740a93145c..b573bb804771 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index 8ef029b4785a..a903ddc532c8 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -9,7 +9,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
@@ -53,336 +53,336 @@
org.eclipse.jetty
apache-jsp
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
apache-jstl
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-alpn-client
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-alpn-java-client
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-alpn-java-server
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-alpn-openjdk8-client
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-alpn-openjdk8-server
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-alpn-server
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-annotations
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-ant
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-client
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-continuation
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-deploy
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-distribution
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
zip
org.eclipse.jetty
jetty-distribution
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
tar.gz
org.eclipse.jetty.fcgi
fcgi-client
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.fcgi
fcgi-server
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-home
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
zip
org.eclipse.jetty
jetty-home
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
tar.gz
org.eclipse.jetty
jetty-http
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.http2
http2-client
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.http2
http2-common
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.http2
http2-hpack
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.http2
http2-http-client-transport
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.http2
http2-server
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-http-spi
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
infinispan-common
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
infinispan-remote-query
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
infinispan-embedded-query
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-hazelcast
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-io
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-jaas
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-jaspi
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-jmx
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-jndi
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-nosql
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.osgi
jetty-osgi-boot
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.osgi
jetty-httpservice
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-plus
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-proxy
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-quickstart
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-rewrite
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-security
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-openid
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-server
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-servlet
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-servlets
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-spring
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-unixsocket
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-util
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-util-ajax
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-webapp
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.websocket
javax-websocket-client-impl
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.websocket
javax-websocket-server-impl
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.websocket
websocket-api
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.websocket
websocket-client
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.websocket
websocket-common
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.websocket
websocket-server
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty.websocket
websocket-servlet
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
org.eclipse.jetty
jetty-xml
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 33f2b9955b31..bd225263c056 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 88f2cff93365..2b1b65294423 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index bef7cfe39e50..6ed0ffae5b45 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index a43dfed05458..2a0dce837739 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 8884ac22f6de..aa2054d74d45 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-distribution
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index 86e7797c84a6..88a4a6d0fa3b 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
jetty-documentation
Jetty :: Documentation
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index 1d91abc004f8..bebbd882b004 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 7d0bdab29463..de38cc0962b4 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 5301060db5c2..9349082d01d5 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index a49620011476..17f2414cf33d 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 406af262ae52..8099e8ff02f7 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index d2b894d8b6f4..11219c9d4509 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 3781a0583001..54d86d6f2ccf 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index 8dc9c80fd421..ce935cb2f7c8 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 5721af22b7aa..19ef96e3ce19 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-http
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index c7072e65f4da..faeb01751ea5 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index bee654967107..a845153764c5 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index 8cb2fb6af3c4..290ff768f9d8 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index b7cdd12e889a..f74a89df0d39 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index 8ee2fe0a985e..78ea27ebde63 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index 894b4a79eb0a..1d9b2ed6151e 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 7f2bcce37658..23c3f2572323 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index 026b4909d64a..d4bf735ff0b9 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index 846dce0336cc..f5df9657d241 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index 071350d2c1ea..3eb9b9fab761 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index 35bce86e5b71..4aa20fa04f3f 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 37421458877e..12f3d771d72e 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 4c26ebd76c40..70442c48b50e 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index b01efa5d3f5e..8caf71ceb870 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 1148a577e2a4..c90c0f638c5b 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index cef7eb8bd4ba..0fa22bbce2a7 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml
index 975e07f70679..afef42446b64 100644
--- a/jetty-jmh/pom.xml
+++ b/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 02475b6b5624..6e82001f906f 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 60a7bb86d90f..452a8d794bff 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-jndi
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index ad7bda6987bd..04a2953fbea8 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 1c2591603166..028221495470 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
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 5ffd2b236f35..8bfd9ac2cc24 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index 9e6deade9ca1..e3a39178911d 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 95595558e013..75dee83279b0 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 7ae1cf409b7e..b6c40a7ee576 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 467410a8e344..c9bec02bdaf7 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 27159879afac..2a594798f8f4 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 6dc3906c46ba..7bc9ef7a89c3 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.33-SNAPSHOT
+ 9.4.33.v20201020
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index a7ac0c209bcd..ac6a1cab091b 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 7d55bcbc4625..7104f9c1739c 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 148acef40968..5411f8b17504 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 4c8e809b1b44..0e347468eb2b 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 5a5bd738ce46..40badd318057 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.33-SNAPSHOT
+ 9.4.33.v20201020
../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 eed112e3d542..bf766b6b8eb9 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
test-jetty-osgi-server
diff --git a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml
index 8e443fe13831..8c9a9ff00c88 100644
--- a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
test-jetty-osgi-webapp-resources
diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
index 54c6bd9bd31e..40d08000c071 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.33-SNAPSHOT
+ 9.4.33.v20201020
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index a69012633eea..a2b3f317ff70 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.33-SNAPSHOT
+ 9.4.33.v20201020
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index e01afcada408..fd56c42fbec0 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index ed246d35e4e3..5ab4cc7fa7f9 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-proxy
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 71c5151a1492..3623f71205b4 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
org.eclipse.jetty
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index e9d242314585..f0353397054c 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 18fd61069dba..29e3d880f112 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index c4ff5cbdf9d8..0b0f602e4f66 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 4a23507e863e..b2b3b15e04cf 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 3ba5fd2d4cc2..97575ba77ee6 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index f4895965801e..4c72f1bad8ca 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-servlets
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index 12e8517f3928..e3d415d488d6 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index 3a6a588f5464..416de202dce9 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-start
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 1ef374147335..1e0b267bc231 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-unixsocket
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index d7da4624dfb8..61b41299b595 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index a1ab21a3f2bc..5f71ff929933 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index f517af50adcf..2d2418d54dd2 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
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 689b9fe8a0fc..5fb51e15966c 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml
index f3a788a04cc5..636d89a59f93 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml
index c8553660bda1..c84cb35a19e5 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index c8014f9f112f..488f16e6f13e 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index 695327c2305f..ba7ff8970614 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index febb67fd772d..212816d08154 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index 4ea9e253448f..4fc074736dcc 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index 1d48a63f8dff..75ecc59b417a 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index 2f213848023f..8654355017c4 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index a6518dd6aa45..78f7e95dfebe 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index e160e7ec5111..7c20803e7a0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index 33231f8bdba5..499a8a974a35 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.33-SNAPSHOT
+ 9.4.33.v20201020
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index 91f13c47d74b..3d8042e00544 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.33-SNAPSHOT
+ 9.4.33.v20201020
../pom.xml
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index a742ed30fe8f..7454881bdfe6 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index 1cfe95ba683f..fca38688451a 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index bdfdb2e45e61..ef5074e0d3d4 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 fc968385c8d3..bccf120b30c3 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 29c858de35b6..94db0ebcb7c7 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.33-SNAPSHOT
+ 9.4.33.v20201020
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 1a7ff0dc7c8c..584a53ea7aef 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index cf3c20898c24..917a2f5dd1b2 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.33-SNAPSHOT
+ 9.4.33.v20201020
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index 2adcedb1e2cb..0d7b6307ba06 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.33-SNAPSHOT
+ 9.4.33.v20201020
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 8ca469936bd2..0b8f76dc3cd2 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 79c154b532af..4bcb343f923b 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 909e3e45e2dd..f7e1e121126d 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 e411a9eaffe0..fc471570a905 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 da451a888a13..5f31f4ce544e 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 dcd659ff49ff..28f1aee3dde1 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 e706240afc3c..5dd289d0f3e6 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 c28db381ad01..c76bf2cef4ff 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 047fa957ca11..415c9668f0ac 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.33-SNAPSHOT
+ 9.4.33.v20201020
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 5a47a8258cbb..407e5eaaadee 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.33-SNAPSHOT
+ 9.4.33.v20201020
../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 cc927e640a52..4b88a969503f 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index 1495f4741663..7191faf8b99c 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 542ba1905ced..96fde0a34778 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index 1f592e09e9b7..dc62deb5efe4 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 8d2524a3936d..30ddff5c58a4 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.33-SNAPSHOT
+ 9.4.33.v20201020
../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 a72acb269ba1..9162a890b1b4 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 222ad4e4cbfe..5979230870b4 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 fe3c036cab32..18354bb84e4e 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml
index e2acc7a2a481..1e8f3aed3d37 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.33-SNAPSHOT
+ 9.4.33.v20201020
../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 35c878cc3f86..e7828c10e93c 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 6f56ce2af129..8b290a62da79 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 25e437752fab..423431bfe42a 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 80509eb3bdeb..da51beaf3b59 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 05a480152501..14b34fa15d62 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.33-SNAPSHOT
+ 9.4.33.v20201020
test-simple-webapp
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index 76336c615f7a..7104a363104a 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.33-SNAPSHOT
+ 9.4.33.v20201020
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 6e3388e71872..4b7678716c96 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.33-SNAPSHOT
+ 9.4.33.v20201020
4.0.0