diff --git a/VERSION.txt b/VERSION.txt
index fc61b046c865..9dcea4f2fbcb 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,3 +1,5 @@
+jetty-11.0.21-SNAPSHOT
+
jetty-11.0.20 - 29 January 2024
+ 11081 Dropped WebSocket messages due to race condition in WebSocket frame
handling
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index 672b002cbc2f..2033d2bdd10d 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
apache-jsp
Jetty :: Apache JSP Implementation
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 6d81a95d7300..239570ad2bf3 100644
--- a/build-resources/pom.xml
+++ b/build-resources/pom.xml
@@ -8,7 +8,7 @@
-->
org.eclipse.jetty
build-resources
- 11.0.20
+ 11.0.21-SNAPSHOT
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 bc4a2b4c6e0e..51221eb12fef 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.20
+ 11.0.21-SNAPSHOT
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 f7a232ffd473..f7e34fddfe8f 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.20
+ 11.0.21-SNAPSHOT
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 d5a7a91011d3..ee81944a9d28 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.20
+ 11.0.21-SNAPSHOT
demo-async-rest-webapp
war
diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml
index db5e0fed3bac..ad6463150d3a 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.20
+ 11.0.21-SNAPSHOT
demo-async-rest-parent
pom
diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml
index af9fc7dfafd7..be54c474a877 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.20
+ 11.0.21-SNAPSHOT
demo-jaas-webapp
war
diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml
index 25c71e15cbce..9f931a92e7a1 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.20
+ 11.0.21-SNAPSHOT
../pom.xml
demo-jetty-webapp
diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml
index a35d73208a15..4268a4d45e65 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.20
+ 11.0.21-SNAPSHOT
demo-jndi-webapp
war
diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml
index 5182429379dc..c825f14dacc1 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.20
+ 11.0.21-SNAPSHOT
demo-jsp-webapp
war
diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml
index e57aa53705dd..135281980c9b 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.20
+ 11.0.21-SNAPSHOT
demo-mock-resources
jar
diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml
index 88c86c93d12b..10f231df2daa 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.20
+ 11.0.21-SNAPSHOT
demo-proxy-webapp
war
diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml
index bc2960242c73..994d7cdb634e 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.20
+ 11.0.21-SNAPSHOT
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 07850469ce47..fdfba76a3620 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.20
+ 11.0.21-SNAPSHOT
../../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 7414bb8a17ef..f9b64aee8f78 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.20
+ 11.0.21-SNAPSHOT
../../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 811057718e85..f6c7e12fe125 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.20
+ 11.0.21-SNAPSHOT
../../pom.xml
demo-web-fragment
diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml
index e7bcd75d3a7d..b7244169277c 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.20
+ 11.0.21-SNAPSHOT
demo-spec
pom
diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml
index 341ecaa67b38..dd4a36f45470 100644
--- a/demos/embedded/pom.xml
+++ b/demos/embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.20
+ 11.0.21-SNAPSHOT
demos-jetty-embedded
Demo :: Embedded Jetty
diff --git a/demos/pom.xml b/demos/pom.xml
index f967eb5ddfbc..93426130bfe9 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.demos
demos-parent
diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml
index 6b1cb4938cf5..61713a9d5495 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.20
+ 11.0.21-SNAPSHOT
jetty-asciidoctor-extensions
jar
diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml
index f7720ce556dd..56cb582b42af 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.20
+ 11.0.21-SNAPSHOT
jetty-documentation
jar
diff --git a/documentation/pom.xml b/documentation/pom.xml
index fe6b66f53f4a..0fd1b781c831 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.documentation
documentation-parent
diff --git a/glassfish-jstl/pom.xml b/glassfish-jstl/pom.xml
index 9fb920f0ba05..532ae78dadd0 100644
--- a/glassfish-jstl/pom.xml
+++ b/glassfish-jstl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
glassfish-jstl
jar
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index bef323b88b6a..7515ee30435c 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
javadoc
jar
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index e4a014096b7f..347c08251ddd 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.20
+ 11.0.21-SNAPSHOT
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 574bfdbd4e5c..93679e1ced01 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.20
+ 11.0.21-SNAPSHOT
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 3db9909897b0..df950d662877 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.20
+ 11.0.21-SNAPSHOT
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 f2046cbbf68b..4ff75335f953 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.20
+ 11.0.21-SNAPSHOT
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 c8c8c29d8ad8..e73eef7829a2 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.20
+ 11.0.21-SNAPSHOT
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 f9d2b06c22b3..59a24195b026 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.20
+ 11.0.21-SNAPSHOT
jetty-alpn-server
Jetty :: ALPN :: Server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index db008223de42..08151111375f 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-alpn-parent
pom
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index b2075c8c67eb..2b23305786f3 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-annotations
Jetty :: Servlet Annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index c42cf1eb1020..c2bee84abb93 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-ant
jar
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index 6755b9aa2287..505fab29b622 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-bom
@@ -18,409 +18,409 @@
org.eclipse.jetty
apache-jsp
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
glassfish-jstl
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
infinispan-common
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
infinispan-embedded-query
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
infinispan-remote-query
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-alpn-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-alpn-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-annotations
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-ant
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-cdi
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-deploy
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-hazelcast
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-home
- 11.0.20
+ 11.0.21-SNAPSHOT
zip
org.eclipse.jetty
jetty-home
- 11.0.20
+ 11.0.21-SNAPSHOT
tar.gz
org.eclipse.jetty
jetty-http
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-http-spi
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-io
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-jaas
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-jaspi
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-jmx
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-jndi
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-keystore
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-nosql
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-openid
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-plus
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-proxy
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-quickstart
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-rewrite
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-security
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-servlet
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-servlets
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-slf4j-impl
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-unixdomain-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-unixsocket-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-unixsocket-common
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-unixsocket-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-util
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-util-ajax
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-webapp
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-xml
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.fcgi
fcgi-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.fcgi
fcgi-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http2
http2-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http2
http2-common
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http2
http2-hpack
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http2
http2-http-client-transport
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http2
http2-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http3
http3-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http3
http3-common
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http3
http3-http-client-transport
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http3
http3-qpack
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http3
http3-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.osgi
jetty-httpservice
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-alpn
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.quic
quic-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.quic
quic-common
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.quic
quic-quiche-common
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.quic
quic-quiche-jna
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.quic
quic-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.websocket
websocket-core-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.websocket
websocket-core-common
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.websocket
websocket-core-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jakarta-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jakarta-common
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jakarta-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-api
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-client
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-common
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-server
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.websocket
websocket-servlet
- 11.0.20
+ 11.0.21-SNAPSHOT
@@ -472,7 +472,7 @@
org.eclipse.jetty.quic
quic-quiche-foreign-incubator
- 11.0.20
+ 11.0.21-SNAPSHOT
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 0e36dfcb9879..545c3a36b894 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
jetty-cdi
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 9b7eb8746cd3..6d6dcf16f912 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-client
Jetty :: Asynchronous HTTP Client
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index 1da4e57b2845..f3352e30b1f2 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-deploy
Jetty :: Deployers
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index c807f17738f9..f85f982ace28 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.20
+ 11.0.21-SNAPSHOT
fcgi-client
Jetty :: FastCGI :: Client
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 89ebb93a1e8f..a03632789785 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.20
+ 11.0.21-SNAPSHOT
fcgi-server
Jetty :: FastCGI :: Server
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 4058d304a23c..c96071c37680 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
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 672c3f7ed6c5..eff40bf86b9c 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.20
+ 11.0.21-SNAPSHOT
jetty-gcloud-session-manager
Jetty :: GCloud :: Session Manager
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 7150821b0800..6c9b8bb04098 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.gcloud
gcloud-parent
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index 47bc8f6cd44e..84e2e5cf8e22 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-hazelcast
Jetty :: Hazelcast Session Manager
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 7bdbe3c4bbdb..dce557d2dc8f 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-home
pom
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index 17b5dd8579fd..8cb607a0daab 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-http-spi
Jetty :: Http Service Provider Interface
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 77418e99e7e5..b2bcfc796753 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-http
Jetty :: Http Utility
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index 8b68d4077de6..addd4e168658 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.20
+ 11.0.21-SNAPSHOT
http2-client
Jetty :: HTTP2 :: Client
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index 39eba5b6b0f0..740e719df080 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.20
+ 11.0.21-SNAPSHOT
http2-common
Jetty :: HTTP2 :: Common
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index 66eec19732fc..f76b5d61cc26 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.20
+ 11.0.21-SNAPSHOT
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 9a216be94f9b..9c48db4b823f 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.20
+ 11.0.21-SNAPSHOT
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 8923f5be537c..bb2f0b8d0e4f 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.20
+ 11.0.21-SNAPSHOT
http2-server
Jetty :: HTTP2 :: Server
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 415d81153c9e..6fb1e97762dd 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http2
http2-parent
diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml
index 5f6a74cca411..ad4a5e79a550 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.20
+ 11.0.21-SNAPSHOT
http3-client
Jetty :: HTTP3 :: Client
diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml
index 5ff6f7f4822d..873d5933d34b 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.20
+ 11.0.21-SNAPSHOT
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 6dbfb108205e..d204aca356b3 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.20
+ 11.0.21-SNAPSHOT
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 4c81886744b3..0ab2e6ea8784 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.20
+ 11.0.21-SNAPSHOT
http3-qpack
Jetty :: HTTP3 :: QPACK
diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml
index 4f210d249b48..1afcd04a0f90 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.20
+ 11.0.21-SNAPSHOT
http3-server
Jetty :: HTTP3 :: Server
diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml
index f58218108f99..1c74e615b953 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.20
+ 11.0.21-SNAPSHOT
http3-tests
Jetty :: HTTP3 :: Tests
diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml
index 20454aa055e3..32df52edf0e2 100644
--- a/jetty-http3/pom.xml
+++ b/jetty-http3/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.http3
http3-parent
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index d8427ee37812..addd3f6780cd 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.20
+ 11.0.21-SNAPSHOT
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 f765a5a9fd97..722a00dda6db 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.20
+ 11.0.21-SNAPSHOT
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 79ef73ad4d03..769ce46231ca 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.20
+ 11.0.21-SNAPSHOT
infinispan-embedded
pom
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index 3216c58e0a0c..3992bd121987 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.20
+ 11.0.21-SNAPSHOT
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 b35e283caf74..70b9b9bb03c2 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.20
+ 11.0.21-SNAPSHOT
infinispan-remote
pom
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 2d47ef004530..d58890ff7d2b 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty
infinispan-parent
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index 4028e7e323c8..f6b71bb38311 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-io
Jetty :: IO Utility
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index d65561a7f72c..eedfefecb069 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-jaas
Jetty :: JAAS
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 56c8547afab4..b58a20a1c140 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-jaspi
Jetty :: JASPI Security
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 32613c143dd8..937f8d15ce06 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-jmx
Jetty :: JMX Management
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 68dbcbbdadb8..e4da5e751ab7 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-jndi
Jetty :: JNDI Naming
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index a7564cc73519..4a5f6bbc26c8 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.20
+ 11.0.21-SNAPSHOT
jetty-jspc-maven-plugin
maven-plugin
diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml
index 4ee19f078bb5..bd9e04842dca 100644
--- a/jetty-keystore/pom.xml
+++ b/jetty-keystore/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-keystore
jar
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index fe984063ab83..cfe69d3c0e1e 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-maven-plugin
maven-plugin
diff --git a/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-memcached/jetty-memcached-sessions/pom.xml
index b5c4c2bd2afc..7f3022506b6b 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.20
+ 11.0.21-SNAPSHOT
jetty-memcached-sessions
Jetty :: Memcached :: Sessions
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index ccdf646ed95a..86d0d9312ff0 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.memcached
memcached-parent
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 27d3d8236660..c688a6e99090 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-nosql
Jetty :: NoSQL Session Managers
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 58653a948cf7..288ad559536a 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-openid
Jetty :: OpenID
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 4fe1070b8212..dc4b21a66289 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.20
+ 11.0.21-SNAPSHOT
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 7719efcfd8d8..08e2459ffa59 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.20
+ 11.0.21-SNAPSHOT
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 8e964817e1bd..880a6c38971a 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.20
+ 11.0.21-SNAPSHOT
../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 36fc4384d824..2e71c49a8c51 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.20
+ 11.0.21-SNAPSHOT
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 8765602b34bf..eb4db15b947a 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.20
+ 11.0.21-SNAPSHOT
jetty-httpservice
Jetty :: OSGi :: HttpService
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 757b17a29498..08e152bdf2c8 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
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 0596392939f2..f2f822114fa0 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.20
+ 11.0.21-SNAPSHOT
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 ef79abbd4669..15e245df4e88 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.20
+ 11.0.21-SNAPSHOT
../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 49fb5f4371d2..79f1f7582f5d 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.20
+ 11.0.21-SNAPSHOT
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 a5e616ad20f3..9595e2fc6fb0 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.20
+ 11.0.21-SNAPSHOT
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 c376db05ecf9..a26d631beb20 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.20
+ 11.0.21-SNAPSHOT
../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 6058be5f46cd..0cfafc218714 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.20
+ 11.0.21-SNAPSHOT
../pom.xml
test-jetty-osgi
diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml
index 25d5e4a34e2b..7adb7497535f 100644
--- a/jetty-p2/pom.xml
+++ b/jetty-p2/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-p2
pom
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 094b56bed357..28d9614dcebb 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-plus
Jetty :: Plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index 64734edc4daa..beb40eaae300 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-proxy
Jetty :: Proxy
diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml
index f4ba025daacc..0ce41e33dddf 100644
--- a/jetty-quic/pom.xml
+++ b/jetty-quic/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
org.eclipse.jetty.quic
quic-parent
diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml
index 65aea2e9d459..52ce031e6a3f 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.20
+ 11.0.21-SNAPSHOT
quic-client
Jetty :: QUIC :: Client
diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml
index 41cee41a0600..308640e52289 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.20
+ 11.0.21-SNAPSHOT
quic-common
Jetty :: QUIC :: Common
diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml
index 36b815dc11a0..ed0660c4cab3 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.20
+ 11.0.21-SNAPSHOT
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 62e53a7ec45b..3a55fc057945 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.20
+ 11.0.21-SNAPSHOT
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 e02ab1ee882a..4e9813462158 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.20
+ 11.0.21-SNAPSHOT
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 c946c9fe3872..d17a080946cc 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.20
+ 11.0.21-SNAPSHOT
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 8d87a789a0d4..ef2bd139c1e3 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.20
+ 11.0.21-SNAPSHOT
quic-server
Jetty :: QUIC :: Server
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 4b12a372e357..255f3b2f4694 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-quickstart
Jetty :: Quick Start
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index a72eb87520d1..c1a064b9b732 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-rewrite
Jetty :: Rewrite Handler
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index fe82c05f6b3b..d6e1d1d7048b 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-runner
Jetty :: Runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index d16b2c4d80ca..bd4affc196bc 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-security
Jetty :: Security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 3f517a1d8f34..0ebc11367f80 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-server
Jetty :: Server Core
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index a8fd518d8190..c51854c6f369 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-servlet
Jetty :: Servlet Handling
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 95e7260b9ead..302b065201a1 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-servlets
Jetty :: Utility Servlets and Filters
diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml
index addd442d2d3e..203461e7ad30 100644
--- a/jetty-slf4j-impl/pom.xml
+++ b/jetty-slf4j-impl/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-slf4j-impl
Jetty :: Slf4j Implementation
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index b6e12b04f237..f5cde728af1b 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-start
Jetty :: Start
diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml
index 043d003aa437..2f3497f5b9ff 100644
--- a/jetty-unixdomain-server/pom.xml
+++ b/jetty-unixdomain-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
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 e2a263b2c954..2550089eaaa2 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.20
+ 11.0.21-SNAPSHOT
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 d805cdd4992f..b7bb22a1554c 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.20
+ 11.0.21-SNAPSHOT
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 3e03b807f749..730446b17944 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.20
+ 11.0.21-SNAPSHOT
jetty-unixsocket-server
Jetty :: UnixSocket :: Server
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 534d258b313f..3164513f08a4 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-unixsocket
pom
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index 75d98d627bbd..4c916e3f6227 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-util-ajax
Jetty :: Utilities :: Ajax(JSON)
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index de67f9b7610e..30c6a57dd0cb 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-util
Jetty :: Utilities
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index 6379a0ff9eb5..46d72bdb50b0 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-webapp
Jetty :: Webapp Application Support
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index fad7eeb093d6..29bf781fd009 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
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 68fec602b1d5..b3c595dd323c 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.20
+ 11.0.21-SNAPSHOT
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 747f88bb462a..008a28c5b579 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.20
+ 11.0.21-SNAPSHOT
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 d7a56903d88e..36ec96e9bd2e 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.20
+ 11.0.21-SNAPSHOT
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 a97bb187401c..a78a9d28a099 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.20
+ 11.0.21-SNAPSHOT
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 522938bcc27b..7cc461167535 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.20
+ 11.0.21-SNAPSHOT
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 792491f765ec..1fdcbbb8128f 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.20
+ 11.0.21-SNAPSHOT
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 31c2603ee34b..44dd7510fe35 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.20
+ 11.0.21-SNAPSHOT
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 533f69878b49..5701ba020fe4 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.20
+ 11.0.21-SNAPSHOT
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 6154ca66ea9c..e30602b8c104 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.20
+ 11.0.21-SNAPSHOT
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 f2f4beb44951..23e7528b719b 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.20
+ 11.0.21-SNAPSHOT
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 606e4fcd58d4..08e37151f963 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.20
+ 11.0.21-SNAPSHOT
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 cc8c9f4167f8..472a1d4edc51 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.20
+ 11.0.21-SNAPSHOT
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 4439568846af..813f33cda17d 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.20
+ 11.0.21-SNAPSHOT
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 1d9d8a2965b6..c54763d1becd 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.20
+ 11.0.21-SNAPSHOT
websocket-servlet
Jetty :: Websocket :: Servlet
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 1640c1a4c365..65091b640107 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
jetty-xml
Jetty :: XML utilities
diff --git a/pom.xml b/pom.xml
index b6d6d4cf2569..1e77160a0da4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
pom
Jetty :: Project
The Eclipse Jetty Project
diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml
index c152bd5fb5d5..4b9ec1c2ff18 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.20
+ 11.0.21-SNAPSHOT
jetty-home-tester
jar
diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml
index 5f671ebfa52d..84b94a7a7513 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.20
+ 11.0.21-SNAPSHOT
jetty-http-tools
Jetty Tests :: HTTP Utilities
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index 2a7657bf373b..de77789a194b 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.20
+ 11.0.21-SNAPSHOT
jetty-jmh
Jetty :: Jmh
diff --git a/tests/pom.xml b/tests/pom.xml
index 5536356a34f6..ba7861917a48 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.20
+ 11.0.21-SNAPSHOT
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml
index 600e8b9965c7..e9c4849294ac 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.20
+ 11.0.21-SNAPSHOT
test-cdi
jar
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 8c8a5ce89cb5..9b68e279f084 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.20
+ 11.0.21-SNAPSHOT
test-distribution
jar
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index 93c8c657aaa3..f9cb11b2cd7b 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.20
+ 11.0.21-SNAPSHOT
test-http-client-transport
jar
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 34727f092d10..764ee3f918a6 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.20
+ 11.0.21-SNAPSHOT
test-integration
jar
diff --git a/tests/test-jmx/jmx-webapp-it/pom.xml b/tests/test-jmx/jmx-webapp-it/pom.xml
index 82aa903aea53..3b01e1004f8b 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.20
+ 11.0.21-SNAPSHOT
jmx-webapp-it
jar
diff --git a/tests/test-jmx/jmx-webapp/pom.xml b/tests/test-jmx/jmx-webapp/pom.xml
index 6fcb52bb4e6f..c75567544a9f 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.20
+ 11.0.21-SNAPSHOT
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index d4afa3096f5a..a29a9f50dfc4 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.20
+ 11.0.21-SNAPSHOT
test-jmx-parent
pom
diff --git a/tests/test-jndi/pom.xml b/tests/test-jndi/pom.xml
index a38e4a813531..1aaa712f4b7e 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.20
+ 11.0.21-SNAPSHOT
test-jndi
jar
diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml
index 269a6b42a4a5..036dafb4f6ae 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.20
+ 11.0.21-SNAPSHOT
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 e9787d8f5c71..ccaa61347e8f 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.20
+ 11.0.21-SNAPSHOT
test-jpms-websocket-core
jar
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index b1c0e8175ee3..14321a96afc5 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.20
+ 11.0.21-SNAPSHOT
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index a021490cee53..993f92acc9ba 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.20
+ 11.0.21-SNAPSHOT
../pom.xml
org.eclipse.jetty
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 223fed9a97ba..59b7e5ae640c 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.20
+ 11.0.21-SNAPSHOT
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 46ae1647a54f..13316832896c 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.20
+ 11.0.21-SNAPSHOT
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 a3552e29c1a7..d8c7bf49a913 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.20
+ 11.0.21-SNAPSHOT
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 a9ecf62718db..90b6eee67a37 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.20
+ 11.0.21-SNAPSHOT
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 242728f23097..244a7d8331b2 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.20
+ 11.0.21-SNAPSHOT
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 2d823f508550..4e234b4734c3 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.20
+ 11.0.21-SNAPSHOT
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 86efee147d6a..67dc9211fd5e 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.20
+ 11.0.21-SNAPSHOT
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 1a1bf335b1b2..14f1040cc961 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.20
+ 11.0.21-SNAPSHOT
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 d3217a2e8b91..455c4b38fe0a 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.20
+ 11.0.21-SNAPSHOT
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index f76e19969d52..bb443d33be37 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.20
+ 11.0.21-SNAPSHOT
../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 b74d9b6f622b..fcf561281f29 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.20
+ 11.0.21-SNAPSHOT
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 822a2fe28d91..176523dd0910 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.20
+ 11.0.21-SNAPSHOT
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 73efdf5defdc..cb78aea415ba 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.20
+ 11.0.21-SNAPSHOT
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 7252a9f00d00..06cf3755f8b3 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.20
+ 11.0.21-SNAPSHOT
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 cc707b38c712..d091a6bc263f 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.20
+ 11.0.21-SNAPSHOT
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 06b5a401130e..192615748706 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.20
+ 11.0.21-SNAPSHOT
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 ac1a9c69f149..ea452088a753 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.20
+ 11.0.21-SNAPSHOT
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 106b6ec54ed0..d682b63286ad 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.20
+ 11.0.21-SNAPSHOT
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 b79e136d6918..b4f4b8bc4998 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.20
+ 11.0.21-SNAPSHOT
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 cd452783b3ea..de8fc24c8972 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.20
+ 11.0.21-SNAPSHOT
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 94fa244bde78..8acfcf545f6b 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.20
+ 11.0.21-SNAPSHOT
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 3b008bcc9d83..0b7aebd6ef33 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.20
+ 11.0.21-SNAPSHOT
test-weld-cdi-webapp
war
diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml
index 86110eba31e5..1b3d2daffc99 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.20
+ 11.0.21-SNAPSHOT
test-websocket-autobahn
Jetty Tests :: WebSocket Autobahn Tests