diff --git a/VERSION.txt b/VERSION.txt
index c5f5ce782ea0..009f6013f1a1 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,28 @@
-jetty-9.4.29-SNAPSHOT
+jetty-9.4.29.v20200521 - 21 May 2020
+ + 2188 Lock contention creating HTTP/2 streams
+ + 4235 communicate the reason of failure to the OpenID error page
+ + 4695 HttpChannel recycling in h2
+ + 4764 HTTP2 Jetty Server does not send back content-length
+ + 4778 Enforcing SNI when there are only non-wildcards certificates
+ + 4787 Make org.eclipse.jetty.client.HttpRequest's host name writable
+ + 4789 org.eclipse.jetty.util.thread.ShutdownThread should use an appropriate
+ name to identify itself in Thread dump
+ + 4798 Better handling of fatal Selector failures
+ + 4814 Allow a ConnectionFactory (eg SslConnectionFactory) to automatically
+ add a Customizer
+ + 4820 Jetty OSGi DefaultJettyAtJettyHomeHelper refers to non-existent
+ config file
+ + 4824 WebSocket server outgoing message queue memory growth
+ + 4828 NIO ByteBuffer corruption in embedded Jetty server
+ + 4835 GzipHandler and GzipHttpOutputInterceptor do not flush response when
+ body is empty
+ + 4860 org.eclipse.jetty.server.HttpChannel busyloop on HttpFields
+ NullPointerException
+ + 4861 Combine `AttributesMap` and `Attributes.Wrapper`
+ + 4868 Update to asm 7.3.1
+ + 4892 Non-blocking JSON parser
+ + 4895 AbstractSessionCache.setFlushOnResponseCommit(true) can write an
+ invalid session to the backing store
jetty-9.4.28.v20200408 - 08 April 2020
+ 847 Setting async timeout on WebSocketClient does not seem to timeout writes
@@ -8,7 +32,7 @@ jetty-9.4.28.v20200408 - 08 April 2020
+ 4529 ErrorHandler showing servlet info, can not be disabled unless
overriding most of its functionality
+ 4542 servlet context root mapping incorrect
- + 4619 Inconsistent library versions notice.
+ + 4619 Inconsistent library versions notice
+ 4620 Using console-capture with StdErrLog results in empty log file
+ 4621 jetty-jaspi in jetty-all uber aggregate artifact requires
javax.security.auth.message.AuthException which cannot be included
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index 9aa8de61f7dc..5a27d1496980 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.29-SNAPSHOT
+ 9.4.29.v20200521
../../pom.xml
4.0.0
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index c7ba43155b55..1524b48dfc33 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
../../pom.xml
4.0.0
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index d65d9fbcbcc0..2d75087709ae 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
apache-jsp
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index 7ddb0b852a2a..295b9f53d9c3 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 2c9845d26252..46b88407b79d 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 85d699394875..288785f42d53 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 19486ffe6536..040aaec83034 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 799db8013630..f40892d591d9 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index ef0b4eba4618..17734a264f4e 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index 284ef573feee..8d3fc417bc68 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index 8886bd3d421c..bccf8a700db0 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 a6f273200ae9..daef04777621 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index 585cfcec66d6..2f395f4d1edc 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index 17a626e7e11c..c790d1ff1ae9 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index af2f2fbe46eb..341d8b1a99ae 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
index e7b25f6c49f3..423ff07e2ab2 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
index 4a646c4078af..59e1fdfc6878 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index 9d79ac358458..268321da26be 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 5744bbbbf71f..dd35154f804f 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index fe43d65faeb5..6f0b05fad281 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 5bb1b54ea290..f6cb9787b3ff 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index 25fb9d37eb3f..24841e21d35f 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -9,7 +9,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
@@ -53,336 +53,336 @@
org.eclipse.jetty
apache-jsp
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
apache-jstl
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-alpn-client
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-alpn-java-client
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-alpn-java-server
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-alpn-openjdk8-client
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-alpn-openjdk8-server
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-alpn-server
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-annotations
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-ant
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-client
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-continuation
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-deploy
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-distribution
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
zip
org.eclipse.jetty
jetty-distribution
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
tar.gz
org.eclipse.jetty.fcgi
fcgi-client
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.fcgi
fcgi-server
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-home
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
zip
org.eclipse.jetty
jetty-home
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
tar.gz
org.eclipse.jetty
jetty-http
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.http2
http2-client
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.http2
http2-common
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.http2
http2-hpack
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.http2
http2-http-client-transport
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.http2
http2-server
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-http-spi
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
infinispan-common
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
infinispan-remote-query
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
infinispan-embedded-query
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-hazelcast
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-io
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-jaas
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-jaspi
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-jmx
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-jndi
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-nosql
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.osgi
jetty-osgi-boot
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.osgi
jetty-httpservice
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-plus
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-proxy
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-quickstart
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-rewrite
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-security
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-openid
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-server
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-servlet
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-servlets
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-spring
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-unixsocket
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-util
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-util-ajax
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-webapp
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.websocket
javax-websocket-client-impl
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.websocket
javax-websocket-server-impl
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.websocket
websocket-api
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.websocket
websocket-client
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.websocket
websocket-common
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.websocket
websocket-server
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty.websocket
websocket-servlet
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
org.eclipse.jetty
jetty-xml
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 192eeba60029..be078af41ce6 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 76409b9bfa7d..801de2fc76e7 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index 0c1e7a6540d9..9a4b6cc34ae3 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index aac2955999a8..b70712b05292 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 1e60b7b31909..82f2400494df 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-distribution
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index 62da69a54b18..48c07479ec4e 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
jetty-documentation
Jetty :: Documentation
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index 8519df4d6f2e..a0ccde50b094 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 72775eaae08c..82e1cd52e70c 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 93483624a721..3aa170951907 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 07bc061d3191..32ff10ac7da5 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index db7045d9a4a7..f3132c971e9e 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index 33fc3863baa2..d00416504c78 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index e97c7dbf02fd..520e3f1e95fb 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index bc4f4b040bdc..7dd188ad63a8 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index d5c97ec4f16f..db7ec5c56448 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-http
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index d397a5e22d15..db20cb8218bf 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index b57b00b5a245..bb8ca86c7199 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index a8e58c545b77..2a40e9879888 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index add16c2afd15..331304ce56be 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index 3f8490b9ab8e..2c82b6989c62 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index 77eb61f3b350..d94ebad7d882 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index d11f82a9f25c..c1726a2f61bf 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index 620748bdb677..aad511097ace 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index d2555f9d845d..587d3364dd40 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index f33d4474e97a..04602741f6e5 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index 4cb8d9bbb6a9..5d6d55913b43 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 63235a661708..f16050564b79 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 75103e182df9..82db4ae4350f 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index 5efa95c6c7ed..b8eaed018b31 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 72b221acfc55..72f5c92c0687 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index eb3f6deedc17..e25bd8a11f38 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml
index ab479d23d850..46f52e8664eb 100644
--- a/jetty-jmh/pom.xml
+++ b/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 3a650bd610b0..2e44b2b53c5e 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 5a8c24718a22..74b8408491f4 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-jndi
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index c75714cf367c..8c3cbb29e865 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index ff00b926c2dd..55d955a5a996 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
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 270f026712a0..74e2b10d10c4 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index e96cf2d60617..a2ed70b24359 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 8b6c28b4465b..15504b4d1d91 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 32f4dda67156..4f9c95e56834 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 921e25a3a709..6cef6fc11aa9 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 f9214dab3b17..8744773dc2fc 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 ba3721467c06..fd55cc944d58 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.29-SNAPSHOT
+ 9.4.29.v20200521
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index e31b62d64d75..bce0accc623b 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 4d20c4f092a4..dd763ba35684 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index eade9567f7e1..4492f1321f6d 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 5cc2e8d5feae..6ad1567e9344 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 ff6c269a7769..ce7125e83876 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.29-SNAPSHOT
+ 9.4.29.v20200521
../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 1ca62e2f40f0..56cc7c511d03 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
test-jetty-osgi-server
diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
index a2c965a77a27..582bb496d375 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.29-SNAPSHOT
+ 9.4.29.v20200521
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 4bfcd4ea4f83..2b5dc1438c05 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.29-SNAPSHOT
+ 9.4.29.v20200521
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 40959c652587..aa2283f5580d 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index 43cc78553d88..b2d3a2f10bbb 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-proxy
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 8b9619227d0c..a4af19179bab 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
org.eclipse.jetty
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index 2d9265edf066..d51e608017b8 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 4bd673152495..68087d1dee4f 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index 8a74827cb508..9f7e054a7457 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 8e549a01400b..cde53f550cf8 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 54eee174c55f..5ee46f24f08d 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 4a97a896d457..55b095ec4cb2 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-servlets
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index 6bbbbfb87521..050098239eb9 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index e4f9c8adda13..9c34bcd1078e 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-start
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 5f7bfe1722d3..1cc142a97cf5 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-unixsocket
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index bb793877902a..53bdcca695e6 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index 8c4eed9715ee..cf98fb8566bc 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index f405910ae231..275c5febb47d 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
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 045ef095e7b7..b7df9e278607 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml
index abeb0bc434ed..42b3700471c1 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml
index ac4e5befd7be..cf211116780e 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 1215318c6c77..d64de08be04a 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index 975d700d2837..1917cc3671e3 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index a5c7894f1143..0339ce5e92d0 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index ced91037eab2..a8225873a0bc 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index 48ec0c302cc9..fc81d4f36f3a 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index 52759d5c128d..a2bea8efcf42 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 5c1653c42cdf..405b0843332e 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index b8986db6a864..b7d0a991c738 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index c13d4db6ea46..2c399a0c77e0 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.29-SNAPSHOT
+ 9.4.29.v20200521
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index 1494e53b2242..384786bac12a 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.29-SNAPSHOT
+ 9.4.29.v20200521
../pom.xml
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 85d592e07c60..1bbcd8b131ce 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index 55fc990bddc7..2d2acd0842e9 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 6a1feabddbc4..6dc699bae03c 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 5046fcdde62a..918bae001ef0 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 01c5fdc2fe0c..2f0f3d49346d 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.29-SNAPSHOT
+ 9.4.29.v20200521
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 0604c93a4c98..33a2fab6a666 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index e64495991a76..4cf3f85e9e55 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.29-SNAPSHOT
+ 9.4.29.v20200521
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index a748977848b9..3e4cfbfd78cd 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.29-SNAPSHOT
+ 9.4.29.v20200521
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 0ca22dcd1c27..e2a353c045dd 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 b828eb93c937..febc24f80b3f 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 ae19f2de755a..e740ea941b62 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 56db185935a2..a4164dc4f62d 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 ba31c16285f9..f42af52e40c7 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 1b60ce85229b..fe2c887e8d4b 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 2a691adc0f68..f8964fce9b3f 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 ade0d5a343bd..9bacbc7d2596 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 aa45c63cc2af..a534e5df8ee7 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.29-SNAPSHOT
+ 9.4.29.v20200521
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index e69c4c8566a4..4bb674b14690 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.29-SNAPSHOT
+ 9.4.29.v20200521
../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 7a10f068c71f..be0ad0aeae39 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index e170509eff9c..ed58abb0fbee 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index a7e2a1c358c9..a3b84d89b4f9 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index 82adc28bbfcc..d6f2251b982b 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 e37b5b22de67..c7383f610fdf 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.29-SNAPSHOT
+ 9.4.29.v20200521
../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 07c04f866e92..848eae6c11e4 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 0607935a35f4..c9db8291d535 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 a673347d33ec..c6819695b22d 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml
index 884d0b1afabc..acae710987a1 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.29-SNAPSHOT
+ 9.4.29.v20200521
../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 2dec350ab6c1..1e44e3e35815 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 efd55e56e25f..229b3e9558fa 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 71aa95c40665..ede32dfcc05f 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 a225644e50cf..a5e54b009e72 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.29-SNAPSHOT
+ 9.4.29.v20200521
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 ddea1b73710a..16289299d849 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.29-SNAPSHOT
+ 9.4.29.v20200521
test-simple-webapp
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index 11f24e990bd1..3dbc91e74366 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.29-SNAPSHOT
+ 9.4.29.v20200521
test-webapp-rfc2616
Jetty Tests :: WebApp :: RFC2616
diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml
index 32013b4fe89f..69164f00955f 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.29-SNAPSHOT
+ 9.4.29.v20200521
4.0.0