diff --git a/VERSION.txt b/VERSION.txt index 1e4bc845b913..9fa5791b8867 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,51 @@ -jetty-9.4.32-SNAPSHOT +jetty-9.4.32.v20200930 - 30 September 2020 + + 2796 HTTP/2 max local stream count exceeded when request fails + + 3766 Introduce HTTP/2 API to batch frames + + 3916 multipart/byterange output is invalid to RFC7233 + + 4809 Set a max number of requests per connection + + 4824 WebSocket server outgoing message queue memory growth + + 4888 Request getSession() method throws IllegalStateException when Session + exists + + 4954 Simplify ability to get Byte Counts about requests + + 5032 Introduce Listeners to aid in tracking timings within ServletContext + and WebApp + + 5079 :authority header for IPv6 address not having square brackets + + 5103 Proxy sets protocol version to 2.0 instead of 1.1 when accessed from H2 + client + + 5104 AbstractProxyServlet include incorrect protocol version in Via header + when accessed over H2 + + 5105 Graceful shutdown does not wait for resumed requests + + 5108 Improve SessionTracker scalability + + 5121 Add if (LOG.isDebugEnabled()) in CompressExtension.decompress + + 5122 Retrieving websocket connections via jmx + + 5129 No jars added when using a folder in extraClasspath of the webapp + context xml file + + 5147 Set MaxUsageCount with existing connection pool changing the behavior + + 5150 Zero connection timeout is not supported in HTTP client with + non-blocking connect + + 5152 HttpClient should handle unsolicited responses + + 5162 DecoratingListener raises a NullPointerException + + 5165 Wrong messagesIn count for HttpClient + + 5170 NullPointerException in HttpReceiverOverHTTP during WebSocket client + Upgrade + + 5185 Introduce DoSFilter Listener for Alert messages + + 5193 WebSocket unimplemented BINARY message handling can result in TEXT + message delivery to fail + + 5201 QueuedThreadPool setDetailedDump gives less detail + + 5204 SNI does not work with PKIX + + 5214 Servlet HEAD doesn't support content-length over Integer.MAX_VALUE + + 5217 Review RoundRobinConnectionPool + + 5224 HttpServletRequest.getServerName can include port when using + ForwardedRequestCustomizer + + 5233 Bad/Unsupported HTTP version should return 505 not 400 + + 5246 GzipHandler's DeflaterPool should be dumpable + + 5247 Improve ForwardRequestCustomizer authority priority + + 5268 WARN Ignoring eviction setting: 0 + + 5285 Per RFC7694, if a Content-Encoding isn't recognized, reject with 415 + Unsupported Media Type + + 5362 Default ProxyServlet cannot proxy to https urls + + 5365 org.eclipse.jetty.server.Request throws NullPointerException if + SessionHandler newHttpSession returns null jetty-9.4.31.v20200723 - 23 July 2020 + 1100 JSR356 Encoder#init is not called when created on demand diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml index 78bd5f2524d2..dd5f6f8296d6 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.32-SNAPSHOT + 9.4.32.v20200930 ../../pom.xml 4.0.0 diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml index ab123b4e4173..a1611dbc4d85 100644 --- a/aggregates/jetty-all/pom.xml +++ b/aggregates/jetty-all/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 ../../pom.xml 4.0.0 diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index 89aa531bff72..e21ba7ea657e 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 apache-jsp diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index 6625b5b60da2..29b513e84bf0 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 5449274cb1e3..3b2be7db8023 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.32-SNAPSHOT + 9.4.32.v20200930 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 ac7d94362fcc..9cd539140671 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml index 62884a0f2fc7..9532cdc29bcb 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml index d13e7681e022..e0254abbee78 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml index 2c9c4f86660e..7b8fe51a3c81 100644 --- a/examples/embedded/pom.xml +++ b/examples/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 9.4.32-SNAPSHOT + 9.4.32.v20200930 ../pom.xml 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 32ebfafc78d1..f73ca2e7fb24 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 2765e8fb44bb..a086c90170a0 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.32-SNAPSHOT + 9.4.32.v20200930 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 2f52b6b0324d..a5a0932bb67a 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 04da360fef6c..0c02b1dacdb9 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index bdca9c57bf11..190b3b1a9c3f 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index 4cfdc85f5e2a..7bf5e1a0b806 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml index 07e3649079b5..ebcd4e8113f1 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml index e7b17cac0ab4..95be1c4c33aa 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 30095f367236..64b1f649be8d 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index ad4e8c5328b1..2975fbe00467 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index dc90044b3db9..cdc5d3977bac 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-annotations diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index 1bd543e8da47..2e7952b9d8ba 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index 114586e68bbf..9bcdc79ef71e 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -9,7 +9,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 @@ -53,336 +53,336 @@ org.eclipse.jetty apache-jsp - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty apache-jstl - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-alpn-client - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-alpn-java-client - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-alpn-java-server - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-alpn-openjdk8-client - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-alpn-openjdk8-server - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-alpn-conscrypt-client - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-alpn-conscrypt-server - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-alpn-server - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-annotations - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-ant - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-client - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-continuation - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-deploy - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-distribution - 9.4.32-SNAPSHOT + 9.4.32.v20200930 zip org.eclipse.jetty jetty-distribution - 9.4.32-SNAPSHOT + 9.4.32.v20200930 tar.gz org.eclipse.jetty.fcgi fcgi-client - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.fcgi fcgi-server - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-home - 9.4.32-SNAPSHOT + 9.4.32.v20200930 zip org.eclipse.jetty jetty-home - 9.4.32-SNAPSHOT + 9.4.32.v20200930 tar.gz org.eclipse.jetty jetty-http - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.http2 http2-client - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.http2 http2-common - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.http2 http2-hpack - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.http2 http2-http-client-transport - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.http2 http2-server - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-http-spi - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty infinispan-common - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty infinispan-remote-query - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty infinispan-embedded-query - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-hazelcast - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-io - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-jaas - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-jaspi - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-jmx - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-jndi - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.memcached jetty-memcached-sessions - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-nosql - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.osgi jetty-osgi-boot - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.osgi jetty-httpservice - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-plus - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-proxy - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-quickstart - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-rewrite - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-security - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-openid - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-server - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-servlet - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-servlets - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-spring - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-unixsocket - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-util - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-util-ajax - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-webapp - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.websocket javax-websocket-client-impl - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.websocket javax-websocket-server-impl - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.websocket websocket-api - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.websocket websocket-client - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.websocket websocket-common - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.websocket websocket-server - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty.websocket websocket-servlet - 9.4.32-SNAPSHOT + 9.4.32.v20200930 org.eclipse.jetty jetty-xml - 9.4.32-SNAPSHOT + 9.4.32.v20200930 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 3c56f1fb0430..763031b02ffd 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index 8f48ddfd427c..5a82dc32ffea 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml index 1b3f48c6b8d7..1d57c554f845 100644 --- a/jetty-continuation/pom.xml +++ b/jetty-continuation/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-continuation diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index fc4e8e9c1937..4fa2aaad5354 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-deploy diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index 8696feecec9e..5160de37ef66 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-distribution diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml index 53b7f512228b..0f5484502ea8 100644 --- a/jetty-documentation/pom.xml +++ b/jetty-documentation/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 jetty-documentation Jetty :: Documentation diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 66be03675e0d..e00b5bbffc65 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 6c4e19fa67f4..727ed00bfa9a 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index a11798bbc434..a05c9034845f 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 490c775a32fb..c679f63792f2 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index e4ce3146b4b3..5198ad05c32d 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index 7c67b481b31a..6fff3d9b1c0a 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 9bb98df7a701..cda141aee9cd 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index 0c571c615607..943851d5138e 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index f3e40561e9fd..2f0de26ba8e0 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-http diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml index a75b7fdf322d..b9ae30a1d569 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index dd2f98fe0321..0673b6d58531 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 3cdccbabd7b4..7c1856c0459f 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 384f2b48df9f..1f47772add46 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index dd5673916cc5..8b2b34fb82bd 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index ce608c0c6f24..beb66e6e42f2 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index b45d9ecad10c..d905d4852342 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index 85b0455a0fda..5ac5fd7ee75c 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 3a6cd3a4d91f..9be1ace37742 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 170772ae5c3b..0f6fb4c7c32a 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index 0e2069dbc0de..482220dfd044 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index 8ce21f5b3e0b..236205a9023c 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index acdad92db75e..abd1d7375149 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 6f023db0f3c0..94c4d538d9ad 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 0b944eb48b02..98fd453d9cb3 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-jaas diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 628d1f9f7838..880eb9fc2cc0 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml index 5b185ad170fd..78c2b6efd768 100644 --- a/jetty-jmh/pom.xml +++ b/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index f637fbd0c70c..83836b12d998 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 941ab824ad64..53f614460c0c 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-jndi diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index a5d5d6b0d8eb..c67db728aed4 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 063457788c41..6f8172b93e25 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 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 b6b04adb8e96..d8424223d037 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index b52dc131764c..597957e91055 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 87ba3816c91a..0858441bd267 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index 0a366f3b7831..8a6164db74e1 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 682ad197f8c0..67c23beedcf7 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.32-SNAPSHOT + 9.4.32.v20200930 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 6bd4d28ea5ff..6b2571e4a72a 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.32-SNAPSHOT + 9.4.32.v20200930 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 1edfb2979513..026b03a5468e 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.32-SNAPSHOT + 9.4.32.v20200930 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index dd56d187afbb..e0e3947d8643 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.32-SNAPSHOT + 9.4.32.v20200930 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 c0500229f7f5..c89a9efc6fde 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 65a98c316c46..8b23498690bc 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 73d30d17a898..f50e9503c7f8 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.32-SNAPSHOT + 9.4.32.v20200930 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 7d2d8f058638..61e2182cc4e0 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.32-SNAPSHOT + 9.4.32.v20200930 ../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 71f7b70d9fd2..3b033dd6c45f 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.32-SNAPSHOT + 9.4.32.v20200930 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 ea4fedd56089..5816cd604b6d 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.32-SNAPSHOT + 9.4.32.v20200930 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 b790197a44af..1cb25d77c56a 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.32-SNAPSHOT + 9.4.32.v20200930 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index f39034a1cc84..f8b84ebd6ec6 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.32-SNAPSHOT + 9.4.32.v20200930 ../pom.xml 4.0.0 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index a4b008fcc8c5..cad3889f4ec3 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-plus diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 5c0e4d83f1b8..c0d2169ee253 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-proxy diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 515a1fdee276..9826b7f50231 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 org.eclipse.jetty diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 45e5c7636944..61a2a4ad199b 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-rewrite diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index e0b9c1821e07..63649bde1f58 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 44e740aae7a3..fcba12bad98e 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-security diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 1e0236b99191..448d9b183b33 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-server diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index 8f9d173bdc59..9caa72463b70 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-servlet diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index 5463545101cc..c5354a5debb1 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-servlets diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml index 39d8abc6d1ae..de96e3e5d54f 100644 --- a/jetty-spring/pom.xml +++ b/jetty-spring/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-spring diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index b9bd6c6c9ff7..27859f468089 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-start diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index 6a887a704b3b..7afb025035b9 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-unixsocket diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 55add90abeb7..b50a2753ecf8 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 37fdd989c033..d5486b6bf0ed 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index e0857fa6afae..4d9ec90ab78c 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 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 06642eb87400..8c5c52e1b409 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml index 18d588fafa1a..cb0c4a05a7d1 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml index d9fbabf13a61..ef543f5b98f8 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index ed50d3e99a84..9629970233cc 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml index c5a6a553fa19..877e7199e041 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml index 81d9d71afa5d..c5c4118ad414 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml index 400fb8eeff74..b3388f030888 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml index 1df06067bb73..e6f26b427087 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index 9861c943fe91..18c66190cd0c 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index b65ab24fd441..009f0a3d1c99 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index 3f8e281478f3..88f2c579bf34 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/pom.xml b/tests/pom.xml index d93a6c983556..d7cc6e37754a 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.32-SNAPSHOT + 9.4.32.v20200930 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml index 3276b9f88a1c..ff266f6216cf 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.32-SNAPSHOT + 9.4.32.v20200930 ../pom.xml 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 04d73c9fcb93..9b1513a63571 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index e71653cea8b7..fe75ea96e012 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index ab9b770f688a..6ddb7a846d88 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.32-SNAPSHOT + 9.4.32.v20200930 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 e66e2d5dc412..6b4cccb99ac6 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.32-SNAPSHOT + 9.4.32.v20200930 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 396737344107..60f37e0d6b83 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.32-SNAPSHOT + 9.4.32.v20200930 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 87632d76f1a3..37d1167911b1 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 test-jmx-parent diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 0719ae58a5f9..51f304c72cc0 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.32-SNAPSHOT + 9.4.32.v20200930 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 243a008b9b87..5214e8aec311 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.32-SNAPSHOT + 9.4.32.v20200930 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 1ff69022f543..999ea27f9780 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.32-SNAPSHOT + 9.4.32.v20200930 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 33974053e59d..9c02d8c9198f 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.32-SNAPSHOT + 9.4.32.v20200930 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 b9ce701501e7..adee3de37a8a 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.32-SNAPSHOT + 9.4.32.v20200930 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 69de43c22a77..b53e2e1375ec 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.32-SNAPSHOT + 9.4.32.v20200930 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 7324fc33c133..34004c7cddc1 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.32-SNAPSHOT + 9.4.32.v20200930 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 69c63d9d201c..bc6c23289fb3 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.32-SNAPSHOT + 9.4.32.v20200930 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 9c225fc88d2b..8d8ce5a225d3 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.32-SNAPSHOT + 9.4.32.v20200930 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 ead79b61d047..d320007ba001 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.32-SNAPSHOT + 9.4.32.v20200930 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 7dc605ca13aa..52b1956fb270 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.32-SNAPSHOT + 9.4.32.v20200930 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 0209cb16d1c5..7e1cc65557c3 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.32-SNAPSHOT + 9.4.32.v20200930 ../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 f72f6a6ded3a..6f3f9eccf4c1 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index 5fb3230e66b4..cf5c2a94f644 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index bd11f63d7dfa..32e44e65b32b 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml index 4c40b0106567..a8e50b36b20d 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.32-SNAPSHOT + 9.4.32.v20200930 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 08d7fad1ada5..7ddf673dbba9 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.32-SNAPSHOT + 9.4.32.v20200930 ../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 839b49c166e7..00cb78e7599c 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.32-SNAPSHOT + 9.4.32.v20200930 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 d34ae4988c66..6515934c8b26 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.32-SNAPSHOT + 9.4.32.v20200930 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 159858456464..0f226aa0a555 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0 diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml index c928ebcead00..741790f47ee8 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.32-SNAPSHOT + 9.4.32.v20200930 ../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 522b904f6d12..4c8820dedaa4 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.32-SNAPSHOT + 9.4.32.v20200930 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 8f9b9ca92e06..99b626c15302 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.32-SNAPSHOT + 9.4.32.v20200930 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 27e67935ba40..84dabb016f87 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.32-SNAPSHOT + 9.4.32.v20200930 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 c69489d37b20..7cdeeb895a78 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.32-SNAPSHOT + 9.4.32.v20200930 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 382406685f3c..b4115b73810d 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.32-SNAPSHOT + 9.4.32.v20200930 test-simple-webapp diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index e2f02cf19a5c..ea16750f0b75 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.32-SNAPSHOT + 9.4.32.v20200930 test-webapp-rfc2616 Jetty Tests :: WebApp :: RFC2616 diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml index 00f6f2ab45df..9bdc3bdc6c25 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.32-SNAPSHOT + 9.4.32.v20200930 4.0.0