diff --git a/VERSION.txt b/VERSION.txt index 0bf572cb039..cec130a98e9 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,3 +1,5 @@ +jetty-12.0.2-SNAPSHOT + jetty-12.0.1 - 29 August 2023 + 8926 HttpClient GZIPContentDecoder should remove Content-Length and Content-Encoding: gzip diff --git a/build/build-resources/pom.xml b/build/build-resources/pom.xml index 575056ecaa1..5960280149b 100644 --- a/build/build-resources/pom.xml +++ b/build/build-resources/pom.xml @@ -7,7 +7,7 @@ --> org.eclipse.jetty build-resources - 12.0.1 + 12.0.2-SNAPSHOT Build :: Resources jar diff --git a/build/pom.xml b/build/pom.xml index 56b32c97192..7e75bb49fb3 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml index fcf47e25bf9..c1556620c1a 100644 --- a/documentation/jetty-asciidoctor-extensions/pom.xml +++ b/documentation/jetty-asciidoctor-extensions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml index af54282a971..6b88be4508b 100644 --- a/documentation/jetty-documentation/pom.xml +++ b/documentation/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/documentation/pom.xml b/documentation/pom.xml index 4636ea46237..e6ea4326d0a 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/javadoc/pom.xml b/javadoc/pom.xml index a50254517db..1f37e6538a1 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml index 2a19978e344..d7dd2b008cf 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-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 c8cc8d8601b..1d998fce47e 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 90924cbff75..a312b4ad89a 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 ed57033db7a..2c413380178 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 64b127823e6..5fe3fa67778 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml index da902f47814..b757eacbbea 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-alpn-server diff --git a/jetty-core/jetty-alpn/pom.xml b/jetty-core/jetty-alpn/pom.xml index 02b987c6632..d53b63dab7a 100644 --- a/jetty-core/jetty-alpn/pom.xml +++ b/jetty-core/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-alpn diff --git a/jetty-core/jetty-bom/pom.xml b/jetty-core/jetty-bom/pom.xml index 7b4288cf7b4..c03e9d50224 100644 --- a/jetty-core/jetty-bom/pom.xml +++ b/jetty-core/jetty-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT jetty-bom @@ -42,277 +42,277 @@ org.eclipse.jetty jetty-alpn-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-alpn-conscrypt-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-alpn-conscrypt-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-alpn-java-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-alpn-java-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-alpn-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-deploy - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-http - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-http-spi - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-http-tools - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-io - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-jmx - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-jndi - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-keystore - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-openid - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-osgi - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-proxy - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-rewrite - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-session - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-slf4j-impl - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-start - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-security - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-unixdomain-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-util - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-util-ajax - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty jetty-xml - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.demos jetty-demo-handler - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.fcgi jetty-fcgi-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.fcgi jetty-fcgi-proxy - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.fcgi jetty-fcgi-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.http2 jetty-http2-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.http2 jetty-http2-client-transport - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.http2 jetty-http2-common - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.http2 jetty-http2-hpack - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.http2 jetty-http2-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.http3 jetty-http3-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.http3 jetty-http3-client-transport - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.http3 jetty-http3-common - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.http3 jetty-http3-qpack - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.http3 jetty-http3-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.quic jetty-quic-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.quic jetty-quic-common - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.quic jetty-quic-quiche-common - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.quic jetty-quic-quiche-foreign-incubator - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.quic jetty-quic-quiche-jna - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.quic jetty-quic-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-core-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-core-common - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-core-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-jetty-api - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-jetty-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-jetty-common - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-jetty-server - 12.0.1 + 12.0.2-SNAPSHOT diff --git a/jetty-core/jetty-client/pom.xml b/jetty-core/jetty-client/pom.xml index d31ae476061..e9fff869812 100644 --- a/jetty-core/jetty-client/pom.xml +++ b/jetty-core/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml index 717db0e134d..4b23ad10d5d 100644 --- a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml +++ b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos jetty-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-demo-handler diff --git a/jetty-core/jetty-demos/pom.xml b/jetty-core/jetty-demos/pom.xml index e63e7925c54..a0df5e30075 100644 --- a/jetty-core/jetty-demos/pom.xml +++ b/jetty-core/jetty-demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-deploy/pom.xml b/jetty-core/jetty-deploy/pom.xml index 60fd63f533b..957c88e2007 100644 --- a/jetty-core/jetty-deploy/pom.xml +++ b/jetty-core/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml index fb289ca6ed1..ef75c9e917f 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml index 0f424b309aa..fccf13c5031 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml index 04d07a56294..2714732b0aa 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-fcgi/pom.xml b/jetty-core/jetty-fcgi/pom.xml index 6c4f5216901..1c2940bf8ef 100644 --- a/jetty-core/jetty-fcgi/pom.xml +++ b/jetty-core/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http-spi/pom.xml b/jetty-core/jetty-http-spi/pom.xml index 241d699963e..dc738517853 100644 --- a/jetty-core/jetty-http-spi/pom.xml +++ b/jetty-core/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-http-spi diff --git a/jetty-core/jetty-http-tools/pom.xml b/jetty-core/jetty-http-tools/pom.xml index 9f19453671b..88976097cc6 100644 --- a/jetty-core/jetty-http-tools/pom.xml +++ b/jetty-core/jetty-http-tools/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http/pom.xml b/jetty-core/jetty-http/pom.xml index ba5eb952615..77514c6597c 100644 --- a/jetty-core/jetty-http/pom.xml +++ b/jetty-core/jetty-http/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 210d0ce182e..dea7b1d84e1 100644 --- a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http2/jetty-http2-client/pom.xml b/jetty-core/jetty-http2/jetty-http2-client/pom.xml index 71b1f42c58e..9e00c328e84 100644 --- a/jetty-core/jetty-http2/jetty-http2-client/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http2/jetty-http2-common/pom.xml b/jetty-core/jetty-http2/jetty-http2-common/pom.xml index cbd08f0b472..bae58272b2e 100644 --- a/jetty-core/jetty-http2/jetty-http2-common/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml index 2b858186dac..0b69a4aac6c 100644 --- a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http2/jetty-http2-server/pom.xml b/jetty-core/jetty-http2/jetty-http2-server/pom.xml index 8785e613b72..27ffe7e9184 100644 --- a/jetty-core/jetty-http2/jetty-http2-server/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml index f86c4e2a5eb..c5330f2c6ab 100644 --- a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http2/pom.xml b/jetty-core/jetty-http2/pom.xml index 68d02793c36..f91f66b3bf4 100644 --- a/jetty-core/jetty-http2/pom.xml +++ b/jetty-core/jetty-http2/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 d407a8a5df0..3c175c9345c 100644 --- a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http3/jetty-http3-client/pom.xml b/jetty-core/jetty-http3/jetty-http3-client/pom.xml index ba0fc643d10..7f37c85d027 100644 --- a/jetty-core/jetty-http3/jetty-http3-client/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http3/jetty-http3-common/pom.xml b/jetty-core/jetty-http3/jetty-http3-common/pom.xml index 15e9a759af1..5cf117e5755 100644 --- a/jetty-core/jetty-http3/jetty-http3-common/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml index ea88e6fe7d1..56f9ec03167 100644 --- a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http3/jetty-http3-server/pom.xml b/jetty-core/jetty-http3/jetty-http3-server/pom.xml index 83f091aeb09..59beeb6e950 100644 --- a/jetty-core/jetty-http3/jetty-http3-server/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml index f2efc7bf119..1d86d5f6db8 100644 --- a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-http3/pom.xml b/jetty-core/jetty-http3/pom.xml index 37e5e193a45..c795b988252 100644 --- a/jetty-core/jetty-http3/pom.xml +++ b/jetty-core/jetty-http3/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-io/pom.xml b/jetty-core/jetty-io/pom.xml index 169bc5fc1e4..4437a759321 100644 --- a/jetty-core/jetty-io/pom.xml +++ b/jetty-core/jetty-io/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-io diff --git a/jetty-core/jetty-jmx/pom.xml b/jetty-core/jetty-jmx/pom.xml index 52da165036f..ce409fa1d87 100644 --- a/jetty-core/jetty-jmx/pom.xml +++ b/jetty-core/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-jmx diff --git a/jetty-core/jetty-jndi/pom.xml b/jetty-core/jetty-jndi/pom.xml index db02d5a1c44..04cc6fd4a41 100644 --- a/jetty-core/jetty-jndi/pom.xml +++ b/jetty-core/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-keystore/pom.xml b/jetty-core/jetty-keystore/pom.xml index c7ac68dd9d4..8683fb5beb0 100644 --- a/jetty-core/jetty-keystore/pom.xml +++ b/jetty-core/jetty-keystore/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-keystore diff --git a/jetty-core/jetty-openid/pom.xml b/jetty-core/jetty-openid/pom.xml index 6a2bc503f76..11c03db1cf0 100644 --- a/jetty-core/jetty-openid/pom.xml +++ b/jetty-core/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-osgi/pom.xml b/jetty-core/jetty-osgi/pom.xml index 822a0bfe0c8..c3e3e2a0381 100644 --- a/jetty-core/jetty-osgi/pom.xml +++ b/jetty-core/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-proxy/pom.xml b/jetty-core/jetty-proxy/pom.xml index 82b5427e57c..2551e15a6ea 100644 --- a/jetty-core/jetty-proxy/pom.xml +++ b/jetty-core/jetty-proxy/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-client/pom.xml b/jetty-core/jetty-quic/jetty-quic-client/pom.xml index 0cab9af38a0..82f1de3ef99 100644 --- a/jetty-core/jetty-quic/jetty-quic-client/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-common/pom.xml index 8c1f9cb56aa..5adffe6c1a8 100644 --- a/jetty-core/jetty-quic/jetty-quic-common/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 73c71a7ff37..dc067fd8645 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml index 07b418b70f3..646c08711af 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 072623852ad..79f5fe27795 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml index 8cd79aa6d80..a2380586530 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-server/pom.xml b/jetty-core/jetty-quic/jetty-quic-server/pom.xml index 4ed0a81b1ef..73b95f6a142 100644 --- a/jetty-core/jetty-quic/jetty-quic-server/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-quic/pom.xml b/jetty-core/jetty-quic/pom.xml index 7fe84badb94..f5b15d7b758 100644 --- a/jetty-core/jetty-quic/pom.xml +++ b/jetty-core/jetty-quic/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-rewrite/pom.xml b/jetty-core/jetty-rewrite/pom.xml index d6dabcf4bac..14375ff90e0 100644 --- a/jetty-core/jetty-rewrite/pom.xml +++ b/jetty-core/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-security/pom.xml b/jetty-core/jetty-security/pom.xml index b87c165a606..a59acd0043a 100644 --- a/jetty-core/jetty-security/pom.xml +++ b/jetty-core/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-server/pom.xml b/jetty-core/jetty-server/pom.xml index b81b5b5171a..5b720181db6 100644 --- a/jetty-core/jetty-server/pom.xml +++ b/jetty-core/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-session/pom.xml b/jetty-core/jetty-session/pom.xml index 41e86f0826f..3975a03ed43 100644 --- a/jetty-core/jetty-session/pom.xml +++ b/jetty-core/jetty-session/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-slf4j-impl/pom.xml b/jetty-core/jetty-slf4j-impl/pom.xml index ff4262e622a..0e6e6cb7451 100644 --- a/jetty-core/jetty-slf4j-impl/pom.xml +++ b/jetty-core/jetty-slf4j-impl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-start/pom.xml b/jetty-core/jetty-start/pom.xml index 8f151750340..e030d85fd40 100644 --- a/jetty-core/jetty-start/pom.xml +++ b/jetty-core/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-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 97f509f239e..b3884d08b0a 100644 --- a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml +++ b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-tests/pom.xml b/jetty-core/jetty-tests/pom.xml index edf55b5bb27..8744441da41 100644 --- a/jetty-core/jetty-tests/pom.xml +++ b/jetty-core/jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-unixdomain-server/pom.xml b/jetty-core/jetty-unixdomain-server/pom.xml index e01110e1e00..49b1c0a5051 100644 --- a/jetty-core/jetty-unixdomain-server/pom.xml +++ b/jetty-core/jetty-unixdomain-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-util-ajax/pom.xml b/jetty-core/jetty-util-ajax/pom.xml index 7a6e9da3c11..9f644de3d5f 100644 --- a/jetty-core/jetty-util-ajax/pom.xml +++ b/jetty-core/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-util-ajax diff --git a/jetty-core/jetty-util/pom.xml b/jetty-core/jetty-util/pom.xml index 212ae1cd35d..780ee4c98af 100644 --- a/jetty-core/jetty-util/pom.xml +++ b/jetty-core/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-util 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 c5eebac8c63..1f378b859c4 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 bcc9bb2decb..53638783a43 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 cc3699e6136..04c78396b12 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 cf11a0d4a67..d7bf62004a3 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 c56049deeab..d6ed20b2722 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 08883a84d32..65bbcefb731 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 79449c161c2..932ac057d38 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 83eb1236c9d..80779fe3ae0 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 284e83bc820..ccde778e43d 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-websocket/pom.xml b/jetty-core/jetty-websocket/pom.xml index 35b46736829..152ec8e5c82 100644 --- a/jetty-core/jetty-websocket/pom.xml +++ b/jetty-core/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-core/jetty-xml/pom.xml b/jetty-core/jetty-xml/pom.xml index b0478f3d730..dbf13b7a6dd 100644 --- a/jetty-core/jetty-xml/pom.xml +++ b/jetty-core/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-xml diff --git a/jetty-core/pom.xml b/jetty-core/pom.xml index 53d91744e0c..1d3b41250dc 100644 --- a/jetty-core/pom.xml +++ b/jetty-core/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-annotations/pom.xml b/jetty-ee10/jetty-ee10-annotations/pom.xml index 0e898f6cb32..1e27295808c 100644 --- a/jetty-ee10/jetty-ee10-annotations/pom.xml +++ b/jetty-ee10/jetty-ee10-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml index e7b3aff58d9..d84f74d5af6 100644 --- a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml +++ b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-bom/pom.xml b/jetty-ee10/jetty-ee10-bom/pom.xml index 12994637215..6ed67cdb090 100644 --- a/jetty-ee10/jetty-ee10-bom/pom.xml +++ b/jetty-ee10/jetty-ee10-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT jetty-ee10-bom @@ -43,132 +43,132 @@ org.eclipse.jetty.ee10 jetty-ee10-annotations - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-apache-jsp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-cdi - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-fcgi-proxy - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-glassfish-jstl - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-jaspi - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-jndi - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-jspc-maven-plugin - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-maven-plugin - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-plus - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-proxy - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-quickstart - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-runner - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-servlet - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-servlets - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-webapp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-alpn - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot-jsp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-client-webapp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-common - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jetty-client-webapp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jetty-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-servlet - 12.0.1 + 12.0.2-SNAPSHOT diff --git a/jetty-ee10/jetty-ee10-cdi/pom.xml b/jetty-ee10/jetty-ee10-cdi/pom.xml index fbec11ab840..014a041ccca 100644 --- a/jetty-ee10/jetty-ee10-cdi/pom.xml +++ b/jetty-ee10/jetty-ee10-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-cdi 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 fb8c4347b09..1a606829169 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 503a4ed5576..2d3eed83130 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 e06614ec344..94de0eaba59 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 331b940a928..c98db74073e 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 bb57b67b470..eb0d82eacda 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-demo-embedded 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 98701ff60e3..64dd435bc1e 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.1 + 12.0.2-SNAPSHOT jetty-ee10-demo-jaas-webapp EE10 :: Demo :: JAAS WebApp 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 3ea4aa6e487..d9043364433 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-demo-jetty-webapp 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 9dda40aab89..52fdba5ad02 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.1 + 12.0.2-SNAPSHOT jetty-ee10-demo-jndi-webapp EE10 :: Demo :: JNDI WebApp 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 de9e1963924..7d1ae686225 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 9db631e5993..7a428d19339 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.1 + 12.0.2-SNAPSHOT EE10 :: Demo :: Mock Resources jetty-ee10-demo-mock-resources 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 f6678cb4ee2..7e7f2516c76 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-demo-proxy-webapp 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 62b88e2757e..d839ca171a5 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 b1dd65b7aa4..32fe2122a65 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.1 + 12.0.2-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 8cda6fe65b1..8fb1fd6092e 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.1 + 12.0.2-SNAPSHOT ../../pom.xml EE10 :: Demo :: Servlet 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 a32b6261fb6..45db3575479 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.1 + 12.0.2-SNAPSHOT ../../pom.xml 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 e4b7d6043c1..974b6da0917 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.1 + 12.0.2-SNAPSHOT EE10 :: Demo :: Servlet Spec jetty-ee10-demo-spec 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 7a3bf05ab80..5cd6efd4ed3 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-demos/pom.xml b/jetty-ee10/jetty-ee10-demos/pom.xml index f4e0b6e275b..fce267b99fb 100644 --- a/jetty-ee10/jetty-ee10-demos/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-examples/pom.xml b/jetty-ee10/jetty-ee10-examples/pom.xml index 9d0523f3046..8fa7589f146 100644 --- a/jetty-ee10/jetty-ee10-examples/pom.xml +++ b/jetty-ee10/jetty-ee10-examples/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml index 546a6ad94b5..d27ef964869 100644 --- a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml +++ b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml index 9c98157b5a5..d7fd1cd4fae 100644 --- a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml +++ b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-glassfish-jstl diff --git a/jetty-ee10/jetty-ee10-home/pom.xml b/jetty-ee10/jetty-ee10-home/pom.xml index 9ed3052c75f..8216348e7ba 100644 --- a/jetty-ee10/jetty-ee10-home/pom.xml +++ b/jetty-ee10/jetty-ee10-home/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/jetty-ee10/jetty-ee10-jaspi/pom.xml b/jetty-ee10/jetty-ee10-jaspi/pom.xml index 293db31b3e4..f67cd5443ad 100644 --- a/jetty-ee10/jetty-ee10-jaspi/pom.xml +++ b/jetty-ee10/jetty-ee10-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-jndi/pom.xml b/jetty-ee10/jetty-ee10-jndi/pom.xml index de9f7cd6aec..1c63fd381f4 100644 --- a/jetty-ee10/jetty-ee10-jndi/pom.xml +++ b/jetty-ee10/jetty-ee10-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml index 13cdb524f86..c9838c0f02f 100644 --- a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml +++ b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-jspc-maven-plugin diff --git a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml index 279a2528936..6e7dde7f800 100644 --- a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml +++ b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT ../pom.xml 4.0.0 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 aaf709122f9..2156e801845 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.1 + 12.0.2-SNAPSHOT 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 91d56bf2736..c91a9696cce 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-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 a0ebbf95534..2ae1ea9846e 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-osgi-boot diff --git a/jetty-ee10/jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/pom.xml index 4336a50a81c..c2fd8871f77 100644 --- a/jetty-ee10/jetty-ee10-osgi/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 d662878e2fc..071406d1972 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 test-jetty-ee10-osgi-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 4c9951911f0..26031e368c9 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 test-jetty-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 1c62f9815a5..4de44e73116 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 test-jetty-ee10-osgi-webapp-resources 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 ebbeb067ae6..67906502343 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 test-jetty-ee10-osgi diff --git a/jetty-ee10/jetty-ee10-plus/pom.xml b/jetty-ee10/jetty-ee10-plus/pom.xml index ff08d9ddd82..dfbcd88f03e 100644 --- a/jetty-ee10/jetty-ee10-plus/pom.xml +++ b/jetty-ee10/jetty-ee10-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-proxy/pom.xml b/jetty-ee10/jetty-ee10-proxy/pom.xml index 6e368258b8f..eb1d76ed0a3 100644 --- a/jetty-ee10/jetty-ee10-proxy/pom.xml +++ b/jetty-ee10/jetty-ee10-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-quickstart/pom.xml b/jetty-ee10/jetty-ee10-quickstart/pom.xml index 118623929cd..4bfc711e280 100644 --- a/jetty-ee10/jetty-ee10-quickstart/pom.xml +++ b/jetty-ee10/jetty-ee10-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-runner/pom.xml b/jetty-ee10/jetty-ee10-runner/pom.xml index e583607ca4a..d88b748e7e4 100644 --- a/jetty-ee10/jetty-ee10-runner/pom.xml +++ b/jetty-ee10/jetty-ee10-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-runner diff --git a/jetty-ee10/jetty-ee10-servlet/pom.xml b/jetty-ee10/jetty-ee10-servlet/pom.xml index d53f897a407..4c1c0b343e8 100644 --- a/jetty-ee10/jetty-ee10-servlet/pom.xml +++ b/jetty-ee10/jetty-ee10-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-servlets/pom.xml b/jetty-ee10/jetty-ee10-servlets/pom.xml index 67c5399c060..67374797278 100644 --- a/jetty-ee10/jetty-ee10-servlets/pom.xml +++ b/jetty-ee10/jetty-ee10-servlets/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 37b5f763fa2..31831f6acf1 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 afc6f13bb8a..5aa65f8da37 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.1 + 12.0.2-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 9d76ab16159..317c2fb06f1 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 7e8d1db435b..ca6f68d7ef9 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 fa1ea9289e2..51df7916b83 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 9faba9cee37..7649348884d 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 07deb38c9d9..33e5f2b7c9e 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 44ba229d65e..e0f2c98d922 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-test-integration 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 cb1cc7bea8c..6d63f6196cb 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-jmx - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-jmx-webapp-it 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 64f03119d56..d9f925936a7 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.1 + 12.0.2-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 0575693beef..bdc5a916d84 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-test-jmx 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 f172a0b6318..00ba3700c78 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT ../pom.xml 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 321d5503ee9..5952cefc3d7 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.1 + 12.0.2-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 04b60256a90..6c334f4f89d 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 6248bed32e8..df38632a317 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 350409a3c8d..2d943d6a081 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee10-test-quickstart 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 19e911ca985..1110090e073 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.1 + 12.0.2-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 b812b066993..4cc8c0672d0 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.1 + 12.0.2-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 a6a3683b996..6908351dc8e 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.1 + 12.0.2-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 c2be9e87b21..941c2aa19e7 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.1 + 12.0.2-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 57145f540ea..d22d2bd2440 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.1 + 12.0.2-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 2f79fe5a566..e3b950fcea7 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.1 + 12.0.2-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 370afb3833d..f4334373463 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.1 + 12.0.2-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 01288445a51..1b69e478700 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.1 + 12.0.2-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 7556adea743..87a29680b6d 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.1 + 12.0.2-SNAPSHOT jetty-ee10-test-sessions EE10 :: Tests :: Sessions 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 c5cbf4c3bc8..e45e15a0c97 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.1 + 12.0.2-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 8f679cd19f0..d117208dfe4 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.1 + 12.0.2-SNAPSHOT jetty-ee10-test-webapp-rfc2616 EE10 :: Tests :: RFC2616 WebApp 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 69351318fe3..115922c07a6 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 b83a40f5ce0..077dc186851 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 0810cea66b7..8e8e088c394 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 cf7097b30eb..a5bd9447930 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/pom.xml b/jetty-ee10/jetty-ee10-tests/pom.xml index 9faa2f4b431..859b25aeb13 100644 --- a/jetty-ee10/jetty-ee10-tests/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT ../pom.xml diff --git a/jetty-ee10/jetty-ee10-webapp/pom.xml b/jetty-ee10/jetty-ee10-webapp/pom.xml index 25f510a5275..553fa907084 100644 --- a/jetty-ee10/jetty-ee10-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 4e94682b0ef..f90446c0af7 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 39f2fbc0a9b..b5535b045af 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 7f27e0490de..4a3aabfbbe2 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 1e4844f9c0d..378778ceb83 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 b968479826e..d9f0a3b7e8a 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 1d866e21e4c..53f34425788 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 8828729238e..8bf2abbba47 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 4aedc2b4cb2..94fd08b2cf5 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 7d71736a429..bf79f1ec5c2 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/jetty-ee10-websocket/pom.xml b/jetty-ee10/jetty-ee10-websocket/pom.xml index e4cd4024f43..6f552006028 100644 --- a/jetty-ee10/jetty-ee10-websocket/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee10/pom.xml b/jetty-ee10/pom.xml index 45d25e61690..a7a3375281e 100644 --- a/jetty-ee10/pom.xml +++ b/jetty-ee10/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-annotations/pom.xml b/jetty-ee8/jetty-ee8-annotations/pom.xml index 7e6803cc02c..c769788286c 100644 --- a/jetty-ee8/jetty-ee8-annotations/pom.xml +++ b/jetty-ee8/jetty-ee8-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml index 22ad2212e2d..5fcda8eb88f 100644 --- a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml +++ b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-bom/pom.xml b/jetty-ee8/jetty-ee8-bom/pom.xml index abaf3d68ff9..704b2c42852 100644 --- a/jetty-ee8/jetty-ee8-bom/pom.xml +++ b/jetty-ee8/jetty-ee8-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT jetty-ee8-bom @@ -43,117 +43,117 @@ org.eclipse.jetty.ee8 jetty-ee8-annotations - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-apache-jsp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-glassfish-jstl - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-jndi - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-nested - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-openid - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-plus - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-proxy - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-quickstart - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-security - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-servlet - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-servlets - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-webapp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-client-webapp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-common - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-api - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-client-webapp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-common - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-servlet - 12.0.1 + 12.0.2-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 c4b1539673f..d09f6ae1630 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 a3284a6f876..78d0c157f7e 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 298e4e83bf4..f2b44b6f71e 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 d5f76f0addf..60e9e0b3a45 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 f9d3b62206b..44afae0df8a 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.1 + 12.0.2-SNAPSHOT jetty-ee8-demo-jaas-webapp EE8 :: Demo :: JAAS WebApp 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 4e074c5c362..0aed79e1a05 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee8-demo-jetty-webapp 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 aa98b979afc..da6ad5fadd8 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.1 + 12.0.2-SNAPSHOT jetty-ee8-demo-jndi-webapp EE8 :: Demo :: JNDI WebApp 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 b4a23d28911..1b008caf101 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 5f5c43b161e..d81bc8a1041 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.1 + 12.0.2-SNAPSHOT EE8 :: Demo :: Mock Resources jetty-ee8-demo-mock-resources 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 a37a9e55194..bb21a9d9a70 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee8-demo-proxy-webapp 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 848bdae0be8..0468ea16042 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 00230fc9fb6..97ff7af1b1c 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-spec - 12.0.1 + 12.0.2-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 842284fdb5a..98e9de7ba32 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.1 + 12.0.2-SNAPSHOT EE8 :: Demo :: Servlet Spec :: WebApp jetty-ee8-demo-spec-webapp 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 dc80d7baf5a..0a3524f5a5f 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-spec - 12.0.1 + 12.0.2-SNAPSHOT EE8 :: Demo :: Servlet Spec :: 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 3274d7386db..6f0061e326a 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.1 + 12.0.2-SNAPSHOT EE8 :: Demo :: Servlet Spec jetty-ee8-demo-spec diff --git a/jetty-ee8/jetty-ee8-demos/pom.xml b/jetty-ee8/jetty-ee8-demos/pom.xml index f8d37ea0775..ab7d292d1da 100644 --- a/jetty-ee8/jetty-ee8-demos/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml index f3e66401f29..b20d2875bdd 100644 --- a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml +++ b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee8-glassfish-jstl diff --git a/jetty-ee8/jetty-ee8-home/pom.xml b/jetty-ee8/jetty-ee8-home/pom.xml index 21741f063b2..a096911c11b 100644 --- a/jetty-ee8/jetty-ee8-home/pom.xml +++ b/jetty-ee8/jetty-ee8-home/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee8-home diff --git a/jetty-ee8/jetty-ee8-jndi/pom.xml b/jetty-ee8/jetty-ee8-jndi/pom.xml index 23d9364be58..bece5885007 100644 --- a/jetty-ee8/jetty-ee8-jndi/pom.xml +++ b/jetty-ee8/jetty-ee8-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml index f01953ae1f2..0b59597711f 100644 --- a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml +++ b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee8-jspc-maven-plugin diff --git a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml index eb41340d2fa..8d50ff39f2f 100644 --- a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml +++ b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee8-maven-plugin diff --git a/jetty-ee8/jetty-ee8-nested/pom.xml b/jetty-ee8/jetty-ee8-nested/pom.xml index 483e798aa29..f415557e7ae 100644 --- a/jetty-ee8/jetty-ee8-nested/pom.xml +++ b/jetty-ee8/jetty-ee8-nested/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-openid/pom.xml b/jetty-ee8/jetty-ee8-openid/pom.xml index 8f1325078d4..e97a1e23448 100644 --- a/jetty-ee8/jetty-ee8-openid/pom.xml +++ b/jetty-ee8/jetty-ee8-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-plus/pom.xml b/jetty-ee8/jetty-ee8-plus/pom.xml index 8e09b1cdc59..bf12ea3763a 100644 --- a/jetty-ee8/jetty-ee8-plus/pom.xml +++ b/jetty-ee8/jetty-ee8-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-proxy/pom.xml b/jetty-ee8/jetty-ee8-proxy/pom.xml index cce9085a264..37a87a859a1 100644 --- a/jetty-ee8/jetty-ee8-proxy/pom.xml +++ b/jetty-ee8/jetty-ee8-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-quickstart/pom.xml b/jetty-ee8/jetty-ee8-quickstart/pom.xml index cf16829e6fa..545b1187057 100644 --- a/jetty-ee8/jetty-ee8-quickstart/pom.xml +++ b/jetty-ee8/jetty-ee8-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-security/pom.xml b/jetty-ee8/jetty-ee8-security/pom.xml index 4b4b342da93..c8d67867a2f 100644 --- a/jetty-ee8/jetty-ee8-security/pom.xml +++ b/jetty-ee8/jetty-ee8-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-servlet/pom.xml b/jetty-ee8/jetty-ee8-servlet/pom.xml index 37de989402d..40eb38d5f1d 100644 --- a/jetty-ee8/jetty-ee8-servlet/pom.xml +++ b/jetty-ee8/jetty-ee8-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-servlets/pom.xml b/jetty-ee8/jetty-ee8-servlets/pom.xml index eeb91a60d58..41d2ed6e045 100644 --- a/jetty-ee8/jetty-ee8-servlets/pom.xml +++ b/jetty-ee8/jetty-ee8-servlets/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-webapp/pom.xml b/jetty-ee8/jetty-ee8-webapp/pom.xml index 5dc1fbacec4..41b2571c308 100644 --- a/jetty-ee8/jetty-ee8-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 a54a51ade65..a6b5873a2f8 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT ../pom.xml 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 943e3427f40..8d1770799d8 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT ../pom.xml 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 2de9561309f..94cda6d1fbd 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 9803b70a922..62f9685c27e 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 f5278cebc8c..698a2f624b8 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 32133bb4d28..68df274f1cd 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 69963ae9102..a237e38bb0a 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 6898f1bac24..50e772b6670 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 dd4839f397a..5fc93e5a707 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 795b1414838..da999eaaa38 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 054fa45652e..003655683f9 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 b4a59118146..ccdb0cd4d0a 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee8/jetty-ee8-websocket/pom.xml b/jetty-ee8/jetty-ee8-websocket/pom.xml index c884e00f686..d7fa4781aa3 100644 --- a/jetty-ee8/jetty-ee8-websocket/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.1 + 12.0.2-SNAPSHOT ../pom.xml diff --git a/jetty-ee8/pom.xml b/jetty-ee8/pom.xml index 77ad81a3551..b09efacbcd8 100644 --- a/jetty-ee8/pom.xml +++ b/jetty-ee8/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-annotations/pom.xml b/jetty-ee9/jetty-ee9-annotations/pom.xml index 223f59e7289..0177348369e 100644 --- a/jetty-ee9/jetty-ee9-annotations/pom.xml +++ b/jetty-ee9/jetty-ee9-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml index f29283bc172..52f084c94ad 100644 --- a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml +++ b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-bom/pom.xml b/jetty-ee9/jetty-ee9-bom/pom.xml index af5a0191de5..2a7adacfdfd 100644 --- a/jetty-ee9/jetty-ee9-bom/pom.xml +++ b/jetty-ee9/jetty-ee9-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT jetty-ee9-bom @@ -43,147 +43,147 @@ org.eclipse.jetty.ee9 jetty-ee9-annotations - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-apache-jsp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-cdi - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-fcgi-proxy - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-glassfish-jstl - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-jaspi - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-jndi - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-nested - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-openid - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-plus - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-proxy - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-quickstart - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-runner - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-security - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-servlet - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-servlets - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-webapp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.osgi jetty-ee9-osgi-boot - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.osgi jetty-ee9-osgi-boot-jsp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-client-webapp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-common - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-api - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-client - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-client-webapp - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-common - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-server - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-servlet - 12.0.1 + 12.0.2-SNAPSHOT diff --git a/jetty-ee9/jetty-ee9-cdi/pom.xml b/jetty-ee9/jetty-ee9-cdi/pom.xml index ca9b1fe021d..cc0f1d9bd86 100644 --- a/jetty-ee9/jetty-ee9-cdi/pom.xml +++ b/jetty-ee9/jetty-ee9-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-cdi 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 637b546d0f7..41994cdbc4e 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 dc58f69106c..9aa6fb8c20f 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 310950e0ca1..44f2e87b2fb 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 d58e0cad077..dcb91d48b96 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 6910f08d8a2..6d6f0549674 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-demo-embedded 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 937508a99b1..2dc7896bc83 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.1 + 12.0.2-SNAPSHOT jetty-ee9-demo-jaas-webapp EE9 :: Demo :: JAAS WebApp 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 c0bba2c13cf..b9ea28e8ded 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-demo-jetty-webapp 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 627e40fa61a..e12408df35b 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.1 + 12.0.2-SNAPSHOT jetty-ee9-demo-jndi-webapp EE9 :: Demo :: JNDI WebApp 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 53bec34035d..c8e4aa98620 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 f5f26e6d959..322eea5efcc 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.1 + 12.0.2-SNAPSHOT EE9 :: Demo :: Mock Resources jetty-ee9-demo-mock-resources 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 84045bdcc57..9372adb9285 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-demo-proxy-webapp 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 3bba3448ac0..fc3b82e164c 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 3cd51575932..8cb8f7d82cc 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.1 + 12.0.2-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 59d12907260..4ea34156abf 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.1 + 12.0.2-SNAPSHOT ../../pom.xml EE9 :: Demo :: Servlet 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 f8c5ea53fd7..650752ff7da 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.1 + 12.0.2-SNAPSHOT ../../pom.xml 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 9c6eba0605f..11fe46410fb 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.1 + 12.0.2-SNAPSHOT EE9 :: Demo :: Servlet Spec jetty-ee9-demo-spec 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 ee72b8906d5..76a7efba843 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-demos/pom.xml b/jetty-ee9/jetty-ee9-demos/pom.xml index f446590ae38..4a59f735f5a 100644 --- a/jetty-ee9/jetty-ee9-demos/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml index 737a44f255f..38cc1776935 100644 --- a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml +++ b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml index e8225f6d7b6..77e875207db 100644 --- a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml +++ b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-glassfish-jstl diff --git a/jetty-ee9/jetty-ee9-home/pom.xml b/jetty-ee9/jetty-ee9-home/pom.xml index 92f15e1c6a8..540495d1dac 100644 --- a/jetty-ee9/jetty-ee9-home/pom.xml +++ b/jetty-ee9/jetty-ee9-home/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-home diff --git a/jetty-ee9/jetty-ee9-jaspi/pom.xml b/jetty-ee9/jetty-ee9-jaspi/pom.xml index acc01aaec53..57b70c4f65f 100644 --- a/jetty-ee9/jetty-ee9-jaspi/pom.xml +++ b/jetty-ee9/jetty-ee9-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-jndi/pom.xml b/jetty-ee9/jetty-ee9-jndi/pom.xml index 13b58943c4f..07aaad855b4 100644 --- a/jetty-ee9/jetty-ee9-jndi/pom.xml +++ b/jetty-ee9/jetty-ee9-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml index 908e36628f4..4a26f457319 100644 --- a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml +++ b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-jspc-maven-plugin diff --git a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml index 92599324ad6..8c1e8834f4f 100644 --- a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml +++ b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-maven-plugin diff --git a/jetty-ee9/jetty-ee9-nested/pom.xml b/jetty-ee9/jetty-ee9-nested/pom.xml index 5b1bb6f90b7..d83f5f9c1c5 100644 --- a/jetty-ee9/jetty-ee9-nested/pom.xml +++ b/jetty-ee9/jetty-ee9-nested/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-openid/pom.xml b/jetty-ee9/jetty-ee9-openid/pom.xml index 94a55e0d393..9f07e1d592b 100644 --- a/jetty-ee9/jetty-ee9-openid/pom.xml +++ b/jetty-ee9/jetty-ee9-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 6409faf4e4a..74777db8e9d 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-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 83fe6153a82..e403e4f0fc7 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-osgi-boot diff --git a/jetty-ee9/jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/pom.xml index 3cccbea350b..2abb6644c41 100644 --- a/jetty-ee9/jetty-ee9-osgi/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 27a92f4c14d..de67c74fb54 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 test-jetty-ee9-osgi-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 37a726ddbcd..9e6ee57f5fa 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 test-jetty-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 a018a39b833..cdc4c9fd870 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 test-jetty-ee9-osgi-webapp-resources 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 001aa7153ab..12eb4fc9a64 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 test-jetty-ee9-osgi diff --git a/jetty-ee9/jetty-ee9-plus/pom.xml b/jetty-ee9/jetty-ee9-plus/pom.xml index 8a9ed329d86..30456c20d6c 100644 --- a/jetty-ee9/jetty-ee9-plus/pom.xml +++ b/jetty-ee9/jetty-ee9-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-proxy/pom.xml b/jetty-ee9/jetty-ee9-proxy/pom.xml index 1a1ca250e78..1db49a23333 100644 --- a/jetty-ee9/jetty-ee9-proxy/pom.xml +++ b/jetty-ee9/jetty-ee9-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-quickstart/pom.xml b/jetty-ee9/jetty-ee9-quickstart/pom.xml index abaa513a643..90e1cf31dea 100644 --- a/jetty-ee9/jetty-ee9-quickstart/pom.xml +++ b/jetty-ee9/jetty-ee9-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-runner/pom.xml b/jetty-ee9/jetty-ee9-runner/pom.xml index d978df27a3e..2f0a58f2637 100644 --- a/jetty-ee9/jetty-ee9-runner/pom.xml +++ b/jetty-ee9/jetty-ee9-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-runner diff --git a/jetty-ee9/jetty-ee9-security/pom.xml b/jetty-ee9/jetty-ee9-security/pom.xml index 3063be1bcca..bdc877221c6 100644 --- a/jetty-ee9/jetty-ee9-security/pom.xml +++ b/jetty-ee9/jetty-ee9-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-servlet/pom.xml b/jetty-ee9/jetty-ee9-servlet/pom.xml index b2be64c3536..350e6f678bc 100644 --- a/jetty-ee9/jetty-ee9-servlet/pom.xml +++ b/jetty-ee9/jetty-ee9-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-servlets/pom.xml b/jetty-ee9/jetty-ee9-servlets/pom.xml index 65fe907fafc..9a1036cdaef 100644 --- a/jetty-ee9/jetty-ee9-servlets/pom.xml +++ b/jetty-ee9/jetty-ee9-servlets/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 a3ffdfdd7d4..4edf68e506b 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 743fc9a8ecf..7f1f5cdb380 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.1 + 12.0.2-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 856411ea6e7..e56aac7d7af 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 c46c9f82b8c..29191d330e9 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 f882e1ef4bb..5008089b388 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 45bf7c9b9f6..c2e7d58fb3c 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 43a289c481a..c46e26238bf 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 7521cabc80b..92cc1fcd06a 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-test-integration 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 41c20c273f6..9be42e33df5 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-jmx - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-jmx-webapp-it 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 8a1e5bc35d2..fc63dd404bf 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.1 + 12.0.2-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 b7472a72490..974113dedac 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-test-jmx 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 fc37407a1c1..f92bff57414 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 135f3aacb72..a2b2bcc6d00 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.1 + 12.0.2-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 20333fef81a..b70638b056a 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 1b06969c67e..130603af02f 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 1445d2c8c0a..8921836756c 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-ee9-test-quickstart 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 9fbc062f0f9..96724422bcb 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.1 + 12.0.2-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 4636c4240f5..4919f0fbac0 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.1 + 12.0.2-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 a3208ec4743..d6b6a63f8a6 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.1 + 12.0.2-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 18688cdf432..83be735b59b 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.1 + 12.0.2-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 5912e507610..2fa7a3ddf32 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.1 + 12.0.2-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 922209d19e0..daadcfe8341 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.1 + 12.0.2-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 1ff4640824f..be8cdb76a70 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.1 + 12.0.2-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 bdbb4fee338..16a64dcc3f9 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.1 + 12.0.2-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 5b30333a2b4..4c0d818ee9e 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.1 + 12.0.2-SNAPSHOT jetty-ee9-test-sessions EE9 :: Tests :: Sessions 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 ef3a4f90c06..9b270c45aec 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.1 + 12.0.2-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 0eb3fa94716..6d355115a7a 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.1 + 12.0.2-SNAPSHOT jetty-ee9-test-webapp-rfc2616 EE9 :: Tests :: RFC2616 WebApp 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 4a19bd8daa6..67bd8ead3b6 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 1458e4c660d..5ce3c2d2574 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 47d419cb124..3f79c95abe5 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 5f41a71fbed..eb4856241f0 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-tests/pom.xml b/jetty-ee9/jetty-ee9-tests/pom.xml index 20dced0ad72..5d9f069b87e 100644 --- a/jetty-ee9/jetty-ee9-tests/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-webapp/pom.xml b/jetty-ee9/jetty-ee9-webapp/pom.xml index bcf3de7df25..44881543ab1 100644 --- a/jetty-ee9/jetty-ee9-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 40a9c4682d7..1679198b452 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT ../pom.xml 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 bc59f261811..31c29439a24 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT ../pom.xml 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 7298a0e4d9a..d4b4cbd2e2a 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 0ad1209de94..5983306f4ea 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 bbf487e61f7..b0430a2a6cd 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 1c0d659efe0..b6a4fee269d 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 506232c253f..ec835c806ec 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 fe3ef942063..55c9143e428 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 dbb1e47eb46..d9d606998ee 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 dc261d32c23..1552f7817bf 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 9a71c4db5c1..ca164762ce2 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 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 34281a4a1aa..a58cb4ebc91 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-ee9/jetty-ee9-websocket/pom.xml b/jetty-ee9/jetty-ee9-websocket/pom.xml index 547522381f4..c0a411e6a20 100644 --- a/jetty-ee9/jetty-ee9-websocket/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.1 + 12.0.2-SNAPSHOT ../pom.xml diff --git a/jetty-ee9/pom.xml b/jetty-ee9/pom.xml index 3d18303747f..54f766bc3ee 100644 --- a/jetty-ee9/pom.xml +++ b/jetty-ee9/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 8ee46d9ffc5..b899f67b7a3 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 12.0.1 + 12.0.2-SNAPSHOT ../pom.xml 4.0.0 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 2d766a7873d..8e1a33243e6 100644 --- a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.gcloud jetty-gcloud - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-integrations/jetty-gcloud/pom.xml b/jetty-integrations/jetty-gcloud/pom.xml index 5ce2e82dff7..d41e41a02bf 100644 --- a/jetty-integrations/jetty-gcloud/pom.xml +++ b/jetty-integrations/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-integrations - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-integrations/jetty-hazelcast/pom.xml b/jetty-integrations/jetty-hazelcast/pom.xml index d53f5602f76..237c7698735 100644 --- a/jetty-integrations/jetty-hazelcast/pom.xml +++ b/jetty-integrations/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-integrations - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml index 38771e6db52..c24a66da135 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-infinispan-common 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 c23d8bfe93d..b4909507895 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-infinispan-embedded-query diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml index d42c05e1562..f29f4afe736 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-infinispan-embedded 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 67c0a3f1322..3d3ef093714 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-infinispan-remote-query diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml index 2b3a9801f9e..c7ad3043dc5 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-infinispan-remote diff --git a/jetty-integrations/jetty-infinispan/pom.xml b/jetty-integrations/jetty-infinispan/pom.xml index 484d5fec4ac..5fb241bcfcb 100644 --- a/jetty-integrations/jetty-infinispan/pom.xml +++ b/jetty-integrations/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-integrations - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml index 9807748cb57..43c5b0d996a 100644 --- a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml +++ b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.memcached jetty-memcached - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-integrations/jetty-memcached/pom.xml b/jetty-integrations/jetty-memcached/pom.xml index 369fa9865c9..76bd3eb2f8c 100644 --- a/jetty-integrations/jetty-memcached/pom.xml +++ b/jetty-integrations/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-integrations - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/jetty-integrations/jetty-nosql/pom.xml b/jetty-integrations/jetty-nosql/pom.xml index 70da8014224..470cd0454ab 100644 --- a/jetty-integrations/jetty-nosql/pom.xml +++ b/jetty-integrations/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-integrations - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 jetty-nosql diff --git a/jetty-integrations/pom.xml b/jetty-integrations/pom.xml index 4a5c0bc7920..afd63c657ce 100644 --- a/jetty-integrations/pom.xml +++ b/jetty-integrations/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index e8e97176c18..adb2e03e9cf 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 12.0.1 + 12.0.2-SNAPSHOT Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml index 6301899e272..c183248057a 100644 --- a/tests/jetty-home-tester/pom.xml +++ b/tests/jetty-home-tester/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index 160bca21aee..0559795eb1e 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/tests/jetty-test-session-common/pom.xml b/tests/jetty-test-session-common/pom.xml index 8df53e6ff7d..3b1356b1d57 100644 --- a/tests/jetty-test-session-common/pom.xml +++ b/tests/jetty-test-session-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index 6c313eff65a..44fbe3ff749 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 12.0.1 + 12.0.2-SNAPSHOT org.eclipse.jetty.tests tests diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 2c688bdf864..4b26c7860a6 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml index a9b0a54447a..f650abee87d 100644 --- a/tests/test-distribution/test-distribution-common/pom.xml +++ b/tests/test-distribution/test-distribution-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/tests/test-distribution/test-ee10-distribution/pom.xml b/tests/test-distribution/test-ee10-distribution/pom.xml index d0cb85aa63e..3e0e2f6fc32 100644 --- a/tests/test-distribution/test-ee10-distribution/pom.xml +++ b/tests/test-distribution/test-ee10-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/tests/test-distribution/test-ee9-distribution/pom.xml b/tests/test-distribution/test-ee9-distribution/pom.xml index dd284d3aa99..4ff61d986de 100644 --- a/tests/test-distribution/test-ee9-distribution/pom.xml +++ b/tests/test-distribution/test-ee9-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index f798f77f8b2..c367ea215cc 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests - 12.0.1 + 12.0.2-SNAPSHOT 4.0.0 test-integration