diff --git a/VERSION.txt b/VERSION.txt
index fa62c809e35d..628b35ec6aea 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,8 @@
-jetty-9.4.49-SNAPSHOT
+jetty-9.4.49.v20220914 - 14 September 2022
+ + 8414 BlockingArrayQueue drops all contents on drain
+ + 8493 Review HTTP client feature `setRemoveIdleDestinations`
+ + 8578 `getRequestURL` can append "null" if `getRequestURI` is unspecified in
+ an authority-form request-target
jetty-9.4.48.v20220622 - 21 June 2022
+ 8184 All suffix globs except first fail to match if path has . character in
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index 3b42e66d3e7a..43143a48f2b5 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.49-SNAPSHOT
+ 9.4.49.v20220914
../../pom.xml
4.0.0
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index 62e4f1ce50ad..ce47e68c4672 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
../../pom.xml
4.0.0
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index e5ca1cb531f0..9ebfc6d878fb 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
apache-jsp
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index 597dcb23f33c..a6e49e2a47d7 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index d5bd2cb55fd0..108bdf11d1b3 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 833d03159dd8..83858d12b369 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 95f80ed35aca..f5ed534b13d2 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index ad0a779ee251..e66b6594d855 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index 7498d20f000e..7ace54a23062 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index 1f550228269c..484fefff4cb0 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index d44e8b0ad579..2d1d091f6ace 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 3e8be5c5b117..9614ee0b4f3a 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index d059ff42f5c0..c59fcc941609 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index 86c6dddb12a4..1f646822bc37 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index 55126d9d9abd..17419872696c 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
index 2eb2f2c9fae2..4e17662074ef 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
index dc0f19e2bcf0..80e0f1b8b6ac 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index 550c8afd0a10..ac7c08bf2699 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index b55d3b4ebd77..2877b6a2c4b4 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 5d76ecf907fa..816b54bc4379 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index f1e2fc9b4280..4afeddd1fe02 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index 63c68443a1a9..41f30356f314 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -9,7 +9,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
@@ -53,336 +53,336 @@
org.eclipse.jetty
apache-jsp
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
apache-jstl
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-alpn-client
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-alpn-java-client
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-alpn-java-server
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-alpn-openjdk8-client
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-alpn-openjdk8-server
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-alpn-server
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-annotations
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-ant
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-client
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-continuation
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-deploy
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-distribution
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
zip
org.eclipse.jetty
jetty-distribution
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
tar.gz
org.eclipse.jetty.fcgi
fcgi-client
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.fcgi
fcgi-server
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-home
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
zip
org.eclipse.jetty
jetty-home
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
tar.gz
org.eclipse.jetty
jetty-http
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.http2
http2-client
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.http2
http2-common
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.http2
http2-hpack
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.http2
http2-http-client-transport
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.http2
http2-server
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-http-spi
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
infinispan-common
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
infinispan-remote-query
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
infinispan-embedded-query
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-hazelcast
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-io
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-jaas
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-jaspi
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-jmx
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-jndi
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-nosql
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.osgi
jetty-osgi-boot
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.osgi
jetty-httpservice
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-plus
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-proxy
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-quickstart
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-rewrite
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-security
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-openid
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-server
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-servlet
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-servlets
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-spring
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-unixsocket
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-util
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-util-ajax
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-webapp
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.websocket
javax-websocket-client-impl
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.websocket
javax-websocket-server-impl
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.websocket
websocket-api
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.websocket
websocket-client
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.websocket
websocket-common
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.websocket
websocket-server
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty.websocket
websocket-servlet
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
org.eclipse.jetty
jetty-xml
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index bd8b5b0a80e7..aff1aedabceb 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 30d7d85cef08..e5b97a9aecfa 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index b339b6432b6a..fbac01d86833 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index 8b865bf41891..eb1b708bf8c0 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 5fc73380a890..968df9f84804 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-distribution
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index fdbe2ca2b984..cfdb4193d3f6 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index f7c2d762d966..aac5a7de3ea6 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 361280143293..a5a53a78b8bf 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 8c8ec9027a25..40c75ff9e164 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 63968757e365..5d52cc8ac152 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 877471fee027..c9edd4886fd3 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index 15ad99315709..253c15f1f3de 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 65625b52118e..cf00738114cc 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index bc46980dbf69..40bbf90c511a 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 902b72c46af7..296a56b88779 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-http
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index 8c9df56f53a3..00d3c6d0f32f 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index 2f46de16a371..b898cd0f5950 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index fb538488c7f1..fec3ea6e241c 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index 6e64403648d3..1a2386e81e71 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index 4e76ac4e5997..9e31daba5aa2 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index db555be6eee9..4dd43e032a4a 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index f067ae4f4cea..2b480fadd6ec 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index bfbcaad7bb62..a67912f15afb 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index b9adee2fab10..8d6fc3f9bf96 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index 8c0893b517fa..e3e94ca2e36e 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index 45f3ac633f1e..28614d2de7be 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 4d3921997664..8e8889b730c7 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 9f26175f90b8..09924539163b 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index 604816dc3fd6..a2496531688e 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 2231ff245fe4..f9d152c7ebc6 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 588108f75f3a..0765d22e87ea 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml
index 34b036c8c9b9..97f6d38e7bd6 100644
--- a/jetty-jmh/pom.xml
+++ b/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index b2fad6bcd443..4e939ac9c255 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index b314f1c766f6..ecff9c288fdb 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-jndi
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index 86ac566a5938..596072290496 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 1e85eced19a6..d64c3aae1d04 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
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 3c54e7c35a01..987a35ea4bba 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index dce0299db4e6..1b149f9fdd6d 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 8c91e68acc0a..6a352a959796 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index bf3fc786e56c..e8ecee6e95d9 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 013ee0947984..fd4017f677ec 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 d419dced70a3..09f359b9530d 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 81a564c2725f..f8c34417a7c4 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.49-SNAPSHOT
+ 9.4.49.v20220914
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index 74326159b770..79c3420a42e2 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 b2d1e1658b16..4bedbb37eb05 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 0309b22734ce..64b62ac6e1f2 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 6fb921c0a442..c9b3fca4f170 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 ba965f5756c0..b1bafe9cecfe 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.49-SNAPSHOT
+ 9.4.49.v20220914
../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 7035b23ec1a5..345517dd4a17 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 205ebcb4279d..fc4e313fbdb0 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 ccc50363204d..6512c308f479 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.49-SNAPSHOT
+ 9.4.49.v20220914
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 16a958ec9ab7..890a1678d9f0 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.49-SNAPSHOT
+ 9.4.49.v20220914
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 66b68de473b4..5a5009a930a8 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index af976849c789..e8e8c5602e6b 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-proxy
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 32ad67f78be9..a9a243c46486 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
org.eclipse.jetty
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index 9b39ff626ffc..403988a21c13 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 887d2640773d..c6963138d327 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index 63f3f62998cc..adec25c341be 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index dcc8c27277cf..0bfff50edd5b 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 237f8113a317..14a7e021bf7a 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 6de50481ab04..4e2cca1ac324 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-servlets
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index 0b787bc41b88..d2844650bcbf 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index e73b293cee40..fc916df18831 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-start
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 50fba77d0658..c570caaaf42d 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-unixsocket
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index cb77950f10d3..3881648ad6b9 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index a549348a0e0f..aa603bcfbc43 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index 3ffb52cf94e3..d0d98a57ce87 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
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 a99277db15db..59743cc7c312 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml
index 45649d711f97..c71a6c4edff9 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml
index 60921b2e3f21..ed33574c1e24 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index cdad6a9a426c..ed5ee4d70093 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index 5be6018b2783..b6fb9df6042b 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index 1880a932a7e8..11380eb7c2bf 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index b04df1ecd592..26e6d290efb3 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index a5f8e0e518d4..f515b09f72f9 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index 7bf1dedf8763..29e719867c0a 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index b88bf3943279..a4130b2efff1 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index e6c7dadad6f0..ac96ebb254db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index 55ffe3e14bc1..2c045b22a76d 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.49-SNAPSHOT
+ 9.4.49.v20220914
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index 864251c296f4..430c761b00fd 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.49-SNAPSHOT
+ 9.4.49.v20220914
../pom.xml
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 334880a8275c..08f9cacb261e 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index 8380511c30e3..d81ac221102f 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 22a557beccbb..23d9272735c0 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 04560478e061..47eac80d55b9 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 8d3661f91fba..12283691aade 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.49-SNAPSHOT
+ 9.4.49.v20220914
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 391afdc5c6a0..9bfb5cf18ab7 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index d37b5011cee3..ca79781218dc 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.49-SNAPSHOT
+ 9.4.49.v20220914
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index 29bf85defbaf..f586bbbf91d0 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.49-SNAPSHOT
+ 9.4.49.v20220914
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index cdf7739518b4..429bb07a1a3e 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 ce0e3dc233ad..bdbfd2f4b875 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 57080eeff46b..7ca0c8ac2e77 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 4ae7ce6fdb6f..045e6e1d9ee1 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 485e5f448eb7..9ea65ddc9383 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 f1459054a891..0579cd5ec60f 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 4b91411014c6..68f3d5768b72 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 d07510d85fe7..8845f4cf724b 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 93bf755679ed..f89b9e3c3984 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.49-SNAPSHOT
+ 9.4.49.v20220914
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 4a2aa81306b2..c976599e3cb4 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.49-SNAPSHOT
+ 9.4.49.v20220914
../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 893e4dab9b2e..7da83e71153e 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index 266543a887c3..2ddf06fbc6b6 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 002ecc683af0..1de0f4c5166b 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index 19de61c9e5f4..e02b1d2c22dc 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 0cdbf151b336..5d23192a9d58 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.49-SNAPSHOT
+ 9.4.49.v20220914
../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 905da410b1e2..6b70c358c38f 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 d0e9c3185bcf..a4beabc79cc4 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 456b3c7428de..cfe3ef28555b 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml
index 33f8178bbbc1..dd0c22357092 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.49-SNAPSHOT
+ 9.4.49.v20220914
../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 df1bacd0937c..5d263f8beec2 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 59377a848fa8..5d0ef9cb58ec 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 e49796012962..03be38aa35d9 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 bd3a2002ff17..2376ce28bdb2 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 45b226c5a544..dc87084aad68 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 70be9021b60b..04cfb85f49de 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.49-SNAPSHOT
+ 9.4.49.v20220914
test-simple-webapp
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index f0abd3af8ce0..48b57773de53 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 d56e39ca5289..37b6ef0caaf7 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 8f3229938c18..0cb755f5cbce 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.49-SNAPSHOT
+ 9.4.49.v20220914
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 2f430248e5c9..3cc7f46a1d96 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.49-SNAPSHOT
+ 9.4.49.v20220914
4.0.0