diff --git a/VERSION.txt b/VERSION.txt index 7431b0ad79bf..2ad460189535 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,9 @@ -jetty-9.4.57-SNAPSHOT +jetty-9.4.57.v20241219 - 19 December 2024 + + 12268 `IteratingCallback` may iterate too much when `process()` returns + Action.IDLE + + 12648 Backport improved handling of bad Gzip content (and Gzip Exceptions) + + 12532 Backport CVE-2024-6763 to deprecate UserInfo on URI (in violation of + RFC2616 spec) jetty-9.4.56.v20240826 - 26 August 2024 + 12200 Backport ThreadLimitHandler improvements from Jetty 12 (CVE-2024-8184) @@ -11541,3 +11546,4 @@ jetty-1.0 - 01 January 1998 + Won the Australian Java Programming Contest! + HTTP Server + Issue tracking application + diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml index 76efd1147280..a7fb4ad8f823 100644 --- a/aggregates/jetty-all-compact3/pom.xml +++ b/aggregates/jetty-all-compact3/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../../pom.xml 4.0.0 diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml index 3e4d0b209289..94a1cba66211 100644 --- a/aggregates/jetty-all/pom.xml +++ b/aggregates/jetty-all/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../../pom.xml 4.0.0 diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index 0b6e75821eec..b27317aef708 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 apache-jsp diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index 2897cc1c3c24..4ed0fc02e589 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 3bf38dd43fb0..a923b78989cb 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.eclipse.jetty build-resources - 9.4.57-SNAPSHOT + 9.4.57.v20241219 jar Jetty :: Build Resources diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml index 4542b8602dc3..d60a06c59cab 100644 --- a/examples/async-rest/async-rest-jar/pom.xml +++ b/examples/async-rest/async-rest-jar/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty example-async-rest - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml index 3fc8b0b2a965..1593d6ae55e2 100644 --- a/examples/async-rest/async-rest-webapp/pom.xml +++ b/examples/async-rest/async-rest-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty example-async-rest - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml index 62192803926d..be01821b55b0 100644 --- a/examples/async-rest/pom.xml +++ b/examples/async-rest/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml index 7cda14d4b44a..b3f2d19c0441 100644 --- a/examples/embedded/pom.xml +++ b/examples/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../pom.xml 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 20e83aef1616..c39a4ed2557e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index d53c2417c9c9..38038d01c2c8 100644 --- a/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-alpn/jetty-alpn-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-alpn-client diff --git a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml index a15345b55905..f78da0e26804 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 30d630beb300..08634175ab30 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index 2d1bf8257d2e..3e53a304006f 100644 --- a/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index 277fc4f77f12..2bf4c0a36bf2 100644 --- a/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml index 366f79daa7cc..b6249920a08b 100644 --- a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml +++ b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml index 62cbb41c0881..3cd3767d4e96 100644 --- a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml +++ b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 97727b08846f..4b148049ead2 100644 --- a/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-alpn/jetty-alpn-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 09376c598850..b006e777c6d6 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index 48e35ea2b7ec..d1f0446827eb 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-annotations diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index 6e5ac2655701..d76d1026718e 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index 45a82b97e2cd..7067b13ff3fd 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -9,7 +9,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 @@ -53,336 +53,336 @@ org.eclipse.jetty apache-jsp - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty apache-jstl - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-alpn-client - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-alpn-java-client - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-alpn-java-server - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-alpn-openjdk8-client - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-alpn-openjdk8-server - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-alpn-conscrypt-client - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-alpn-conscrypt-server - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-alpn-server - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-annotations - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-ant - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-client - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-continuation - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-deploy - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-distribution - 9.4.57-SNAPSHOT + 9.4.57.v20241219 zip org.eclipse.jetty jetty-distribution - 9.4.57-SNAPSHOT + 9.4.57.v20241219 tar.gz org.eclipse.jetty.fcgi fcgi-client - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.fcgi fcgi-server - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-home - 9.4.57-SNAPSHOT + 9.4.57.v20241219 zip org.eclipse.jetty jetty-home - 9.4.57-SNAPSHOT + 9.4.57.v20241219 tar.gz org.eclipse.jetty jetty-http - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.http2 http2-client - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.http2 http2-common - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.http2 http2-hpack - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.http2 http2-http-client-transport - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.http2 http2-server - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-http-spi - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty infinispan-common - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty infinispan-remote-query - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty infinispan-embedded-query - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-hazelcast - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-io - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-jaas - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-jaspi - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-jmx - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-jndi - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.memcached jetty-memcached-sessions - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-nosql - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.osgi jetty-osgi-boot - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.osgi jetty-httpservice - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-plus - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-proxy - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-quickstart - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-rewrite - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-security - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-openid - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-server - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-servlet - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-servlets - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-spring - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-unixsocket - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-util - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-util-ajax - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-webapp - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.websocket javax-websocket-client-impl - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.websocket javax-websocket-server-impl - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.websocket websocket-api - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.websocket websocket-client - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.websocket websocket-common - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.websocket websocket-server - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty.websocket websocket-servlet - 9.4.57-SNAPSHOT + 9.4.57.v20241219 org.eclipse.jetty jetty-xml - 9.4.57-SNAPSHOT + 9.4.57.v20241219 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 449cde3d72f6..5566d687961f 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index a6523e9957e0..21fbc5a60745 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml index 867a2833a045..75cbfc5b8cce 100644 --- a/jetty-continuation/pom.xml +++ b/jetty-continuation/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-continuation diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 7430894dcecf..5e2aac5fdf40 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-deploy diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index d45ca4cb3ea4..5efba5a2b4af 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-distribution diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml index 763a7985f216..d32cee2995a5 100644 --- a/jetty-documentation/pom.xml +++ b/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index eda2fa312d64..11f878eb62b2 100644 --- a/jetty-fcgi/fcgi-client/pom.xml +++ b/jetty-fcgi/fcgi-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index a128ff33e8a4..59d49b924429 100644 --- a/jetty-fcgi/fcgi-server/pom.xml +++ b/jetty-fcgi/fcgi-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index c8c8247f00ec..6622eb57ce0a 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index ea37a4148863..631e3bdb609e 100644 --- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.gcloud gcloud-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index f0ed7bfa61ed..3a2672be5e60 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index 1812776ac418..f228eba126da 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index b11842133840..936a9945d6ec 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index 3b09ee4d9c86..24e068cba86c 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index afb6a236832f..e442446d3df5 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-http diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml index bf7b8a4f4ff8..1f74b2ed3cdc 100644 --- a/jetty-http2/http2-alpn-tests/pom.xml +++ b/jetty-http2/http2-alpn-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index 0702c2cfee50..f14f5a64470b 100644 --- a/jetty-http2/http2-client/pom.xml +++ b/jetty-http2/http2-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 496e9b78ef1d..05403aad833e 100644 --- a/jetty-http2/http2-common/pom.xml +++ b/jetty-http2/http2-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 2d5db371a858..ba009c1fd38e 100644 --- a/jetty-http2/http2-hpack/pom.xml +++ b/jetty-http2/http2-hpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index 01b72f04ce95..3c16fc531708 100644 --- a/jetty-http2/http2-http-client-transport/pom.xml +++ b/jetty-http2/http2-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 23374bf43e81..fa04a9005f51 100644 --- a/jetty-http2/http2-server/pom.xml +++ b/jetty-http2/http2-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index d43a084abc64..d8e9c772d1a3 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index 4161702339f1..4251165734f9 100644 --- a/jetty-infinispan/infinispan-common/pom.xml +++ b/jetty-infinispan/infinispan-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 0f6c8b9240d8..7dd990486673 100644 --- a/jetty-infinispan/infinispan-embedded-query/pom.xml +++ b/jetty-infinispan/infinispan-embedded-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 005d67903da3..ff4a7b62fde0 100644 --- a/jetty-infinispan/infinispan-embedded/pom.xml +++ b/jetty-infinispan/infinispan-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index 35bec4f2edab..93fe4f6b659d 100644 --- a/jetty-infinispan/infinispan-remote-query/pom.xml +++ b/jetty-infinispan/infinispan-remote-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index 568b0ee88d5c..762f7ceec5d5 100644 --- a/jetty-infinispan/infinispan-remote/pom.xml +++ b/jetty-infinispan/infinispan-remote/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index d3f7150dddd4..b56ce8d1c0f1 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index f9d977bd05eb..df1f94024807 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 10a4a5a249e3..37480be6d8c3 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-jaas diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 7ef7eb9e585d..7751d6ff9d75 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml index 75b065201348..11ace61f8fd2 100644 --- a/jetty-jmh/pom.xml +++ b/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index 9e4aaef6c4a1..e8a7ebbe2d92 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 3465328b2233..69ba89ec1428 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-jndi diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index 788a0a3054ff..b72097f93e49 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 690e23daeb6f..4ea9b78008c9 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-maven-plugin diff --git a/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-memcached/jetty-memcached-sessions/pom.xml index 25c6b984feb1..a304d1bc52c4 100644 --- a/jetty-memcached/jetty-memcached-sessions/pom.xml +++ b/jetty-memcached/jetty-memcached-sessions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.memcached memcached-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index c36661197593..516ff1451c54 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index f27da98d3cf1..f915a90e71c6 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index 125e2e8fecab..e9a63a7cf538 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 6e8a45329af2..1a9046439e99 100644 --- a/jetty-osgi/jetty-osgi-alpn/pom.xml +++ b/jetty-osgi/jetty-osgi-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-osgi-alpn diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index fec77be11194..7567b7f60675 100644 --- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-osgi-boot-jsp diff --git a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml index c665b34b5b7c..55f4b5931419 100644 --- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index 5b071af094a7..a1e143960a19 100644 --- a/jetty-osgi/jetty-osgi-boot/pom.xml +++ b/jetty-osgi/jetty-osgi-boot/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-osgi-boot diff --git a/jetty-osgi/jetty-osgi-httpservice/pom.xml b/jetty-osgi/jetty-osgi-httpservice/pom.xml index ab911eb91645..8bbd8bab3f26 100644 --- a/jetty-osgi/jetty-osgi-httpservice/pom.xml +++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index ad19deff3998..c5e585a8f3f3 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 90d0bb0de369..d41323cfa49e 100644 --- a/jetty-osgi/test-jetty-osgi-context/pom.xml +++ b/jetty-osgi/test-jetty-osgi-context/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 test-jetty-osgi-context diff --git a/jetty-osgi/test-jetty-osgi-fragment/pom.xml b/jetty-osgi/test-jetty-osgi-fragment/pom.xml index c381419e316c..eff2c7fe346e 100644 --- a/jetty-osgi/test-jetty-osgi-fragment/pom.xml +++ b/jetty-osgi/test-jetty-osgi-fragment/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-server/pom.xml b/jetty-osgi/test-jetty-osgi-server/pom.xml index fcfc58dcb467..1f152a19bc3f 100644 --- a/jetty-osgi/test-jetty-osgi-server/pom.xml +++ b/jetty-osgi/test-jetty-osgi-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 test-jetty-osgi-server diff --git a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml index e363981b29ef..206a06d0c11a 100644 --- a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 test-jetty-osgi-webapp-resources diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml index 73abc16c66ce..2256ad54c197 100644 --- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 3002e3d8be4b..d2605bd19fba 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../pom.xml 4.0.0 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 446a918b95da..783c685f5181 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-plus diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index b3884b0098bc..8607e27af317 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-proxy diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 993a35bef27a..9b0430ff6bad 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 org.eclipse.jetty diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 032030475623..263d15b8f2e8 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-rewrite diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index dcc3fbb385a4..87ad26814902 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index eaaf67531a92..c4213c50d69e 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-security diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 3addcb4ceb41..2729967181b2 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-server diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index 6fed3114b5a7..a99fd885206f 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-servlet diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index e4c85e7863c7..6e01123819b7 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-servlets diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml index 16e13fb6f146..f844b7318292 100644 --- a/jetty-spring/pom.xml +++ b/jetty-spring/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-spring diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index baee54096bae..26d34031ca70 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-start diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index 96c07ee16d5a..90433283796b 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-unixsocket diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index cb24ddef70da..1a55ab0c1482 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 1d83d09c5e5d..b40ce3f13087 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 0df037a96eaf..72becfa06c73 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-webapp diff --git a/jetty-websocket/javax-websocket-client-impl/pom.xml b/jetty-websocket/javax-websocket-client-impl/pom.xml index 0d9b69de6089..bea00738b6fe 100644 --- a/jetty-websocket/javax-websocket-client-impl/pom.xml +++ b/jetty-websocket/javax-websocket-client-impl/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml index 80d36d92fb92..9499dd05deaf 100644 --- a/jetty-websocket/javax-websocket-server-impl/pom.xml +++ b/jetty-websocket/javax-websocket-server-impl/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml index 683356ef599a..d4ef0eace799 100644 --- a/jetty-websocket/jetty-websocket-tests/pom.xml +++ b/jetty-websocket/jetty-websocket-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index db03aa4d9b27..15e559fb99bb 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml index dcd7e8e926f5..f0bcfc393651 100644 --- a/jetty-websocket/websocket-api/pom.xml +++ b/jetty-websocket/websocket-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml index 1196e2d4724a..0355d511ffa8 100644 --- a/jetty-websocket/websocket-client/pom.xml +++ b/jetty-websocket/websocket-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml index dba485ebc351..bd5c9d0b8298 100644 --- a/jetty-websocket/websocket-common/pom.xml +++ b/jetty-websocket/websocket-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml index 2c57d736e4df..a58bcff2c63a 100644 --- a/jetty-websocket/websocket-server/pom.xml +++ b/jetty-websocket/websocket-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index baa35702d8b1..e84770a39ce4 100644 --- a/jetty-websocket/websocket-servlet/pom.xml +++ b/jetty-websocket/websocket-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index 1ef305b31375..7b36f1df41cb 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index 5dbc52118c42..b8c5744ba1e1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/pom.xml b/tests/pom.xml index d42cfa02c56a..e5a51965577b 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml index 3930f006e8df..c8aa0959506e 100644 --- a/tests/test-continuation/pom.xml +++ b/tests/test-continuation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../pom.xml 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 0e53d72e2bb2..600bc7043be9 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -2,7 +2,7 @@ tests-parent org.eclipse.jetty.tests - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index 477ae42da189..fa5fc67b860b 100644 --- a/tests/test-http-client-transport/pom.xml +++ b/tests/test-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 6f8d9334abca..0cd1690c0be5 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 test-integration diff --git a/tests/test-jmx/jmx-webapp-it/pom.xml b/tests/test-jmx/jmx-webapp-it/pom.xml index 13ef415c89eb..d4daa0657cdc 100644 --- a/tests/test-jmx/jmx-webapp-it/pom.xml +++ b/tests/test-jmx/jmx-webapp-it/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-jmx-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 jmx-webapp-it diff --git a/tests/test-jmx/jmx-webapp/pom.xml b/tests/test-jmx/jmx-webapp/pom.xml index 28edf3dfefb2..4fb7868edc36 100644 --- a/tests/test-jmx/jmx-webapp/pom.xml +++ b/tests/test-jmx/jmx-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-jmx-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 757c40e58261..0b856bba191b 100644 --- a/tests/test-jmx/pom.xml +++ b/tests/test-jmx/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 test-jmx-parent diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 25c4ff50272c..d3337941f7f4 100644 --- a/tests/test-loginservice/pom.xml +++ b/tests/test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 88544865681a..66a9892fcefd 100644 --- a/tests/test-quickstart/pom.xml +++ b/tests/test-quickstart/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 6b25f23f7c1e..d1df1cd8afa4 100644 --- a/tests/test-sessions/pom.xml +++ b/tests/test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-sessions-parent Jetty Tests :: Sessions :: Parent diff --git a/tests/test-sessions/test-file-sessions/pom.xml b/tests/test-sessions/test-file-sessions/pom.xml index 8f46e1ff5125..81b0a8248389 100644 --- a/tests/test-sessions/test-file-sessions/pom.xml +++ b/tests/test-sessions/test-file-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-file-sessions Jetty Tests :: Sessions :: File diff --git a/tests/test-sessions/test-gcloud-sessions/pom.xml b/tests/test-sessions/test-gcloud-sessions/pom.xml index dd921e1a9cf6..641ce01d3820 100644 --- a/tests/test-sessions/test-gcloud-sessions/pom.xml +++ b/tests/test-sessions/test-gcloud-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-gcloud-sessions Jetty Tests :: Sessions :: GCloud diff --git a/tests/test-sessions/test-hazelcast-sessions/pom.xml b/tests/test-sessions/test-hazelcast-sessions/pom.xml index 2e5ab02c83b8..1fd860ca0520 100644 --- a/tests/test-sessions/test-hazelcast-sessions/pom.xml +++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-hazelcast-sessions Jetty Tests :: Sessions :: Hazelcast diff --git a/tests/test-sessions/test-infinispan-sessions/pom.xml b/tests/test-sessions/test-infinispan-sessions/pom.xml index 7030a544982d..5705e565d942 100644 --- a/tests/test-sessions/test-infinispan-sessions/pom.xml +++ b/tests/test-sessions/test-infinispan-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-infinispan-sessions Jetty Tests :: Sessions :: Infinispan diff --git a/tests/test-sessions/test-jdbc-sessions/pom.xml b/tests/test-sessions/test-jdbc-sessions/pom.xml index f580d62d6e05..d6a66bd76231 100644 --- a/tests/test-sessions/test-jdbc-sessions/pom.xml +++ b/tests/test-sessions/test-jdbc-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-jdbc-sessions Jetty Tests :: Sessions :: JDBC diff --git a/tests/test-sessions/test-memcached-sessions/pom.xml b/tests/test-sessions/test-memcached-sessions/pom.xml index afaf3c372a2b..7cb6d72d8e0d 100644 --- a/tests/test-sessions/test-memcached-sessions/pom.xml +++ b/tests/test-sessions/test-memcached-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-memcached-sessions Jetty Tests :: Sessions :: Memcached diff --git a/tests/test-sessions/test-mongodb-sessions/pom.xml b/tests/test-sessions/test-mongodb-sessions/pom.xml index 48e12b1eb6fe..5fe337cb3185 100644 --- a/tests/test-sessions/test-mongodb-sessions/pom.xml +++ b/tests/test-sessions/test-mongodb-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-mongodb-sessions Jetty Tests :: Sessions :: Mongo diff --git a/tests/test-sessions/test-sessions-common/pom.xml b/tests/test-sessions/test-sessions-common/pom.xml index 5476961372fb..3e3800eca0fb 100644 --- a/tests/test-sessions/test-sessions-common/pom.xml +++ b/tests/test-sessions/test-sessions-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 1c06870dac8a..1bbf14c9b439 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../pom.xml test-webapps-parent diff --git a/tests/test-webapps/test-cdi-common-webapp/pom.xml b/tests/test-webapps/test-cdi-common-webapp/pom.xml index fd8253f63b75..e722e8b0b9d5 100644 --- a/tests/test-webapps/test-cdi-common-webapp/pom.xml +++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index 83f362076ade..86f8a1a91cbd 100644 --- a/tests/test-webapps/test-felix-webapp/pom.xml +++ b/tests/test-webapps/test-felix-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index 51da231f8a2e..4dcc8358472e 100644 --- a/tests/test-webapps/test-http2-webapp/pom.xml +++ b/tests/test-webapps/test-http2-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml index c27ea3434543..ed982d19fc11 100644 --- a/tests/test-webapps/test-jaas-webapp/pom.xml +++ b/tests/test-webapps/test-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-jaas-webapp Jetty Tests :: WebApp :: JAAS diff --git a/tests/test-webapps/test-jetty-webapp/pom.xml b/tests/test-webapps/test-jetty-webapp/pom.xml index 079e235a058b..1f3465290c7a 100644 --- a/tests/test-webapps/test-jetty-webapp/pom.xml +++ b/tests/test-webapps/test-jetty-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../pom.xml 4.0.0 diff --git a/tests/test-webapps/test-jndi-webapp/pom.xml b/tests/test-webapps/test-jndi-webapp/pom.xml index 2ef656780313..b19549112272 100644 --- a/tests/test-webapps/test-jndi-webapp/pom.xml +++ b/tests/test-webapps/test-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-jndi-webapp Jetty Tests :: WebApp :: JNDI diff --git a/tests/test-webapps/test-mock-resources/pom.xml b/tests/test-webapps/test-mock-resources/pom.xml index 7cf179f2b727..8f6c75a00e3f 100644 --- a/tests/test-webapps/test-mock-resources/pom.xml +++ b/tests/test-webapps/test-mock-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 Jetty Tests :: WebApp :: Mock Resources test-mock-resources diff --git a/tests/test-webapps/test-owb-cdi-webapp/pom.xml b/tests/test-webapps/test-owb-cdi-webapp/pom.xml index fd94c89c477c..7a8daf922e7d 100644 --- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml index e85f8808c667..a1e83861344e 100644 --- a/tests/test-webapps/test-proxy-webapp/pom.xml +++ b/tests/test-webapps/test-proxy-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 ../pom.xml 4.0.0 diff --git a/tests/test-webapps/test-servlet-spec/pom.xml b/tests/test-webapps/test-servlet-spec/pom.xml index f7d10f604103..9f0141d1f184 100644 --- a/tests/test-webapps/test-servlet-spec/pom.xml +++ b/tests/test-webapps/test-servlet-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-servlet-spec-parent Jetty Tests :: Spec Test WebApp :: Parent diff --git a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml index 7155bddccb7b..3bda32d160a9 100644 --- a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml +++ b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-servlet-spec-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-container-initializer jar diff --git a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml index c69f1e107944..8065a82ba15f 100644 --- a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml +++ b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-servlet-spec-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 Jetty Tests :: Webapps :: Spec Webapp test-spec-webapp diff --git a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml index a2c91ee70e63..9bf19720af78 100644 --- a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml +++ b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-servlet-spec-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar diff --git a/tests/test-webapps/test-simple-session-webapp/pom.xml b/tests/test-webapps/test-simple-session-webapp/pom.xml index 584491050333..069273a48cbf 100644 --- a/tests/test-webapps/test-simple-session-webapp/pom.xml +++ b/tests/test-webapps/test-simple-session-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-simple-session-webapp diff --git a/tests/test-webapps/test-simple-webapp/pom.xml b/tests/test-webapps/test-simple-webapp/pom.xml index e4f21d3a142a..208d1d63383a 100644 --- a/tests/test-webapps/test-simple-webapp/pom.xml +++ b/tests/test-webapps/test-simple-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-simple-webapp diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index e73a1e381019..cb425b3e3bcc 100644 --- a/tests/test-webapps/test-webapp-rfc2616/pom.xml +++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 test-webapp-rfc2616 Jetty Tests :: WebApp :: RFC2616 diff --git a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml index 151df3e390fa..c6fb272d7617 100644 --- a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/tests/test-webapps/test-websocket-client-webapp/pom.xml b/tests/test-webapps/test-websocket-client-webapp/pom.xml index f6f524e97c44..5ce6a24d0ec6 100644 --- a/tests/test-webapps/test-websocket-client-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0 diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml index f39d00d398dc..d9cd7155bed0 100644 --- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.57-SNAPSHOT + 9.4.57.v20241219 4.0.0