diff --git a/VERSION.txt b/VERSION.txt index 6e5594947fd0..6b49a03907f4 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,11 @@ -jetty-9.4.35-SNAPSHOT +jetty-9.4.35.v20201120 - 20 November 2020 + + 4711 Reset trailers on recycled response + + 5486 PropertyFileLoginModule retains PropertyUserStores + + 5539 StatisticsServlet output is not valid + + 5562 ArrayTernaryTrie consumes too much memory + + 5575 Add SEARCH as a known HttpMethod + + 5605 java.io.IOException: unconsumed input during http request parsing + + 5633 Allow to configure HttpClient request authority jetty-9.4.34.v20201102 - 02 November 2020 + 5320 Using WebSocketClient with jetty-websocket-httpclient.xml in a Jetty diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml index 17db7391cf2f..4e60690228dd 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.35-SNAPSHOT + 9.4.35.v20201120 ../../pom.xml 4.0.0 diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml index dc1c09c011bd..696acb524b8d 100644 --- a/aggregates/jetty-all/pom.xml +++ b/aggregates/jetty-all/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 ../../pom.xml 4.0.0 diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index b96ca00c47c6..6aa7e373762e 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 apache-jsp diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index 8aea2af52524..f81a71af101f 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index c310358282bc..35f4be18a205 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.35-SNAPSHOT + 9.4.35.v20201120 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 bf36e23152da..bbd14afc4581 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml index d23c5ec61a53..fafe3e09214b 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml index f7851b7e1a3e..408bba9727f6 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml index f0040539f815..e0f5b10f60a5 100644 --- a/examples/embedded/pom.xml +++ b/examples/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 9.4.35-SNAPSHOT + 9.4.35.v20201120 ../pom.xml 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 20b01606aea2..08bf7b2a9e22 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index fe779ebee0a8..6d7b262aafc7 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.35-SNAPSHOT + 9.4.35.v20201120 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 86edf9a28a88..210429c1b86a 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 40b0ba476888..2e62abd8fdd5 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index 4af11b0c1d71..ef5abbef6e67 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index c588a705e9d7..dad4893ad46c 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml index 36e5fc830617..5281d9ce313c 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml index e19fcd35f967..22bcd71c628f 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index ea6d3cc31265..3dd11f54c046 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 45eaef690703..a6406cb47a16 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index d0d335f9fc58..b2f9b8464fa2 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-annotations diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index 210099d1ef1d..297bde4b3fdc 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index 1715e8f3fd20..71bf57d6c9ca 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -9,7 +9,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 @@ -53,336 +53,336 @@ org.eclipse.jetty apache-jsp - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty apache-jstl - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-alpn-client - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-alpn-java-client - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-alpn-java-server - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-alpn-openjdk8-client - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-alpn-openjdk8-server - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-alpn-conscrypt-client - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-alpn-conscrypt-server - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-alpn-server - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-annotations - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-ant - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-client - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-continuation - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-deploy - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-distribution - 9.4.35-SNAPSHOT + 9.4.35.v20201120 zip org.eclipse.jetty jetty-distribution - 9.4.35-SNAPSHOT + 9.4.35.v20201120 tar.gz org.eclipse.jetty.fcgi fcgi-client - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.fcgi fcgi-server - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-home - 9.4.35-SNAPSHOT + 9.4.35.v20201120 zip org.eclipse.jetty jetty-home - 9.4.35-SNAPSHOT + 9.4.35.v20201120 tar.gz org.eclipse.jetty jetty-http - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.http2 http2-client - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.http2 http2-common - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.http2 http2-hpack - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.http2 http2-http-client-transport - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.http2 http2-server - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-http-spi - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty infinispan-common - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty infinispan-remote-query - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty infinispan-embedded-query - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-hazelcast - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-io - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-jaas - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-jaspi - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-jmx - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-jndi - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.memcached jetty-memcached-sessions - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-nosql - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.osgi jetty-osgi-boot - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.osgi jetty-httpservice - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-plus - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-proxy - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-quickstart - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-rewrite - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-security - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-openid - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-server - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-servlet - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-servlets - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-spring - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-unixsocket - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-util - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-util-ajax - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-webapp - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.websocket javax-websocket-client-impl - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.websocket javax-websocket-server-impl - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.websocket websocket-api - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.websocket websocket-client - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.websocket websocket-common - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.websocket websocket-server - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty.websocket websocket-servlet - 9.4.35-SNAPSHOT + 9.4.35.v20201120 org.eclipse.jetty jetty-xml - 9.4.35-SNAPSHOT + 9.4.35.v20201120 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 9cd215d9bda1..2831ab20714f 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index e11a6e2c6b28..ec0d27c1ff9f 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml index f004890a1496..841f1b91cce3 100644 --- a/jetty-continuation/pom.xml +++ b/jetty-continuation/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-continuation diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 42defc19f98c..a25e269ded2e 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-deploy diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index ba7e84eeec4c..b2b6dd3b873c 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-distribution diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml index 5fb64aae8bb4..991591e530f1 100644 --- a/jetty-documentation/pom.xml +++ b/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 98e02b7284b2..48cc15043b56 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index ee9dfc228275..3f065f08b009 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index 73b504ff7497..c60e13e4d97e 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 2875237b7d01..a8769c51cb7f 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index fb45d489a03c..0849f2d47237 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index a49987da6da9..10004b32b7a3 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 50e4cc183804..e36412d30351 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index abf2a2bf3063..d0c515f36172 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 870ac2e6a389..1516c245d011 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-http diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml index d56dae3c83f1..acaa09aafa3a 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index 56d7ef0fe9d6..42a586d89ea4 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 96e5cd391734..8f673025c652 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index c53a31b8e8a8..dc01a6ea60cc 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index 490cf39557ab..574933c3bce6 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 3d5f9df12d10..0b3252f7fcf0 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index f62f8b34043f..85a1b9516d43 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index f214e7ba692f..f543bdafccf0 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 240b7c544667..9c369e2e253e 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 037624b4f5ec..41225686e2b1 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index c8d44081e9fe..ccab54022216 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index 853d00bcb939..9fae2ae50c53 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index c9998fb72a04..0d0fbf5f7d3f 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 24fc208acf03..e763072463c7 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index d1e861398dd0..2d5a6aaf78bd 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-jaas diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 668945447b85..3494239964f7 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml index 1daab5d6041b..bd00b1c447e6 100644 --- a/jetty-jmh/pom.xml +++ b/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index c065897897c1..a5b7d3dd67e9 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index b47193e0a985..10eaf47e09b4 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-jndi diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index a4ae84d322eb..11f249fc7a50 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 3cfaddf37b03..3b428d39b9cf 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 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 22c594388fdf..a7fb72bb1bfe 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index 9f3245b33fa7..1de752bbadce 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index b58500377bca..2b50614c67e2 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index b4cef4b28055..9fc592044e31 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 0c62b91eaf34..8ac2ddc26a67 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.35-SNAPSHOT + 9.4.35.v20201120 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 d4b9fb145c95..f5d1d43682ce 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.35-SNAPSHOT + 9.4.35.v20201120 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 75fe90b3f38b..c56d0490c772 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.35-SNAPSHOT + 9.4.35.v20201120 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index 615065f84fa5..c9ce3292749f 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.35-SNAPSHOT + 9.4.35.v20201120 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 7bdfb9bd48e8..dc624ff06821 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 6a6b7583f0c1..3fe850f79ae7 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 1b1d72e09c38..f197e514373f 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.35-SNAPSHOT + 9.4.35.v20201120 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 d3a99d082ace..d354a1f5045a 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.35-SNAPSHOT + 9.4.35.v20201120 ../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 3603adba1b85..df91b69360ed 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.35-SNAPSHOT + 9.4.35.v20201120 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 0b073ba82ab0..71db3791a689 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.35-SNAPSHOT + 9.4.35.v20201120 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 ab5a76e7f6ce..9738a79705f2 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.35-SNAPSHOT + 9.4.35.v20201120 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 67c927eeaadd..4c468b1a45d4 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.35-SNAPSHOT + 9.4.35.v20201120 ../pom.xml 4.0.0 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index a3a8275f0e14..55012c2acfe6 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-plus diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 790f40077801..26274b26349b 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-proxy diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index fda76985e3a9..631306504e1e 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 org.eclipse.jetty diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 1ddf64175cb5..01400b7efbf2 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-rewrite diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index a6ac806e5aec..095d3e5b6d22 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index ad174fedaca4..ecf0aa0ab7cf 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-security diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index f151fa1c9ffd..c3ef4f307dcd 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-server diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index 2217267cde0f..7ee71c8af8d7 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-servlet diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index 385464af3818..16a0186c8b56 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-servlets diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml index b502831988e1..a08dbb6ccc56 100644 --- a/jetty-spring/pom.xml +++ b/jetty-spring/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-spring diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 39ef94ad638d..c12f23d908ac 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-start diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index a17c565bd1c1..5b266ed07677 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-unixsocket diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 2f96269a47d7..d501f9e9ec45 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index d1c9f04ed5f9..ba2cae0498cd 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 9532030c0bc0..8acda310bac5 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 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 033a7fd9e21c..37475d41d86e 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml index 81445c35aa01..3de6c2d6f833 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml index ffc823b10539..229f08eb07cf 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index 9093b527eaa8..42925f1ff5ee 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml index 03562a56af37..4ec71cc1c499 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml index 48a72fb1b5e0..c84b734b75c5 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml index 6240f7856095..34bde40e7485 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml index 2a2cec638092..cba4e5bc7975 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index e3663eb1d854..8e17085d2fd0 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index b3928128f3ef..8e763f3cbf1b 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index ebedf859099b..cd6eb272b20e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/pom.xml b/tests/pom.xml index d6aa9c817a0e..70dde89d57e3 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.35-SNAPSHOT + 9.4.35.v20201120 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml index 792edd34b8f3..3009eccd7a99 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.35-SNAPSHOT + 9.4.35.v20201120 ../pom.xml 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 755695cb6fd6..073ef88c95b9 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index 4db7d2e3a0ba..05d472cc1e3b 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index ec74ebb9130e..2a6486819fb3 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.35-SNAPSHOT + 9.4.35.v20201120 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 a1b4a7dce3ad..35a9e8c0574b 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.35-SNAPSHOT + 9.4.35.v20201120 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 8801d5187e8d..fa8108b4f4a6 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.35-SNAPSHOT + 9.4.35.v20201120 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 9f495ce54d9a..6571dd7cab8b 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 test-jmx-parent diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index ce644f84e79a..a64d92b2c1cf 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.35-SNAPSHOT + 9.4.35.v20201120 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 7a6fcbc4a849..2f34277d9179 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.35-SNAPSHOT + 9.4.35.v20201120 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 9c32d2653f5f..640d4650041b 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.35-SNAPSHOT + 9.4.35.v20201120 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 3aaafd382ec4..dc0344098e67 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.35-SNAPSHOT + 9.4.35.v20201120 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 1cd62d863690..140459de1490 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.35-SNAPSHOT + 9.4.35.v20201120 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 a891fa39f276..91e1c0dc465a 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.35-SNAPSHOT + 9.4.35.v20201120 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 7f2c0d976192..66c666b71bf0 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.35-SNAPSHOT + 9.4.35.v20201120 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 4ce332db26d4..4bfa51bd34ce 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.35-SNAPSHOT + 9.4.35.v20201120 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 784e8672e928..c7aa36c4ec60 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.35-SNAPSHOT + 9.4.35.v20201120 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 7fc62c95fd8d..0bb3e5ae3d1b 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.35-SNAPSHOT + 9.4.35.v20201120 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 3a177247ae91..2bcadc79a1b9 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.35-SNAPSHOT + 9.4.35.v20201120 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index ecb57de631ec..71a5c4fe3ebf 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.35-SNAPSHOT + 9.4.35.v20201120 ../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 215a1d6a0292..1f1aa6c53bf4 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index 78179b3f3551..2dee90e77a1f 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index b7ed10715692..d2d435d1b0af 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml index 4071e7b82609..361e20c21604 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.35-SNAPSHOT + 9.4.35.v20201120 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 51791c1b2f0c..f03e4cc71b5c 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.35-SNAPSHOT + 9.4.35.v20201120 ../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 ca1f315c39b5..1f4c24b00b86 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.35-SNAPSHOT + 9.4.35.v20201120 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 748386ec0100..f4349a039e3a 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.35-SNAPSHOT + 9.4.35.v20201120 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 8730eecf2140..41c1c804bbd2 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0 diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml index f2daf296a1e0..47766e115068 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.35-SNAPSHOT + 9.4.35.v20201120 ../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 1a3654eb2160..0909150b4f3f 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.35-SNAPSHOT + 9.4.35.v20201120 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 7513470d4d86..c64c442ad8b5 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.35-SNAPSHOT + 9.4.35.v20201120 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 266669380605..ad6f7e22c220 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.35-SNAPSHOT + 9.4.35.v20201120 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 94a2e79e84dd..44e0839f0619 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.35-SNAPSHOT + 9.4.35.v20201120 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 a19600394adc..96dfbffa0303 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.35-SNAPSHOT + 9.4.35.v20201120 test-simple-webapp diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index 7011dae4bc9f..60e3e07ba1b2 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.35-SNAPSHOT + 9.4.35.v20201120 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 d4463bfbf552..31fbb3a17de2 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.35-SNAPSHOT + 9.4.35.v20201120 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 da831550f035..1aef56d5d46a 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.35-SNAPSHOT + 9.4.35.v20201120 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 a70965a307df..eb11e15f05dd 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.35-SNAPSHOT + 9.4.35.v20201120 4.0.0