diff --git a/VERSION.txt b/VERSION.txt
index 75dafd744498..5733a6e2c42d 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,10 @@
-jetty-11.0.21-SNAPSHOT
+jetty-11.0.21 - 14 May 2024
+ + 10805 Jetty response with an invalid HTTP2 packet if the client set the
+ hpack table size as 0
+ + 11527 Reduce ByteBuffer churning in HttpOutput
+ + 11634 Socks5Proxy does not support IP addresses with IP segments above 127
+ + 11656 Upgrade jetty-quiche-native to version 0.21.0
+ + 11782 HttpExchange retained by HttpSenderOverHTTP which caused memory leak
jetty-11.0.20 - 29 January 2024
+ 11081 Dropped WebSocket messages due to race condition in WebSocket frame
@@ -15,7 +21,7 @@ jetty-9.4.54.v20240208 - 08 February 2024
+ 11259 HTTP/2 connection not closed after idle timeout when TCP congested
(CVE-2024-22201)
+ 11389 Strip default ports on ws/wss scheme uris too
-
+
jetty-11.0.19 - 15 December 2023
+ 9900 Improve `Request.getBeginNanoTime()` accuracy
+ 10812 jetty-deploy has unnecessary dependency on awaitility/hamcrest pulled
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index 2033d2bdd10d..03609c11fb30 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
apache-jsp
Jetty :: Apache JSP Implementation
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 24b98a4348d3..9e31dc6ebb03 100644
--- a/build-resources/pom.xml
+++ b/build-resources/pom.xml
@@ -8,7 +8,7 @@
-->
org.eclipse.jetty
build-resources
- 11.0.21-SNAPSHOT
+ 11.0.21
jar
Jetty :: Build Resources
diff --git a/demos/demo-async-rest/demo-async-rest-jar/pom.xml b/demos/demo-async-rest/demo-async-rest-jar/pom.xml
index 51221eb12fef..b9d8c4beb676 100644
--- a/demos/demo-async-rest/demo-async-rest-jar/pom.xml
+++ b/demos/demo-async-rest/demo-async-rest-jar/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.demos
demo-async-rest-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demo-async-rest-jar
jar
diff --git a/demos/demo-async-rest/demo-async-rest-server/pom.xml b/demos/demo-async-rest/demo-async-rest-server/pom.xml
index f7e34fddfe8f..55c2a600d865 100644
--- a/demos/demo-async-rest/demo-async-rest-server/pom.xml
+++ b/demos/demo-async-rest/demo-async-rest-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.demos
demo-async-rest-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demo-async-rest-server
jar
diff --git a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml
index ee81944a9d28..8242b0003726 100644
--- a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml
+++ b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.demos
demo-async-rest-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demo-async-rest-webapp
war
diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml
index ad6463150d3a..294bb5c4083d 100644
--- a/demos/demo-async-rest/pom.xml
+++ b/demos/demo-async-rest/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demo-async-rest-parent
pom
diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml
index be54c474a877..90642b8e4b7e 100644
--- a/demos/demo-jaas-webapp/pom.xml
+++ b/demos/demo-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demo-jaas-webapp
war
diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml
index 9f931a92e7a1..3c371a14c999 100644
--- a/demos/demo-jetty-webapp/pom.xml
+++ b/demos/demo-jetty-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
../pom.xml
demo-jetty-webapp
diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml
index 4268a4d45e65..f8f21ff1d186 100644
--- a/demos/demo-jndi-webapp/pom.xml
+++ b/demos/demo-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demo-jndi-webapp
war
diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml
index c825f14dacc1..f06992e26d74 100644
--- a/demos/demo-jsp-webapp/pom.xml
+++ b/demos/demo-jsp-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demo-jsp-webapp
war
diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml
index 135281980c9b..6ac79eb2b3c8 100644
--- a/demos/demo-mock-resources/pom.xml
+++ b/demos/demo-mock-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demo-mock-resources
jar
diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml
index 10f231df2daa..52c38bdabaf5 100644
--- a/demos/demo-proxy-webapp/pom.xml
+++ b/demos/demo-proxy-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demo-proxy-webapp
war
diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml
index 994d7cdb634e..afeb46586b29 100644
--- a/demos/demo-simple-webapp/pom.xml
+++ b/demos/demo-simple-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demo-simple-webapp
war
diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml
index fdfba76a3620..1b90a3c914b7 100644
--- a/demos/demo-spec/demo-container-initializer/pom.xml
+++ b/demos/demo-spec/demo-container-initializer/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
../../pom.xml
demo-container-initializer
diff --git a/demos/demo-spec/demo-spec-webapp/pom.xml b/demos/demo-spec/demo-spec-webapp/pom.xml
index f9b64aee8f78..75ac4a40740e 100644
--- a/demos/demo-spec/demo-spec-webapp/pom.xml
+++ b/demos/demo-spec/demo-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
../../pom.xml
demo-spec-webapp
diff --git a/demos/demo-spec/demo-web-fragment/pom.xml b/demos/demo-spec/demo-web-fragment/pom.xml
index f6c7e12fe125..1b6fee475a82 100644
--- a/demos/demo-spec/demo-web-fragment/pom.xml
+++ b/demos/demo-spec/demo-web-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
../../pom.xml
demo-web-fragment
diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml
index b7244169277c..2187a850fcc1 100644
--- a/demos/demo-spec/pom.xml
+++ b/demos/demo-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demo-spec
pom
diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml
index dd4a36f45470..7452d4906911 100644
--- a/demos/embedded/pom.xml
+++ b/demos/embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
demos-jetty-embedded
Demo :: Embedded Jetty
diff --git a/demos/pom.xml b/demos/pom.xml
index 93426130bfe9..99c460e7bf10 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.demos
demos-parent
diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml
index 61713a9d5495..352f12d52c93 100644
--- a/documentation/jetty-asciidoctor-extensions/pom.xml
+++ b/documentation/jetty-asciidoctor-extensions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.documentation
documentation-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-asciidoctor-extensions
jar
diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml
index 56cb582b42af..5174d180751e 100644
--- a/documentation/jetty-documentation/pom.xml
+++ b/documentation/jetty-documentation/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.documentation
documentation-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-documentation
jar
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 0fd1b781c831..bc6789708216 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.documentation
documentation-parent
diff --git a/glassfish-jstl/pom.xml b/glassfish-jstl/pom.xml
index 532ae78dadd0..9d85f24ce193 100644
--- a/glassfish-jstl/pom.xml
+++ b/glassfish-jstl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
glassfish-jstl
jar
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index 7515ee30435c..86838a22155f 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
javadoc
jar
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index 347c08251ddd..dd5cf745d66a 100644
--- a/jetty-alpn/jetty-alpn-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-alpn-client
Jetty :: ALPN :: Client
diff --git a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
index 93679e1ced01..cc41699b3f87 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-alpn-conscrypt-client
Jetty :: ALPN :: Conscrypt Client Implementation
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index df950d662877..3572120cf5e2 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-alpn-conscrypt-server
Jetty :: ALPN :: Conscrypt Server Implementation
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index 4ff75335f953..623caccb1ab6 100644
--- a/jetty-alpn/jetty-alpn-java-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-alpn-java-client
Jetty :: ALPN :: JDK9 Client Implementation
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index e73eef7829a2..2656f0f46f82 100644
--- a/jetty-alpn/jetty-alpn-java-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-alpn-java-server
Jetty :: ALPN :: JDK9 Server Implementation
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index 59a24195b026..7c5f82af7af2 100644
--- a/jetty-alpn/jetty-alpn-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-alpn-server
Jetty :: ALPN :: Server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 08151111375f..dc7cafcffd97 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-alpn-parent
pom
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 2b23305786f3..0c43b160debe 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-annotations
Jetty :: Servlet Annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index c2bee84abb93..dbc4ae649bb2 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-ant
jar
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index 505fab29b622..b7320e808083 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-bom
@@ -18,409 +18,409 @@
org.eclipse.jetty
apache-jsp
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
glassfish-jstl
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
infinispan-common
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
infinispan-embedded-query
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
infinispan-remote-query
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-alpn-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-alpn-java-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-alpn-java-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-alpn-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-annotations
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-ant
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-cdi
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-deploy
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-hazelcast
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-home
- 11.0.21-SNAPSHOT
+ 11.0.21
zip
org.eclipse.jetty
jetty-home
- 11.0.21-SNAPSHOT
+ 11.0.21
tar.gz
org.eclipse.jetty
jetty-http
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-http-spi
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-io
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-jaas
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-jaspi
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-jmx
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-jndi
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-keystore
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-nosql
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-openid
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-plus
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-proxy
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-quickstart
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-rewrite
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-security
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-servlet
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-servlets
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-slf4j-impl
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-unixdomain-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-unixsocket-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-unixsocket-common
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-unixsocket-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-util
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-util-ajax
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-webapp
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-xml
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.fcgi
fcgi-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.fcgi
fcgi-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http2
http2-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http2
http2-common
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http2
http2-hpack
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http2
http2-http-client-transport
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http2
http2-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http3
http3-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http3
http3-common
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http3
http3-http-client-transport
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http3
http3-qpack
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http3
http3-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.osgi
jetty-httpservice
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.osgi
jetty-osgi-alpn
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.osgi
jetty-osgi-boot
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.quic
quic-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.quic
quic-common
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.quic
quic-quiche-common
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.quic
quic-quiche-jna
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.quic
quic-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-core-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-core-common
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-core-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-jakarta-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-jakarta-common
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-jakarta-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-jetty-api
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-jetty-client
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-jetty-common
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-jetty-server
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-servlet
- 11.0.21-SNAPSHOT
+ 11.0.21
@@ -472,7 +472,7 @@
org.eclipse.jetty.quic
quic-quiche-foreign-incubator
- 11.0.21-SNAPSHOT
+ 11.0.21
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 545c3a36b894..550e529ff9f2 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
jetty-cdi
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 6d6dcf16f912..433f4b4ee438 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-client
Jetty :: Asynchronous HTTP Client
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index f3352e30b1f2..103072abb793 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-deploy
Jetty :: Deployers
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index f85f982ace28..8333383f0a1b 100644
--- a/jetty-fcgi/fcgi-client/pom.xml
+++ b/jetty-fcgi/fcgi-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.fcgi
fcgi-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
fcgi-client
Jetty :: FastCGI :: Client
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index a03632789785..0d152ce8907b 100644
--- a/jetty-fcgi/fcgi-server/pom.xml
+++ b/jetty-fcgi/fcgi-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.fcgi
fcgi-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
fcgi-server
Jetty :: FastCGI :: Server
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index c96071c37680..c6a94a8eddd2 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.fcgi
fcgi-parent
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index eff40bf86b9c..414108d7f8f7 100644
--- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
+++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.gcloud
gcloud-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-gcloud-session-manager
Jetty :: GCloud :: Session Manager
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index fbd66d5c9f50..f11bf69e3e33 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.gcloud
gcloud-parent
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index 84e2e5cf8e22..a61b37655ef6 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-hazelcast
Jetty :: Hazelcast Session Manager
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index dce557d2dc8f..fd4f72cf0f8d 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-home
pom
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index 8cb607a0daab..6ea343e40fc3 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-http-spi
Jetty :: Http Service Provider Interface
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index b2bcfc796753..edef69b20eb2 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-http
Jetty :: Http Utility
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index addd4e168658..ca57cd508886 100644
--- a/jetty-http2/http2-client/pom.xml
+++ b/jetty-http2/http2-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
http2-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
http2-client
Jetty :: HTTP2 :: Client
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index 740e719df080..4ca276aafaef 100644
--- a/jetty-http2/http2-common/pom.xml
+++ b/jetty-http2/http2-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
http2-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
http2-common
Jetty :: HTTP2 :: Common
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index f76b5d61cc26..199228d8120a 100644
--- a/jetty-http2/http2-hpack/pom.xml
+++ b/jetty-http2/http2-hpack/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
http2-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
http2-hpack
Jetty :: HTTP2 :: HPACK
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index 9c48db4b823f..f0d1d12ff78a 100644
--- a/jetty-http2/http2-http-client-transport/pom.xml
+++ b/jetty-http2/http2-http-client-transport/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
http2-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
http2-http-client-transport
Jetty :: HTTP2 :: HTTP Client Transport
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index bb2f0b8d0e4f..9a5e9b385651 100644
--- a/jetty-http2/http2-server/pom.xml
+++ b/jetty-http2/http2-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
http2-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
http2-server
Jetty :: HTTP2 :: Server
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 6fb1e97762dd..b1ac9c9acb91 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http2
http2-parent
diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml
index ad4a5e79a550..ca0ec1d9c73a 100644
--- a/jetty-http3/http3-client/pom.xml
+++ b/jetty-http3/http3-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
http3-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
http3-client
Jetty :: HTTP3 :: Client
diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml
index 873d5933d34b..8dbd9c4c9936 100644
--- a/jetty-http3/http3-common/pom.xml
+++ b/jetty-http3/http3-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
http3-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
http3-common
Jetty :: HTTP3 :: Common
diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml
index d204aca356b3..a4df402bae61 100644
--- a/jetty-http3/http3-http-client-transport/pom.xml
+++ b/jetty-http3/http3-http-client-transport/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
http3-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
http3-http-client-transport
Jetty :: HTTP3 :: HTTP Client Transport
diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml
index 0ab2e6ea8784..99ecfd7fbdf3 100644
--- a/jetty-http3/http3-qpack/pom.xml
+++ b/jetty-http3/http3-qpack/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
http3-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
http3-qpack
Jetty :: HTTP3 :: QPACK
diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml
index 1afcd04a0f90..45151b44af93 100644
--- a/jetty-http3/http3-server/pom.xml
+++ b/jetty-http3/http3-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
http3-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
http3-server
Jetty :: HTTP3 :: Server
diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml
index 1c74e615b953..a9531a35e6ae 100644
--- a/jetty-http3/http3-tests/pom.xml
+++ b/jetty-http3/http3-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
http3-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
http3-tests
Jetty :: HTTP3 :: Tests
diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml
index 32df52edf0e2..7fe5a7b5b8ce 100644
--- a/jetty-http3/pom.xml
+++ b/jetty-http3/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.http3
http3-parent
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index addd3f6780cd..1b66a31e2830 100644
--- a/jetty-infinispan/infinispan-common/pom.xml
+++ b/jetty-infinispan/infinispan-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
infinispan-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
infinispan-common
Jetty :: Infinispan Session Manager Common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index 722a00dda6db..093b05df7666 100644
--- a/jetty-infinispan/infinispan-embedded-query/pom.xml
+++ b/jetty-infinispan/infinispan-embedded-query/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
infinispan-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
infinispan-embedded-query
Jetty :: Infinispan Session Manager Embedded with Querying
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index 769ce46231ca..77576e1e963f 100644
--- a/jetty-infinispan/infinispan-embedded/pom.xml
+++ b/jetty-infinispan/infinispan-embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
infinispan-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
infinispan-embedded
pom
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index c6e37f5af878..1a7df9106c0e 100644
--- a/jetty-infinispan/infinispan-remote-query/pom.xml
+++ b/jetty-infinispan/infinispan-remote-query/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
infinispan-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
infinispan-remote-query
Jetty :: Infinispan Session Manager Remote with Querying
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 70b9b9bb03c2..efe1515a562b 100644
--- a/jetty-infinispan/infinispan-remote/pom.xml
+++ b/jetty-infinispan/infinispan-remote/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
infinispan-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
infinispan-remote
pom
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index d58890ff7d2b..64394d5d0286 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty
infinispan-parent
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index f6b71bb38311..961abd9cc746 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-io
Jetty :: IO Utility
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 36f7b470ac26..28d36c1fe415 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-jaas
Jetty :: JAAS
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index b58a20a1c140..29cb5c34af34 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-jaspi
Jetty :: JASPI Security
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 937f8d15ce06..8ca6878d1be7 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-jmx
Jetty :: JMX Management
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index e4da5e751ab7..e68a772d1b22 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-jndi
Jetty :: JNDI Naming
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index 4a5f6bbc26c8..ef7f9ecafc14 100644
--- a/jetty-jspc-maven-plugin/pom.xml
+++ b/jetty-jspc-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-jspc-maven-plugin
maven-plugin
diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml
index 6693a9cd0bcb..3130b70d8478 100644
--- a/jetty-keystore/pom.xml
+++ b/jetty-keystore/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-keystore
jar
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index cfe69d3c0e1e..e9f922d896ea 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-maven-plugin
maven-plugin
diff --git a/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-memcached/jetty-memcached-sessions/pom.xml
index 7f3022506b6b..b3af04ed3ca9 100644
--- a/jetty-memcached/jetty-memcached-sessions/pom.xml
+++ b/jetty-memcached/jetty-memcached-sessions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.memcached
memcached-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-memcached-sessions
Jetty :: Memcached :: Sessions
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index 86d0d9312ff0..dd3a80c1410b 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.memcached
memcached-parent
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index c688a6e99090..624806ad935a 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-nosql
Jetty :: NoSQL Session Managers
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 288ad559536a..a1ece05d8cdc 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-openid
Jetty :: OpenID
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index dc4b21a66289..cb4ba05836fc 100644
--- a/jetty-osgi/jetty-osgi-alpn/pom.xml
+++ b/jetty-osgi/jetty-osgi-alpn/pom.xml
@@ -7,7 +7,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-osgi-alpn
jar
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
index 08e2459ffa59..1a3c51306f89 100644
--- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-osgi-boot-jsp
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 880a6c38971a..7c539408ca56 100644
--- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 11.0.21-SNAPSHOT
+ 11.0.21
../pom.xml
jetty-osgi-boot-warurl
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index 2e71c49a8c51..bfac772632f1 100644
--- a/jetty-osgi/jetty-osgi-boot/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-osgi-boot
Jetty :: OSGi :: Boot
diff --git a/jetty-osgi/jetty-osgi-httpservice/pom.xml b/jetty-osgi/jetty-osgi-httpservice/pom.xml
index eb4db15b947a..7544b3315827 100644
--- a/jetty-osgi/jetty-osgi-httpservice/pom.xml
+++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-httpservice
Jetty :: OSGi :: HttpService
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index c5d3d7e579f8..eff3c8ba6f5c 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.osgi
jetty-osgi-project
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index f2f822114fa0..757220780ad8 100644
--- a/jetty-osgi/test-jetty-osgi-context/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-context/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 11.0.21-SNAPSHOT
+ 11.0.21
test-jetty-osgi-context
Jetty :: OSGi :: Test Context
diff --git a/jetty-osgi/test-jetty-osgi-fragment/pom.xml b/jetty-osgi/test-jetty-osgi-fragment/pom.xml
index 15e245df4e88..85ef1f6b7977 100644
--- a/jetty-osgi/test-jetty-osgi-fragment/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 11.0.21-SNAPSHOT
+ 11.0.21
../pom.xml
test-jetty-osgi-fragment
diff --git a/jetty-osgi/test-jetty-osgi-server/pom.xml b/jetty-osgi/test-jetty-osgi-server/pom.xml
index 79f1f7582f5d..9e8144d1002c 100644
--- a/jetty-osgi/test-jetty-osgi-server/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 11.0.21-SNAPSHOT
+ 11.0.21
test-jetty-osgi-server
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 9595e2fc6fb0..38cb703a193c 100644
--- a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 11.0.21-SNAPSHOT
+ 11.0.21
test-jetty-osgi-webapp-resources
war
diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
index a26d631beb20..e2311893f04a 100644
--- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 11.0.21-SNAPSHOT
+ 11.0.21
../pom.xml
test-jetty-osgi-webapp
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 0cfafc218714..61deda151001 100644
--- a/jetty-osgi/test-jetty-osgi/pom.xml
+++ b/jetty-osgi/test-jetty-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 11.0.21-SNAPSHOT
+ 11.0.21
../pom.xml
test-jetty-osgi
diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml
index 3d339c9fd482..e0fafe809b70 100644
--- a/jetty-p2/pom.xml
+++ b/jetty-p2/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-p2
pom
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 28d9614dcebb..67a9cab8bd9f 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-plus
Jetty :: Plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index beb40eaae300..3a5e2414f07e 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-proxy
Jetty :: Proxy
diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml
index 0ce41e33dddf..9d4b9eb45b2c 100644
--- a/jetty-quic/pom.xml
+++ b/jetty-quic/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.quic
quic-parent
diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml
index 52ce031e6a3f..5b5f5c1c230f 100644
--- a/jetty-quic/quic-client/pom.xml
+++ b/jetty-quic/quic-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
quic-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
quic-client
Jetty :: QUIC :: Client
diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml
index 308640e52289..4774e7f4f776 100644
--- a/jetty-quic/quic-common/pom.xml
+++ b/jetty-quic/quic-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
quic-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
quic-common
Jetty :: QUIC :: Common
diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml
index ed0660c4cab3..a2cf6c4f302b 100644
--- a/jetty-quic/quic-quiche/pom.xml
+++ b/jetty-quic/quic-quiche/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
quic-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
quic-quiche
pom
diff --git a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml
index 3a55fc057945..ecc40a1b2733 100644
--- a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml
+++ b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
quic-quiche
- 11.0.21-SNAPSHOT
+ 11.0.21
quic-quiche-common
Jetty :: QUIC :: Quiche :: Common
diff --git a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml
index 4e9813462158..c67c46fb8f23 100644
--- a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml
+++ b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
quic-quiche
- 11.0.21-SNAPSHOT
+ 11.0.21
quic-quiche-foreign-incubator
Jetty :: QUIC :: Quiche :: Foreign Binding (incubator)
diff --git a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml
index d17a080946cc..a1478d9aabe9 100644
--- a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml
+++ b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
quic-quiche
- 11.0.21-SNAPSHOT
+ 11.0.21
quic-quiche-jna
Jetty :: QUIC :: Quiche :: JNA Binding
diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml
index ef2bd139c1e3..f7a0fd98ecba 100644
--- a/jetty-quic/quic-server/pom.xml
+++ b/jetty-quic/quic-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
quic-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
quic-server
Jetty :: QUIC :: Server
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 255f3b2f4694..d2179bd6cc3b 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-quickstart
Jetty :: Quick Start
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index c1a064b9b732..063499a39ea4 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-rewrite
Jetty :: Rewrite Handler
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index d6e1d1d7048b..06bd807e8f6a 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-runner
Jetty :: Runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index bd4affc196bc..ab0b2776b17e 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-security
Jetty :: Security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 0ebc11367f80..f22986e71cbf 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-server
Jetty :: Server Core
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index c51854c6f369..8f9db04cb942 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-servlet
Jetty :: Servlet Handling
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 302b065201a1..c0a051260b9e 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-servlets
Jetty :: Utility Servlets and Filters
diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml
index 203461e7ad30..691a538d147c 100644
--- a/jetty-slf4j-impl/pom.xml
+++ b/jetty-slf4j-impl/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-slf4j-impl
Jetty :: Slf4j Implementation
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index f5cde728af1b..f0daa085abcd 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-start
Jetty :: Start
diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml
index 2f3497f5b9ff..56d209c4d92b 100644
--- a/jetty-unixdomain-server/pom.xml
+++ b/jetty-unixdomain-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-unixdomain-server
Jetty :: Unix-Domain Sockets :: Server
diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml
index 2550089eaaa2..4e9777ef29df 100644
--- a/jetty-unixsocket/jetty-unixsocket-client/pom.xml
+++ b/jetty-unixsocket/jetty-unixsocket-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-unixsocket
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-unixsocket-client
Jetty :: UnixSocket :: Client
diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml
index b7bb22a1554c..9a1a370711d8 100644
--- a/jetty-unixsocket/jetty-unixsocket-common/pom.xml
+++ b/jetty-unixsocket/jetty-unixsocket-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-unixsocket
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-unixsocket-common
Jetty :: UnixSocket :: Common
diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml
index 730446b17944..274fade707fd 100644
--- a/jetty-unixsocket/jetty-unixsocket-server/pom.xml
+++ b/jetty-unixsocket/jetty-unixsocket-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-unixsocket
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-unixsocket-server
Jetty :: UnixSocket :: Server
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 3164513f08a4..f1f0eecef59c 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-unixsocket
pom
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index 4c916e3f6227..e0a0421fdcab 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-util-ajax
Jetty :: Utilities :: Ajax(JSON)
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index 30c6a57dd0cb..22284e2e56ed 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-util
Jetty :: Utilities
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index 46d72bdb50b0..4df055a0ef31 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-webapp
Jetty :: Webapp Application Support
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 29bf781fd009..514c72c7d374 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
org.eclipse.jetty.websocket
websocket-parent
diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml
index b3c595dd323c..cc755270a07d 100644
--- a/jetty-websocket/websocket-core-client/pom.xml
+++ b/jetty-websocket/websocket-core-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-core-client
Jetty :: Websocket :: Core :: Client
diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml
index 008a28c5b579..67e6a62f306a 100644
--- a/jetty-websocket/websocket-core-common/pom.xml
+++ b/jetty-websocket/websocket-core-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-core-common
Jetty :: Websocket :: Core :: Common
diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml
index 36ec96e9bd2e..2db9e3c4e090 100644
--- a/jetty-websocket/websocket-core-server/pom.xml
+++ b/jetty-websocket/websocket-core-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-core-server
Jetty :: Websocket :: Core :: Server
diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml
index a78a9d28a099..e77ba6fc7114 100644
--- a/jetty-websocket/websocket-core-tests/pom.xml
+++ b/jetty-websocket/websocket-core-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-core-tests
Jetty :: Websocket :: Core :: Tests
diff --git a/jetty-websocket/websocket-jakarta-client/pom.xml b/jetty-websocket/websocket-jakarta-client/pom.xml
index 7cc461167535..0b157721fac2 100644
--- a/jetty-websocket/websocket-jakarta-client/pom.xml
+++ b/jetty-websocket/websocket-jakarta-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-jakarta-client
Jetty :: Websocket :: jakarta.websocket :: Client
diff --git a/jetty-websocket/websocket-jakarta-common/pom.xml b/jetty-websocket/websocket-jakarta-common/pom.xml
index 1fdcbbb8128f..111ad82611cc 100644
--- a/jetty-websocket/websocket-jakarta-common/pom.xml
+++ b/jetty-websocket/websocket-jakarta-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-jakarta-common
Jetty :: Websocket :: jakarta.websocket :: Common
diff --git a/jetty-websocket/websocket-jakarta-server/pom.xml b/jetty-websocket/websocket-jakarta-server/pom.xml
index 44dd7510fe35..b8f247b83915 100644
--- a/jetty-websocket/websocket-jakarta-server/pom.xml
+++ b/jetty-websocket/websocket-jakarta-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-jakarta-server
Jetty :: Websocket :: jakarta.websocket :: Server
diff --git a/jetty-websocket/websocket-jakarta-tests/pom.xml b/jetty-websocket/websocket-jakarta-tests/pom.xml
index 5701ba020fe4..e0040f4dd2bd 100644
--- a/jetty-websocket/websocket-jakarta-tests/pom.xml
+++ b/jetty-websocket/websocket-jakarta-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-jakarta-tests
Jetty :: Websocket :: jakarta.websocket :: Tests
diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml
index e30602b8c104..8a9c47c5d763 100644
--- a/jetty-websocket/websocket-jetty-api/pom.xml
+++ b/jetty-websocket/websocket-jetty-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-jetty-api
Jetty :: Websocket :: org.eclipse.jetty.websocket :: API
diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml
index 23e7528b719b..47ed358d3bdb 100644
--- a/jetty-websocket/websocket-jetty-client/pom.xml
+++ b/jetty-websocket/websocket-jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-jetty-client
Jetty :: Websocket :: org.eclipse.jetty.websocket :: Client
diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml
index 08e37151f963..cfc231bdcba8 100644
--- a/jetty-websocket/websocket-jetty-common/pom.xml
+++ b/jetty-websocket/websocket-jetty-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-jetty-common
Jetty :: Websocket :: org.eclipse.jetty.websocket :: Common
diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml
index 472a1d4edc51..4d0baf9212bf 100644
--- a/jetty-websocket/websocket-jetty-server/pom.xml
+++ b/jetty-websocket/websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-jetty-server
Jetty :: Websocket :: org.eclipse.jetty.websocket :: Server
diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml
index 813f33cda17d..ac1af9275f74 100644
--- a/jetty-websocket/websocket-jetty-tests/pom.xml
+++ b/jetty-websocket/websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-jetty-tests
Jetty :: Websocket :: org.eclipse.jetty.websocket :: Tests
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index c54763d1becd..8637cbf68705 100644
--- a/jetty-websocket/websocket-servlet/pom.xml
+++ b/jetty-websocket/websocket-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
websocket-servlet
Jetty :: Websocket :: Servlet
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 65091b640107..6725a6997942 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-xml
Jetty :: XML utilities
diff --git a/pom.xml b/pom.xml
index 5a8d741c15f9..a7f8b71dffff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
pom
Jetty :: Project
The Eclipse Jetty Project
diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml
index 4b9ec1c2ff18..59beb723cb25 100644
--- a/tests/jetty-home-tester/pom.xml
+++ b/tests/jetty-home-tester/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-home-tester
jar
diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml
index 84b94a7a7513..f30edc6690b6 100644
--- a/tests/jetty-http-tools/pom.xml
+++ b/tests/jetty-http-tools/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-http-tools
Jetty Tests :: HTTP Utilities
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index de77789a194b..0cef9595563f 100644
--- a/tests/jetty-jmh/pom.xml
+++ b/tests/jetty-jmh/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jetty-jmh
Jetty :: Jmh
diff --git a/tests/pom.xml b/tests/pom.xml
index ba7861917a48..d88cba96facb 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.21-SNAPSHOT
+ 11.0.21
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml
index e9c4849294ac..1674076b1706 100644
--- a/tests/test-cdi/pom.xml
+++ b/tests/test-cdi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-cdi
jar
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 244d88dff01f..ed1d06206239 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-distribution
jar
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index f9cb11b2cd7b..3191f79ca977 100644
--- a/tests/test-http-client-transport/pom.xml
+++ b/tests/test-http-client-transport/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-http-client-transport
jar
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 764ee3f918a6..0e1f2c03dfdf 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-integration
jar
diff --git a/tests/test-jmx/jmx-webapp-it/pom.xml b/tests/test-jmx/jmx-webapp-it/pom.xml
index 3b01e1004f8b..869b07f6d3df 100644
--- a/tests/test-jmx/jmx-webapp-it/pom.xml
+++ b/tests/test-jmx/jmx-webapp-it/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-jmx-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
jmx-webapp-it
jar
diff --git a/tests/test-jmx/jmx-webapp/pom.xml b/tests/test-jmx/jmx-webapp/pom.xml
index c75567544a9f..e34b3e0307b5 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
- 11.0.21-SNAPSHOT
+ 11.0.21
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index a29a9f50dfc4..ec296d2bec1b 100644
--- a/tests/test-jmx/pom.xml
+++ b/tests/test-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-jmx-parent
pom
diff --git a/tests/test-jndi/pom.xml b/tests/test-jndi/pom.xml
index 1aaa712f4b7e..820f4d88bb02 100644
--- a/tests/test-jndi/pom.xml
+++ b/tests/test-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-jndi
jar
diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml
index 036dafb4f6ae..c87ea5e03173 100644
--- a/tests/test-jpms/pom.xml
+++ b/tests/test-jpms/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-jpms
pom
diff --git a/tests/test-jpms/test-jpms-websocket-core/pom.xml b/tests/test-jpms/test-jpms-websocket-core/pom.xml
index ccaa61347e8f..c2f9133b24e6 100644
--- a/tests/test-jpms/test-jpms-websocket-core/pom.xml
+++ b/tests/test-jpms/test-jpms-websocket-core/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-jpms
- 11.0.21-SNAPSHOT
+ 11.0.21
test-jpms-websocket-core
jar
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index e848d6b19983..e12cbcd281f7 100644
--- a/tests/test-loginservice/pom.xml
+++ b/tests/test-loginservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index 993f92acc9ba..2921f8675f9f 100644
--- a/tests/test-quickstart/pom.xml
+++ b/tests/test-quickstart/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
../pom.xml
org.eclipse.jetty
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 59b7e5ae640c..5b0a54d6946e 100644
--- a/tests/test-sessions/pom.xml
+++ b/tests/test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-sessions-parent
pom
diff --git a/tests/test-sessions/test-file-sessions/pom.xml b/tests/test-sessions/test-file-sessions/pom.xml
index 13316832896c..45a6a917a586 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
- 11.0.21-SNAPSHOT
+ 11.0.21
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 24dda3aa3823..7596381c52ad 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
- 11.0.21-SNAPSHOT
+ 11.0.21
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 90b6eee67a37..980aa6b28d57 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
- 11.0.21-SNAPSHOT
+ 11.0.21
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 96a6d027d8b1..94224de1da42 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
- 11.0.21-SNAPSHOT
+ 11.0.21
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 e4511357b229..4bdca98ac152 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
- 11.0.21-SNAPSHOT
+ 11.0.21
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 d27d6365afe4..7f22a200788a 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
- 11.0.21-SNAPSHOT
+ 11.0.21
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 de625bb12600..42fee01b1926 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
- 11.0.21-SNAPSHOT
+ 11.0.21
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 455c4b38fe0a..4cb9cc0310fe 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
- 11.0.21-SNAPSHOT
+ 11.0.21
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index bb443d33be37..18454c00b999 100644
--- a/tests/test-webapps/pom.xml
+++ b/tests/test-webapps/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
../pom.xml
test-webapps-parent
diff --git a/tests/test-webapps/test-bad-websocket-webapp/pom.xml b/tests/test-webapps/test-bad-websocket-webapp/pom.xml
index fcf561281f29..7cac8a38c523 100644
--- a/tests/test-webapps/test-bad-websocket-webapp/pom.xml
+++ b/tests/test-webapps/test-bad-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-bad-websocket-webapp
war
diff --git a/tests/test-webapps/test-cdi-common-webapp/pom.xml b/tests/test-webapps/test-cdi-common-webapp/pom.xml
index 176523dd0910..7fcf4c7386b4 100644
--- a/tests/test-webapps/test-cdi-common-webapp/pom.xml
+++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-cdi-common-webapp
war
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index cb78aea415ba..d8dcb40074af 100644
--- a/tests/test-webapps/test-felix-webapp/pom.xml
+++ b/tests/test-webapps/test-felix-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-felix-webapp
war
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 06cf3755f8b3..5a68a6ecad63 100644
--- a/tests/test-webapps/test-http2-webapp/pom.xml
+++ b/tests/test-webapps/test-http2-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-http2-webapp
war
diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml
index d091a6bc263f..7f97c7b49163 100644
--- a/tests/test-webapps/test-openid-webapp/pom.xml
+++ b/tests/test-webapps/test-openid-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-openid-webapp
war
diff --git a/tests/test-webapps/test-owb-cdi-webapp/pom.xml b/tests/test-webapps/test-owb-cdi-webapp/pom.xml
index 192615748706..a4c32d6d3fe8 100644
--- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml
+++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-owb-cdi-webapp
war
diff --git a/tests/test-webapps/test-simple-session-webapp/pom.xml b/tests/test-webapps/test-simple-session-webapp/pom.xml
index ea452088a753..e85ff5b492cd 100644
--- a/tests/test-webapps/test-simple-session-webapp/pom.xml
+++ b/tests/test-webapps/test-simple-session-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-simple-session-webapp
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index d682b63286ad..4b2aea57e0bb 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
- 11.0.21-SNAPSHOT
+ 11.0.21
test-webapp-rfc2616
war
diff --git a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml
index b4f4b8bc4998..07846b7bc1da 100644
--- a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml
+++ b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-websocket-client-provided-webapp
war
diff --git a/tests/test-webapps/test-websocket-client-webapp/pom.xml b/tests/test-webapps/test-websocket-client-webapp/pom.xml
index de8fc24c8972..90308ec42a99 100644
--- a/tests/test-webapps/test-websocket-client-webapp/pom.xml
+++ b/tests/test-webapps/test-websocket-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-websocket-client-webapp
war
diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml
index 8acfcf545f6b..270d5ff0f691 100644
--- a/tests/test-webapps/test-websocket-webapp/pom.xml
+++ b/tests/test-webapps/test-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-websocket-webapp
war
diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml
index 0b7aebd6ef33..3085ff645caa 100644
--- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml
+++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-weld-cdi-webapp
war
diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml
index 44bf378b7a8a..83f1f37bf5a1 100644
--- a/tests/test-websocket-autobahn/pom.xml
+++ b/tests/test-websocket-autobahn/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.21-SNAPSHOT
+ 11.0.21
test-websocket-autobahn
Jetty Tests :: WebSocket Autobahn Tests