diff --git a/VERSION.txt b/VERSION.txt
index d63bc6a1a49e..fd9ef85847d6 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,8 @@
-jetty-9.4.40-SNAPSHOT
+jetty-9.4.40.v20210413 - 13 April 2021
+ + 6082 SslConnection compacting
+ + 6105 HttpConnection.getBytesIn() incorrect for requests with chunked content
+ + 6148 Jetty start.jar always reports jetty.tag.version as `master`
+ + 6168 Improve handling of unconsumed content
jetty-9.4.39.v20210325 - 25 March 2021
+ 6034 SslContextFactory may select a wildcard certificate during SNI
@@ -7,11 +11,13 @@ jetty-9.4.39.v20210325 - 25 March 2021
+ 6052 Cleanup TypeUtil and ModuleLocation to allow jetty-client/hybrid to
work on Android
+ 6063 Allow override of hazelcast version when using module
- + 6072 jetty server high CPU when client send data length > 17408 - Resolves CVE-2021-28165
+ + 6072 jetty server high CPU when client send data length > 17408 - Resolves
+ CVE-2021-28165
+ 6085 Jetty keeps Sessions in use after "Duplicate valid session cookies"
Message
+ 6101 Normalise ambiguous URIs - Resolves CVE-2021-28164
- + 6102 Exclude webapps directory from deployment scan - Resolves CVE-2021-28163
+ + 6102 Exclude webapps directory from deployment scan - Resolves
+ CVE-2021-28163
jetty-9.4.38.v20210224 - 24 February 2021
+ 4275 Path Normalization/Traversal - Context Matching
@@ -39,8 +45,8 @@ jetty-9.4.37.v20210219 - 19 February 2021
+ 5979 Configurable gzip Etag extension
jetty-9.4.36.v20210114 - 14 January 2021
- + 5310 Jetty Http2 client discards the response frames when there is GOAWAY and
- sends RST_STREAM
+ + 5310 Jetty Http2 client discards the response frames when there is GOAWAY
+ and sends RST_STREAM
+ 5499 Improve temporary buffer usage for WebSocket PerMessageDeflate
+ 5633 Allow to configure HttpClient request authority
+ 5689 Jetty ssl keystorePath doesn't work with absolute path
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index b0155da0ddca..43dbd517d397 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.40-SNAPSHOT
+ 9.4.40.v20210413
../../pom.xml
4.0.0
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index f48a22d5857a..90e42f1de077 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
../../pom.xml
4.0.0
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index a96692ada06e..154ae5a50254 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
apache-jsp
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index f0bbb5f9cd10..b5f453362e5b 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index a9209a715925..6d8dd6668360 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 bd4b08c64ee1..a0a4d1767d29 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index d1e2d72769e4..f59dabca8024 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 907e28eebcfc..bad94c9f19ae 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index 190d76a658a9..c4bc04a1c5ed 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index e97db2ec1dd6..355bb771c162 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index c61c07b298b9..e90542cd73d8 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 893449c8a425..bd2b07b9696d 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index 05fd846fee1d..9063393d4503 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index 4de44afbb345..d8b83f2cc138 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index 3d9ccadf53d8..8936e5eaee4c 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
index c5bb0e7395cb..e4cafcb37fae 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
index f609488a96fb..1d3348116e6f 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index e3d204a6d1ff..93f820c9c033 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 6f5939a87436..f39f43017521 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 3005a23ffd22..fcbb87e6267d 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index be51dcc6bfbe..bc0d35030d51 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index 19ff8c584302..d8ba4c3e21b7 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -9,7 +9,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
@@ -53,336 +53,336 @@
org.eclipse.jetty
apache-jsp
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
apache-jstl
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-alpn-client
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-alpn-java-client
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-alpn-java-server
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-alpn-openjdk8-client
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-alpn-openjdk8-server
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-alpn-server
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-annotations
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-ant
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-client
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-continuation
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-deploy
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-distribution
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
zip
org.eclipse.jetty
jetty-distribution
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
tar.gz
org.eclipse.jetty.fcgi
fcgi-client
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.fcgi
fcgi-server
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-home
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
zip
org.eclipse.jetty
jetty-home
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
tar.gz
org.eclipse.jetty
jetty-http
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.http2
http2-client
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.http2
http2-common
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.http2
http2-hpack
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.http2
http2-http-client-transport
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.http2
http2-server
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-http-spi
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
infinispan-common
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
infinispan-remote-query
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
infinispan-embedded-query
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-hazelcast
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-io
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-jaas
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-jaspi
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-jmx
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-jndi
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-nosql
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.osgi
jetty-osgi-boot
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.osgi
jetty-httpservice
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-plus
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-proxy
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-quickstart
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-rewrite
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-security
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-openid
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-server
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-servlet
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-servlets
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-spring
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-unixsocket
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-util
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-util-ajax
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-webapp
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.websocket
javax-websocket-client-impl
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.websocket
javax-websocket-server-impl
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.websocket
websocket-api
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.websocket
websocket-client
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.websocket
websocket-common
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.websocket
websocket-server
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty.websocket
websocket-servlet
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
org.eclipse.jetty
jetty-xml
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 6d81e7d0977a..57cd11123358 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 701e558187cb..a118598aa7e0 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index 938ff2451df9..8f503520ea08 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index 8fe3303ea252..43d17c9cb4f4 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 4cecf1d39813..a89544df3d4c 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-distribution
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index 257a17d677ac..8b35e3b30845 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index 07230718308d..e27cd99b1f6a 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 62115ea35c6d..2e181404d845 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 06159204ced4..5870a437dafb 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index ce0381435b5a..8935c790cef7 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index fc3cdd9a97ca..2c4b82418e9e 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index 8b5e976e5df6..1155ca3cacab 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index ce092d4363d7..76ccc3a7d4e0 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index c479371085fb..f93c32de4e8e 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 4d0df7b2d308..328b45736bdd 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-http
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index 054c4b947c5d..26b8948905e6 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index 3384c4ebdfcb..dbabe9ac321e 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index f613f3f051a0..132ef55b1163 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index 9926a4c8fd82..7ca4669753d8 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index feb4a3b6c796..ca9d83f374f3 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index d9bb16129779..b5a502ce8dc8 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 3eb930c2b978..5cb837c20e97 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index 380d8cc56650..bf7a2f657d40 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index f9dbab9ecb9d..f95cef142b60 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index a6b3282448fe..df20158ca965 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index 9abb78be15fd..a649116667b6 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 6de46eeb7d9e..ac43a0f10455 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index ca928f1a60b2..69a0f738c0b0 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index a647d2fbf866..c1f5a4c3eab7 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 276a61f6d47c..31878d464555 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 3087f0eb6c87..4376ff0d6b0c 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml
index 3a7ef9df65ab..0822f0c04b14 100644
--- a/jetty-jmh/pom.xml
+++ b/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index fb30b693562f..1fdca01b2ab9 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 101aa97287de..d74aee704a2b 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-jndi
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index e240ad55b00d..8ddf955aa96d 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 804801938921..7a900440eb03 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
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 beeb5cc89456..a380bb18cde6 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index b1bce2424a24..5cee1ce733b0 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index a31253740edf..49e5e34e8d66 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 2945823033fc..143e049f6f5b 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 73f52e28f600..c7db3203a522 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 8e761838c39b..70f2610264e3 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 5b8a3fd17b1f..cd2362f625a5 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.40-SNAPSHOT
+ 9.4.40.v20210413
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index ca669ef9d3f3..60e3238cc54e 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 5926925083a0..b7aa59b88ff7 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 163b8cc92d98..77592ad79d66 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index e6c9ebd575bd..7676b6ed5f60 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 f9c90c1533e9..d36abfe575f1 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.40-SNAPSHOT
+ 9.4.40.v20210413
../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 d750cdfa4237..4153383fc0f2 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 728917996020..5858672376b4 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 8d3cf330949c..729483451cec 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.40-SNAPSHOT
+ 9.4.40.v20210413
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 229728823f47..6b33c4259d0b 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.40-SNAPSHOT
+ 9.4.40.v20210413
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 89b92a1d9caa..3894f5cdf85a 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index 0e6908569cd9..a3587a4f169e 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-proxy
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 109df69744ed..f43696ded683 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
org.eclipse.jetty
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index 3817759ba3cf..83514aec34cd 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 2abf8394168e..962919ebe387 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index 0e16804b4adb..655dc3f44cd4 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 771b83114e9c..267044669703 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 606c57a3dae2..f469e1b77a8a 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 2895accf7ba7..a772f85e64ab 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-servlets
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index 3bfb7173c6f3..93e7457ec90f 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index 520843da97ff..f5e68ae056ee 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-start
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 86547d5e824b..1f2ed674a790 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-unixsocket
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index 963a43847177..c4663a253cff 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index ce11c6ac9c20..c03277413add 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index 86825a1b0035..80f0ec160cec 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
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 3e20c1fb2a88..25e56f2c95a4 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml
index 1abf1a3cd43f..75803c50d491 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml
index 6910e2590728..09b2a5d4c356 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index dba9bf651479..17084471832e 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index b2bd67314a2d..13ada5b74cf0 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index 56545b6feab5..d3e2498b1583 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index 368cba625c65..7e3a00969267 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index 92ff46e37c0e..762b5f0f32c8 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index a265096c81c4..a33d60300fdc 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 17545a0d164a..acdbbe7ba337 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index bd434ad7af3f..2b7514782513 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index 092d8461fb3b..3677603b66a0 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.40-SNAPSHOT
+ 9.4.40.v20210413
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index a6019b6a9340..3823e3c7c66a 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.40-SNAPSHOT
+ 9.4.40.v20210413
../pom.xml
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 8047816a43c9..4d1c0acec7f3 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index e07f393cf45c..55858bc55623 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 8fc9fa645535..f74cc16daf21 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 925cf252cff4..a9a170c68884 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 7d02b07b0f55..4f2a2c4b7bfa 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.40-SNAPSHOT
+ 9.4.40.v20210413
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 241e97e87444..036c10cd7efa 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index f280c3e57e30..cd42c9fdf767 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.40-SNAPSHOT
+ 9.4.40.v20210413
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index 32722e4da163..a76909131a60 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.40-SNAPSHOT
+ 9.4.40.v20210413
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 4f21319e1ae7..b15200a87b23 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 02c71bd5d46b..24b4775ecb38 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 01fe60fbde46..d6ba1b8467ac 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 4400502a6d83..ca7322f8cb55 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 209aab9acfa0..4be9e13d1f51 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 8671ba312c6a..97ee32b9edf0 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 d6683536f1f2..faee1496839f 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 0430684417d6..fa2c9a0c5ee6 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 70f9bf003673..79b6b4fe1f6b 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.40-SNAPSHOT
+ 9.4.40.v20210413
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index c9a7fd23dcdc..72a1b65ba771 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.40-SNAPSHOT
+ 9.4.40.v20210413
../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 922f3bed6d9d..617f4ff49831 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index b1dc01bde9fc..064721806b3a 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 5650dc41b972..e4419cb8ea3c 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index 071a6a189f98..d9f268c6657f 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 5b0dec17ca85..cb2f2c5756e8 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.40-SNAPSHOT
+ 9.4.40.v20210413
../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 f83cde37837d..eab3e2d43736 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 360adc0518fc..baed7472f276 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 344efe2b52a7..849fb36ef23d 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml
index 3cede317bb1f..215fcbb4e062 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.40-SNAPSHOT
+ 9.4.40.v20210413
../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 ee44775288d1..77928c7d9581 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 ba3411c05f92..0a5b222b0d6e 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 d0ae3e383597..ebb65cf48c75 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 4d9830bd7820..2bb550d65114 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.40-SNAPSHOT
+ 9.4.40.v20210413
Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar
diff --git a/tests/test-webapps/test-simple-webapp/pom.xml b/tests/test-webapps/test-simple-webapp/pom.xml
index f86877d78623..c27b5dea80ce 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.40-SNAPSHOT
+ 9.4.40.v20210413
test-simple-webapp
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index 59423f1eb011..f8cdadf62278 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 08d814735d34..bea1b63bdf82 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 ec08522f859b..f022bc726fc9 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.40-SNAPSHOT
+ 9.4.40.v20210413
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 39402278db27..e25085e442e8 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.40-SNAPSHOT
+ 9.4.40.v20210413
4.0.0