diff --git a/VERSION.txt b/VERSION.txt
index 158f11804ddb..ba88991ba17b 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,36 @@
-jetty-10.0.10
+jetty-10.0.11-SNAPSHOT
+
+jetty-10.0.10 - 16 June 2022
+ + 1771 Add module for SecuredRedirect support
+ + 4414 GZipHandler not excluding inflation for specified paths
+ + 7635 QPACK decoder should fail connection if the encoder blocks more than
+ SETTINGS_QPACK_BLOCKED_STREAMS
+ + 7748 Allow overriding of url-pattern mapping in ServletContextHandler to
+ allow for regex or uri-template matching
+ + 7754 jetty.sh ignores JAVA_OPTIONS environment variable
+ + 7801 Session cookie can be set twice after session id changed
+ + 7818 Modifying of HTTP headers in HttpChannel.Listener#onResponseBegin is no
+ longer possible with Jetty 10
+ + 7855 Remove accidentally included package-info.class in all packages
+ + 7858 GZipHandler does not play nice with other handlers in HandlerCollection
+ + 7863 Default servlet drops first accept-encoding header if there is more
+ than one.
+ + 7880 DefaultServlet should not overwrite programmatically configured
+ precompressed formats with defaults
+ + 7891 Better Servlet PathMappings for Regex
+ + 7918 PathMappings.asPathSpec does not allow root ServletPathSpec
+ + 7935 Review HTTP/2 error handling
+ + 7975 `ForwardedRequestCustomizer` setters do not clear existing handlers
+ + 7977 UpgradeHttpServletRequest.setAttribute &
+ UpgradeHttpServletRequest.removeAttribute can throw NullPointerException
+ + 7994 Ability to construct a detached client Request
+ + 8014 Review HttpRequest URI construction
+ + 8057 Support Http Response 103 (Early Hints)
+ + 8067 Wall time usage in DoSFilter RateTracker results in false positive
+ alert
+ + 8088 Add option to configure exitVm on ShutdownMonitor from System
+ properties
+ + 8161 Improve SSLConnection buffers handling
jetty-10.0.9 - 30 March 2022
+ 5681 Unrecognized jetty-home/start.jar command line option not reported
@@ -27,10 +59,10 @@ jetty-10.0.9 - 30 March 2022
+ 7617 Logback-access RequestLog not working
+ 7625 HTTP/3 error against www.google.com
+ 7677 jetty-maven-plugin - maven internal dependencies included on webapp
- classloader
+ classloader
+ 7683 GZIPContentDecoder ignores setUseInputDirectByteBuffers setting and
always uses non-direct buffers (causing GC locking)
- + 7688 Read data to native memory from HttpInput
+ + 7688 Read data to native memory from HttpInput
+ 7748 Allow overriding of url-pattern mapping in ServletContextHandler to
allow for regex or uri-template matching
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index cbef2ed167ca..289d7f679a4c 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index d3e992c1646a..e20138fb7b4e 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 1a1825b4411b..1f239954b16d 100644
--- a/build-resources/pom.xml
+++ b/build-resources/pom.xml
@@ -7,7 +7,7 @@
-->
org.eclipse.jetty
build-resources
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
Jetty :: Build Resources
jar
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 dc172d1bb211..1b9310c0ff74 100644
--- a/demos/demo-async-rest/demo-async-rest-jar/pom.xml
+++ b/demos/demo-async-rest/demo-async-rest-jar/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demo-async-rest-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
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 738fdc542358..c46037ca3c90 100644
--- a/demos/demo-async-rest/demo-async-rest-server/pom.xml
+++ b/demos/demo-async-rest/demo-async-rest-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demo-async-rest-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
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 d1281a94ca6d..237d3b48f609 100644
--- a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml
+++ b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demo-async-rest-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml
index ed4598a465cd..8937f366d411 100644
--- a/demos/demo-async-rest/pom.xml
+++ b/demos/demo-async-rest/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml
index 8f7d279379ed..9488e8bd1083 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
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
demo-jaas-webapp
Demo :: JAAS :: WebApp
diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml
index 7448d64d384e..8d6f6623391b 100644
--- a/demos/demo-jetty-webapp/pom.xml
+++ b/demos/demo-jetty-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
../pom.xml
4.0.0
diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml
index 0b0c045187bc..b5ed5c84076d 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
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
demo-jndi-webapp
Demo :: JNDI :: WebApp
diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml
index a7833afe2c03..e935e33c6be4 100644
--- a/demos/demo-jsp-webapp/pom.xml
+++ b/demos/demo-jsp-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml
index ae2d0d96b69f..9c53f85a6665 100644
--- a/demos/demo-mock-resources/pom.xml
+++ b/demos/demo-mock-resources/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
Demo :: Mock Resources
demo-mock-resources
diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml
index 1f78fccea21f..34d36d3c7ef8 100644
--- a/demos/demo-proxy-webapp/pom.xml
+++ b/demos/demo-proxy-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
demo-proxy-webapp
diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml
index 36f920a2660c..6673cb1810ce 100644
--- a/demos/demo-simple-webapp/pom.xml
+++ b/demos/demo-simple-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml
index 19babef7685f..826c41bf3e66 100644
--- a/demos/demo-spec/demo-container-initializer/pom.xml
+++ b/demos/demo-spec/demo-container-initializer/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-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 45facd5e1e97..951c5e999dcb 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
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
../../pom.xml
Demo :: Servlet Spec :: Webapp
diff --git a/demos/demo-spec/demo-web-fragment/pom.xml b/demos/demo-spec/demo-web-fragment/pom.xml
index d48a534e153e..0f88b7f7989c 100644
--- a/demos/demo-spec/demo-web-fragment/pom.xml
+++ b/demos/demo-spec/demo-web-fragment/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
../../pom.xml
diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml
index 8e86423661d7..58c75c2699f1 100644
--- a/demos/demo-spec/pom.xml
+++ b/demos/demo-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
Demo :: Servlet Spec
demo-spec
diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml
index 982f14b48418..110fe1a68dc8 100644
--- a/demos/embedded/pom.xml
+++ b/demos/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
demos-jetty-embedded
diff --git a/demos/pom.xml b/demos/pom.xml
index c097b2fa0c06..f7bec18073b6 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml
index c40a75edd4b6..604a1acef92a 100644
--- a/documentation/jetty-asciidoctor-extensions/pom.xml
+++ b/documentation/jetty-asciidoctor-extensions/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.documentation
documentation-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml
index 0cfee54e1893..355b92f8895c 100644
--- a/documentation/jetty-documentation/pom.xml
+++ b/documentation/jetty-documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.documentation
documentation-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 0ce318fe297c..642aa7df26fa 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index b40b1cf94cef..7f9a5d9f9348 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index d025b8826f77..75c274f827ff 100644
--- a/jetty-alpn/jetty-alpn-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-alpn-client
diff --git a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
index 9906e049965a..5cfc36419530 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index 999f26faed17..5f13add23e37 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index f984378ffc92..b2e90bd2792f 100644
--- a/jetty-alpn/jetty-alpn-java-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index e0a5a9a500e2..227aa5b266a8 100644
--- a/jetty-alpn/jetty-alpn-java-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index 87208e8c7081..b880fb3ae1d7 100644
--- a/jetty-alpn/jetty-alpn-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 5f439d28aef6..420d5b080d06 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index db39c3eb2ede..96de2b0b6846 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 49f8bd1b4aa0..4b0dc075080c 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index fa4bf37e2e5e..37e6924e235b 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
jetty-bom
@@ -53,419 +53,419 @@
org.eclipse.jetty
apache-jsp
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
apache-jstl
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-alpn-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-alpn-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-annotations
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-ant
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-cdi
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-deploy
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.fcgi
fcgi-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.fcgi
fcgi-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-home
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
zip
org.eclipse.jetty
jetty-home
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
tar.gz
org.eclipse.jetty
jetty-http
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.http2
http2-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.http2
http2-common
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.http2
http2-hpack
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.http2
http2-http-client-transport
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.http2
http2-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.http3
http3-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.http3
http3-common
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.http3
http3-http-client-transport
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.http3
http3-qpack
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.http3
http3-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-http-spi
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
infinispan-common
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
infinispan-remote
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
infinispan-remote-query
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
infinispan-embedded
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
infinispan-embedded-query
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-hazelcast
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-io
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-jaas
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-jaspi
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-jmx
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-jndi
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-keystore
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-nosql
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-alpn
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.quic
quic-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.quic
quic-common
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.quic
quic-quiche-common
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.quic
quic-quiche-jna
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.quic
quic-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.osgi
jetty-httpservice
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-plus
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-proxy
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-quickstart
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-rewrite
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-security
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-openid
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-servlet
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-servlets
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-slf4j-impl
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-unixdomain-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-unixsocket-common
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-unixsocket-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-unixsocket-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-util
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-util-ajax
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-webapp
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.websocket
websocket-javax-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.websocket
websocket-javax-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.websocket
websocket-javax-common
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-api
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-common
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.websocket
websocket-servlet
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.websocket
websocket-core-common
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.websocket
websocket-core-client
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty.websocket
websocket-core-server
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
org.eclipse.jetty
jetty-xml
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
@@ -481,7 +481,7 @@
org.eclipse.jetty.quic
quic-quiche-foreign-incubator
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index f2f527f7d955..72991ca61ffb 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 11b7806f9e71..0c7b2cb1ce13 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index 1d637316a065..a5dec52461ad 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index 4cbfd7f4e62f..2cc791458211 100644
--- a/jetty-fcgi/fcgi-client/pom.xml
+++ b/jetty-fcgi/fcgi-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.fcgi
fcgi-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 7cf4328cd4da..65195c8ec9c1 100644
--- a/jetty-fcgi/fcgi-server/pom.xml
+++ b/jetty-fcgi/fcgi-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.fcgi
fcgi-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 8b1d42111765..9165059e88db 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 0e71e1ed5e2a..9d9723c7e613 100644
--- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
+++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.gcloud
gcloud-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 45e1434ffcb6..32d6b1116dbe 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index 32cd88517c29..b6676e4ea2c3 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index a2f23fd305d6..ba204bd9d448 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index 94ca0a10d06d..bd58d6eb4651 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 77236243f0ea..9e20bbb265b7 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index 06dd01a6a5ce..da6e2fa01a40 100644
--- a/jetty-http2/http2-client/pom.xml
+++ b/jetty-http2/http2-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index ad573569e252..994b7b524418 100644
--- a/jetty-http2/http2-common/pom.xml
+++ b/jetty-http2/http2-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index 2848a83f8bdc..6eacbb02ecb5 100644
--- a/jetty-http2/http2-hpack/pom.xml
+++ b/jetty-http2/http2-hpack/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index 2192b01a49a2..98a581502bfd 100644
--- a/jetty-http2/http2-http-client-transport/pom.xml
+++ b/jetty-http2/http2-http-client-transport/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index 79fe9e08ce85..1f2e761f4f48 100644
--- a/jetty-http2/http2-server/pom.xml
+++ b/jetty-http2/http2-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 021744a83eea..bbb92b06958c 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml
index 0587e3b5edda..ad1d0bd8dfaf 100644
--- a/jetty-http3/http3-client/pom.xml
+++ b/jetty-http3/http3-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml
index 9dc04ed66213..9cd38250e5f6 100644
--- a/jetty-http3/http3-common/pom.xml
+++ b/jetty-http3/http3-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml
index bc26dc51c26d..03436efceef7 100644
--- a/jetty-http3/http3-http-client-transport/pom.xml
+++ b/jetty-http3/http3-http-client-transport/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml
index 6b900fe6cb35..8b55170e4ac0 100644
--- a/jetty-http3/http3-qpack/pom.xml
+++ b/jetty-http3/http3-qpack/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml
index acd16f79d6df..1b0bb2690935 100644
--- a/jetty-http3/http3-server/pom.xml
+++ b/jetty-http3/http3-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml
index 226f4ab254ad..b01cc8d14670 100644
--- a/jetty-http3/http3-tests/pom.xml
+++ b/jetty-http3/http3-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml
index 329fc8e9b93f..1f30d6223b5c 100644
--- a/jetty-http3/pom.xml
+++ b/jetty-http3/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index 530301a62dc0..ae4530c9d563 100644
--- a/jetty-infinispan/infinispan-common/pom.xml
+++ b/jetty-infinispan/infinispan-common/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index f99f3e11b750..f9a88714f643 100644
--- a/jetty-infinispan/infinispan-embedded-query/pom.xml
+++ b/jetty-infinispan/infinispan-embedded-query/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index 888bd8ba760a..e7ec6ab1644c 100644
--- a/jetty-infinispan/infinispan-embedded/pom.xml
+++ b/jetty-infinispan/infinispan-embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index f2d2cada24cc..39832547335c 100644
--- a/jetty-infinispan/infinispan-remote-query/pom.xml
+++ b/jetty-infinispan/infinispan-remote-query/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 14ff945316ef..ca3cd41929df 100644
--- a/jetty-infinispan/infinispan-remote/pom.xml
+++ b/jetty-infinispan/infinispan-remote/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index e1dd2693d860..4b458a31b9d8 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index 20cefffdbf12..ac11335a0e35 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 2b025d36ef5e..e910748d5158 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 323271e5bfde..89e87e4ad832 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 3a29b8421003..57bcfdb6ca5b 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index c2786ce1813c..e6b85a635156 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index b495f8323dc8..0a43df2cb892 100644
--- a/jetty-jspc-maven-plugin/pom.xml
+++ b/jetty-jspc-maven-plugin/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml
index 0f25251a6a7a..96230ce48c10 100644
--- a/jetty-keystore/pom.xml
+++ b/jetty-keystore/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-keystore
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 658a8dec9431..026090bccfae 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-maven-plugin
diff --git a/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-memcached/jetty-memcached-sessions/pom.xml
index 8049e8dceb63..c66f2695b3e1 100644
--- a/jetty-memcached/jetty-memcached-sessions/pom.xml
+++ b/jetty-memcached/jetty-memcached-sessions/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.memcached
memcached-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index 8a517fa6ffa1..b76eaec17b20 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index c91f2633d8d4..3c3a9747b35f 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 18763b030666..d7df2a1d6217 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 99e239c45376..d81806340cd3 100644
--- a/jetty-osgi/jetty-osgi-alpn/pom.xml
+++ b/jetty-osgi/jetty-osgi-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
index 42b1e00ddce3..e0e424ff3a09 100644
--- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-osgi-boot-jsp
diff --git a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
index 72d4d25e9154..369dc707f26b 100644
--- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index 6c5be6032991..a655e3626d1f 100644
--- a/jetty-osgi/jetty-osgi-boot/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-osgi-boot
diff --git a/jetty-osgi/jetty-osgi-httpservice/pom.xml b/jetty-osgi/jetty-osgi-httpservice/pom.xml
index 7f6d5e8f5a83..a92d8525f943 100644
--- a/jetty-osgi/jetty-osgi-httpservice/pom.xml
+++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index a1e6284eb887..58f70fce3e07 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 5aa38253f1e4..164f6550f3ff 100644
--- a/jetty-osgi/test-jetty-osgi-context/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-context/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
test-jetty-osgi-context
diff --git a/jetty-osgi/test-jetty-osgi-fragment/pom.xml b/jetty-osgi/test-jetty-osgi-fragment/pom.xml
index 5f7c1a19ea20..34cac8636779 100644
--- a/jetty-osgi/test-jetty-osgi-fragment/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-fragment/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-server/pom.xml b/jetty-osgi/test-jetty-osgi-server/pom.xml
index 1a1eda06397f..b3812d14b0b1 100644
--- a/jetty-osgi/test-jetty-osgi-server/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
test-jetty-osgi-server
diff --git a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml
index a1d49c9c34cc..ec01a1cc78de 100644
--- a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
test-jetty-osgi-webapp-resources
diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
index e30aaef6c504..b8e4c0c5cbd3 100644
--- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 09b2c4471a9b..3927beefcef7 100644
--- a/jetty-osgi/test-jetty-osgi/pom.xml
+++ b/jetty-osgi/test-jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
../pom.xml
4.0.0
diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml
index f8bd0a333712..73ed4ddce322 100644
--- a/jetty-p2/pom.xml
+++ b/jetty-p2/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-p2
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index f4abc1ebc5f1..05a9d1f619f2 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index 7a60b6c02c88..9ecdf49ab95a 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml
index db0364f0f7dc..aa2e74095637 100644
--- a/jetty-quic/pom.xml
+++ b/jetty-quic/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml
index 8b2ff126e920..9d3409e960ec 100644
--- a/jetty-quic/quic-client/pom.xml
+++ b/jetty-quic/quic-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml
index 7fc98aa9af74..67bd48a9f800 100644
--- a/jetty-quic/quic-common/pom.xml
+++ b/jetty-quic/quic-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml
index b9ecfbc4982e..44de0d502ee8 100644
--- a/jetty-quic/quic-quiche/pom.xml
+++ b/jetty-quic/quic-quiche/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml
index 1f0bc990a447..0e74bbd31b6c 100644
--- a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml
+++ b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-quiche
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
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 73b52a35d88f..2908d4c3a418 100644
--- a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml
+++ b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-quiche
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml
index 9ef8fb8c4a7f..7fbf48a21cec 100644
--- a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml
+++ b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-quiche
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml
index 096bce242854..4ed2806e9f20 100644
--- a/jetty-quic/quic-server/pom.xml
+++ b/jetty-quic/quic-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 17024e0ae4f6..e9c62197fcd9 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index c39d77bfbd7b..4b2b8c2f3643 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 7b2d8cf44d6e..7e6836923c7b 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index 299d14250d4d..4a1149a3d30f 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index cb3ed3af50c9..2e58e7ed1df4 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index ab906806d2bf..2a7e961268ed 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 680bce1517f5..fb6fe0c59419 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml
index 838a4510af34..888fadfc3453 100644
--- a/jetty-slf4j-impl/pom.xml
+++ b/jetty-slf4j-impl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index 7032e085206d..9563e22c70f6 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-start
diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml
index 45937266330b..72416f34a1a9 100644
--- a/jetty-unixdomain-server/pom.xml
+++ b/jetty-unixdomain-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml
index f57a5a9b2de3..c00da1b8fd9b 100644
--- a/jetty-unixsocket/jetty-unixsocket-client/pom.xml
+++ b/jetty-unixsocket/jetty-unixsocket-client/pom.xml
@@ -3,7 +3,7 @@
jetty-unixsocket
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml
index 7d9a2e872b47..4d67965a673a 100644
--- a/jetty-unixsocket/jetty-unixsocket-common/pom.xml
+++ b/jetty-unixsocket/jetty-unixsocket-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-unixsocket
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml
index 33309f02f78d..88e8e401b03f 100644
--- a/jetty-unixsocket/jetty-unixsocket-server/pom.xml
+++ b/jetty-unixsocket/jetty-unixsocket-server/pom.xml
@@ -3,7 +3,7 @@
jetty-unixsocket
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 2c8a40982243..675bd67eb848 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index 1029ce026ff1..3ffaf425b229 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index 6d00f8c0581e..bcd6fdc68972 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index bd1b0ccdda41..28972ee72d87 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 2a55837b0d2d..9457143e8da6 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml
index 508208786886..a95e1ff38efe 100644
--- a/jetty-websocket/websocket-core-client/pom.xml
+++ b/jetty-websocket/websocket-core-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml
index b9de374d97c4..126b162c1f24 100644
--- a/jetty-websocket/websocket-core-common/pom.xml
+++ b/jetty-websocket/websocket-core-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml
index 3fa886971dab..634b9b7cfc67 100644
--- a/jetty-websocket/websocket-core-server/pom.xml
+++ b/jetty-websocket/websocket-core-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml
index 970e09e6f113..c808ecf09b6e 100644
--- a/jetty-websocket/websocket-core-tests/pom.xml
+++ b/jetty-websocket/websocket-core-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-javax-client/pom.xml b/jetty-websocket/websocket-javax-client/pom.xml
index 96d30c263670..a5c0d0a6efa2 100644
--- a/jetty-websocket/websocket-javax-client/pom.xml
+++ b/jetty-websocket/websocket-javax-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-javax-common/pom.xml b/jetty-websocket/websocket-javax-common/pom.xml
index c2fd8443557c..a216e74fbfa2 100644
--- a/jetty-websocket/websocket-javax-common/pom.xml
+++ b/jetty-websocket/websocket-javax-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-javax-server/pom.xml b/jetty-websocket/websocket-javax-server/pom.xml
index cac3d32e4a98..21e7b1ea5456 100644
--- a/jetty-websocket/websocket-javax-server/pom.xml
+++ b/jetty-websocket/websocket-javax-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-javax-tests/pom.xml b/jetty-websocket/websocket-javax-tests/pom.xml
index 4f82517cb88f..d31794870cd5 100644
--- a/jetty-websocket/websocket-javax-tests/pom.xml
+++ b/jetty-websocket/websocket-javax-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml
index d358a37d8010..6b7381db224c 100644
--- a/jetty-websocket/websocket-jetty-api/pom.xml
+++ b/jetty-websocket/websocket-jetty-api/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml
index 43544b1dd7b9..a4d4eddea216 100644
--- a/jetty-websocket/websocket-jetty-client/pom.xml
+++ b/jetty-websocket/websocket-jetty-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml
index a53aef478284..4352f15718d8 100644
--- a/jetty-websocket/websocket-jetty-common/pom.xml
+++ b/jetty-websocket/websocket-jetty-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml
index 2f1460fd60db..47c1f6d9cf98 100644
--- a/jetty-websocket/websocket-jetty-server/pom.xml
+++ b/jetty-websocket/websocket-jetty-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml
index e3e025ca5d60..78073c2f7968 100644
--- a/jetty-websocket/websocket-jetty-tests/pom.xml
+++ b/jetty-websocket/websocket-jetty-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index ea8a2933df0b..4d02373dd9c7 100644
--- a/jetty-websocket/websocket-servlet/pom.xml
+++ b/jetty-websocket/websocket-servlet/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 4e321739d375..17aca0f7db22 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index e3f7d28b0164..1e809f39c1d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml
index cea2aa2b375d..bef0a3232630 100644
--- a/tests/jetty-http-tools/pom.xml
+++ b/tests/jetty-http-tools/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index d7f5f7de2162..658cf038877a 100644
--- a/tests/jetty-jmh/pom.xml
+++ b/tests/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/pom.xml b/tests/pom.xml
index e5722e966724..87944c993d6c 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml
index a3a8f7367191..a799e441e57c 100644
--- a/tests/test-cdi/pom.xml
+++ b/tests/test-cdi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 5f23b4f7f8e5..9a9e6608d409 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index f356289bc601..68b539c695ff 100644
--- a/tests/test-http-client-transport/pom.xml
+++ b/tests/test-http-client-transport/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 6929c7e5a702..52778bd8fe29 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
test-integration
diff --git a/tests/test-jmx/jmx-webapp-it/pom.xml b/tests/test-jmx/jmx-webapp-it/pom.xml
index dd9af35dfe34..695c4c54ab45 100644
--- a/tests/test-jmx/jmx-webapp-it/pom.xml
+++ b/tests/test-jmx/jmx-webapp-it/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-jmx-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
jmx-webapp-it
diff --git a/tests/test-jmx/jmx-webapp/pom.xml b/tests/test-jmx/jmx-webapp/pom.xml
index 0993840e7142..695720ea5e99 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
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index fe0aa568cd8c..fa0c2bdc13e1 100644
--- a/tests/test-jmx/pom.xml
+++ b/tests/test-jmx/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
test-jmx-parent
diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml
index 6a0c67bfc07e..a2e175af6bc8 100644
--- a/tests/test-jpms/pom.xml
+++ b/tests/test-jpms/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
test-jpms
diff --git a/tests/test-jpms/test-jpms-websocket-core/pom.xml b/tests/test-jpms/test-jpms-websocket-core/pom.xml
index 85ce08defd36..107e11f1ce0b 100644
--- a/tests/test-jpms/test-jpms-websocket-core/pom.xml
+++ b/tests/test-jpms/test-jpms-websocket-core/pom.xml
@@ -3,7 +3,7 @@
test-jpms
org.eclipse.jetty.tests
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
test-jpms-websocket-core
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index f2a20f6cde32..a5026e095d62 100644
--- a/tests/test-loginservice/pom.xml
+++ b/tests/test-loginservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index a8e8204b3699..88232000ac3d 100644
--- a/tests/test-quickstart/pom.xml
+++ b/tests/test-quickstart/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index a154d72f018f..dc89520e3284 100644
--- a/tests/test-sessions/pom.xml
+++ b/tests/test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
test-sessions-parent
Jetty Tests :: Sessions :: Parent
diff --git a/tests/test-sessions/test-file-sessions/pom.xml b/tests/test-sessions/test-file-sessions/pom.xml
index 77308433c7aa..65057b8db8d4 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
- 10.0.10-SNAPSHOT
+ 10.0.11-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 21d3b8f86efe..9a32b3ec027d 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
- 10.0.10-SNAPSHOT
+ 10.0.11-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 f6b2a091a78f..41579f0dad28 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
- 10.0.10-SNAPSHOT
+ 10.0.11-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 2733fe6e0bcb..08635ab9b447 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
- 10.0.10-SNAPSHOT
+ 10.0.11-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 0f266395551d..8fb1e399187c 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
- 10.0.10-SNAPSHOT
+ 10.0.11-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 f8fe3b59926a..4042710e3fc3 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
- 10.0.10-SNAPSHOT
+ 10.0.11-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 9d80acdaa9c5..2871854f6249 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
- 10.0.10-SNAPSHOT
+ 10.0.11-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 32193b4bf4ec..c1c76ee00989 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
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 18c8f907be4a..46224bdafedd 100644
--- a/tests/test-webapps/pom.xml
+++ b/tests/test-webapps/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-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 42db6db0e71f..cea33b87fad7 100644
--- a/tests/test-webapps/test-bad-websocket-webapp/pom.xml
+++ b/tests/test-webapps/test-bad-websocket-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-cdi-common-webapp/pom.xml b/tests/test-webapps/test-cdi-common-webapp/pom.xml
index 52e2038cf8aa..8afd1896e222 100644
--- a/tests/test-webapps/test-cdi-common-webapp/pom.xml
+++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index eaa3cdb76aa8..a45bb013f3f2 100644
--- a/tests/test-webapps/test-felix-webapp/pom.xml
+++ b/tests/test-webapps/test-felix-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 1d8aab8e0665..fd319494d397 100644
--- a/tests/test-webapps/test-http2-webapp/pom.xml
+++ b/tests/test-webapps/test-http2-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml
index 8a997cd257d0..3358d69a391c 100644
--- a/tests/test-webapps/test-openid-webapp/pom.xml
+++ b/tests/test-webapps/test-openid-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-owb-cdi-webapp/pom.xml b/tests/test-webapps/test-owb-cdi-webapp/pom.xml
index efa99e9f9b9a..c6d33c89aa05 100644
--- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml
+++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-simple-session-webapp/pom.xml b/tests/test-webapps/test-simple-session-webapp/pom.xml
index 0c07565a8170..ba2b1ee01f44 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
- 10.0.10-SNAPSHOT
+ 10.0.11-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 42276ca2f3de..deed83f5280f 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
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
test-webapp-rfc2616
Jetty Tests :: WebApp :: RFC2616
diff --git a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml
index b40c4c022d0a..86c9c0901740 100644
--- a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml
+++ b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-websocket-client-webapp/pom.xml b/tests/test-webapps/test-websocket-client-webapp/pom.xml
index d4d55161b509..7dd3466211b2 100644
--- a/tests/test-webapps/test-websocket-client-webapp/pom.xml
+++ b/tests/test-webapps/test-websocket-client-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml
index eb73e77c8f2a..f37af258109a 100644
--- a/tests/test-webapps/test-websocket-webapp/pom.xml
+++ b/tests/test-webapps/test-websocket-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml
index 2358acf5e5fd..3e5482b824a7 100644
--- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml
+++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0
diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml
index b864159a6f03..c65c68e08e9f 100644
--- a/tests/test-websocket-autobahn/pom.xml
+++ b/tests/test-websocket-autobahn/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.10-SNAPSHOT
+ 10.0.11-SNAPSHOT
4.0.0