diff --git a/VERSION.txt b/VERSION.txt
index 6d5a2c2eed82..c3388de3b044 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,6 @@
-jetty-9.4.48-SNAPSHOT
+jetty-9.4.48.v20220622 - 21 June 2022
+ + 8184 All suffix globs except first fail to match if path has . character in
+ prefix
jetty-9.4.47.v20220610 - 10 June 2022
+ 4717 High CPU spikes with jetty winstone threads
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index 310b1e26d578..1134fba84267 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.48-SNAPSHOT
+ 9.4.48.v20220622
../../pom.xml
4.0.0
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index 86f356d962ca..a555b6f26fe8 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
../../pom.xml
4.0.0
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index 008f936c676e..aee2058fc70a 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
apache-jsp
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index 94ea3d409a3a..3c09872b2e85 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 4141c9844cbb..fc6c8e7e8cb1 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 2bf4afc29ce3..530fa2ae7327 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 8bda95547e54..d4be5064128e 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 3079f14dbc51..9bf4e0eaba77 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index ba021ea1826b..f12e9bb0b583 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index 72bf542764ee..f88f1693d377 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index 4ba87416298d..082bd7cb2a1a 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 fc7b01a10c86..670a56d796c0 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index d7b81b11ce0f..04d69311d783 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index 1f643109c034..1b053532e249 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index bf2e2e931d1b..f423946ac6d2 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
index b1cd0d2a5cf1..4727022b1b9d 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
index d56cfc23899b..1ed10d64e6fe 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index becbfd58c9b9..93d1b3bd1668 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index bd9fa71908ba..86307b2f83f0 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 4b1c5d2c089f..e0a2f02a2a1b 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 52835e17c728..2c8fd3a69a1e 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index da6264e110c2..4251f12ce0ac 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -9,7 +9,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
@@ -53,336 +53,336 @@
org.eclipse.jetty
apache-jsp
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
apache-jstl
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-alpn-client
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-alpn-java-client
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-alpn-java-server
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-alpn-openjdk8-client
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-alpn-openjdk8-server
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-alpn-server
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-annotations
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-ant
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-client
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-continuation
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-deploy
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-distribution
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
zip
org.eclipse.jetty
jetty-distribution
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
tar.gz
org.eclipse.jetty.fcgi
fcgi-client
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.fcgi
fcgi-server
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-home
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
zip
org.eclipse.jetty
jetty-home
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
tar.gz
org.eclipse.jetty
jetty-http
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.http2
http2-client
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.http2
http2-common
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.http2
http2-hpack
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.http2
http2-http-client-transport
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.http2
http2-server
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-http-spi
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
infinispan-common
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
infinispan-remote-query
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
infinispan-embedded-query
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-hazelcast
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-io
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-jaas
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-jaspi
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-jmx
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-jndi
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-nosql
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.osgi
jetty-osgi-boot
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.osgi
jetty-httpservice
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-plus
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-proxy
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-quickstart
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-rewrite
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-security
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-openid
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-server
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-servlet
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-servlets
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-spring
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-unixsocket
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-util
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-util-ajax
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-webapp
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.websocket
javax-websocket-client-impl
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.websocket
javax-websocket-server-impl
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.websocket
websocket-api
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.websocket
websocket-client
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.websocket
websocket-common
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.websocket
websocket-server
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty.websocket
websocket-servlet
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
org.eclipse.jetty
jetty-xml
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 129ad9229a16..7d741cfe0d3e 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 72bdf32ef919..69654bb596e2 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index 8eea77ffdc62..b7ec0b921301 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index fcf595890fb6..6cac8ca9e096 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index ce7c3623b5be..4291f7022dda 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-distribution
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index 97e7b8f53ddd..be1ee26c7f50 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index daef1f767ce7..800b9b61ed26 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 24c295e6b69b..878acc4f209d 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 0e4c96af58d0..e94dbe4b4c35 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 675621683f5b..3c6838ee37a9 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index ab948b9d38dc..1420eb6d1c3a 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index a0deb3c639a7..86d60276e301 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 2896c9d2c52f..3f291ced1af5 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index 90b8d6825d96..3f8834c1d711 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 1b87f2936a17..16f47556967b 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-http
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index 4cf4228ec370..6360995335e7 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index f15dc295171c..1c67e3e046d5 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index 67a8c201fe5b..61b194787a03 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index 0a52d6a53a6e..a8586bb5f242 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index 981b1e20e238..3dd7cbe4cd5b 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index 6a492b7e369d..36953a2c6468 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 03d01cf0831f..46affb2a689c 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index 5ffbed45fb98..d7d42f3e195e 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index e90cfe12b638..675bc163798e 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index d44f312ef4c4..01e314ba15bc 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index cfd9dc0b6acc..99e476d3c4b9 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 6c5b1ade9441..6ef321afe263 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 44779b909728..3a4d497f17f2 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index d3f3b775d0b6..30c772750b67 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index e47a68c90a9e..3629dba122e0 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 766a0cc33dc4..05b6464d31cb 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml
index 8451566b359e..a5f037f4e739 100644
--- a/jetty-jmh/pom.xml
+++ b/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 1252b8a1518d..edd1a324bd72 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 78b3ff8cb991..e9c928ae5a34 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-jndi
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index a223d80489d4..d8d0124bf878 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 710e191c8dbb..b8e6a2146829 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
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 bc21ed584b8f..5a6fbff21fcc 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index 5b17c50def44..96f49f84a376 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index b9d963e64d0d..bf7e4587f8e3 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 28c5b65b0907..1b1f3af1626b 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index caf348b81c61..08c7ef77a656 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 560e08f2e6f0..4202623e4036 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 8e0c60356929..c4e434d104ce 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.48-SNAPSHOT
+ 9.4.48.v20220622
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index 7cf1a1783a84..7e74a304394c 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 319b0c24fdc2..b1a29e35f7c6 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 2931c6728879..24ce4b226c5c 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index bcf11e6b289f..4fe3cc53c91f 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 b2e334998728..3785b24a3c41 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.48-SNAPSHOT
+ 9.4.48.v20220622
../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 d35bc17c36b9..733a0f27fecf 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 a5e3b1fe7f3a..2e5037d08eca 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 c0ab607ade9f..1e18aa69c9d9 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.48-SNAPSHOT
+ 9.4.48.v20220622
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index f0b2c95a3abd..9195f1dc5d0e 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.48-SNAPSHOT
+ 9.4.48.v20220622
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 57b6d581079c..0b8fa420a2e9 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index ca9136f010ef..3787c07b1883 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-proxy
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index fec2b771a541..17687f090486 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
org.eclipse.jetty
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index 7bef6c927191..76dc05c71a8a 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 26db06c9328b..88aa7ce87ca0 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index c73fe564978d..63d4bb5bfac4 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index f8e9af346022..e6599bce4448 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 5e98d1591141..6d5becfa0dd8 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 7e8210006a15..c43940e47734 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-servlets
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index 11536f9b0e86..c5447091f764 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index b4fc3af9099a..d5a8c87fd381 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-start
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index ab13259e280b..102010897bbf 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-unixsocket
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index c7195bfb02db..fdbd7495fe26 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index 8271e462859c..654cda6c1357 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index fbec203b8fe7..9d6b96733076 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
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 dd89be843805..bfa84c402d5a 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml
index c0d108e544cf..f0a2682df1e5 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml
index d35c37cc91cf..df395795b2e2 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 27db7fe988bc..8cf21cb9b6f0 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index 8150246b5520..60281047deb5 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index c95a00bf9e89..0987ebdbc77f 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index 81900042b80f..44b1d73b500e 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index a1ae6340caf4..5dcf92128871 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index a2ccc966c092..62699a1f9adc 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index f31d31315102..41de520f86da 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index 7600f67605be..d736d468ad52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index 21a3cbc7657d..6d86195387ed 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index c4778251b2ef..b27468b605f1 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.48-SNAPSHOT
+ 9.4.48.v20220622
../pom.xml
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index e599966999aa..7b8f29c0da83 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index b2422b6f9c02..32f9b7f13f34 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index bb00bb7e142a..1c8ece12bdc5 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 a380737c074a..295912ddbbca 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 7cfd942c460b..0ef07b33ca76 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.48-SNAPSHOT
+ 9.4.48.v20220622
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index a2b8767182b7..9b3bc0658306 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index ffbf6c1b05cb..6a64d3c0a3f9 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.48-SNAPSHOT
+ 9.4.48.v20220622
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index bfe85bec9fd4..4a0cbac2ec09 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.48-SNAPSHOT
+ 9.4.48.v20220622
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index c881af7e8311..b130421371d8 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 fe7c64b82129..f93ac75ca772 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 8c8070424606..a6640ec18972 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 8b172e917a1f..a8f65cf3fa8c 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 64b3842164f6..bdec1306a683 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 47a077be6210..44d725599df1 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 923e31317372..3a075a8d2a23 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 5b08b2355c08..e407fb04d48d 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 2b207e7ba657..5113a701db7f 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.48-SNAPSHOT
+ 9.4.48.v20220622
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 5c8939eb1575..f15298a6ce60 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.48-SNAPSHOT
+ 9.4.48.v20220622
../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 8c4cd5eaa580..c85089acce27 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index d4c9d004c40b..354c49da548d 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index f4bc090197b5..2eb2cf71ba56 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index f8d947ab9ef8..456bd8aa192c 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 c60ef4225d8b..f0826737f91d 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.48-SNAPSHOT
+ 9.4.48.v20220622
../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 6e2ded235f0b..21b7b0fc3cd0 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 2e5262a3d44c..41f578851605 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 96288aa3c33a..c7ebacded764 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml
index 74e6e12d9c99..492d0f4d1321 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.48-SNAPSHOT
+ 9.4.48.v20220622
../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 baa77c289a41..de6bfee201ba 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 d4e0f3614551..c28035109ed1 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 6bc4eab9bd0f..478f4797a5ed 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 378db97031b5..2bf734828e49 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.48-SNAPSHOT
+ 9.4.48.v20220622
Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar
diff --git a/tests/test-webapps/test-simple-session-webapp/pom.xml b/tests/test-webapps/test-simple-session-webapp/pom.xml
index 296ed4d01ce2..c700a326939a 100644
--- a/tests/test-webapps/test-simple-session-webapp/pom.xml
+++ b/tests/test-webapps/test-simple-session-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.48-SNAPSHOT
+ 9.4.48.v20220622
test-simple-session-webapp
diff --git a/tests/test-webapps/test-simple-webapp/pom.xml b/tests/test-webapps/test-simple-webapp/pom.xml
index 245baee8607e..3eef58595b77 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.48-SNAPSHOT
+ 9.4.48.v20220622
test-simple-webapp
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index 692af8d1b135..86e5c8f98a6a 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 11b1de7d3e5f..762c999f895c 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 51f1aa0b0810..c6dbb489d74e 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.48-SNAPSHOT
+ 9.4.48.v20220622
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 aa49218a6c1b..8d97cf0c4c39 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.48-SNAPSHOT
+ 9.4.48.v20220622
4.0.0