diff --git a/VERSION.txt b/VERSION.txt
index b285b3c5d1b..bdb4cffeade 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,29 @@
-jetty-9.4.31-SNAPSHOT
+jetty-9.4.31.v20200723 - 23 July 2020
+ + 1100 JSR356 Encoder#init is not called when created on demand
+ + 4736 Update Import-Package version start ranges
+ + 4890 JettyClient behavior when SETTINGS_HEADER_TABLE_SIZE is set to 0 in
+ SETTINGS Frame.
+ + 4904 WebsocketClient creates more connections than needed
+ + 4965 WINDOW_UPDATE for locally failed stream should not close the HTTP/2
+ session
+ + 4967 Possible buffer corruption in HTTP/2 session failures
+ + 4971 Simplify Connection.upgradeFrom()/upgradeTo()
+ + 4976 HttpClient async content throws NPE in DEBUG log
+ + 4981 Incorrect example for TryFilesFilter API docs
+ + 4985 Fix NPE related to use of Attributes.Wrapper getAttributeNameSet()
+ + 4989 Prevent parsing of module-info.class in OSGi bundles
+ + 5000 NPE from Server.dump of FilterMapping
+ + 5013 Bundle-ClassPath and lib place on WEB-INF/lib make classpath duplicate
+ + 5018 WebSocketClient connect / upgrade timeout not configurable
+ + 5019 Automatically hot-reload SSL certificates if keystore file changed
+ + 5020 LifeCycle.Listener not called for Filter/Servlet/Listener lifecycle
+ events
+ + 5025 dispatcher.include() with welcome files lead to stack overflow error
+ + 5053 CWE-331 in DigestAuthentication class
+ + 5057 `javax.servlet.include.context_path` attribute on root context. should
+ be empty string, but is `"/"`
+ + 5064 NotSerializableException for OpenIdConfiguration
+ + 5069 HttpClientTimeoutTests can occasionally fail due to unreachable network
jetty-9.4.30.v20200611 - 11 June 2020
+ 4776 Incorrect path matching for WebSocket using PathMappings
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index 18b4be12ce0..0990f662629 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.31-SNAPSHOT
+ 9.4.31.v20200723
../../pom.xml
4.0.0
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index d4cd09148bb..73f75c86c90 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
../../pom.xml
4.0.0
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index c271a799c09..ac377893d4b 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
apache-jsp
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index c085d406292..ecade1a488a 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 455ed74a64e..6550bd1779f 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 4538fe125e6..05a7a91c8d6 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 957e71689c6..74251f1c271 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 718a5d09d5e..19cb355929a 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index f31b03b5261..90b46b5d2bc 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index c564c84eec7..4073dc9539c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index 1ca72cf1ae3..ff2c2f3a456 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 a37a9da9e8a..b1c606cdce9 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index c2ac55657ac..43b9c522739 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index de7aed7f485..be6d4196422 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index c161381db4a..8551c6552b0 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
index 71473d706ff..af2cf329b56 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
index bdcb9740d68..d4b32a81a42 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index baa59444cd2..134fcb3d8a4 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 6d865a7608f..9f5af7a10b4 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 57a58c2b43d..d9c66f2e8bb 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index acf1dab8b48..4bc9fcd88ad 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index e9e87d39d8f..035aabc6679 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -9,7 +9,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
@@ -53,336 +53,336 @@
org.eclipse.jetty
apache-jsp
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
apache-jstl
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-alpn-client
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-alpn-java-client
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-alpn-java-server
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-alpn-openjdk8-client
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-alpn-openjdk8-server
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-alpn-server
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-annotations
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-ant
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-client
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-continuation
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-deploy
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-distribution
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
zip
org.eclipse.jetty
jetty-distribution
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
tar.gz
org.eclipse.jetty.fcgi
fcgi-client
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.fcgi
fcgi-server
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-home
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
zip
org.eclipse.jetty
jetty-home
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
tar.gz
org.eclipse.jetty
jetty-http
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.http2
http2-client
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.http2
http2-common
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.http2
http2-hpack
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.http2
http2-http-client-transport
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.http2
http2-server
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-http-spi
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
infinispan-common
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
infinispan-remote-query
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
infinispan-embedded-query
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-hazelcast
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-io
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-jaas
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-jaspi
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-jmx
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-jndi
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-nosql
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.osgi
jetty-osgi-boot
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.osgi
jetty-httpservice
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-plus
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-proxy
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-quickstart
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-rewrite
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-security
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-openid
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-server
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-servlet
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-servlets
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-spring
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-unixsocket
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-util
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-util-ajax
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-webapp
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.websocket
javax-websocket-client-impl
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.websocket
javax-websocket-server-impl
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.websocket
websocket-api
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.websocket
websocket-client
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.websocket
websocket-common
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.websocket
websocket-server
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty.websocket
websocket-servlet
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
org.eclipse.jetty
jetty-xml
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index bf0146c9b8f..0dd0ea29e26 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 2243141e474..957d9042ce1 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index d14ba508c2f..cd9547e40ea 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index 5ae521c64bf..2ac319a64c2 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index d239b762e72..44e4b3976e5 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-distribution
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index 0eb10f0eb24..07a4d5ebdf6 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
jetty-documentation
Jetty :: Documentation
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index 9009e311a94..2da9948d9c0 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index d99049a3352..3c13caec6f9 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 56a64bc278a..b8d7fffc982 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 821b7b8b323..d164f83f2d4 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index d36d229b5a0..24ac8f11b96 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index c11384e90a1..67643a05315 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 44a984c40ac..39f5392ae91 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index 427a05a77ec..05423674796 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 65e3a89ca15..decdac18f2a 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-http
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index 87f4bba5388..2d190f51bdc 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index 260191c890f..91ed0bd93ea 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index f722414785e..0f694911445 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index 3d818b2ea1b..f54da813c96 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index ce6f670c4ea..aac9326894f 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index 17f0f6d9c77..e800741eb39 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index f85153db9bb..5391e07a269 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index d77c91c2913..000fcccd7b4 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index 4ace5b285f5..1f4d8eb3de5 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index 695eca10984..ee939207ad4 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index b884f2e7e82..aef9da68f72 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 2624bf74996..4ad0253dc05 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 3d16cb9a7e9..c6259e11b6d 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index aac37e775e3..a78732b5fa2 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 3fd4874655d..dfabf8183d8 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 605c155e3b2..afe18d435ff 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml
index 7e8287090b1..b282df5dc83 100644
--- a/jetty-jmh/pom.xml
+++ b/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 4a8409b6cb1..3b2d9b7cb42 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 6cad5e6cced..9fe6f412c94 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-jndi
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index f7bd3f9010e..9b0fb7c0b9f 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index efa0f235f32..5110e10a8cf 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
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 54396920b91..3d550110b18 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index 9a1e4f41162..ec15b9a9751 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index a3839fa9013..f15074b6b7a 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 3b0b08b3801..6f02ff121f2 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 347564ac3cc..333825d02fb 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 dc879bc09ef..e1f43848bd8 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 af4fc593c2e..1059dc2c769 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.31-SNAPSHOT
+ 9.4.31.v20200723
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index c8876ddbffb..dc66c4357b0 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 38ee8fe2f5c..cd1d2e876fc 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 589af858057..62738f789af 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 84abbfffe74..76e3fc1260e 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 f059bf4317d..ea3c4071b60 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.31-SNAPSHOT
+ 9.4.31.v20200723
../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 3bf193d7d30..a7ad0601925 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 9a34ffe4ad6..e9cbef692ab 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 0ce0b179d2c..5cda92b1172 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.31-SNAPSHOT
+ 9.4.31.v20200723
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index eaf42f2fb55..1d16b49181d 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.31-SNAPSHOT
+ 9.4.31.v20200723
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 325c5e11db1..f5394bf040b 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index 9c8e7b9ef81..13d68c21044 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-proxy
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 6592fdba8ed..8439b850ab1 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
org.eclipse.jetty
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index 2645e47b37f..cf1869b880b 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index e076cd5e69c..2b3d8eb2107 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index b4fc620656a..677445986b7 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index aade3194be1..6ad9b12dc58 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 9ff400dbed2..7771f03bf0e 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 1863a9bc356..1dc7c61f07b 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-servlets
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index f5f11508cde..3841b1d9847 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index b290865f428..ccf1618e27b 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-start
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index ff337abe793..6edef33fbbe 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-unixsocket
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index 41316550118..cb56be1f990 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index bc29b7fa412..5c929793cd5 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index 6c53342a054..35fd8b1dbfe 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
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 621b8422b04..eaa436ad815 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml
index 32180d241b8..6321de9a30b 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml
index 1097adb90f7..599b42216db 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 1201e729cd8..9ae5f16d57b 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index 37bcd7ab121..68538f8b593 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index f6596394c22..d8ebeecd3eb 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index 0083d8e6406..753aa639a3a 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index 672ba71748a..782b28bfee3 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index 10486bde530..c95bf68b9b1 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index d8c14268440..eaaa2ddb11f 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index ca03a78b827..af3a6fbcf9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index 69b32af4922..e2591394380 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.31-SNAPSHOT
+ 9.4.31.v20200723
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index 4c01c68c785..362b89400a1 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.31-SNAPSHOT
+ 9.4.31.v20200723
../pom.xml
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 7d77882c41b..c0440de348e 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index 70e164423cf..914c400f4ae 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 41113932783..25a521444ec 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 a4bfb96f3fc..eb1f572e99b 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 e2cbbb94545..f215540b692 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.31-SNAPSHOT
+ 9.4.31.v20200723
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 284e0ca83cc..885f4156815 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index 45b54c3865d..245c9a12486 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.31-SNAPSHOT
+ 9.4.31.v20200723
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index 3cb3544b052..2b0d0902cb8 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.31-SNAPSHOT
+ 9.4.31.v20200723
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index da9947713c6..879690a8bc6 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 43719ce95ea..20045973027 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 5456fef9eac..39307b83603 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 99093f83b11..c0ee915de38 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 853e196a3b6..d62b1d203d2 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 897c71706a2..ddbb84e2877 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 aff11063ba0..889de5634e6 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 f00f98daafc..65967ba0791 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 c0802400c9c..c8d9b0903fd 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.31-SNAPSHOT
+ 9.4.31.v20200723
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 8358033f918..b7327e18d56 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.31-SNAPSHOT
+ 9.4.31.v20200723
../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 edcac08de77..80ec1131cdd 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index 84f6d5867b5..b81b5921278 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 088501ab815..a90cdb134c1 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index c7ee8037da4..e67eb8e69c5 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 c33ce2225e6..adde1c174d3 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.31-SNAPSHOT
+ 9.4.31.v20200723
../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 854827230d7..c25fa0a601d 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 6717f6cd699..53d6d5240b3 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 d215fafb752..d9443416088 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml
index 07ef89ed9c8..aa6845024a3 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.31-SNAPSHOT
+ 9.4.31.v20200723
../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 4f6367e03dc..5ad8864cd6d 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 9323097f08a..c2f327e8c51 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 895a9b663a6..7d59cf911bc 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 ab0b09cfeba..eb07913df1e 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 25d1d9863dc..05fd70428b0 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.31-SNAPSHOT
+ 9.4.31.v20200723
test-simple-webapp
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index 1970781a3eb..bb72bb525a5 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.31-SNAPSHOT
+ 9.4.31.v20200723
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 ae856e25ea9..454702ac0f1 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.31-SNAPSHOT
+ 9.4.31.v20200723
4.0.0