diff --git a/VERSION.txt b/VERSION.txt
index dcf7f975333..9c307d87661 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,3 +1,5 @@
+jetty-12.0.14-SNAPSHOT
+
jetty-12.0.13 - 03 September 2024
+ 3184 Make LifeCycle implement AutoCloseable
+ 3553 Support sslSession() in Jetty Client
diff --git a/build/build-resources/pom.xml b/build/build-resources/pom.xml
index ba5f24f7393..9ebd7cc8f11 100644
--- a/build/build-resources/pom.xml
+++ b/build/build-resources/pom.xml
@@ -8,7 +8,7 @@
-->
org.eclipse.jetty
build-resources
- 12.0.13
+ 12.0.14-SNAPSHOT
jar
Build :: Resources
diff --git a/build/pom.xml b/build/pom.xml
index 1748a473304..f12eedd4b14 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-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 0f4de3f1560..c6faee51908 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.13
+ 12.0.14-SNAPSHOT
../../../../pom.xml
code-examples
diff --git a/documentation/jetty/pom.xml b/documentation/jetty/pom.xml
index 6384110c797..2ec097835d1 100644
--- a/documentation/jetty/pom.xml
+++ b/documentation/jetty/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.documentation
documentation
- 12.0.13
+ 12.0.14-SNAPSHOT
jetty
pom
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 8442356bf65..058cc12fa63 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.documentation
documentation
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index edfdd52d683..965fb8978dc 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-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 40cd010584e..b1708df3bc4 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.13
+ 12.0.14-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 89be5df47cf..5318402dbe4 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.13
+ 12.0.14-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 6bfd4d2c5e7..6bffe550e82 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.13
+ 12.0.14-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 866a4afc6ef..7e7f3821cfb 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.13
+ 12.0.14-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 d00188b6179..f4e2a0bb1bd 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.13
+ 12.0.14-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 02aeb454726..4977b839f22 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.13
+ 12.0.14-SNAPSHOT
jetty-alpn-server
Core :: ALPN :: Server
diff --git a/jetty-core/jetty-alpn/pom.xml b/jetty-core/jetty-alpn/pom.xml
index 7f6709e53a8..6b3f8df9165 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.13
+ 12.0.14-SNAPSHOT
jetty-alpn
pom
diff --git a/jetty-core/jetty-bom/pom.xml b/jetty-core/jetty-bom/pom.xml
index 741f9c4c0dc..f9de530063c 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.13
+ 12.0.14-SNAPSHOT
jetty-bom
@@ -18,282 +18,282 @@
org.eclipse.jetty
jetty-alpn-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-alpn-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-deploy
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-http
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-http-spi
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-http-tools
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-io
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-jmx
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-jndi
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-keystore
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-openid
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-osgi
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-plus
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-proxy
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-rewrite
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-security
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-session
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-slf4j-impl
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-start
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-unixdomain-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-util
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-util-ajax
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty
jetty-xml
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.demos
jetty-demo-handler
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.fcgi
jetty-fcgi-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.fcgi
jetty-fcgi-proxy
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.fcgi
jetty-fcgi-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.http2
jetty-http2-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.http2
jetty-http2-client-transport
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.http2
jetty-http2-common
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.http2
jetty-http2-hpack
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.http2
jetty-http2-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3-client-transport
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3-common
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3-qpack
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-common
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-quiche-common
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-quiche-foreign
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-quiche-jna
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-core-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-core-common
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-core-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-jetty-api
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-jetty-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-jetty-common
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket-jetty-server
- 12.0.13
+ 12.0.14-SNAPSHOT
diff --git a/jetty-core/jetty-client/pom.xml b/jetty-core/jetty-client/pom.xml
index cf19814bfe3..f605b7d07ac 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.13
+ 12.0.14-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 eff14b4cd1b..0d28ccff8c2 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.13
+ 12.0.14-SNAPSHOT
jetty-demo-handler
Core :: Demo Handler
diff --git a/jetty-core/jetty-demos/pom.xml b/jetty-core/jetty-demos/pom.xml
index 7ab884d721e..5a5b579d35c 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.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.demos
jetty-demos
diff --git a/jetty-core/jetty-deploy/pom.xml b/jetty-core/jetty-deploy/pom.xml
index e91ba5ca79b..2b1d27a977e 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.13
+ 12.0.14-SNAPSHOT
jetty-deploy
Core :: Deployers
diff --git a/jetty-core/jetty-ee/pom.xml b/jetty-core/jetty-ee/pom.xml
index 83b67f59a5d..b795c1265f0 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.13
+ 12.0.14-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 d3d79699565..501e1ee5f09 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.13
+ 12.0.14-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 e56317a879d..9d9fe0f05c8 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.13
+ 12.0.14-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 f3cc01039ca..db5476b8da5 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.13
+ 12.0.14-SNAPSHOT
jetty-fcgi-server
Core :: FastCGI :: Server
diff --git a/jetty-core/jetty-fcgi/pom.xml b/jetty-core/jetty-fcgi/pom.xml
index df4f765383a..c8f769850b1 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.13
+ 12.0.14-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 a5cdd45e0dd..8181e63dad0 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.13
+ 12.0.14-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 c4c2e826089..1f6ab47a28b 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.13
+ 12.0.14-SNAPSHOT
jetty-http-tools
Core :: HTTP Tools
diff --git a/jetty-core/jetty-http/pom.xml b/jetty-core/jetty-http/pom.xml
index f70f639dbd1..ee0a3543c21 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.13
+ 12.0.14-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 fbd08de4966..3393a13c0f4 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.13
+ 12.0.14-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 54983e8ba24..df496771597 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.13
+ 12.0.14-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 fa7f87bc854..d4fc80af314 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.13
+ 12.0.14-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 a55e5d051c1..6e0d2ae2424 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.13
+ 12.0.14-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 ffb1574eba4..02f98f68674 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.13
+ 12.0.14-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 88d53e91e10..7a51a05df90 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.13
+ 12.0.14-SNAPSHOT
jetty-http2-tests
Core :: HTTP2 :: Tests
diff --git a/jetty-core/jetty-http2/pom.xml b/jetty-core/jetty-http2/pom.xml
index 9cf5372380a..f5aa8fddb57 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.13
+ 12.0.14-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 d22f91d9f94..4e238ea6af7 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.13
+ 12.0.14-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 398ac28e590..7a34c869e4c 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.13
+ 12.0.14-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 eeb70f57096..98190bf1758 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.13
+ 12.0.14-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 f5b56d73636..f2f4f815321 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.13
+ 12.0.14-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 ec85b9208a5..ac56a6ab9dc 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.13
+ 12.0.14-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 16a17dcc68b..03cdeac1fb0 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.13
+ 12.0.14-SNAPSHOT
jetty-http3-tests
Core :: HTTP3 :: Tests
diff --git a/jetty-core/jetty-http3/pom.xml b/jetty-core/jetty-http3/pom.xml
index ba777bae078..b8ae6ae1365 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.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.http3
jetty-http3
diff --git a/jetty-core/jetty-io/pom.xml b/jetty-core/jetty-io/pom.xml
index c9f512295f4..9d5f33d0787 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.13
+ 12.0.14-SNAPSHOT
jetty-io
Core :: IO
diff --git a/jetty-core/jetty-jmx/pom.xml b/jetty-core/jetty-jmx/pom.xml
index 5d8533b30bc..e2616722617 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.13
+ 12.0.14-SNAPSHOT
jetty-jmx
Core :: JMX
diff --git a/jetty-core/jetty-jndi/pom.xml b/jetty-core/jetty-jndi/pom.xml
index 5e8dcc43cd8..39ec6fd41fd 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.13
+ 12.0.14-SNAPSHOT
jetty-jndi
Core :: JNDI
diff --git a/jetty-core/jetty-keystore/pom.xml b/jetty-core/jetty-keystore/pom.xml
index ef6fa18bc2b..94639e98c5d 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.13
+ 12.0.14-SNAPSHOT
jetty-keystore
jar
diff --git a/jetty-core/jetty-maven/pom.xml b/jetty-core/jetty-maven/pom.xml
index e7c545da054..3e30dba438c 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.13
+ 12.0.14-SNAPSHOT
jetty-maven
Core :: Maven
diff --git a/jetty-core/jetty-openid/pom.xml b/jetty-core/jetty-openid/pom.xml
index 43d59503d71..1ee9352757c 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.13
+ 12.0.14-SNAPSHOT
jetty-openid
EE10 :: OpenID
diff --git a/jetty-core/jetty-osgi/pom.xml b/jetty-core/jetty-osgi/pom.xml
index 389f229a11f..af7f922fbb8 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.13
+ 12.0.14-SNAPSHOT
jetty-osgi
Core :: OSGi
diff --git a/jetty-core/jetty-plus/pom.xml b/jetty-core/jetty-plus/pom.xml
index 991a0a95617..4ddfcd35096 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.13
+ 12.0.14-SNAPSHOT
jetty-plus
Core :: Plus
diff --git a/jetty-core/jetty-proxy/pom.xml b/jetty-core/jetty-proxy/pom.xml
index cf9750a64e8..3a9b3fb37ec 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.13
+ 12.0.14-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 bb050ad4c90..7f51b3a6020 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.13
+ 12.0.14-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 36038d8acb1..7f334e057b1 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.13
+ 12.0.14-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 66d93818a71..8cbf17fb487 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.13
+ 12.0.14-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 f2e99598926..ab8bc0d696d 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.13
+ 12.0.14-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 a32571afb33..4c7107ef53b 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.13
+ 12.0.14-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 0a0968c6a9a..96d9e110486 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.13
+ 12.0.14-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 8a3e84909b9..fba94615d1a 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.13
+ 12.0.14-SNAPSHOT
jetty-quic-server
Core :: QUIC :: Server
diff --git a/jetty-core/jetty-quic/pom.xml b/jetty-core/jetty-quic/pom.xml
index 450f6678435..4623f5352f4 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.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.quic
jetty-quic
diff --git a/jetty-core/jetty-rewrite/pom.xml b/jetty-core/jetty-rewrite/pom.xml
index 027ef388a59..8e8203b3117 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.13
+ 12.0.14-SNAPSHOT
jetty-rewrite
Core :: Rewrite
diff --git a/jetty-core/jetty-security/pom.xml b/jetty-core/jetty-security/pom.xml
index 424ccbca7e4..3fa86d6a5f2 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.13
+ 12.0.14-SNAPSHOT
jetty-security
Core :: Security
diff --git a/jetty-core/jetty-server/pom.xml b/jetty-core/jetty-server/pom.xml
index 088bf074e66..d9b19590e59 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.13
+ 12.0.14-SNAPSHOT
jetty-server
Core :: Server
diff --git a/jetty-core/jetty-session/pom.xml b/jetty-core/jetty-session/pom.xml
index 0c67ce40c0e..ed05d7c52a0 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.13
+ 12.0.14-SNAPSHOT
jetty-session
Core :: Sessions
diff --git a/jetty-core/jetty-slf4j-impl/pom.xml b/jetty-core/jetty-slf4j-impl/pom.xml
index a917e3bb527..48e86b11415 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.13
+ 12.0.14-SNAPSHOT
jetty-slf4j-impl
Core :: SLF4J Implementation
diff --git a/jetty-core/jetty-start/pom.xml b/jetty-core/jetty-start/pom.xml
index 12e96ed8287..a613d801bd6 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.13
+ 12.0.14-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 d9bdc2f01c9..90e89cb5fee 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.13
+ 12.0.14-SNAPSHOT
jetty-test-client-transports
Core :: Tests :: Client Transports
diff --git a/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml b/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml
index 33a747c252f..c3e1eb2a621 100644
--- a/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml
+++ b/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-tests
- 12.0.13
+ 12.0.14-SNAPSHOT
jetty-test-http2-client-transport-provided-webapp
diff --git a/jetty-core/jetty-tests/jetty-test-jmx/pom.xml b/jetty-core/jetty-tests/jetty-test-jmx/pom.xml
index c6235c07016..4c9e2f8eb41 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.13
+ 12.0.14-SNAPSHOT
jetty-test-jmx
Core :: Tests :: JMX
diff --git a/jetty-core/jetty-tests/pom.xml b/jetty-core/jetty-tests/pom.xml
index d20f757855c..93726dbdc3f 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.13
+ 12.0.14-SNAPSHOT
jetty-tests
pom
diff --git a/jetty-core/jetty-unixdomain-server/pom.xml b/jetty-core/jetty-unixdomain-server/pom.xml
index 32385cb0d33..ae3f628ee41 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.13
+ 12.0.14-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 af3aeec05c3..3338767ba36 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.13
+ 12.0.14-SNAPSHOT
jetty-util-ajax
Core :: Utilities :: JSON
diff --git a/jetty-core/jetty-util/pom.xml b/jetty-core/jetty-util/pom.xml
index dfb744d2722..c87849b73b2 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.13
+ 12.0.14-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 9639ba040ee..f6061c169c6 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.13
+ 12.0.14-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 31e92ddeeb7..10400a58cd7 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.13
+ 12.0.14-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 e680a5e61e6..f6980bd830a 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.13
+ 12.0.14-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 7f8c01053aa..d8d77a02f7a 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.13
+ 12.0.14-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 ffbc6fbaa22..0289e4d2d4a 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.13
+ 12.0.14-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 9f5550e3134..3507e437055 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.13
+ 12.0.14-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 50109073cd1..ab6c97f65b1 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.13
+ 12.0.14-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 4b3b67dc6e7..d255fe0f7b7 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.13
+ 12.0.14-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 81498bfa899..f6af37649a3 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.13
+ 12.0.14-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 1ca5dbbd9f8..d4a752f4c6a 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.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.websocket
jetty-websocket
diff --git a/jetty-core/jetty-xml/pom.xml b/jetty-core/jetty-xml/pom.xml
index 442a0a12fd9..acb407ffb27 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.13
+ 12.0.14-SNAPSHOT
jetty-xml
Core :: XML
diff --git a/jetty-core/pom.xml b/jetty-core/pom.xml
index f94d1098919..6ca30bf89b2 100644
--- a/jetty-core/pom.xml
+++ b/jetty-core/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-SNAPSHOT
jetty-core
pom
diff --git a/jetty-ee10/jetty-ee10-annotations/pom.xml b/jetty-ee10/jetty-ee10-annotations/pom.xml
index b95f32a4c7c..368493c7c62 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.13
+ 12.0.14-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 b89072d4a2d..967eaa890f7 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.13
+ 12.0.14-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 f813e7f434a..75ac0777d4c 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.13
+ 12.0.14-SNAPSHOT
jetty-ee10-bom
@@ -19,132 +19,132 @@
org.eclipse.jetty.ee10
jetty-ee10-annotations
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-apache-jsp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-cdi
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-fcgi-proxy
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-glassfish-jstl
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-jaspi
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-jndi
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-jspc-maven-plugin
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-maven-plugin
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-plus
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-proxy
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-quickstart
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-runner
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-servlet
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-servlets
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10
jetty-ee10-webapp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-alpn
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-boot
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-boot-jsp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-client-webapp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-common
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-client-webapp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-servlet
- 12.0.13
+ 12.0.14-SNAPSHOT
diff --git a/jetty-ee10/jetty-ee10-cdi/pom.xml b/jetty-ee10/jetty-ee10-cdi/pom.xml
index fb2c2e17110..3abe43227ca 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.13
+ 12.0.14-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 0b1a0b20cf3..d96272958eb 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.13
+ 12.0.14-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 2a26efe842e..64d5e05cc24 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.13
+ 12.0.14-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 2faf8f3f5ed..b0c54a1d63e 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.13
+ 12.0.14-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 ed200e25ab9..827cf367fd1 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.13
+ 12.0.14-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 49015486932..e67c11853fc 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.13
+ 12.0.14-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 6cb06842cc4..d1894f0fd69 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.13
+ 12.0.14-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 aa81511189e..5b52d3b1f41 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.13
+ 12.0.14-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 3a6d09a2900..3726e7891fd 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.13
+ 12.0.14-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 7dd35385d23..f8c9f4d933b 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.13
+ 12.0.14-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 25e08417577..9ac497d10a6 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.13
+ 12.0.14-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 cfd6553e016..9db278c3b00 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.13
+ 12.0.14-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 19f3bc3daec..df51f08ee80 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.13
+ 12.0.14-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 ec3d82d8cc2..34b3b8e056b 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.13
+ 12.0.14-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 eae3e28c3b5..54f409a6e9d 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.13
+ 12.0.14-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 0422a58f0df..a13d9534e99 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.13
+ 12.0.14-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 a83665a3c26..59c25568cfe 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.13
+ 12.0.14-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 b8bc46da886..10d666b332c 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.13
+ 12.0.14-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 d0bca72e6f3..9398fb0a4d4 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.13
+ 12.0.14-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 0d89c2908a8..f2b3a1a5faa 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.13
+ 12.0.14-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 2b5f4a763e0..166cb3774a8 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.13
+ 12.0.14-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 cf238181a8a..280156fcb69 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.13
+ 12.0.14-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 92a500d113e..097388d0c51 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.13
+ 12.0.14-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 f92dc97d96f..6dc3acc6903 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.13
+ 12.0.14-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 ecde2afafcf..549e1bd800b 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.13
+ 12.0.14-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 92b2431f120..cb55ba340ef 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.13
+ 12.0.14-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 9d32fb928d3..7e0bfbc0f3c 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.13
+ 12.0.14-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 009f62c5d05..c76bcfcb45d 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.13
+ 12.0.14-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 68efba42dca..ab763ab9561 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.13
+ 12.0.14-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 5541c45c2c6..5e9524653c2 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.13
+ 12.0.14-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 fde77d0c835..d7017a480d7 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.13
+ 12.0.14-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 f8229d00153..3942fffc4b5 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.13
+ 12.0.14-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 bef9f38e823..d23f883cf61 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.13
+ 12.0.14-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 f0855c7d73b..bc624703d81 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.13
+ 12.0.14-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 da7bf673b4e..b5b5a20f5c4 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.13
+ 12.0.14-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 323f1a46ee6..c32d2105c45 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.13
+ 12.0.14-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 57ba7c6f393..a40f7d32dc8 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.13
+ 12.0.14-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 ec4da48edfb..b114f56b6b3 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.13
+ 12.0.14-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 707812a6792..ae4b4e5fbef 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.13
+ 12.0.14-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 54d88fa319f..05d007cc856 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.13
+ 12.0.14-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 5d6b8646a8b..f5c2ce54ae0 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.13
+ 12.0.14-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 ae7ac511372..23c4e12b434 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.13
+ 12.0.14-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 d1c14399121..af88ea0fdfa 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.13
+ 12.0.14-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 dbcadc69217..dc6525bcc81 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.13
+ 12.0.14-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 5853dab9569..904ce7b2fc7 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.13
+ 12.0.14-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 ff28b970622..6badc9ef8dd 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.13
+ 12.0.14-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 84184e929f4..0cdc0981c3d 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.13
+ 12.0.14-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 dbef1158370..b8f12741a35 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.13
+ 12.0.14-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 cdccdc979f9..ebdad4f8ba0 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.13
+ 12.0.14-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 d302746ec4d..083bfeb6544 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.13
+ 12.0.14-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 8168e76746b..fab93f84c7d 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.13
+ 12.0.14-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 982facdde0b..6291329c45a 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.13
+ 12.0.14-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 32f101a11a0..9892f314751 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.13
+ 12.0.14-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 56cff289d58..c8059e23bc8 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.13
+ 12.0.14-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 061a1eb0cf5..4c27777aa85 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.13
+ 12.0.14-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 8cd8a655cfe..17a2333e78b 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.13
+ 12.0.14-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 5b0ad94a019..f97dea463f8 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.13
+ 12.0.14-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 7f36c8a2099..165c99b5fc3 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.13
+ 12.0.14-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 b5d345f442d..52ec13ea972 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.13
+ 12.0.14-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 7955590e020..dc71c4a0fad 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.13
+ 12.0.14-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 f9ce1967f98..b583d08cc0b 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.13
+ 12.0.14-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 e1b3c5c7983..cb4b7c46586 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.13
+ 12.0.14-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 971c1e6d129..34556156311 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.13
+ 12.0.14-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 01cc2a74ba6..c4e465c51ad 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.13
+ 12.0.14-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 5422d3a0e7b..c2da378e315 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.13
+ 12.0.14-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 756783fcc1b..b23ab1edbfb 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.13
+ 12.0.14-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 2cb84aa9838..13e08b50b11 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.13
+ 12.0.14-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 5d1826a1f5b..e5394500972 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.13
+ 12.0.14-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 2d7d43f5aa6..05d60625500 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.13
+ 12.0.14-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 251e28446dc..1a7d47d4da5 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.13
+ 12.0.14-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 62bc84c5e90..924b98b5449 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.13
+ 12.0.14-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 b9eeb32f015..c97135630cb 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.13
+ 12.0.14-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 e997ef5a8d1..306855951ac 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.13
+ 12.0.14-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 bb11c69821f..64f5cf55b38 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.13
+ 12.0.14-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 ce1b474967a..85b34d0086d 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.13
+ 12.0.14-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 269662a2a57..2868e9b550e 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.13
+ 12.0.14-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 238602be124..53d80e20e1a 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.13
+ 12.0.14-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 530119caea5..e2a93471ef7 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.13
+ 12.0.14-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 ff26f810a67..8ba2fd5e469 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.13
+ 12.0.14-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 6a4cc9536c4..bbef0eca7e4 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.13
+ 12.0.14-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 1abfcc7b2f0..21454129fb2 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.13
+ 12.0.14-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 fa79eecb28a..9673a7f0ba4 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.13
+ 12.0.14-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 e5044dfd7ae..34cd15ef28d 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.13
+ 12.0.14-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 5e4c2cceb7a..cc065659bb4 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.13
+ 12.0.14-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 4aed4cd59c1..a38ddd8da1e 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.13
+ 12.0.14-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 9100bff0854..0dec01505bf 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.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
diff --git a/jetty-ee10/pom.xml b/jetty-ee10/pom.xml
index 042b37b1bdc..0bfc5cccb19 100644
--- a/jetty-ee10/pom.xml
+++ b/jetty-ee10/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-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 ea2a23a2f25..48c2a4ca8bb 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.13
+ 12.0.14-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 84a47d82e8b..f2c53afdf6a 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.13
+ 12.0.14-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 f58cbae4c3e..98e4d626b52 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.13
+ 12.0.14-SNAPSHOT
jetty-ee8-bom
@@ -19,117 +19,117 @@
org.eclipse.jetty.ee8
jetty-ee8-annotations
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-apache-jsp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-glassfish-jstl
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-jndi
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-nested
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-openid
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-plus
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-proxy
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-quickstart
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-security
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-servlet
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-servlets
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8
jetty-ee8-webapp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-client-webapp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-common
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-api
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-client-webapp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-common
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-servlet
- 12.0.13
+ 12.0.14-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 9a550819a65..b23080a380f 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.13
+ 12.0.14-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 fd85a4c8641..b1f20c936ce 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.13
+ 12.0.14-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 a8bfd93c0c9..88cc7989bd9 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.13
+ 12.0.14-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 881005db398..d764b12949b 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.13
+ 12.0.14-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 cdc8d7d0c6b..e7c4c2fc3fd 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.13
+ 12.0.14-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 416eced858e..5b622fc75a7 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.13
+ 12.0.14-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 b086642c87c..da476e361a3 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.13
+ 12.0.14-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 20969db9369..57b9982a63a 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.13
+ 12.0.14-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 f2a5fbd5719..fc43585aa69 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.13
+ 12.0.14-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 89544508bb7..f5741f73497 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.13
+ 12.0.14-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 7cc1a5cb470..da4d0a499ad 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.13
+ 12.0.14-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 a033fe5a943..8b628c0470b 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.13
+ 12.0.14-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 bed8e46d814..06c0f32a79a 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.13
+ 12.0.14-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 6e353029b90..877181c5b4f 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.13
+ 12.0.14-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 67f38f7aa43..5f1d37533fd 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.13
+ 12.0.14-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 2ab30aff732..1d0cad752e3 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.13
+ 12.0.14-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 3d2bfbe43a0..1de6f77af8c 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.13
+ 12.0.14-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 88d199562ec..00f883939e4 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.13
+ 12.0.14-SNAPSHOT
jetty-ee8-home
pom
diff --git a/jetty-ee8/jetty-ee8-jaspi/pom.xml b/jetty-ee8/jetty-ee8-jaspi/pom.xml
index 77b8c62a02b..5988cdba804 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.13
+ 12.0.14-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 caade9efd75..75e149906f1 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.13
+ 12.0.14-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 430a1c2da55..0bf27124d05 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.13
+ 12.0.14-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 140c69063a9..41ba093d849 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.13
+ 12.0.14-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 fe6fcd55460..92182f218a6 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.13
+ 12.0.14-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 4cab6918154..86d939b1731 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.13
+ 12.0.14-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 9b3ae13193b..ac4a9750e55 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.13
+ 12.0.14-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 535c52215b8..610c97ef0fd 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.13
+ 12.0.14-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 d13ecc0388c..94416a344f4 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.13
+ 12.0.14-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 5c9b89782b0..0187e0c9b69 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.13
+ 12.0.14-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 e923d8e134f..0c8d9482b24 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.13
+ 12.0.14-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 b73d723290c..002bbaeb8aa 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.13
+ 12.0.14-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 78b17a3808e..379058da1e0 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.13
+ 12.0.14-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 bc32ac26d57..086af7984fa 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.13
+ 12.0.14-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 53b633e68a3..8512692ce25 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.13
+ 12.0.14-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 5e94a7409f2..49da9760925 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.13
+ 12.0.14-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 50841590095..26be34e3447 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.13
+ 12.0.14-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 4cd43ad2186..e2585f74843 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.13
+ 12.0.14-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 0ff169575cd..728605e5f7e 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.13
+ 12.0.14-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 d482b9da234..d753b347dd2 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.13
+ 12.0.14-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 88f4dbd704d..9b13fe80ce0 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.13
+ 12.0.14-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 ae517135601..9963136730d 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.13
+ 12.0.14-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 d33ce8fc0df..dc80e0622c8 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.13
+ 12.0.14-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 d586d47c58e..6e5ac8be268 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.13
+ 12.0.14-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 205de21edf3..f3b1b3d621b 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.13
+ 12.0.14-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 a1fea22ac80..4ec5b85237e 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.13
+ 12.0.14-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 d0dba362e7b..eafc007cfcf 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.13
+ 12.0.14-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 9c5ddb3588e..b49770a8c51 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.13
+ 12.0.14-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 e41a646bb88..3d10896940b 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.13
+ 12.0.14-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 21307c99f16..f303ae12161 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.13
+ 12.0.14-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 568adcf6f11..ca8b771e451 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.13
+ 12.0.14-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 656f27e2ba2..fe139274b2c 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.13
+ 12.0.14-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 5ea2b5ccabb..31590d88e4d 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.13
+ 12.0.14-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 dd573c026a8..c29dc4abd1f 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.13
+ 12.0.14-SNAPSHOT
../pom.xml
org.eclipse.jetty.ee8.websocket
diff --git a/jetty-ee8/pom.xml b/jetty-ee8/pom.xml
index 7374c93fbbd..775fe85c921 100644
--- a/jetty-ee8/pom.xml
+++ b/jetty-ee8/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-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 3d797088ce9..4d43b84f49f 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.13
+ 12.0.14-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 efc29179034..5701819ad72 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.13
+ 12.0.14-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 95edaced1e9..8e120b4ca88 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.13
+ 12.0.14-SNAPSHOT
jetty-ee9-bom
@@ -19,147 +19,147 @@
org.eclipse.jetty.ee9
jetty-ee9-annotations
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-apache-jsp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-cdi
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-fcgi-proxy
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-glassfish-jstl
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-jaspi
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-jndi
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-nested
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-openid
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-plus
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-proxy
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-quickstart
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-runner
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-security
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-servlet
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-servlets
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9-webapp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi-boot
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi-boot-jsp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-client-webapp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-common
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-api
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-client
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-client-webapp
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-common
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-server
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-servlet
- 12.0.13
+ 12.0.14-SNAPSHOT
diff --git a/jetty-ee9/jetty-ee9-cdi/pom.xml b/jetty-ee9/jetty-ee9-cdi/pom.xml
index 972a5e05060..f8d22addbef 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.13
+ 12.0.14-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 333d36163d9..2173f1017b7 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.13
+ 12.0.14-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 e74963bb8ba..ef0badd720c 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.13
+ 12.0.14-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 930c6000fbf..ed54dd484cc 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.13
+ 12.0.14-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 82a90a373af..fb3935c4964 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.13
+ 12.0.14-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 dbb067df890..79bacc3ad55 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.13
+ 12.0.14-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 308a470bd6c..139feecc431 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.13
+ 12.0.14-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 6de16550e70..6077cdae97b 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.13
+ 12.0.14-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 15dfc6dd65a..86c946cd5d4 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.13
+ 12.0.14-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 b3d43e46230..b7c8be49c7d 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.13
+ 12.0.14-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 e5702aa74d7..4e994e45b64 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.13
+ 12.0.14-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 08cdf0841d7..babc654893d 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.13
+ 12.0.14-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 b382ae73c59..5b4b9bcb3bc 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.13
+ 12.0.14-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 b239de915e5..0117ddde805 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.13
+ 12.0.14-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 f04e01e756e..b798a934dc5 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.13
+ 12.0.14-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 6cb82170f01..6daabb45862 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.13
+ 12.0.14-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 97265978b83..e759c9c4db9 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.13
+ 12.0.14-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 3d0423cb514..546a01131f1 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.13
+ 12.0.14-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 0ac68f260b7..d20b2efd1d5 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.13
+ 12.0.14-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 3bcb8c9d00a..31556e43f60 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.13
+ 12.0.14-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 f337a05cecd..7e64b7e5932 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.13
+ 12.0.14-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 c04111fd5f7..d3ef047b0ed 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.13
+ 12.0.14-SNAPSHOT
jetty-ee9-home
pom
diff --git a/jetty-ee9/jetty-ee9-jaspi/pom.xml b/jetty-ee9/jetty-ee9-jaspi/pom.xml
index 1ef35078c40..129467ad438 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.13
+ 12.0.14-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 dd776004c62..d82edcf111f 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.13
+ 12.0.14-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 e470374bbd5..11f9a1d8fc7 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.13
+ 12.0.14-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 a35f32e7c70..6caecd7dd16 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.13
+ 12.0.14-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 0f3c7af33ac..c02d12d525c 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.13
+ 12.0.14-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 9e6c7db31a3..ca478bc0437 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.13
+ 12.0.14-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 bd9931b8529..87a53015b90 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.13
+ 12.0.14-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 f359838d81f..27a431db76f 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.13
+ 12.0.14-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 d797d194b47..6e38cd21855 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.13
+ 12.0.14-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 d632071de9b..85f26a1b07a 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.13
+ 12.0.14-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 9edfa4d3a6f..1b8ef6eea62 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.13
+ 12.0.14-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 1e2ad21535b..da11ef48930 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.13
+ 12.0.14-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 6f5ae2ac76b..8a0f042a086 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.13
+ 12.0.14-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 768ba3db075..aef4b1cc3f0 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.13
+ 12.0.14-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 8fca021ce34..98e6286a238 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.13
+ 12.0.14-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 49b09142313..5bd8136e8ad 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.13
+ 12.0.14-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 ca6e36be413..d780ba05f38 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.13
+ 12.0.14-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 65c00892507..246a9e1cfff 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.13
+ 12.0.14-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 1f1d3e6a591..87486bc7c58 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.13
+ 12.0.14-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 ddb605d2552..31f75cae166 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.13
+ 12.0.14-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 bfe3d8579ac..d9ef350887f 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.13
+ 12.0.14-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 cb9f00f51a5..809b15cbb0a 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.13
+ 12.0.14-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 702588ba191..d2814861d91 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.13
+ 12.0.14-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 9c9b4b1a846..bc53409e720 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.13
+ 12.0.14-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 8eeaa88e233..9b0dcf76c9e 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.13
+ 12.0.14-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 bace981969e..47ffe006ab7 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.13
+ 12.0.14-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 e24d9e09a0e..190bea6ee13 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.13
+ 12.0.14-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 cd967252148..99026978e18 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.13
+ 12.0.14-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 e2391873d94..3100f885477 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.13
+ 12.0.14-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 bc23b2e150b..089f9932fe7 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.13
+ 12.0.14-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 2b4d5987fb7..be1919c136c 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.13
+ 12.0.14-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 0ec2eb4304e..4c21187fc3a 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.13
+ 12.0.14-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 3c5dddcdb24..08acb21147e 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.13
+ 12.0.14-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 bb6da198b20..b0e1eaffac6 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.13
+ 12.0.14-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 f1fa5988151..7983a0d83f7 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.13
+ 12.0.14-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 4027e0f76f3..b1a38ebfcdb 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.13
+ 12.0.14-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 87a2bc6c0cf..e361467823e 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.13
+ 12.0.14-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 1e0e04920f7..cf4c0491613 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.13
+ 12.0.14-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 c0c6b0e1bcb..ee08df4f507 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.13
+ 12.0.14-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 6c9f4fdac20..72e325e96aa 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.13
+ 12.0.14-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 67970f1cbcd..d1a777ada7a 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.13
+ 12.0.14-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 3ac87211f70..778a80cef95 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.13
+ 12.0.14-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 e324117ab36..227a5ab05d4 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.13
+ 12.0.14-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 2c6d052094c..986d1298d28 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.13
+ 12.0.14-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 d4d3c1c5a8a..303a34f3c1f 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.13
+ 12.0.14-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 a5eee315c3f..581dac56790 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.13
+ 12.0.14-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 a6eb7dc3922..54a2d294b34 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.13
+ 12.0.14-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 b03dddd7f3f..8ff74eb7d32 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.13
+ 12.0.14-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 441748d3e4e..735a3b67423 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.13
+ 12.0.14-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 c413d1b9792..7fc3dbd785b 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.13
+ 12.0.14-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 7d2867665e8..0dedfa8fc64 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.13
+ 12.0.14-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 2ab41f82d22..c2f3e9a2859 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.13
+ 12.0.14-SNAPSHOT
jetty-ee9-tests
pom
diff --git a/jetty-ee9/jetty-ee9-webapp/pom.xml b/jetty-ee9/jetty-ee9-webapp/pom.xml
index e1946c42c9e..6045bc5e0af 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.13
+ 12.0.14-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 90d3861a541..d56e8d90e5d 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.13
+ 12.0.14-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 2958f5aac99..1ff0f989483 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.13
+ 12.0.14-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 402ca5134d0..37a384dfa23 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.13
+ 12.0.14-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 dc7769c41d4..1b0abb9e83e 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.13
+ 12.0.14-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 4d474f07786..fd6636551d0 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.13
+ 12.0.14-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 f16ebefa8ab..224c935ca07 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.13
+ 12.0.14-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 35f5f5e605b..e925539f964 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.13
+ 12.0.14-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 29c2645a6ba..c17c97bbe73 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.13
+ 12.0.14-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 d750526cf1a..282d66daa97 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.13
+ 12.0.14-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 70ac94c50c6..a2f86c742e0 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.13
+ 12.0.14-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 63bde3c4c17..d4d189b9340 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.13
+ 12.0.14-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 f63a5a2bb22..11c268df647 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.13
+ 12.0.14-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 08386c05061..11a05da4f05 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.13
+ 12.0.14-SNAPSHOT
../pom.xml
org.eclipse.jetty.ee9.websocket
diff --git a/jetty-ee9/pom.xml b/jetty-ee9/pom.xml
index 5cb0a8ac3a2..f1d411fedab 100644
--- a/jetty-ee9/pom.xml
+++ b/jetty-ee9/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.ee9
jetty-ee9
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index d0bbf10e232..2952a1dab64 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-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 a5cab5f51e2..a274aad7b09 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.13
+ 12.0.14-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 30b2c96d0fe..39909b2fda6 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.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.gcloud
jetty-gcloud
diff --git a/jetty-integrations/jetty-hazelcast/pom.xml b/jetty-integrations/jetty-hazelcast/pom.xml
index 9730a293526..034ec220486 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.13
+ 12.0.14-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 3f14f7d88fb..0e89174ff9a 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.13
+ 12.0.14-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 b7df7e8f515..33a7d711e3d 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.13
+ 12.0.14-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 c5c52b2adb6..7ee1e345db6 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.13
+ 12.0.14-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 9a1d86b341a..ef94e268c63 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.13
+ 12.0.14-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 43bb89ea812..356197e3b04 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.13
+ 12.0.14-SNAPSHOT
jetty-infinispan-remote
pom
diff --git a/jetty-integrations/jetty-infinispan/pom.xml b/jetty-integrations/jetty-infinispan/pom.xml
index da3b0130611..291afedb91d 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.13
+ 12.0.14-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 260187e9f93..d3e087fc48e 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.13
+ 12.0.14-SNAPSHOT
jetty-memcached-sessions
Integrations :: Memcached :: Sessions
diff --git a/jetty-integrations/jetty-memcached/pom.xml b/jetty-integrations/jetty-memcached/pom.xml
index 6fa185f035b..2541fe0ef5a 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.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.memcached
jetty-memcached
diff --git a/jetty-integrations/jetty-nosql/pom.xml b/jetty-integrations/jetty-nosql/pom.xml
index de156b457d8..727dfa2a0f1 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.13
+ 12.0.14-SNAPSHOT
jetty-nosql
Integrations :: NoSQL :: Sessions
diff --git a/jetty-integrations/pom.xml b/jetty-integrations/pom.xml
index 2e652e6096d..13b860605ae 100644
--- a/jetty-integrations/pom.xml
+++ b/jetty-integrations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-SNAPSHOT
jetty-integrations
pom
diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml
index d877805a8c9..98996ee8f11 100644
--- a/jetty-p2/pom.xml
+++ b/jetty-p2/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-SNAPSHOT
jetty-p2
pom
diff --git a/pom.xml b/pom.xml
index 95ec0d21a4f..45ab820e776 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-SNAPSHOT
pom
Jetty :: Project
The Eclipse Jetty Project
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index 6b9687e30fd..23bf936c37c 100644
--- a/tests/jetty-jmh/pom.xml
+++ b/tests/jetty-jmh/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.13
+ 12.0.14-SNAPSHOT
jetty-jmh
Tests :: JMH
diff --git a/tests/jetty-test-multipart/pom.xml b/tests/jetty-test-multipart/pom.xml
index 66b429ecb28..ecc2a6c2e3d 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.13
+ 12.0.14-SNAPSHOT
jetty-test-multipart
jar
diff --git a/tests/jetty-test-session-common/pom.xml b/tests/jetty-test-session-common/pom.xml
index 42cd9399c67..23fbfeb8478 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.13
+ 12.0.14-SNAPSHOT
jetty-test-session-common
jar
diff --git a/tests/jetty-testers/pom.xml b/tests/jetty-testers/pom.xml
index d220dd918b4..d82a4efc707 100644
--- a/tests/jetty-testers/pom.xml
+++ b/tests/jetty-testers/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.13
+ 12.0.14-SNAPSHOT
jetty-testers
jar
diff --git a/tests/pom.xml b/tests/pom.xml
index 223d3f40e01..06822f7540f 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.tests
tests
diff --git a/tests/test-cross-context-dispatch/ccd-common/pom.xml b/tests/test-cross-context-dispatch/ccd-common/pom.xml
index 3fd189a7fce..2c0baedd2b1 100644
--- a/tests/test-cross-context-dispatch/ccd-common/pom.xml
+++ b/tests/test-cross-context-dispatch/ccd-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests.ccd
test-cross-context-dispatch
- 12.0.13
+ 12.0.14-SNAPSHOT
ccd-common
jar
diff --git a/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml b/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml
index 8c0e9a0f102..66e12c92454 100644
--- a/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml
+++ b/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests.ccd
test-cross-context-dispatch
- 12.0.13
+ 12.0.14-SNAPSHOT
ccd-ee10-webapp
war
diff --git a/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml b/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml
index 5a4dc6dd7ed..007c21e8dca 100644
--- a/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml
+++ b/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests.ccd
test-cross-context-dispatch
- 12.0.13
+ 12.0.14-SNAPSHOT
ccd-ee8-webapp
war
diff --git a/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml b/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml
index 6957de569f3..22782c7cd40 100644
--- a/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml
+++ b/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests.ccd
test-cross-context-dispatch
- 12.0.13
+ 12.0.14-SNAPSHOT
ccd-ee9-webapp
war
diff --git a/tests/test-cross-context-dispatch/ccd-tests/pom.xml b/tests/test-cross-context-dispatch/ccd-tests/pom.xml
index db7a09e8db6..a557aa571e9 100644
--- a/tests/test-cross-context-dispatch/ccd-tests/pom.xml
+++ b/tests/test-cross-context-dispatch/ccd-tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests.ccd
test-cross-context-dispatch
- 12.0.13
+ 12.0.14-SNAPSHOT
ccd-tests
jar
diff --git a/tests/test-cross-context-dispatch/pom.xml b/tests/test-cross-context-dispatch/pom.xml
index 2f192b952d1..9e905d8b4ac 100644
--- a/tests/test-cross-context-dispatch/pom.xml
+++ b/tests/test-cross-context-dispatch/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.13
+ 12.0.14-SNAPSHOT
org.eclipse.jetty.tests.ccd
test-cross-context-dispatch
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index ae91335d673..245bcb68740 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.13
+ 12.0.14-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 d8093466059..b83a3ba2775 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.13
+ 12.0.14-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 d7ea33759c8..102827f96d9 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.13
+ 12.0.14-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 9a2cfedcba1..c49ace26941 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.13
+ 12.0.14-SNAPSHOT
test-ee9-distribution
jar
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 88b2af8ebbb..4943f85df11 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests
- 12.0.13
+ 12.0.14-SNAPSHOT
test-integration
jar
diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml
index 36477fb9860..5c2f21abb59 100644
--- a/tests/test-jpms/pom.xml
+++ b/tests/test-jpms/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests
- 12.0.13
+ 12.0.14-SNAPSHOT
test-jpms
Tests :: JPMS