diff --git a/VERSION.txt b/VERSION.txt index 8c80883dbf2d..8dfb0e01b80c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,11 @@ -jetty-9.4.43-SNAPSHOT +jetty-9.4.43.v20210629 - 30 June 2021 + + 6379 Reduce contention in all `ByteBufferPool` implementations + + 6382 HttpClient TimeoutException message reports transient values + + 6400 QueuedThreadPool interrupts pool threads when stopped with zero timeout + + 6425 Update to asm 9.1 + + 6447 Deprecate support for UTF16 encoding in URIs + + 6470 java.nio.ReadOnlyBufferException + + 6473 Improve alias checking in PathResource jetty-9.4.42.v20210604 - 04 June 2021 + 5379 Better handling for wrong SNI @@ -19,7 +26,8 @@ jetty-9.4.41.v20210516 - 16 May 2021 + 6227 Better resolve race between `AsyncListener.onTimeout` and `AsyncContext.dispatch` + 6254 Total timeout not enforced for queued requests - + 6263 Review URI encoding in ConcatServlet & WelcomeFilter (Resolved CVE-2021-28169) + + 6263 Review URI encoding in ConcatServlet & WelcomeFilter (Resolved + CVE-2021-28169) + 6277 Better handle exceptions thrown from session destroy listener + 6280 Copy ServletHolder class/instance properly during startWebapp diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml index 1c8a7d2de105..f26620ecd863 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.43-SNAPSHOT + 9.4.43.v20210629 ../../pom.xml 4.0.0 diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml index 5e8d0f6fee51..f8fd073a4782 100644 --- a/aggregates/jetty-all/pom.xml +++ b/aggregates/jetty-all/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 ../../pom.xml 4.0.0 diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index f9c8576e2616..03a741e1ed8c 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 apache-jsp diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index a5fce4de9bf3..feced132a758 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 13d73d8e03d9..528a2d24dbd1 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.43-SNAPSHOT + 9.4.43.v20210629 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 f0eb00174a38..0a5560070566 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml index 53f3f5a5c227..e871440b985e 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml index 6a632639c591..29da299aa2a0 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml index b1e736528f31..5a0d0f6e0460 100644 --- a/examples/embedded/pom.xml +++ b/examples/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 9.4.43-SNAPSHOT + 9.4.43.v20210629 ../pom.xml 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 7d454fdeaa75..e066bd7b9bef 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 605764d93a18..ee497aefb850 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.43-SNAPSHOT + 9.4.43.v20210629 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 f180e9041d40..3cc8eceaddd5 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 9f1eb118ca51..5a8471547bd9 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index 3cf83c08e1c9..048a4115ba32 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index 1da1e9bf63ac..0b64da7c7fdb 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml index 648321fe0b68..40fc82457b99 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml index c3844f8b60ed..0b2b3e38bdad 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index bd1bd18b05ba..341f913d7342 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index a2e36cebe10d..8571f12b396d 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index 30c837179239..5afb38d771ea 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-annotations diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index 0525447a43d3..bd76b4aa070e 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index 52ec2da9831d..889841284a48 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -9,7 +9,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 @@ -53,336 +53,336 @@ org.eclipse.jetty apache-jsp - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty apache-jstl - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-alpn-client - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-alpn-java-client - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-alpn-java-server - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-alpn-openjdk8-client - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-alpn-openjdk8-server - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-alpn-conscrypt-client - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-alpn-conscrypt-server - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-alpn-server - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-annotations - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-ant - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-client - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-continuation - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-deploy - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-distribution - 9.4.43-SNAPSHOT + 9.4.43.v20210629 zip org.eclipse.jetty jetty-distribution - 9.4.43-SNAPSHOT + 9.4.43.v20210629 tar.gz org.eclipse.jetty.fcgi fcgi-client - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.fcgi fcgi-server - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-home - 9.4.43-SNAPSHOT + 9.4.43.v20210629 zip org.eclipse.jetty jetty-home - 9.4.43-SNAPSHOT + 9.4.43.v20210629 tar.gz org.eclipse.jetty jetty-http - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.http2 http2-client - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.http2 http2-common - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.http2 http2-hpack - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.http2 http2-http-client-transport - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.http2 http2-server - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-http-spi - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty infinispan-common - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty infinispan-remote-query - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty infinispan-embedded-query - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-hazelcast - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-io - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-jaas - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-jaspi - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-jmx - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-jndi - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.memcached jetty-memcached-sessions - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-nosql - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.osgi jetty-osgi-boot - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.osgi jetty-httpservice - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-plus - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-proxy - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-quickstart - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-rewrite - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-security - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-openid - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-server - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-servlet - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-servlets - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-spring - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-unixsocket - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-util - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-util-ajax - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-webapp - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.websocket javax-websocket-client-impl - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.websocket javax-websocket-server-impl - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.websocket websocket-api - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.websocket websocket-client - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.websocket websocket-common - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.websocket websocket-server - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty.websocket websocket-servlet - 9.4.43-SNAPSHOT + 9.4.43.v20210629 org.eclipse.jetty jetty-xml - 9.4.43-SNAPSHOT + 9.4.43.v20210629 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 9f455975096a..f398d4cc05b5 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index f0f7da3a681e..e7496130ac59 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml index 472a950a63f3..e0b14a271d0a 100644 --- a/jetty-continuation/pom.xml +++ b/jetty-continuation/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-continuation diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 253110e293ec..d7e14b982b7a 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-deploy diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index 0f259a65e676..ae931224a089 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-distribution diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml index 10942e214b24..3c6c010c5281 100644 --- a/jetty-documentation/pom.xml +++ b/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 1eda57181b32..3cbab2b8a99e 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 94d2f775e181..57b858a135d6 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index db24c3f20911..46f677b75493 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 79761dddc9dc..982610d32ce3 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index f9c8c4e092b4..8d95e3055a4e 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index f550332a0f61..dd61380a3e6b 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index e9067fc61020..b94a04f5dc75 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index 0a9ca9f90699..e02bb110d20c 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 5ec50bcb67a9..09ef1bda6c61 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-http diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml index 2a1dd3b8b265..0be214486a63 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index f7a31613186d..392556cc6c47 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 7ea857825931..4447ba484937 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index af20cc9d15c9..606f9bb5e2d4 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index 937315fa1cc7..5cd0b2a14887 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 35c698efff3d..06a087fa8c90 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index a09dc604549d..793e609dd594 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index 23eb7ce8964d..775d6ca5ada4 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 56ee02b044a5..8fdb5acd4fba 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 1c9435cad26d..0b5730a500d9 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index 793cf7b8031d..16f9445cd24b 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index effa41496350..6e0c4a62589b 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index ba837c3fa384..1de5cd090491 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index ba343e108d38..2de5320c7ddc 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 97fc55186c0d..c4fa3ee956cd 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-jaas diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index f85070fdee6d..c355114f0a16 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml index e3f478d25d62..4592d0f2cc2c 100644 --- a/jetty-jmh/pom.xml +++ b/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index b96d15b1d1ff..9442b8a77809 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 7c5dffce670a..b0949496c097 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-jndi diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index a59019b41095..376126107c0f 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 19d07cef2b48..75c310b9984b 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 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 6c2412e43251..65722cb52eaf 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index 0a745fe7132c..7a7d110fd5f7 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 8c46b285fb2d..ff6fa1d1d75d 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index 253ca0d9cf34..03c48e682230 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index b2f878c888f3..372f2f16c984 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.43-SNAPSHOT + 9.4.43.v20210629 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 a0d2e761dfdc..ff9237d66929 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.43-SNAPSHOT + 9.4.43.v20210629 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 173875201f8b..b0d83d281e1e 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.43-SNAPSHOT + 9.4.43.v20210629 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index 4a3ad84e4e56..7de42073dab1 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.43-SNAPSHOT + 9.4.43.v20210629 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 53861a9b7ef4..7febf0ce9bdb 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 38d4f62ea5b5..606a4cadd0a7 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 4500c15cc5f3..e1af8d4287ae 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.43-SNAPSHOT + 9.4.43.v20210629 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 f5ed4c9ad2d5..526b36360e91 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.43-SNAPSHOT + 9.4.43.v20210629 ../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 f70d66759846..f4596af16fd5 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.43-SNAPSHOT + 9.4.43.v20210629 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 739df3c24517..0665f722225b 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.43-SNAPSHOT + 9.4.43.v20210629 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 5c11ee960fd6..7ec71f95749d 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.43-SNAPSHOT + 9.4.43.v20210629 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 797196fb1ebf..849b7a4d691f 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.43-SNAPSHOT + 9.4.43.v20210629 ../pom.xml 4.0.0 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 599941820cc9..7fe2ea2c397f 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-plus diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index c191abe83c78..d0b2a97c4d12 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-proxy diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index f80e7be8e6f0..c52f8bddecfd 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 org.eclipse.jetty diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index ab391c45246d..c09276a3b48a 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-rewrite diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 6a0ecce8c502..d30f3d4f16b7 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 6a330b5beaec..fc9426571891 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-security diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 82b3ba0d9125..25a44e8be785 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-server diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index c7df5f6c71b7..b5ea4769cfaf 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-servlet diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index 0411ac0253ac..fb08a42fa78f 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-servlets diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml index dd863ba03af4..1776cde22e0b 100644 --- a/jetty-spring/pom.xml +++ b/jetty-spring/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-spring diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 1ef8a065a267..1ab7e09ad780 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-start diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index c887410f9b52..e727c1e541d2 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-unixsocket diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 6337508dd4d5..13bc30365637 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 1089a6b51847..44d8509db741 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 2d29a458b21c..f3f4677e2ec8 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 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 7c7800bab70a..d5b64d1e5cac 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml index 065ec7a46870..5c57283a70fd 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml index 13124d850710..ea182ef2b372 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index 7b7e5bb1b5a3..d7abbf52d8a1 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml index ef16e32356b6..03bbbe367e29 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml index e68e590e8436..1e05926a01ed 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml index 6f880513620c..43ba3df1e2fc 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml index 1ca54ef8b342..ecc6c614279a 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index 1ef1b145c3c8..3aaf7d6bf1c9 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index a5ea7cd70ce2..b2d5d8d9b985 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index 66078a4cedc7..e048d729d8ca 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/pom.xml b/tests/pom.xml index 11d1b70a30b2..3d207d589629 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.43-SNAPSHOT + 9.4.43.v20210629 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml index 46657522acb7..a9530199ff20 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.43-SNAPSHOT + 9.4.43.v20210629 ../pom.xml 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index e8b00ab953c6..10de68ba99a6 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index da5f0d529b36..33a1852bad09 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 9bee5088dd51..094938b21ba9 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.43-SNAPSHOT + 9.4.43.v20210629 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 b5b85ed9ae41..c82573641ddd 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.43-SNAPSHOT + 9.4.43.v20210629 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 b2063eb16bcd..2e06330f0c2e 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.43-SNAPSHOT + 9.4.43.v20210629 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 1026d8431891..ecf0c83cedc5 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 test-jmx-parent diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index cf6206bd5282..554d5514cded 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.43-SNAPSHOT + 9.4.43.v20210629 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 5972324f95a1..17b8a58d5189 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.43-SNAPSHOT + 9.4.43.v20210629 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 8150d7f33e39..cebeb0bc32cb 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.43-SNAPSHOT + 9.4.43.v20210629 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 e4252705cba9..6663e12c1703 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.43-SNAPSHOT + 9.4.43.v20210629 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 86c68ade1c03..acde61cfaa70 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.43-SNAPSHOT + 9.4.43.v20210629 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 550c2b89ca73..b6acf43ff5ce 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.43-SNAPSHOT + 9.4.43.v20210629 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 630f69572927..4b846d31dcfc 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.43-SNAPSHOT + 9.4.43.v20210629 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 fc2fcc3d2644..df767538efd9 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.43-SNAPSHOT + 9.4.43.v20210629 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 b154d3e2f8ca..cba5580afd55 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.43-SNAPSHOT + 9.4.43.v20210629 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 ef5d5dacab4a..d414cfcd60ab 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.43-SNAPSHOT + 9.4.43.v20210629 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 d980579650f3..5e75a2e925db 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.43-SNAPSHOT + 9.4.43.v20210629 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 0acbc04d1313..9de11842c096 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.43-SNAPSHOT + 9.4.43.v20210629 ../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 01af6123c253..cf86166c6a0e 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index def2a0e110d8..5f6b0bedb233 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index 29dc19afe0fe..ad24e990f5cc 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml index e6c03bc787c3..a274420b2a84 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.43-SNAPSHOT + 9.4.43.v20210629 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 2d15604c1fbd..a0ee78071103 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.43-SNAPSHOT + 9.4.43.v20210629 ../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 dc5f197f210b..502304db10da 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.43-SNAPSHOT + 9.4.43.v20210629 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 8c3a5e94106f..b4fd6c3e40aa 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.43-SNAPSHOT + 9.4.43.v20210629 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 ad497b418bb0..b86472dcc17a 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0 diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml index b0d321b0ac92..8fba8a2a5a03 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.43-SNAPSHOT + 9.4.43.v20210629 ../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 84db7369a550..b3e0d3354b51 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.43-SNAPSHOT + 9.4.43.v20210629 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 21abfe000e48..99228c7f8b5f 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.43-SNAPSHOT + 9.4.43.v20210629 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 b0115b637b77..fd4ad58c95f4 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.43-SNAPSHOT + 9.4.43.v20210629 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 d6029a42780c..55db469b0dc7 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.43-SNAPSHOT + 9.4.43.v20210629 Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar diff --git a/tests/test-webapps/test-simple-webapp/pom.xml b/tests/test-webapps/test-simple-webapp/pom.xml index 89d15cc561b5..9a7050074fcf 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.43-SNAPSHOT + 9.4.43.v20210629 test-simple-webapp diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index 13dd022bedb7..745c188994ea 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.43-SNAPSHOT + 9.4.43.v20210629 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 0b716cd45f35..ebe62171bc81 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.43-SNAPSHOT + 9.4.43.v20210629 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 30856a893f0d..bda62557b6e2 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.43-SNAPSHOT + 9.4.43.v20210629 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 385eb51d274e..0b733ff733b8 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.43-SNAPSHOT + 9.4.43.v20210629 4.0.0