diff --git a/VERSION.txt b/VERSION.txt
index 26a70a00171..d3c381fe51f 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,3 +1,5 @@
+jetty-12.0.11-SNAPSHOT
+
jetty-12.0.10 - 30 May 2024
+ 1470 Replace Timer use with Jetty Scheduler
+ 9177 Add JVM info and OS info to Dumpable.dump()
diff --git a/build/build-resources/pom.xml b/build/build-resources/pom.xml
index c5419dff25f..19244f45263 100644
--- a/build/build-resources/pom.xml
+++ b/build/build-resources/pom.xml
@@ -8,7 +8,7 @@
-->
org.eclipse.jetty
build-resources
- 12.0.10
+ 12.0.11-SNAPSHOT
jar
Build :: Resources
diff --git a/build/pom.xml b/build/pom.xml
index 8c836a2f0c0..a76eb7dd299 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.build
build
diff --git a/documentation/jetty/modules/code/examples/pom.xml b/documentation/jetty/modules/code/examples/pom.xml
index 2b7a31286e5..c6d5bbdba22 100644
--- a/documentation/jetty/modules/code/examples/pom.xml
+++ b/documentation/jetty/modules/code/examples/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.documentation
documentation
- 12.0.10
+ 12.0.11-SNAPSHOT
../../../../pom.xml
code-examples
diff --git a/documentation/jetty/pom.xml b/documentation/jetty/pom.xml
index fc96ca8ac84..b14fc04490d 100644
--- a/documentation/jetty/pom.xml
+++ b/documentation/jetty/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.documentation
documentation
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty
pom
diff --git a/documentation/pom.xml b/documentation/pom.xml
index d53dee05858..40eb13d4a23 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.documentation
documentation
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index add8b866a72..44c568860b7 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.10
+ 12.0.11-SNAPSHOT
javadoc
jar
diff --git a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
index bbecf179837..3da66b37986 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-alpn-client
Core :: ALPN :: Client
diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
index 0d0705c4e8c..0031da8ae16 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-alpn-conscrypt-client
Core :: ALPN :: Conscrypt Client
diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index b5d57c46510..3c04f23b5af 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-alpn-conscrypt-server
Core :: ALPN :: Conscrypt Server
diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
index 723d60b4345..26eef00f657 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-alpn-java-client
Core :: ALPN :: Java Client
diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
index eb9e02d1536..96e66ff714f 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-alpn-java-server
Core :: ALPN :: Java Server
diff --git a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
index 25827c1fa7c..acb72a4ed15 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-alpn-server
Core :: ALPN :: Server
diff --git a/jetty-core/jetty-alpn/pom.xml b/jetty-core/jetty-alpn/pom.xml
index e97cafc82e9..c2a5e00ad97 100644
--- a/jetty-core/jetty-alpn/pom.xml
+++ b/jetty-core/jetty-alpn/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-alpn
pom
diff --git a/jetty-core/jetty-bom/pom.xml b/jetty-core/jetty-bom/pom.xml
index bd2bcaaeb31..8e20f8dde79 100644
--- a/jetty-core/jetty-bom/pom.xml
+++ b/jetty-core/jetty-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-bom
@@ -18,282 +18,282 @@
org.eclipse.jetty
jetty-alpn-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-alpn-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-deploy
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-http
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-http-spi
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-http-tools
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-io
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-jmx
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-jndi
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-keystore
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-openid
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-plus
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-proxy
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-rewrite
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-security
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-session
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-slf4j-impl
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-start
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-unixdomain-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-util
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-util-ajax
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty
jetty-xml
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.demos
jetty-demo-handler
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.fcgi
jetty-fcgi-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.fcgi
jetty-fcgi-proxy
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.fcgi
jetty-fcgi-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http2
jetty-http2-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http2
jetty-http2-client-transport
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http2
jetty-http2-common
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http2
jetty-http2-hpack
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http2
jetty-http2-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3-client-transport
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3-common
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3-qpack
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-common
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-quiche-common
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-quiche-foreign
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-quiche-jna
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-core-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-core-common
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-core-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-jetty-api
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-jetty-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-jetty-common
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-jetty-server
- 12.0.10
+ 12.0.11-SNAPSHOT
diff --git a/jetty-core/jetty-client/pom.xml b/jetty-core/jetty-client/pom.xml
index b300d0f6115..661dfc2cdb5 100644
--- a/jetty-core/jetty-client/pom.xml
+++ b/jetty-core/jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-client
Core :: HTTP Client
diff --git a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
index c102fccfd76..279b74ef0b9 100644
--- a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
+++ b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
jetty-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-demo-handler
Core :: Demo Handler
diff --git a/jetty-core/jetty-demos/pom.xml b/jetty-core/jetty-demos/pom.xml
index 1848bbbd711..c6f039d9ec3 100644
--- a/jetty-core/jetty-demos/pom.xml
+++ b/jetty-core/jetty-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.demos
jetty-demos
diff --git a/jetty-core/jetty-deploy/pom.xml b/jetty-core/jetty-deploy/pom.xml
index d7d75320489..00b12da7428 100644
--- a/jetty-core/jetty-deploy/pom.xml
+++ b/jetty-core/jetty-deploy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-deploy
Core :: Deployers
diff --git a/jetty-core/jetty-ee/pom.xml b/jetty-core/jetty-ee/pom.xml
index 8966f590ec3..c821f92943f 100644
--- a/jetty-core/jetty-ee/pom.xml
+++ b/jetty-core/jetty-ee/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee
Core :: EE Common
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
index 472309c6bb3..efec41020e4 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-fcgi-client
Core :: FastCGI :: Client
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
index 2e680d33f58..3899b64d670 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-fcgi-proxy
Core :: FastCGI :: Proxy
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
index 387a8a71c79..253a53375b0 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-fcgi-server
Core :: FastCGI :: Server
diff --git a/jetty-core/jetty-fcgi/pom.xml b/jetty-core/jetty-fcgi/pom.xml
index 4954d0eb7a5..0d28e0396ba 100644
--- a/jetty-core/jetty-fcgi/pom.xml
+++ b/jetty-core/jetty-fcgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.fcgi
jetty-fcgi
diff --git a/jetty-core/jetty-http-spi/pom.xml b/jetty-core/jetty-http-spi/pom.xml
index 87b3faf8e6b..eedb06d0575 100644
--- a/jetty-core/jetty-http-spi/pom.xml
+++ b/jetty-core/jetty-http-spi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http-spi
Core :: HTTP SPI
diff --git a/jetty-core/jetty-http-tools/pom.xml b/jetty-core/jetty-http-tools/pom.xml
index 31147015d59..aa8efb9abca 100644
--- a/jetty-core/jetty-http-tools/pom.xml
+++ b/jetty-core/jetty-http-tools/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http-tools
Core :: HTTP Tools
diff --git a/jetty-core/jetty-http/pom.xml b/jetty-core/jetty-http/pom.xml
index 08b0f62f50a..3d739096df7 100644
--- a/jetty-core/jetty-http/pom.xml
+++ b/jetty-core/jetty-http/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http
Core :: HTTP
diff --git a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml
index 5cc0f5a9e01..0ec7482e351 100644
--- a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http2-client-transport
Core :: HTTP2 :: Client Transport
diff --git a/jetty-core/jetty-http2/jetty-http2-client/pom.xml b/jetty-core/jetty-http2/jetty-http2-client/pom.xml
index 13401ef8016..3ddc1736b60 100644
--- a/jetty-core/jetty-http2/jetty-http2-client/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http2-client
Core :: HTTP2 :: Client
diff --git a/jetty-core/jetty-http2/jetty-http2-common/pom.xml b/jetty-core/jetty-http2/jetty-http2-common/pom.xml
index 81f41a36de2..936b59e5df7 100644
--- a/jetty-core/jetty-http2/jetty-http2-common/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http2-common
Core :: HTTP2 :: Common
diff --git a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
index 3469555d023..20328cae84f 100644
--- a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http2-hpack
Core :: HTTP2 :: HPACK
diff --git a/jetty-core/jetty-http2/jetty-http2-server/pom.xml b/jetty-core/jetty-http2/jetty-http2-server/pom.xml
index b8b2c03534e..bd925cd1b1d 100644
--- a/jetty-core/jetty-http2/jetty-http2-server/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http2-server
Core :: HTTP2 :: Server
diff --git a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
index 4d595f708ab..19f2d887f91 100644
--- a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http2-tests
Core :: HTTP2 :: Tests
diff --git a/jetty-core/jetty-http2/pom.xml b/jetty-core/jetty-http2/pom.xml
index b781885323c..6fbf45505b8 100644
--- a/jetty-core/jetty-http2/pom.xml
+++ b/jetty-core/jetty-http2/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http2
jetty-http2
diff --git a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml
index d37b28e1443..9056bdee081 100644
--- a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http3-client-transport
Core :: HTTP3 :: HTTP Client Transport
diff --git a/jetty-core/jetty-http3/jetty-http3-client/pom.xml b/jetty-core/jetty-http3/jetty-http3-client/pom.xml
index 8acb6be4ddb..13e7279e466 100644
--- a/jetty-core/jetty-http3/jetty-http3-client/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http3-client
Core :: HTTP3 :: Client
diff --git a/jetty-core/jetty-http3/jetty-http3-common/pom.xml b/jetty-core/jetty-http3/jetty-http3-common/pom.xml
index 9fef42677dc..d49eca70840 100644
--- a/jetty-core/jetty-http3/jetty-http3-common/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http3-common
Core :: HTTP3 :: Common
diff --git a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
index ed7a6ef7ff3..a022b40af05 100644
--- a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http3-qpack
Core :: HTTP3 :: QPACK
diff --git a/jetty-core/jetty-http3/jetty-http3-server/pom.xml b/jetty-core/jetty-http3/jetty-http3-server/pom.xml
index 315c06fd7b5..e6998f76af3 100644
--- a/jetty-core/jetty-http3/jetty-http3-server/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http3-server
Core :: HTTP3 :: Server
diff --git a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
index 051c0fa92df..d340f58c80f 100644
--- a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-http3-tests
Core :: HTTP3 :: Tests
diff --git a/jetty-core/jetty-http3/pom.xml b/jetty-core/jetty-http3/pom.xml
index b1ccbe47725..f5bcecf41df 100644
--- a/jetty-core/jetty-http3/pom.xml
+++ b/jetty-core/jetty-http3/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3
diff --git a/jetty-core/jetty-io/pom.xml b/jetty-core/jetty-io/pom.xml
index cd28d279821..b1169af256e 100644
--- a/jetty-core/jetty-io/pom.xml
+++ b/jetty-core/jetty-io/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-io
Core :: IO
diff --git a/jetty-core/jetty-jmx/pom.xml b/jetty-core/jetty-jmx/pom.xml
index 069134535d7..cf4324b09d6 100644
--- a/jetty-core/jetty-jmx/pom.xml
+++ b/jetty-core/jetty-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-jmx
Core :: JMX
diff --git a/jetty-core/jetty-jndi/pom.xml b/jetty-core/jetty-jndi/pom.xml
index be0027786fb..137ebb4e01a 100644
--- a/jetty-core/jetty-jndi/pom.xml
+++ b/jetty-core/jetty-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-jndi
Core :: JNDI
diff --git a/jetty-core/jetty-keystore/pom.xml b/jetty-core/jetty-keystore/pom.xml
index 88b44f90c6f..7cfd62fe249 100644
--- a/jetty-core/jetty-keystore/pom.xml
+++ b/jetty-core/jetty-keystore/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-keystore
jar
diff --git a/jetty-core/jetty-maven/pom.xml b/jetty-core/jetty-maven/pom.xml
index 7859d01c130..a3487534525 100644
--- a/jetty-core/jetty-maven/pom.xml
+++ b/jetty-core/jetty-maven/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-maven
Core :: Maven
diff --git a/jetty-core/jetty-openid/pom.xml b/jetty-core/jetty-openid/pom.xml
index 8a0b1975a89..b1d90b1f73d 100644
--- a/jetty-core/jetty-openid/pom.xml
+++ b/jetty-core/jetty-openid/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-openid
EE10 :: OpenID
diff --git a/jetty-core/jetty-osgi/pom.xml b/jetty-core/jetty-osgi/pom.xml
index ca01f010236..7d23e311d94 100644
--- a/jetty-core/jetty-osgi/pom.xml
+++ b/jetty-core/jetty-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-osgi
Core :: OSGi
diff --git a/jetty-core/jetty-plus/pom.xml b/jetty-core/jetty-plus/pom.xml
index d514233e417..c95a652f359 100644
--- a/jetty-core/jetty-plus/pom.xml
+++ b/jetty-core/jetty-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-plus
Core :: Plus
diff --git a/jetty-core/jetty-proxy/pom.xml b/jetty-core/jetty-proxy/pom.xml
index 1ffbe66a576..6e255bfd85a 100644
--- a/jetty-core/jetty-proxy/pom.xml
+++ b/jetty-core/jetty-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-proxy
jar
diff --git a/jetty-core/jetty-quic/jetty-quic-client/pom.xml b/jetty-core/jetty-quic/jetty-quic-client/pom.xml
index c323984f29a..1243c7fb17c 100644
--- a/jetty-core/jetty-quic/jetty-quic-client/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-quic-client
Core :: QUIC :: Client
diff --git a/jetty-core/jetty-quic/jetty-quic-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-common/pom.xml
index 4cf052d814e..b5f0fa4fa4c 100644
--- a/jetty-core/jetty-quic/jetty-quic-common/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-quic-common
Core :: QUIC :: Common
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml
index a9d2d514631..2dccb8e2887 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-quic-quiche-common
Core :: QUIC :: Quiche :: Common
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml
index 73efe1f79fe..855a9282f39 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-quic-quiche-foreign
Core :: QUIC :: Quiche :: Foreign
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml
index ad72ebe5c23..cbfacf6507a 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-quic-quiche-jna
Core :: QUIC :: Quiche :: JNA Binding
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
index bd013fd95fa..3de8928ba06 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-quic-quiche
pom
diff --git a/jetty-core/jetty-quic/jetty-quic-server/pom.xml b/jetty-core/jetty-quic/jetty-quic-server/pom.xml
index 06f3677779a..2797a701098 100644
--- a/jetty-core/jetty-quic/jetty-quic-server/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-quic-server
Core :: QUIC :: Server
diff --git a/jetty-core/jetty-quic/pom.xml b/jetty-core/jetty-quic/pom.xml
index 2f8b7f028f5..cfe462397a4 100644
--- a/jetty-core/jetty-quic/pom.xml
+++ b/jetty-core/jetty-quic/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic
diff --git a/jetty-core/jetty-rewrite/pom.xml b/jetty-core/jetty-rewrite/pom.xml
index 233d0d9f704..e149e4f3384 100644
--- a/jetty-core/jetty-rewrite/pom.xml
+++ b/jetty-core/jetty-rewrite/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-rewrite
Core :: Rewrite
diff --git a/jetty-core/jetty-security/pom.xml b/jetty-core/jetty-security/pom.xml
index d80785d4991..026b405f39e 100644
--- a/jetty-core/jetty-security/pom.xml
+++ b/jetty-core/jetty-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-security
Core :: Security
diff --git a/jetty-core/jetty-server/pom.xml b/jetty-core/jetty-server/pom.xml
index 12f63f259a7..d39cba09699 100644
--- a/jetty-core/jetty-server/pom.xml
+++ b/jetty-core/jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-server
Core :: Server
diff --git a/jetty-core/jetty-session/pom.xml b/jetty-core/jetty-session/pom.xml
index bb270105857..dd9b32079db 100644
--- a/jetty-core/jetty-session/pom.xml
+++ b/jetty-core/jetty-session/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-session
Core :: Sessions
diff --git a/jetty-core/jetty-slf4j-impl/pom.xml b/jetty-core/jetty-slf4j-impl/pom.xml
index 896494639fa..9ec1c25aa65 100644
--- a/jetty-core/jetty-slf4j-impl/pom.xml
+++ b/jetty-core/jetty-slf4j-impl/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-slf4j-impl
Core :: SLF4J Implementation
diff --git a/jetty-core/jetty-start/pom.xml b/jetty-core/jetty-start/pom.xml
index 9f4639bbd99..cdcff1c8150 100644
--- a/jetty-core/jetty-start/pom.xml
+++ b/jetty-core/jetty-start/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-start
Core :: Start
diff --git a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml
index 385f7c3d9df..85c797026de 100644
--- a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml
+++ b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-test-client-transports
Core :: Tests :: Client Transports
diff --git a/jetty-core/jetty-tests/jetty-test-jmx/pom.xml b/jetty-core/jetty-tests/jetty-test-jmx/pom.xml
index 27d3367a0a7..d0463ca6ada 100644
--- a/jetty-core/jetty-tests/jetty-test-jmx/pom.xml
+++ b/jetty-core/jetty-tests/jetty-test-jmx/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-test-jmx
Core :: Tests :: JMX
diff --git a/jetty-core/jetty-tests/pom.xml b/jetty-core/jetty-tests/pom.xml
index 1f98c2edbd1..ee7908b364d 100644
--- a/jetty-core/jetty-tests/pom.xml
+++ b/jetty-core/jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-tests
pom
diff --git a/jetty-core/jetty-unixdomain-server/pom.xml b/jetty-core/jetty-unixdomain-server/pom.xml
index cce6ae4fa70..78d7e62945b 100644
--- a/jetty-core/jetty-unixdomain-server/pom.xml
+++ b/jetty-core/jetty-unixdomain-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-unixdomain-server
Core :: Unix-Domain Sockets :: Server
diff --git a/jetty-core/jetty-util-ajax/pom.xml b/jetty-core/jetty-util-ajax/pom.xml
index a5f4933746d..401c98dabe2 100644
--- a/jetty-core/jetty-util-ajax/pom.xml
+++ b/jetty-core/jetty-util-ajax/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-util-ajax
Core :: Utilities :: JSON
diff --git a/jetty-core/jetty-util/pom.xml b/jetty-core/jetty-util/pom.xml
index b5918a8053c..d96f7ffb433 100644
--- a/jetty-core/jetty-util/pom.xml
+++ b/jetty-core/jetty-util/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-util
Core :: Utilities
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml
index bd156c05f8e..ed5d7fb4b58 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-websocket-core-client
Core :: Websocket :: Client
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml
index 873f1e35906..db7e6fed901 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-websocket-core-common
Core :: Websocket :: Common
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml
index 56496781e35..f878da83006 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-websocket-core-server
Core :: Websocket :: Server
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml
index 7a33fa086de..0a79d1c7588 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-websocket-core-tests
Core :: Websocket :: Tests
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml
index 1c34c7c1e36..3855ff7f7be 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-websocket-jetty-api
Core :: Websocket :: Jetty API
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml
index 87e4f408bb6..d438fb31585 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-websocket-jetty-client
Core :: Websocket :: Jetty Client
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml
index 4ff4fbdef75..403f0156c03 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-websocket-jetty-common
Core :: Websocket :: Jetty Common
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml
index d78d4340833..131e0dc4503 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-websocket-jetty-server
Core :: Websocket :: Jetty Server
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml
index 18336ad067d..fcfe1325855 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-websocket-jetty-tests
Core :: Websocket :: Jetty Tests
diff --git a/jetty-core/jetty-websocket/pom.xml b/jetty-core/jetty-websocket/pom.xml
index 1803c6c17db..d0f599d7de0 100644
--- a/jetty-core/jetty-websocket/pom.xml
+++ b/jetty-core/jetty-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket
diff --git a/jetty-core/jetty-xml/pom.xml b/jetty-core/jetty-xml/pom.xml
index 0d3b3b928a0..ac187555376 100644
--- a/jetty-core/jetty-xml/pom.xml
+++ b/jetty-core/jetty-xml/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-xml
Core :: XML
diff --git a/jetty-core/pom.xml b/jetty-core/pom.xml
index c85800ae12d..fedb1b37479 100644
--- a/jetty-core/pom.xml
+++ b/jetty-core/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-core
pom
diff --git a/jetty-ee10/jetty-ee10-annotations/pom.xml b/jetty-ee10/jetty-ee10-annotations/pom.xml
index 1d5088113af..7a8a81defe9 100644
--- a/jetty-ee10/jetty-ee10-annotations/pom.xml
+++ b/jetty-ee10/jetty-ee10-annotations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-annotations
EE10 :: Servlet Annotations
diff --git a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
index 8b19f1de3a7..87f86e763d4 100644
--- a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
+++ b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-apache-jsp
EE10 :: Apache JSP
diff --git a/jetty-ee10/jetty-ee10-bom/pom.xml b/jetty-ee10/jetty-ee10-bom/pom.xml
index 17f4edc11be..0fbcba872d2 100644
--- a/jetty-ee10/jetty-ee10-bom/pom.xml
+++ b/jetty-ee10/jetty-ee10-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-bom
@@ -19,132 +19,132 @@
org.eclipse.jetty.ee10
jetty-ee10-annotations
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-apache-jsp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-cdi
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-fcgi-proxy
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-glassfish-jstl
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-jaspi
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-jndi
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-jspc-maven-plugin
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-maven-plugin
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-plus
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-proxy
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-quickstart
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-runner
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-servlet
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-servlets
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-webapp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-alpn
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-boot
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-boot-jsp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-client-webapp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-common
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-client-webapp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-servlet
- 12.0.10
+ 12.0.11-SNAPSHOT
diff --git a/jetty-ee10/jetty-ee10-cdi/pom.xml b/jetty-ee10/jetty-ee10-cdi/pom.xml
index 4495062db88..d158605ff52 100644
--- a/jetty-ee10/jetty-ee10-cdi/pom.xml
+++ b/jetty-ee10/jetty-ee10-cdi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-cdi
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml
index b8bcbcf28c5..61a76045da7 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-async-rest-jar
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml
index f551c81f46c..c7d5e9e5b0c 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-async-rest-server
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml
index 6ad599cdbc8..fe8771559ba 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-async-rest-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml
index 8c450828660..4a51a23389d 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-async-rest
pom
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml
index 37d07c0d0e8..74cf1c132f5 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-embedded
EE10 :: Demo :: Embedded Jetty
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml
index 837d1821e53..e610c24c10a 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-jaas-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml
index 939fa78e869..0f9d964eb8d 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-jetty-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml
index ca4aceab364..1eeccb8f8b7 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-jndi-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml
index f9e4210655c..8a3823153be 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-jsp-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml
index 5810ed1a10e..a331351b95f 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-mock-resources
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml
index 438bfb727bf..9e150845cda 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-proxy-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml
index d4c358d5ecd..b0b7d8a8f00 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-simple-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml
index 661276fa194..9455054128a 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
../../pom.xml
jetty-ee10-demo-container-initializer
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml
index 39c2329a631..7275cc98d27 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
../../pom.xml
jetty-ee10-demo-spec-webapp
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml
index 6ff9619b20a..f22bd4ba1ae 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
../../pom.xml
jetty-ee10-demo-web-fragment
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml
index 1cadb06d976..628031628b3 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-spec
pom
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml
index 31948a40376..4f951d36266 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-demo-template
jar
diff --git a/jetty-ee10/jetty-ee10-demos/pom.xml b/jetty-ee10/jetty-ee10-demos/pom.xml
index b8949194e69..9c274134e8a 100644
--- a/jetty-ee10/jetty-ee10-demos/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
diff --git a/jetty-ee10/jetty-ee10-examples/pom.xml b/jetty-ee10/jetty-ee10-examples/pom.xml
index ff5c23f1363..4454786481d 100644
--- a/jetty-ee10/jetty-ee10-examples/pom.xml
+++ b/jetty-ee10/jetty-ee10-examples/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-examples
EE10 :: Examples
diff --git a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml
index aaa7f38b48c..ed84f8fc6f5 100644
--- a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml
+++ b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-fcgi-proxy
EE10 :: FCGI Proxy
diff --git a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
index 6b3a87a6e3e..fea327e963a 100644
--- a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
+++ b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-glassfish-jstl
jar
diff --git a/jetty-ee10/jetty-ee10-home/pom.xml b/jetty-ee10/jetty-ee10-home/pom.xml
index 9ad93a01bf8..ff07af0abe3 100644
--- a/jetty-ee10/jetty-ee10-home/pom.xml
+++ b/jetty-ee10/jetty-ee10-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
jetty-ee10-home
diff --git a/jetty-ee10/jetty-ee10-jaspi/pom.xml b/jetty-ee10/jetty-ee10-jaspi/pom.xml
index 65661ed42a4..9acbe3406e4 100644
--- a/jetty-ee10/jetty-ee10-jaspi/pom.xml
+++ b/jetty-ee10/jetty-ee10-jaspi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-jaspi
EE10 :: JASPI
diff --git a/jetty-ee10/jetty-ee10-jndi/pom.xml b/jetty-ee10/jetty-ee10-jndi/pom.xml
index 32be4347852..d2303e95f74 100644
--- a/jetty-ee10/jetty-ee10-jndi/pom.xml
+++ b/jetty-ee10/jetty-ee10-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-jndi
EE10 :: JNDI
diff --git a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
index 8bea3b5fa6b..dd40515db71 100644
--- a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
+++ b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-jspc-maven-plugin
maven-plugin
diff --git a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
index 9c21513baba..76b0ad2d3fd 100644
--- a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
+++ b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
jetty-ee10-maven-plugin
diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml
index 38c83dc72c9..f3162a1621f 100644
--- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml
@@ -7,7 +7,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-osgi-alpn
jar
diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml
index 90e4e60318d..0618d0c999f 100644
--- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-osgi-boot-jsp
EE10 :: OSGi :: Boot JSP
diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml
index e46e86fbac8..927a785dbf7 100644
--- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-osgi-boot
EE10 :: OSGi :: Boot
diff --git a/jetty-ee10/jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/pom.xml
index 12eaf83bc81..cc27f4adcd9 100644
--- a/jetty-ee10/jetty-ee10-osgi/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml
index b44e25531e4..a3fe0cb577e 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee10-osgi-fragment
EE10 :: OSGi :: WebApp Fragment
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml
index f2506a28b0b..49f8228a2aa 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee10-osgi-server
EE10 :: OSGi :: Server
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml
index fd0f98620e5..068b8145224 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee10-osgi-webapp-resources
war
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml
index 1565c00252d..fee0fa18919 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee10-osgi
EE10 :: OSGi :: Test
diff --git a/jetty-ee10/jetty-ee10-plus/pom.xml b/jetty-ee10/jetty-ee10-plus/pom.xml
index d856fdd93b1..87359c72c9c 100644
--- a/jetty-ee10/jetty-ee10-plus/pom.xml
+++ b/jetty-ee10/jetty-ee10-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-plus
EE10 :: Plus
diff --git a/jetty-ee10/jetty-ee10-proxy/pom.xml b/jetty-ee10/jetty-ee10-proxy/pom.xml
index 2f3ff5ba9a8..4e10749d58e 100644
--- a/jetty-ee10/jetty-ee10-proxy/pom.xml
+++ b/jetty-ee10/jetty-ee10-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-proxy
EE10 :: Proxy
diff --git a/jetty-ee10/jetty-ee10-quickstart/pom.xml b/jetty-ee10/jetty-ee10-quickstart/pom.xml
index 2810e929750..41c4693ae11 100644
--- a/jetty-ee10/jetty-ee10-quickstart/pom.xml
+++ b/jetty-ee10/jetty-ee10-quickstart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-quickstart
EE10 :: Quick Start
diff --git a/jetty-ee10/jetty-ee10-runner/pom.xml b/jetty-ee10/jetty-ee10-runner/pom.xml
index 58b980116de..536670ec6a4 100644
--- a/jetty-ee10/jetty-ee10-runner/pom.xml
+++ b/jetty-ee10/jetty-ee10-runner/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-runner
EE10 :: Runner
diff --git a/jetty-ee10/jetty-ee10-servlet/pom.xml b/jetty-ee10/jetty-ee10-servlet/pom.xml
index 0dead836884..50defb301dd 100644
--- a/jetty-ee10/jetty-ee10-servlet/pom.xml
+++ b/jetty-ee10/jetty-ee10-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-servlet
EE10 :: Servlet
diff --git a/jetty-ee10/jetty-ee10-servlets/pom.xml b/jetty-ee10/jetty-ee10-servlets/pom.xml
index 382a970f17f..53aadd3d588 100644
--- a/jetty-ee10/jetty-ee10-servlets/pom.xml
+++ b/jetty-ee10/jetty-ee10-servlets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-servlets
EE10 :: Utility Servlets and Filters
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml
index 33bc5d27c72..700e29f7708 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-bad-websocket-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml
index 90a3e4294d2..1c0c8960211 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-badinit-webapp
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml
index 40de22aeacb..06385557805 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-cdi-common-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml
index 6ebf7d75f8f..17c2f4340e8 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-cdi
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml
index d143f683830..b78feb1279f 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-client-transports
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml
index 621dc24d8f0..a77e4268add 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-felix-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml
index eb3f0f25139..6e536218469 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-http2-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml
index 264754d3fa5..55c586bd367 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-integration
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml
index ad326da9306..fbefd6f9e7d 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-jersey
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml
index ddd04cb82b8..076944b82da 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-jmx
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-jmx-webapp-it
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml
index 18a9c86aecd..7dc163221cd 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-jmx
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-jmx-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml
index 9df32fe4c65..f62b8dbdadf 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-jmx
pom
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml
index 04e7a467926..6402ecc9eba 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
jetty-ee10-test-jndi
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml
index bb3048976fd..0e5e3c9e095 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-log4j2-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml
index a7cd0dcbb47..21d9497874b 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-loginservice
EE10 :: Tests :: Login Service
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml
index c2eb15dfae4..4900b0f5c99 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-openid-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml
index 86fdcf8240f..e375b7c016b 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-owb-cdi-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml
index 2d9ba367dcf..3bd581482bb 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-quickstart
EE10 :: Tests :: Quick Start
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml
index f6383fcfa5c..5c45951e5fc 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-sessions-common
EE10 :: Tests :: Sessions :: Common
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml
index 24843817d3d..8e53370e0d5 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-sessions-file
EE10 :: Tests :: Sessions :: File
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml
index 5ad7882da4a..1dfca7b00a6 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-sessions-gcloud
EE10 :: Tests :: Sessions :: GCloud
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml
index c95acaba536..ea1707535f5 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-sessions-hazelcast
EE10 :: Tests :: Sessions :: Hazelcast
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml
index 546d7f73cd1..3740b2823a0 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-sessions-infinispan
EE10 :: Tests :: Sessions :: Infinispan
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml
index cd9e77e9df8..f1747274606 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-sessions-jdbc
EE10 :: Tests :: Sessions :: JDBC
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml
index 64c0e75e7a2..99d2d3dd751 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-sessions-memcached
EE10 :: Tests :: Sessions :: Memcached
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml
index a44a25acfb5..e91a7249b51 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-sessions-mongodb
EE10 :: Tests :: Sessions :: Mongo
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml
index 9a5793e0e2c..e27ebd06eae 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-sessions
pom
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml
index dfc48458ef2..efee5108ff5 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-simple-session-webapp
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml
index 26664a432d8..4537d3c8c86 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-webapp-rfc2616
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml
index 911ec050569..487b2b929b0 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-websocket-client-provided-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml
index 0592dbe9784..b03923b7165 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-websocket-client-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml
index 6c1e98f1548..486c8cdc288 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-websocket-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml
index 9edef534bb1..59b554edd98 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-test-weld-cdi-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/pom.xml b/jetty-ee10/jetty-ee10-tests/pom.xml
index 84344e41e9e..133d77a921f 100644
--- a/jetty-ee10/jetty-ee10-tests/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
jetty-ee10-tests
diff --git a/jetty-ee10/jetty-ee10-webapp/pom.xml b/jetty-ee10/jetty-ee10-webapp/pom.xml
index c03ea353101..b8fe47e6603 100644
--- a/jetty-ee10/jetty-ee10-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-webapp
EE10 :: WebApp
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml
index 4f5e8977eb1..fc08bf591ef 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-websocket-jakarta-client-webapp
EE10 :: Websocket :: Jakarta Client WebApp
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml
index aa798fea46d..6ac2eb8f965 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-websocket-jakarta-client
EE10 :: Websocket :: Jakarta Client
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml
index 95edd5c2a1c..86952a5df9a 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-websocket-jakarta-common
EE10 :: Websocket :: Jakarta Common
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml
index f8b83fa198a..94f3dcbff71 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-websocket-jakarta-server
EE10 :: Websocket :: Jakarta Server
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml
index 2a7b3709961..ed3ec0e8a6f 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-websocket-jakarta-tests
EE10 :: Websocket :: Jakarta Tests
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml
index 11191a55200..d6d6ff27185 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-websocket-jetty-client-webapp
EE10 :: Websocket :: Jetty Client WebApp
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml
index 6cb47aa641c..853adfdb327 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-websocket-jetty-server
EE10 :: Websocket :: Jetty Server
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml
index b95cce3a9e3..6b826774322 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-websocket-jetty-tests
EE10 :: Websocket :: Jetty Tests
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml
index 7e694da5a44..39d85f76df5 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee10-websocket-servlet
EE10 :: Websocket :: Servlet
diff --git a/jetty-ee10/jetty-ee10-websocket/pom.xml b/jetty-ee10/jetty-ee10-websocket/pom.xml
index fa51255ca58..ad1c234d002 100644
--- a/jetty-ee10/jetty-ee10-websocket/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
diff --git a/jetty-ee10/pom.xml b/jetty-ee10/pom.xml
index cc1b42fed8d..9caa03a94df 100644
--- a/jetty-ee10/pom.xml
+++ b/jetty-ee10/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10
diff --git a/jetty-ee8/jetty-ee8-annotations/pom.xml b/jetty-ee8/jetty-ee8-annotations/pom.xml
index f29d8578026..bc12e65f4a8 100644
--- a/jetty-ee8/jetty-ee8-annotations/pom.xml
+++ b/jetty-ee8/jetty-ee8-annotations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-annotations
EE8 :: Servlet Annotations
diff --git a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
index 58f95bd155f..ac774fab730 100644
--- a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
+++ b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-apache-jsp
EE8 :: Apache JSP
diff --git a/jetty-ee8/jetty-ee8-bom/pom.xml b/jetty-ee8/jetty-ee8-bom/pom.xml
index 06b0dc84bea..58995e6a62c 100644
--- a/jetty-ee8/jetty-ee8-bom/pom.xml
+++ b/jetty-ee8/jetty-ee8-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-bom
@@ -19,117 +19,117 @@
org.eclipse.jetty.ee8
jetty-ee8-annotations
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-apache-jsp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-glassfish-jstl
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-jndi
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-nested
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-openid
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-plus
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-proxy
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-quickstart
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-security
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-servlet
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-servlets
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-webapp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-client-webapp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-common
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-api
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-client-webapp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-common
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-servlet
- 12.0.10
+ 12.0.11-SNAPSHOT
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml
index 0b4f82ea598..de0320a5c57 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-async-rest-jar
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml
index db8f98596f6..01e03ad0002 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-async-rest-server
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml
index dcdd7729277..dd7796c042f 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-async-rest-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml
index 84e534b459a..bfdc208ea34 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-async-rest
pom
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml
index 009c4e9b7fe..463f5089ccd 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-jaas-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml
index 8d028da9e39..fc41bb8458b 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-jetty-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml
index 7508d802157..fbc273e8913 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-jndi-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml
index e925024cb72..cf9cc916135 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-jsp-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml
index d62d8708e94..4d28c1e4ee9 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-mock-resources
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml
index d09ac1d7e36..a6aaea5d14f 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-proxy-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml
index e0a1a394e41..e437cf6733a 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-simple-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml
index 48d2e85b832..a377843b729 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-spec
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-container-initializer
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml
index 31b2a5963d0..62853054984 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-spec
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-spec-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml
index 35a9af8becc..c8d5dc9355a 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-spec
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-web-fragment
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml
index 015a8ca26b9..d8150ff3776 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-demo-spec
pom
diff --git a/jetty-ee8/jetty-ee8-demos/pom.xml b/jetty-ee8/jetty-ee8-demos/pom.xml
index 0e2f785bfac..eb212a57ef4 100644
--- a/jetty-ee8/jetty-ee8-demos/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
diff --git a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
index 5aaf37fa6a8..e04987ca125 100644
--- a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
+++ b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-glassfish-jstl
jar
diff --git a/jetty-ee8/jetty-ee8-home/pom.xml b/jetty-ee8/jetty-ee8-home/pom.xml
index 128bf56e3ca..5e355f3d9ca 100644
--- a/jetty-ee8/jetty-ee8-home/pom.xml
+++ b/jetty-ee8/jetty-ee8-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-home
pom
diff --git a/jetty-ee8/jetty-ee8-jaspi/pom.xml b/jetty-ee8/jetty-ee8-jaspi/pom.xml
index 5d2c48fabae..89bd85a84ef 100644
--- a/jetty-ee8/jetty-ee8-jaspi/pom.xml
+++ b/jetty-ee8/jetty-ee8-jaspi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-jaspi
EE8 :: Jetty :: JASPI Security
diff --git a/jetty-ee8/jetty-ee8-jndi/pom.xml b/jetty-ee8/jetty-ee8-jndi/pom.xml
index 10576f97939..30b62117e08 100644
--- a/jetty-ee8/jetty-ee8-jndi/pom.xml
+++ b/jetty-ee8/jetty-ee8-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-jndi
EE8 :: JNDI
diff --git a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
index 8f6f640aa0a..aad8b1bf79d 100644
--- a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
+++ b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-jspc-maven-plugin
maven-plugin
diff --git a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
index 4a7c2324510..04696a60cef 100644
--- a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
+++ b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-maven-plugin
maven-plugin
diff --git a/jetty-ee8/jetty-ee8-nested/pom.xml b/jetty-ee8/jetty-ee8-nested/pom.xml
index d67276b344b..746b2be42a0 100644
--- a/jetty-ee8/jetty-ee8-nested/pom.xml
+++ b/jetty-ee8/jetty-ee8-nested/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-nested
EE8 :: Nested
diff --git a/jetty-ee8/jetty-ee8-openid/pom.xml b/jetty-ee8/jetty-ee8-openid/pom.xml
index 29d685bfbd7..37b6eab9f38 100644
--- a/jetty-ee8/jetty-ee8-openid/pom.xml
+++ b/jetty-ee8/jetty-ee8-openid/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-openid
EE8 :: OpenID
diff --git a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml
index eac4d5a73d2..710d0ac3b0f 100644
--- a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-osgi-boot-jsp
EE8 :: OSGi :: Boot JSP
diff --git a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml
index 6eb8d233bf1..3c67b53a3de 100644
--- a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-osgi-boot
EE8 :: OSGi :: Boot
diff --git a/jetty-ee8/jetty-ee8-osgi/pom.xml b/jetty-ee8/jetty-ee8-osgi/pom.xml
index 1ffc7e7588f..22660a2a543 100644
--- a/jetty-ee8/jetty-ee8-osgi/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml
index 977f602c249..0eb52b819fb 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee8-osgi-fragment
EE8 :: OSGi :: WebApp Fragment
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml
index 9f1241466c9..b1994b14a41 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee8-osgi-server
EE8 :: OSGi :: Server
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml
index e8f863c79e7..e3751ca5d1d 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee8-osgi-webapp-resources
war
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml
index 73bf1fcf644..a1c8116375e 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee8-osgi
EE8 :: OSGi :: Test
diff --git a/jetty-ee8/jetty-ee8-plus/pom.xml b/jetty-ee8/jetty-ee8-plus/pom.xml
index 056491bb936..8437916c3e3 100644
--- a/jetty-ee8/jetty-ee8-plus/pom.xml
+++ b/jetty-ee8/jetty-ee8-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-plus
EE8 :: Plus
diff --git a/jetty-ee8/jetty-ee8-proxy/pom.xml b/jetty-ee8/jetty-ee8-proxy/pom.xml
index fdf615ace95..bb2ca4664b5 100644
--- a/jetty-ee8/jetty-ee8-proxy/pom.xml
+++ b/jetty-ee8/jetty-ee8-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-proxy
EE8 :: Proxy
diff --git a/jetty-ee8/jetty-ee8-quickstart/pom.xml b/jetty-ee8/jetty-ee8-quickstart/pom.xml
index b51c5a21fb3..49d25de6ce7 100644
--- a/jetty-ee8/jetty-ee8-quickstart/pom.xml
+++ b/jetty-ee8/jetty-ee8-quickstart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-quickstart
EE8 :: Quick Start
diff --git a/jetty-ee8/jetty-ee8-runner/pom.xml b/jetty-ee8/jetty-ee8-runner/pom.xml
index 1f987d39f25..b07af47d1b4 100644
--- a/jetty-ee8/jetty-ee8-runner/pom.xml
+++ b/jetty-ee8/jetty-ee8-runner/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-runner
EE8 :: Runner
diff --git a/jetty-ee8/jetty-ee8-security/pom.xml b/jetty-ee8/jetty-ee8-security/pom.xml
index 89f7d6b7fc7..6bd0440ec17 100644
--- a/jetty-ee8/jetty-ee8-security/pom.xml
+++ b/jetty-ee8/jetty-ee8-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-security
EE8 :: Security
diff --git a/jetty-ee8/jetty-ee8-servlet/pom.xml b/jetty-ee8/jetty-ee8-servlet/pom.xml
index 1fd9c778034..396c6909315 100644
--- a/jetty-ee8/jetty-ee8-servlet/pom.xml
+++ b/jetty-ee8/jetty-ee8-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-servlet
EE8 :: Servlet
diff --git a/jetty-ee8/jetty-ee8-servlets/pom.xml b/jetty-ee8/jetty-ee8-servlets/pom.xml
index 15f84e74752..7dc0510c831 100644
--- a/jetty-ee8/jetty-ee8-servlets/pom.xml
+++ b/jetty-ee8/jetty-ee8-servlets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-servlets
EE8 :: Utility Servlets and Filters
diff --git a/jetty-ee8/jetty-ee8-webapp/pom.xml b/jetty-ee8/jetty-ee8-webapp/pom.xml
index a859cbb2841..a148d94b592 100644
--- a/jetty-ee8/jetty-ee8-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-webapp
EE8 :: WebApp
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml
index c2afccc8bec..a23af60e137 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
jetty-ee8-websocket-javax-client-webapp
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml
index 4cc0d248862..375f3db4102 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
jetty-ee8-websocket-javax-client
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml
index 4428549f63a..cbf63b3bfdb 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-websocket-javax-common
EE8 :: Websocket :: Javax Common
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml
index a22f4de98b0..cef5dd7c45f 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-websocket-javax-server
EE8 :: Websocket :: Javax Server
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml
index 1fa2bcacec6..cbcb067903b 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-websocket-javax-tests
EE8 :: Websocket :: Javax Tests
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml
index f161111ea9a..00e025cd86b 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-websocket-jetty-api
EE8 :: Websocket :: Jetty API
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml
index 87060fec20c..c9f21231285 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-websocket-jetty-client-webapp
EE8 :: Websocket :: Jetty Client WebApp
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml
index d64a312292e..6a6efecc17b 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-websocket-jetty-client
EE8 :: Websocket :: Jetty Client
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml
index 80b5d27d228..ca2d7c753e4 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-websocket-jetty-common
EE8 :: Websocket :: Jetty Common
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml
index e6997195de8..1d87963882b 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-websocket-jetty-server
EE8 :: Websocket :: Jetty Server
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml
index 8eae5dae568..2772416e3bb 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-websocket-jetty-tests
EE8 :: Websocket :: Jetty Tests
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml
index 2d311f95e57..b4969934b8e 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee8-websocket-servlet
EE8 :: Websocket :: Servlet
diff --git a/jetty-ee8/jetty-ee8-websocket/pom.xml b/jetty-ee8/jetty-ee8-websocket/pom.xml
index 81e96578b2c..492b8fbd7b9 100644
--- a/jetty-ee8/jetty-ee8-websocket/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
org.eclipse.jetty.ee8.websocket
diff --git a/jetty-ee8/pom.xml b/jetty-ee8/pom.xml
index 89659092852..f1d5f9e101e 100644
--- a/jetty-ee8/pom.xml
+++ b/jetty-ee8/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8
diff --git a/jetty-ee9/jetty-ee9-annotations/pom.xml b/jetty-ee9/jetty-ee9-annotations/pom.xml
index db085bed43f..b7c55bbc898 100644
--- a/jetty-ee9/jetty-ee9-annotations/pom.xml
+++ b/jetty-ee9/jetty-ee9-annotations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-annotations
EE9 :: Servlet Annotations
diff --git a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
index 8117bec6656..134a4491b61 100644
--- a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
+++ b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-apache-jsp
EE9 :: Apache JSP
diff --git a/jetty-ee9/jetty-ee9-bom/pom.xml b/jetty-ee9/jetty-ee9-bom/pom.xml
index 098deda5f38..384be936cc8 100644
--- a/jetty-ee9/jetty-ee9-bom/pom.xml
+++ b/jetty-ee9/jetty-ee9-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-bom
@@ -19,147 +19,147 @@
org.eclipse.jetty.ee9
jetty-ee9-annotations
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-apache-jsp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-cdi
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-fcgi-proxy
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-glassfish-jstl
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-jaspi
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-jndi
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-nested
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-openid
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-plus
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-proxy
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-quickstart
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-runner
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-security
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-servlet
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-servlets
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-webapp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi-boot
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi-boot-jsp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-client-webapp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-common
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-api
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-client
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-client-webapp
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-common
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-server
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-servlet
- 12.0.10
+ 12.0.11-SNAPSHOT
diff --git a/jetty-ee9/jetty-ee9-cdi/pom.xml b/jetty-ee9/jetty-ee9-cdi/pom.xml
index 4785fd93ae4..0eb78cd850e 100644
--- a/jetty-ee9/jetty-ee9-cdi/pom.xml
+++ b/jetty-ee9/jetty-ee9-cdi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-cdi
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml
index 41025063333..162c071816f 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-async-rest-jar
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml
index 486c1196fb0..b8090284a2c 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-async-rest-server
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml
index 17d67d20799..318115600c6 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-async-rest-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml
index ac2ae1bdb9a..d76e75a40d3 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-async-rest
pom
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml
index dff7b36ccea..f119cbb0d3d 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-embedded
EE9 :: Demo :: Embedded Jetty
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml
index be193d92486..9bc872b4a17 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-jaas-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml
index 3fcbd43a42e..7c381029a7c 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-jetty-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml
index 9375faa8057..eac9502ac58 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-jndi-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml
index 59e0bc8f6fc..2d05025f72f 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-jsp-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml
index ff63fc61691..4a5bdf3ea4f 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-mock-resources
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml
index ab2c2500abf..b41b6c662e1 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-proxy-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml
index 37fb397f2ad..55a09c0a9e2 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-simple-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml
index 4ab8a1af23b..268f3700fe8 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
../../pom.xml
jetty-ee9-demo-container-initializer
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml
index c51ef777e2d..8b600434270 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
../../pom.xml
jetty-ee9-demo-spec-webapp
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml
index 69907c68296..2cd70aff43f 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
../../pom.xml
jetty-ee9-demo-web-fragment
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml
index a31385a9df1..a4c50b415dd 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-spec
pom
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml
index 3152889e61d..7fa64776199 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-demo-template
jar
diff --git a/jetty-ee9/jetty-ee9-demos/pom.xml b/jetty-ee9/jetty-ee9-demos/pom.xml
index 07c87746c5e..0bbc0e25fc8 100644
--- a/jetty-ee9/jetty-ee9-demos/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
diff --git a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml
index 8e0c300452e..793cb96bd11 100644
--- a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml
+++ b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-fcgi-proxy
EE9 :: FCGI Proxy
diff --git a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
index 45806691d32..fe98c5a6589 100644
--- a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
+++ b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-glassfish-jstl
jar
diff --git a/jetty-ee9/jetty-ee9-home/pom.xml b/jetty-ee9/jetty-ee9-home/pom.xml
index fa0e159acfa..55f7cd85a98 100644
--- a/jetty-ee9/jetty-ee9-home/pom.xml
+++ b/jetty-ee9/jetty-ee9-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-home
pom
diff --git a/jetty-ee9/jetty-ee9-jaspi/pom.xml b/jetty-ee9/jetty-ee9-jaspi/pom.xml
index c8c4c46973f..ac2bcdae0b0 100644
--- a/jetty-ee9/jetty-ee9-jaspi/pom.xml
+++ b/jetty-ee9/jetty-ee9-jaspi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-jaspi
EE9 :: JASPI
diff --git a/jetty-ee9/jetty-ee9-jndi/pom.xml b/jetty-ee9/jetty-ee9-jndi/pom.xml
index 39cef649be4..6e3298d7f19 100644
--- a/jetty-ee9/jetty-ee9-jndi/pom.xml
+++ b/jetty-ee9/jetty-ee9-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-jndi
EE9 :: JNDI
diff --git a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
index e0a05e442b1..e1829d2a733 100644
--- a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
+++ b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-jspc-maven-plugin
maven-plugin
diff --git a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
index eecbdea9b13..47a4ec4b16a 100644
--- a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
+++ b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-maven-plugin
maven-plugin
diff --git a/jetty-ee9/jetty-ee9-nested/pom.xml b/jetty-ee9/jetty-ee9-nested/pom.xml
index d019a3ab53b..37fae0cdd82 100644
--- a/jetty-ee9/jetty-ee9-nested/pom.xml
+++ b/jetty-ee9/jetty-ee9-nested/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-nested
EE9 :: Nested
diff --git a/jetty-ee9/jetty-ee9-openid/pom.xml b/jetty-ee9/jetty-ee9-openid/pom.xml
index dec0b92ec6c..9a3d6618e11 100644
--- a/jetty-ee9/jetty-ee9-openid/pom.xml
+++ b/jetty-ee9/jetty-ee9-openid/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-openid
EE9 :: OpenID
diff --git a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml
index db935e9d62b..9a30647df6f 100644
--- a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-osgi-boot-jsp
EE9 :: OSGi :: Boot JSP
diff --git a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml
index 2291d7770af..1a8f5c72f17 100644
--- a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-osgi-boot
EE9 :: OSGi :: Boot
diff --git a/jetty-ee9/jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/pom.xml
index 2320d1bc7f4..7d395f2f53b 100644
--- a/jetty-ee9/jetty-ee9-osgi/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml
index 50282946e72..41011ce0df0 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee9-osgi-fragment
EE9 :: OSGi :: WebApp Fragment
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml
index 7c633190785..e376a2a9c61 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee9-osgi-server
EE9 :: OSGi :: Server
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml
index 5d0def75ae4..28798ed83b1 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee9-osgi-webapp-resources
war
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml
index fbcc85eb843..224319d7d5a 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jetty-ee9-osgi
EE9 :: OSGi :: Test
diff --git a/jetty-ee9/jetty-ee9-plus/pom.xml b/jetty-ee9/jetty-ee9-plus/pom.xml
index 237a771192f..fe5ec0ae275 100644
--- a/jetty-ee9/jetty-ee9-plus/pom.xml
+++ b/jetty-ee9/jetty-ee9-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-plus
EE9 :: Plus
diff --git a/jetty-ee9/jetty-ee9-proxy/pom.xml b/jetty-ee9/jetty-ee9-proxy/pom.xml
index 8b497e452bb..c93182aef8d 100644
--- a/jetty-ee9/jetty-ee9-proxy/pom.xml
+++ b/jetty-ee9/jetty-ee9-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-proxy
EE9 :: Proxy
diff --git a/jetty-ee9/jetty-ee9-quickstart/pom.xml b/jetty-ee9/jetty-ee9-quickstart/pom.xml
index c2a2cf68e9b..150733d4456 100644
--- a/jetty-ee9/jetty-ee9-quickstart/pom.xml
+++ b/jetty-ee9/jetty-ee9-quickstart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-quickstart
EE9 :: Quick Start
diff --git a/jetty-ee9/jetty-ee9-runner/pom.xml b/jetty-ee9/jetty-ee9-runner/pom.xml
index d61d2c972f9..acaa2b545a2 100644
--- a/jetty-ee9/jetty-ee9-runner/pom.xml
+++ b/jetty-ee9/jetty-ee9-runner/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-runner
EE9 :: Runner
diff --git a/jetty-ee9/jetty-ee9-security/pom.xml b/jetty-ee9/jetty-ee9-security/pom.xml
index 90f2e1b298d..08b18f23a0c 100644
--- a/jetty-ee9/jetty-ee9-security/pom.xml
+++ b/jetty-ee9/jetty-ee9-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-security
EE9 :: Security
diff --git a/jetty-ee9/jetty-ee9-servlet/pom.xml b/jetty-ee9/jetty-ee9-servlet/pom.xml
index 2610adca031..7fc24c7605f 100644
--- a/jetty-ee9/jetty-ee9-servlet/pom.xml
+++ b/jetty-ee9/jetty-ee9-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-servlet
EE9 :: Servlet
diff --git a/jetty-ee9/jetty-ee9-servlets/pom.xml b/jetty-ee9/jetty-ee9-servlets/pom.xml
index 8a53073db83..1ce7488c599 100644
--- a/jetty-ee9/jetty-ee9-servlets/pom.xml
+++ b/jetty-ee9/jetty-ee9-servlets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-servlets
EE9 :: Utility Servlets and Filters
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml
index ac05638d29b..6458b64ad4f 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-bad-websocket-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml
index ff1a447ae82..8047a6232d9 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-badinit-webapp
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml
index 2eafed2c4e4..1d8b6e0c8a5 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-cdi-common-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml
index 0d8f4e00d3a..3d38d44aa68 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-cdi
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml
index c3802428ccb..e98c0af0c96 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-client-transports
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml
index bcfb824f221..3c66976e312 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-felix-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml
index 6368342f059..5d90c2eb6fd 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-http2-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml
index ca0ba39af6f..8f3b03409d4 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-integration
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml
index 9b9177b3dec..4e577d141fe 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-jmx
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-jmx-webapp-it
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml
index b89370b44b2..6f3e1fee3d9 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-jmx
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-jmx-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml
index 4f8e8859b71..611c77adf53 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-jmx
pom
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml
index 29d1450112d..1e963afcb21 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-jndi
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml
index 57624e4be6c..f268189a826 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-loginservice
EE9 :: Tests :: Login Service
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml
index 8213842bfcc..b7aa5f79cbe 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-openid-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml
index 699347fbaab..ac1349355bd 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-owb-cdi-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml
index 476ad8305eb..68b643535f2 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-quickstart
EE9 :: Tests :: Quick Start
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml
index d050f83d2cd..7be332275c2 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-sessions-common
EE9 :: Tests :: Sessions :: Common
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml
index 1e4b19d2402..9dfac9b1e16 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-sessions-file
EE9 :: Tests :: Sessions :: File
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml
index 996cb4c3b52..49f8518cc31 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-sessions-gcloud
EE9 :: Tests :: Sessions :: GCloud
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml
index 0443c6bd5de..a00a0367157 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-sessions-hazelcast
EE9 :: Tests :: Sessions :: Hazelcast
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml
index da553ffa713..ecb5605ad21 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
jetty-ee9-test-sessions-infinispan
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml
index 57a979e2682..20591627c36 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-sessions-jdbc
EE9 :: Tests :: Sessions :: JDBC
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml
index 4babf400649..e65bbaf393f 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-sessions-memcached
EE9 :: Tests :: Sessions :: Memcached
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml
index 04043b23f74..fc8d6f3fe7f 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-sessions-mongodb
EE9 :: Tests :: Sessions :: Mongo
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml
index 1516a512bb0..f3b4d256395 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-sessions
pom
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml
index 73d163f3b1c..3e55c8affec 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-simple-session-webapp
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml
index de03f1f2fbc..94258b9e5c8 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-webapp-rfc2616
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml
index 9d7c7f6393a..f8782205e8b 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-websocket-client-provided-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml
index 43202beb786..8016efd61a3 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-websocket-client-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml
index b88cdfd006a..88a839f2066 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-websocket-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml
index f70e59235e0..b3e95a4b5ed 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-test-weld-cdi-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/pom.xml b/jetty-ee9/jetty-ee9-tests/pom.xml
index d255a2bab42..d74ecd3c3f8 100644
--- a/jetty-ee9/jetty-ee9-tests/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-tests
pom
diff --git a/jetty-ee9/jetty-ee9-webapp/pom.xml b/jetty-ee9/jetty-ee9-webapp/pom.xml
index ffdc41a8943..5f7856db42e 100644
--- a/jetty-ee9/jetty-ee9-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-webapp
EE9 :: WebApp
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml
index 93502a84e4b..93b37e29876 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
jetty-ee9-websocket-jakarta-client-webapp
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml
index aa3de43fc44..930add1103a 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
jetty-ee9-websocket-jakarta-client
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml
index 17aff34d687..ffbe9cf1cb3 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-websocket-jakarta-common
EE9 :: Websocket :: Jakarta Common
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml
index 375ab395ef9..601751e73ce 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-websocket-jakarta-server
EE9 :: Websocket :: Jakarta Server
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml
index dc10a1eb849..c53bbec093e 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-websocket-jakarta-tests
EE9 :: Websocket :: Jakarta Tests
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml
index 27d39b2142b..4f0591b5fd9 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-websocket-jetty-api
EE9 :: Websocket :: Jetty API
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml
index 737786dda12..dc54343d6b6 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-websocket-jetty-client-webapp
EE9 :: Websocket :: Jetty Client WebApp
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml
index 591947f75bf..675c5bfe56d 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-websocket-jetty-client
EE9 :: Websocket :: Jetty Client
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml
index 0a0ac660f3c..130120342ca 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-websocket-jetty-common
EE9 :: Websocket :: Jetty Common
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml
index d9d2c21100b..394b3383040 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-websocket-jetty-server
EE9 :: Websocket :: Jetty Server
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml
index 0ef4ed9c25f..a3fd96b5313 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-websocket-jetty-tests
EE9 :: Websocket :: Jetty Tests
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml
index e6a05ed6068..5802eb35df7 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-ee9-websocket-servlet
EE9 :: Websocket :: Servlet
diff --git a/jetty-ee9/jetty-ee9-websocket/pom.xml b/jetty-ee9/jetty-ee9-websocket/pom.xml
index 9c08b09a1ef..6de2c277eed 100644
--- a/jetty-ee9/jetty-ee9-websocket/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
org.eclipse.jetty.ee9.websocket
diff --git a/jetty-ee9/pom.xml b/jetty-ee9/pom.xml
index a6c15aba6b0..12e99f9d8a9 100644
--- a/jetty-ee9/pom.xml
+++ b/jetty-ee9/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index e947f97e8cf..2cf07ec78e4 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 12.0.10
+ 12.0.11-SNAPSHOT
../pom.xml
jetty-home
diff --git a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 60fdb18c881..f4a9ac84c52 100644
--- a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
+++ b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.gcloud
jetty-gcloud
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-gcloud-session-manager
Integrations :: GCloud :: Sessions
diff --git a/jetty-integrations/jetty-gcloud/pom.xml b/jetty-integrations/jetty-gcloud/pom.xml
index 1a37f154002..6a544ea8390 100644
--- a/jetty-integrations/jetty-gcloud/pom.xml
+++ b/jetty-integrations/jetty-gcloud/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.gcloud
jetty-gcloud
diff --git a/jetty-integrations/jetty-hazelcast/pom.xml b/jetty-integrations/jetty-hazelcast/pom.xml
index 29ee483d892..7c56e43316f 100644
--- a/jetty-integrations/jetty-hazelcast/pom.xml
+++ b/jetty-integrations/jetty-hazelcast/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-hazelcast
Integrations :: Hazelcast :: Sessions
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
index 55be92d6cac..73193a9befd 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-infinispan-common
Integrations :: Infinispan :: Sessions
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml
index 214130b1851..02e917d7208 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-infinispan-embedded-query
Integrations :: Infinispan :: Embedded with Querying
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
index 45475388a35..fdacab3ec3e 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-infinispan-embedded
pom
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml
index dea8653cabe..762f8e18692 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-infinispan-remote-query
Integrations :: Infinispan :: Remote with Querying
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
index cb8e815224c..e420cee88b5 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-infinispan-remote
pom
diff --git a/jetty-integrations/jetty-infinispan/pom.xml b/jetty-integrations/jetty-infinispan/pom.xml
index 45608ae0f4f..324aa4f2ea8 100644
--- a/jetty-integrations/jetty-infinispan/pom.xml
+++ b/jetty-integrations/jetty-infinispan/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-infinispan
pom
diff --git a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
index 58c0048f5a5..07d927d4c5b 100644
--- a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
+++ b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.memcached
jetty-memcached
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-memcached-sessions
Integrations :: Memcached :: Sessions
diff --git a/jetty-integrations/jetty-memcached/pom.xml b/jetty-integrations/jetty-memcached/pom.xml
index 1f68d16b362..e46e08aa631 100644
--- a/jetty-integrations/jetty-memcached/pom.xml
+++ b/jetty-integrations/jetty-memcached/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.memcached
jetty-memcached
diff --git a/jetty-integrations/jetty-nosql/pom.xml b/jetty-integrations/jetty-nosql/pom.xml
index 8b31080249c..fc0098d20fe 100644
--- a/jetty-integrations/jetty-nosql/pom.xml
+++ b/jetty-integrations/jetty-nosql/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-nosql
Integrations :: NoSQL :: Sessions
diff --git a/jetty-integrations/pom.xml b/jetty-integrations/pom.xml
index ed81d8c8074..4f484361e56 100644
--- a/jetty-integrations/pom.xml
+++ b/jetty-integrations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-integrations
pom
diff --git a/pom.xml b/pom.xml
index 17141bbefa0..b1cd6d3139a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 12.0.10
+ 12.0.11-SNAPSHOT
pom
Jetty :: Project
The Eclipse Jetty Project
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index fade1e7d964..8680fe2bd72 100644
--- a/tests/jetty-jmh/pom.xml
+++ b/tests/jetty-jmh/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-jmh
Tests :: JMH
diff --git a/tests/jetty-test-multipart/pom.xml b/tests/jetty-test-multipart/pom.xml
index 9eb58ef2b53..a7dfb95b9b1 100644
--- a/tests/jetty-test-multipart/pom.xml
+++ b/tests/jetty-test-multipart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-test-multipart
jar
diff --git a/tests/jetty-test-session-common/pom.xml b/tests/jetty-test-session-common/pom.xml
index fa7bce8cc71..34bede9cb16 100644
--- a/tests/jetty-test-session-common/pom.xml
+++ b/tests/jetty-test-session-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-test-session-common
jar
diff --git a/tests/jetty-testers/pom.xml b/tests/jetty-testers/pom.xml
index eb5517adb9a..80d1d543ae9 100644
--- a/tests/jetty-testers/pom.xml
+++ b/tests/jetty-testers/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.10
+ 12.0.11-SNAPSHOT
jetty-testers
jar
diff --git a/tests/pom.xml b/tests/pom.xml
index ded15283d7a..aa2779f15b6 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 12.0.10
+ 12.0.11-SNAPSHOT
org.eclipse.jetty.tests
tests
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 72ed80a5b70..63ce3d0392f 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.10
+ 12.0.11-SNAPSHOT
test-distribution
pom
diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml
index 07576f7150d..1c10c8ea194 100644
--- a/tests/test-distribution/test-distribution-common/pom.xml
+++ b/tests/test-distribution/test-distribution-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.10
+ 12.0.11-SNAPSHOT
test-distribution-common
jar
diff --git a/tests/test-distribution/test-ee10-distribution/pom.xml b/tests/test-distribution/test-ee10-distribution/pom.xml
index 4c8a576e4ee..6fb806e3a31 100644
--- a/tests/test-distribution/test-ee10-distribution/pom.xml
+++ b/tests/test-distribution/test-ee10-distribution/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.10
+ 12.0.11-SNAPSHOT
test-ee10-distribution
jar
diff --git a/tests/test-distribution/test-ee9-distribution/pom.xml b/tests/test-distribution/test-ee9-distribution/pom.xml
index 3cee9fffef9..5637d029f32 100644
--- a/tests/test-distribution/test-ee9-distribution/pom.xml
+++ b/tests/test-distribution/test-ee9-distribution/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.10
+ 12.0.11-SNAPSHOT
test-ee9-distribution
jar
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 49cb21c44ba..8bb6bb08af1 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests
- 12.0.10
+ 12.0.11-SNAPSHOT
test-integration
jar
diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml
index 080c1de4d4d..989c969607e 100644
--- a/tests/test-jpms/pom.xml
+++ b/tests/test-jpms/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests
- 12.0.10
+ 12.0.11-SNAPSHOT
test-jpms
Tests :: JPMS