diff --git a/VERSION.txt b/VERSION.txt
index 4aba2b753526..b616a9a89ec2 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,11 @@
-jetty-9.4.34-SNAPSHOT
+jetty-9.4.34.v20201102 - 02 November 2020
+ + 5320 Using WebSocketClient with jetty-websocket-httpclient.xml in a Jetty
+ web application causes ClassCastException
+ + 5488 jetty-dir.css not found when using JPMS
+ + 5498 ServletHolder lifecycle correctness
+ + 5521 ResourceCollection NPE in list()
+ + 5535 Support regex in SslContextFactory include/exclude of protocols
+ + 5555 NPE for servlet with no mapping
jetty-9.4.33.v20201020 - 20 October 2020
+ 5022 Cleanup ServletHandler, specifically with respect to making filter
@@ -15,7 +22,7 @@ jetty-9.4.33.v20201020 - 20 October 2020
+ 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
+ + 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
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index a8bb9cc10251..8220204de21c 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.34-SNAPSHOT
+ 9.4.34.v20201102
../../pom.xml
4.0.0
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index c43ae8961a33..4ea53b077a46 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
../../pom.xml
4.0.0
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index 7267eabffc74..f0c948c8609c 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
apache-jsp
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index dcaaa3e2456a..8326711ad5bf 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index a029c7b7d243..bc516653a03f 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 ed8d7115d62e..215bd7f1055c 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 66aaef0c0c91..9e4568f19b0a 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 6e4939131777..1cc07209b7f6 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index 73c32602035f..623cd669d3b5 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index 70fb91b7f622..da6bd76972c0 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index 49c5de240371..182b11be917d 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 11709632c58d..d970721525b0 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index d3db84f311ec..f141fb5296f0 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index d58eb8c1a4d9..671287e7c15a 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index c65fba0db72b..580cef0929e5 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
index 03a0d465d52d..9406aa37f9f7 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
index b3970e41928f..7b1c5e680de6 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index 124ad095a56c..2f387f701f1a 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 1b60f1edd6d9..04fc37fa8caf 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 74bcfa9051c7..82bffad63f17 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 3231c89d015f..a95368849660 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index dd79bb0eeed2..20e2fcba3581 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -9,7 +9,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
@@ -53,336 +53,336 @@
org.eclipse.jetty
apache-jsp
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
apache-jstl
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-alpn-client
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-alpn-java-client
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-alpn-java-server
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-alpn-openjdk8-client
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-alpn-openjdk8-server
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-alpn-server
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-annotations
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-ant
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-client
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-continuation
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-deploy
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-distribution
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
zip
org.eclipse.jetty
jetty-distribution
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
tar.gz
org.eclipse.jetty.fcgi
fcgi-client
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.fcgi
fcgi-server
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-home
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
zip
org.eclipse.jetty
jetty-home
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
tar.gz
org.eclipse.jetty
jetty-http
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.http2
http2-client
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.http2
http2-common
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.http2
http2-hpack
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.http2
http2-http-client-transport
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.http2
http2-server
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-http-spi
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
infinispan-common
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
infinispan-remote-query
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
infinispan-embedded-query
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-hazelcast
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-io
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-jaas
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-jaspi
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-jmx
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-jndi
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-nosql
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.osgi
jetty-osgi-boot
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.osgi
jetty-httpservice
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-plus
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-proxy
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-quickstart
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-rewrite
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-security
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-openid
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-server
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-servlet
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-servlets
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-spring
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-unixsocket
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-util
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-util-ajax
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-webapp
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.websocket
javax-websocket-client-impl
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.websocket
javax-websocket-server-impl
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.websocket
websocket-api
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.websocket
websocket-client
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.websocket
websocket-common
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.websocket
websocket-server
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty.websocket
websocket-servlet
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
org.eclipse.jetty
jetty-xml
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 35f2f4078ef2..eed89d15c944 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 6e190e8e79b7..8e323733a51e 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index 7e502b143b3c..17eafb54b3f7 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index 60a6d83462c2..3ca3fd1ad6f1 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index eedfcd7a258c..e37c16044ad4 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-distribution
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index 6ef6042d2170..1ef087c15853 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
jetty-documentation
Jetty :: Documentation
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index 943dd6f8aaab..eefac290eb65 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index ad845f991d4d..7ec037f70b01 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index a02eba73d9ba..c4427462911d 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 021225cd5b3b..c8c54e843e70 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 238eb8edca72..1061ff2eae22 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index 44714c95c33e..94e150f5b960 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index dc9b3940b638..6267c0047dd5 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index cedb5026ffef..93f906b4cd86 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 7213a20b658b..395c271e0ba0 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-http
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index 3abef984e36a..33cebbcade4a 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index f9a61861d3c7..badb0dddc1fc 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index bca19a00272c..91ca3bff2738 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index c9e535b57531..1a21f5ba175f 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index 7a115afa2e0e..e4b4233bbed5 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index 4dd62f2dcd0a..406a871567cf 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index bfd9743d5d3b..1e4b68415362 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index 5abc71fead17..2c8aec025b60 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index 569b258e358b..fbfea31e7417 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index b33669b6d285..15e8f396cbe2 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index 8c76d5cb9af4..ff8a81ffcae3 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 5f64be1d3688..9920c7c76501 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index d70f47987979..349a1bda8e5b 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index 05c3b919b94d..e163e1925cfa 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index bc47adbe2c33..35c26871a0b8 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index dee2fa03168d..b8c028e0b68f 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml
index 1d5eaf806b73..ce9c693908ea 100644
--- a/jetty-jmh/pom.xml
+++ b/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 15365c97c996..d824ab7b12ab 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 574730befaa3..e1865c894c02 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-jndi
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index 40ece734ded9..68427f51ef1d 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 06f970daff6a..e62fad09b6a7 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
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 9faf06175b9a..8bffef807d75 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index d230706bdbdd..f307ceabc616 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 75a3f2a89d20..4a340fda4d3b 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 763f663ebe1b..be876473aa66 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index a3b92eb0df4f..b5b0a777fad2 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 aaf775bc8049..5dfe99a62d37 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 50ecd9a2f5fd..7dc892061604 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.34-SNAPSHOT
+ 9.4.34.v20201102
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index 02528818ace3..379500e56ee8 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 40f46b8a7ba4..9ed9765e99d2 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index b394d03db510..451eb4f89f36 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 43b99424d73e..1a769c204c66 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 e6fa5b55b811..b19641ae9053 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.34-SNAPSHOT
+ 9.4.34.v20201102
../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 7d0de44c2359..e8940aaad076 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 732e51732ea0..0beaad07682a 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 3a86c3f1a3c8..516a2e190a45 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.34-SNAPSHOT
+ 9.4.34.v20201102
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 6552794ddecc..a6e510fa1671 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.34-SNAPSHOT
+ 9.4.34.v20201102
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 74d54f4bacea..e6fe36d83494 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index 5b5996fdacf2..e3da8476cf6e 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-proxy
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 1c2a49c39c7f..795b30e96c8e 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
org.eclipse.jetty
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index 56997d1ad4f7..3a591e0c129e 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index abc4fa523b23..77740bbf714f 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index a4a619982f70..b94c1dbeafce 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 4e58f516a95b..c5712a12b181 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 4d6dd0df7df3..d7384f8acc63 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index d5eb6cda20fb..42fe102c9301 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-servlets
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index b292f1d60f5d..4dad16313b50 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index faed9c6b4432..6dad94c30711 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-start
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 97418cb7e69f..3fe186bd5947 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-unixsocket
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index b082beb79fbe..941cb8b11b62 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index dc65f9f7ebf5..067a511d2690 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index 8154b7ee84c8..a5c8b7483f95 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
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 43a38067e8b5..79f51febadec 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml
index b037bbd1f5a1..6fc199c0736d 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml
index e25f47d4ef7a..be5ea05925b2 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 25af902913c5..d0dddfdaaa5e 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index e8a7b49e72f4..c2d98aa17f0b 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index 031f3a509b96..b775407fde7f 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index e3d7b715658d..fdcea95dbfbe 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index 678c199e54d5..433dc315f525 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index ea7bbe4f119c..00458d8df525 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index ea6e9ee8538f..efbbf37c2b5e 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index 73d1ccd5b88b..c4dd144087d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index 5a9593494a59..f66a70a9e42d 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index 64af455e2802..20563ea361ae 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.34-SNAPSHOT
+ 9.4.34.v20201102
../pom.xml
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 76326d54c86e..edaf5375eb08 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index b3020edbbc07..9d3b33de0214 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 8365326f36b6..ed3606aabf96 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 cdf9b3f44a54..c9d4fe4614f4 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 57d8efbe003d..f83ed45486de 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.34-SNAPSHOT
+ 9.4.34.v20201102
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 736e848987a2..1d8d5a9a0b67 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index 021ba05eb73d..c64abdfcc8d6 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.34-SNAPSHOT
+ 9.4.34.v20201102
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index db4c32b37f78..df7aa1008819 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.34-SNAPSHOT
+ 9.4.34.v20201102
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 227ca989049e..93d9081b5274 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 2164a3ab542a..0736a17d041c 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 bce88380e4e8..b903f7b9f54f 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 c6da70f57afd..c654fc867cae 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 a76f441b583a..62d62738f0e9 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 d38ef82fb85b..44dd4df2cfd3 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 668e4f5cc93a..6db4e58ffbaf 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 793eb26875b0..8049c252c329 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 36b1adae281e..74326c85abed 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.34-SNAPSHOT
+ 9.4.34.v20201102
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 69c4014557ff..106eb671d807 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.34-SNAPSHOT
+ 9.4.34.v20201102
../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 922b6ada194b..2d7f8134d1ad 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index 394bfbf8c8bf..a394c2335cdb 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 102fb0f39eca..101f1052319b 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index b0a5026f07de..b483e6b4d970 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 1c320f8adb68..197396e0c666 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.34-SNAPSHOT
+ 9.4.34.v20201102
../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 0d30fe3028e3..6c8a4f35e2b2 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 a9d666689fae..258c470c203b 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 2f796578ab70..030b56c58831 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml
index 7c434eb60a00..5800c5ad8308 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.34-SNAPSHOT
+ 9.4.34.v20201102
../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 69857dcb9d76..54739c314b27 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 97118c437ee3..a3655acfe281 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 b0f04aa29e1c..8acd6d42edcf 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 cc8bfc47d5de..e95534d0df52 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.34-SNAPSHOT
+ 9.4.34.v20201102
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 ba7d13d5820f..7e5c3b93ae5f 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.34-SNAPSHOT
+ 9.4.34.v20201102
test-simple-webapp
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index 3f84697ad407..7abc2755ce95 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.34-SNAPSHOT
+ 9.4.34.v20201102
test-webapp-rfc2616
Jetty Tests :: WebApp :: RFC2616
diff --git a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml
index 9f57388e81ed..b7c6ad7a1067 100644
--- a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml
+++ b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/tests/test-webapps/test-websocket-client-webapp/pom.xml b/tests/test-webapps/test-websocket-client-webapp/pom.xml
index d4e41a770eca..1962337b7645 100644
--- a/tests/test-webapps/test-websocket-client-webapp/pom.xml
+++ b/tests/test-webapps/test-websocket-client-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0
diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml
index a72ad4b0d174..7ddacf0d0bbc 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.34-SNAPSHOT
+ 9.4.34.v20201102
4.0.0