diff --git a/VERSION.txt b/VERSION.txt index f1b15c1a7e9..c2622739a61 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,10 +1,52 @@ -jetty-9.4.19-SNAPSHOT +jetty-9.4.20-SNAPSHOT + +jetty-9.4.19.v20190610 - 10 June 2019 + + 2909 Remove B64Code + + 3332 jetty-maven-plugin - transitive dependencies not loaded from + "target/classes" + + 3498 WebSocket Session.suspend() now suspends incoming frames instead + of reads + + 3534 Use System nanoTime, not currentTimeMillis for IdleTimeout + + 3550 Server becomes unresponsive after sitting idle from a load spike + + 3562 InetAccessHandler should be able to apply to a certain port or + connector + + 3568 Make UserStore able to be started/stopped with its LoginService + + 3583 jetty-maven plugin in multi-module-project does not use files from + /target/test-classes folder of dependent projects + + 3605 IdleTimeout with Jetty HTTP/2 and InputStreamResponseListener + + 3608 Reply with 400 Bad request to malformed WebSocket handshake + + 3616 Backport WebSocket SessionTracker from Jetty 10 + + 3620 Use of `throwUnavailableOnStartupException=true` does not stop Server + in jetty-home + + 3627 Only renew session id when spnego authentication is fully complete + + 3628 NPE in QueuedThreadPool.getReservedThreads() + + 3630 X-Forwarded-For missing last hextet for ipv6 + + 3633 endpointIdentificationAlgorithm enabled by default + jetty-ssl-context.xml + + 3653 access control exception if programmatic security manager is used + + 3655 Spaces missing on Cookies generated via RFC6265 + + 3663 Remove deprecation of HttpClient replacement methods in WebSocketClient + + 3680 Bom manages non-existent infinispan-remote and infinispan-embedded + dependencies due to config classifier + + 3683 Multipart file not deleted when client aborts upload + + 3690 Upgrade to asm 7.1 + + 3713 Emit warning when invoking deprecated method in Jetty XML + + 3715 Improve Log.condensePackage performance + + 3722 HttpSessionListener.sessionDestroyed should be able to access webapp + classes + + 3726 Remove OSGi export uses of servlet-api from jetty-util + + 3729 Make creation of java:comp/env threadsafe + + 3743 Update XmlConfiguration usage in Jetty to always use Constructors that + provide Location information + + 3748 @Resource field not injected in Jetty Demo + + 3750 NPE in WebSocketClient.toString() + + 3751 Modern Configure DTD / FPI is used inconsistently jetty-9.4.18.v20190429 - 29 April 2019 + 3476 IllegalStateException in WebSocket ConnectionState + 3550 Server becomes unresponsive after sitting idle from a load spike + 3563 Update to apache jasper 8.5.40 - + 3573 Update jetty-bom for new infinispan artifacts. + + 3573 Update jetty-bom for new infinispan artifacts + 3582 HeapByteBuffer cleared unexpected + 3597 Session persistence broken from 9.4.13+ + 3609 Fix infinispan start module dependencies diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml index 74eb7e238c0..4ec1cd1df56 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.19-SNAPSHOT + 9.4.20-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml index 7747431a51b..35b4e5e7d17 100644 --- a/aggregates/jetty-all/pom.xml +++ b/aggregates/jetty-all/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index 954283c4180..99b384d9283 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 apache-jsp diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index 1912ff6286b..21b0d1722ed 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 apache-jstl diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml index ee04f4c8c7a..5d2d069cc60 100644 --- a/examples/async-rest/async-rest-jar/pom.xml +++ b/examples/async-rest/async-rest-jar/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty example-async-rest - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml index 43654f123cf..86803baf0c3 100644 --- a/examples/async-rest/async-rest-webapp/pom.xml +++ b/examples/async-rest/async-rest-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty example-async-rest - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml index 1d19bfa73e1..9105c5844d5 100644 --- a/examples/async-rest/pom.xml +++ b/examples/async-rest/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.examples examples-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml index a841ca8e077..013cae82fc6 100644 --- a/examples/embedded/pom.xml +++ b/examples/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT ../pom.xml 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 7f05518adb2..df6a1f400ad 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 3fd61d7a751..d57b38b76df 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 0f8e8e3463d..0467fdb7694 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -6,7 +6,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index c330b7ec310..d176b0b2ae7 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index bed118db4ba..5110f0c0849 100644 --- a/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -6,7 +6,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index 84a11be8830..89e62fd5528 100644 --- a/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml index 0f81846558e..8931e1f9d3a 100644 --- a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml +++ b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml @@ -6,7 +6,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml index 691ad07825f..817755bec5b 100644 --- a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml +++ b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 809067e653f..42642c80e7c 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index f0722e5f6ab..a167e8b7ce7 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index c8d7d7443e8..4f6d8991689 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-annotations diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index a6049008ff1..f5f5403d6bc 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index e6a585aa457..aabe661b69c 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -9,7 +9,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT @@ -53,341 +53,341 @@ org.eclipse.jetty apache-jsp - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty apache-jstl - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-alpn-client - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-alpn-java-client - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-alpn-java-server - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-alpn-openjdk8-client - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-alpn-openjdk8-server - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-alpn-conscrypt-client - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-alpn-conscrypt-server - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-alpn-server - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-annotations - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-ant - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.cdi cdi-core - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.cdi cdi-servlet - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-client - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-continuation - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-deploy - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-distribution - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT zip org.eclipse.jetty jetty-distribution - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT tar.gz org.eclipse.jetty.fcgi fcgi-client - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.fcgi fcgi-server - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-home - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT zip org.eclipse.jetty jetty-home - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT tar.gz org.eclipse.jetty jetty-http - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.http2 http2-client - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.http2 http2-common - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.http2 http2-hpack - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.http2 http2-http-client-transport - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.http2 http2-server - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-http-spi - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty infinispan-common - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty infinispan-remote-query - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty infinispan-embedded-query - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-hazelcast - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-io - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-jaas - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-jaspi - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-jmx - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-jndi - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.memcached jetty-memcached-sessions - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-nosql - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.osgi jetty-osgi-boot - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.osgi jetty-httpservice - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-plus - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-proxy - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-quickstart - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-rewrite - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-security - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-server - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-servlet - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-servlets - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-spring - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-unixsocket - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-util - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-util-ajax - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-webapp - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.websocket javax-websocket-client-impl - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.websocket javax-websocket-server-impl - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.websocket websocket-api - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.websocket websocket-client - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.websocket websocket-common - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.websocket websocket-server - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty.websocket websocket-servlet - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT org.eclipse.jetty jetty-xml - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT diff --git a/jetty-cdi/cdi-2/pom.xml b/jetty-cdi/cdi-2/pom.xml index 5a41d0f5a2f..1ee75b45a06 100644 --- a/jetty-cdi/cdi-2/pom.xml +++ b/jetty-cdi/cdi-2/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.cdi jetty-cdi-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 cdi-2 diff --git a/jetty-cdi/cdi-core/pom.xml b/jetty-cdi/cdi-core/pom.xml index f96fec356f0..eed27ed07fa 100644 --- a/jetty-cdi/cdi-core/pom.xml +++ b/jetty-cdi/cdi-core/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.cdi jetty-cdi-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 cdi-core diff --git a/jetty-cdi/cdi-full-servlet/pom.xml b/jetty-cdi/cdi-full-servlet/pom.xml index ed7be066223..ff2fe9fce62 100644 --- a/jetty-cdi/cdi-full-servlet/pom.xml +++ b/jetty-cdi/cdi-full-servlet/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.cdi jetty-cdi-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 cdi-full-servlet diff --git a/jetty-cdi/cdi-servlet/pom.xml b/jetty-cdi/cdi-servlet/pom.xml index 330b652cc1e..3cd76d30529 100644 --- a/jetty-cdi/cdi-servlet/pom.xml +++ b/jetty-cdi/cdi-servlet/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.cdi jetty-cdi-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 cdi-servlet diff --git a/jetty-cdi/cdi-websocket/pom.xml b/jetty-cdi/cdi-websocket/pom.xml index db0e54f57c9..7e313349d9e 100644 --- a/jetty-cdi/cdi-websocket/pom.xml +++ b/jetty-cdi/cdi-websocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.cdi jetty-cdi-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 cdi-websocket diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 3c7b24c08b1..4be7c1f2772 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 org.eclipse.jetty.cdi diff --git a/jetty-cdi/test-cdi-webapp/pom.xml b/jetty-cdi/test-cdi-webapp/pom.xml index 5806a938a16..becb3b43e41 100644 --- a/jetty-cdi/test-cdi-webapp/pom.xml +++ b/jetty-cdi/test-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.cdi jetty-cdi-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 test-cdi-webapp diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index 9626d6bedaf..26a0d86ae78 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml index ef8639f83ae..ed5ad3721d1 100644 --- a/jetty-continuation/pom.xml +++ b/jetty-continuation/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-continuation diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 10fe057a767..963801ab396 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-deploy diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index b60d8b9bd26..2127295aa47 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-distribution diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml index 31a8ad89803..6d5905a2640 100644 --- a/jetty-documentation/pom.xml +++ b/jetty-documentation/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT jetty-documentation Jetty :: Documentation diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 168f81420bb..2555cae8a5a 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 8befe4853a2..06ace947cbe 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index a360427db36..12bf568c448 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 0f320bc65bd..15c103fd57e 100644 --- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.gcloud gcloud-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index a6d62bae23f..bb4464a2e70 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index 3d7a9ead1d8..f5e762537bc 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index d4d9c0a972a..cef23d04e3b 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index 12da5db71f0..d471a0daa6a 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index f8d19723f87..f7af6222da2 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-http diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml index 2d21165865a..068147cdbe4 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index ae13ddb280b..d6d2859324d 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 81be81fb4a3..f0442e20d0d 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index b2ee8b3aa0a..9e0613fd7c5 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index c6f8361c405..cb0ea89b991 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 0b81e0bdd9d..eb05026621a 100644 --- a/jetty-http2/http2-server/pom.xml +++ b/jetty-http2/http2-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.http2 http2-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index 7e6808dac4a..dfb460b3d9f 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index 0567d634ee4..711ad3eb72b 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 7d6b4ed00f3..f704a5f0692 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index c93fd9fcfdb..00a8ed7d84f 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index eda9fcbb200..ba8e9720be4 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index 6676b32a4ba..512b44e5069 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index b34bd9a6e17..65aea2dbaa2 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 38afd9c1b9c..b3eddcf0d2e 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -2,7 +2,7 @@ jetty-project org.eclipse.jetty - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index d927138c84e..1d3e22d4230 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-jaas diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 2892af0a2a8..46a3b7c0058 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml index f4501bac5b3..cf72cb25afa 100644 --- a/jetty-jmh/pom.xml +++ b/jetty-jmh/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index 56c74629557..7fe7753e3cd 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 4db7008b71d..5f72f8a82cb 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-jndi diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index dc2cea24b02..317658c80fe 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 5927e67261c..c1270689693 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 046e422ad44..cf6883e2728 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index e40e6c505e2..5ce56c97fc5 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 988c0cee30e..0560d4ed29d 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-nosql diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index ef0c63c323c..2bbfab1442c 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 c5b576023b5..ebdef720e0c 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 e918a82e0d4..a3a6ec9c8c5 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.19-SNAPSHOT + 9.4.20-SNAPSHOT ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index 6eb45977a45..389e43f0a11 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 af9855f7b8e..2cef71f6b12 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 543cfa6cd53..4f2a19a52c8 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 1e4d0e73e13..63ff3a3cef9 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 905b7fc6ef4..07afde9c972 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.19-SNAPSHOT + 9.4.20-SNAPSHOT ../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 451aae69bc2..a10302073cc 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 test-jetty-osgi-server diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml index 8d661ccd4b0..ee4f39c6ad9 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.19-SNAPSHOT + 9.4.20-SNAPSHOT ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index d185bfe5dce..9ae1c90ded4 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.19-SNAPSHOT + 9.4.20-SNAPSHOT ../pom.xml 4.0.0 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 62469b5fa8d..80facee5d80 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-plus diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 1d5378700ce..312a39906b3 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-proxy diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 76e8e4016e8..4aaf67029a7 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 org.eclipse.jetty diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 87035cc8bf5..962aaa46f33 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-rewrite diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 7a4a7c3d50b..73046a05c03 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 3c60dfe70ef..161a1ae4bca 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-security diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 80e7b79ba78..ecdbdadaa52 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-server diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index 5e5a514d1c3..c04317c8634 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-servlet diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index 411374eeb7d..1e892a2b764 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-servlets diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml index 3715ce99303..206ee705c69 100644 --- a/jetty-spring/pom.xml +++ b/jetty-spring/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-spring diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index e01d0591a60..67065d168b2 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-start diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index a70d7c64714..031cbcc8876 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-unixsocket diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 6f70b7afe51..d058d2331ce 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 336891d1c33..5b2898ec150 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index aded7d384d0..fa12f47ddd9 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 922e6e76ac1..5cd3be48285 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml index 8db1051ee6f..fcc6eb974e1 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml index 147dffc8f60..e04c574984f 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index ef6ff5315a3..80a702dfb90 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml index 396c2aef6f9..437f2282301 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml index c0d27f66703..48ca1a0eea0 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml index 2a8099aba86..e2bf4cafe07 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml index 47a649dfe5c..1c6774fc70e 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index 7edc607068a..7e5bf8563ed 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index b51213ff20c..828902a15ad 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index 8975f8f0398..0c6dd675e32 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/pom.xml b/tests/pom.xml index c652a588cb9..578dd2a83bc 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml index 5a31b2ca234..e2eec91a8ac 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.19-SNAPSHOT + 9.4.20-SNAPSHOT ../pom.xml 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 47dad9d2a39..c26af378a94 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -3,7 +3,7 @@ tests-parent org.eclipse.jetty.tests - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index 5d803832c31..257a321f6b9 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 02e1e990934..0e37fb87768 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 12514960dd8..af761454ca9 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 68b0f6a33cb..a6b615929ac 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.19-SNAPSHOT + 9.4.20-SNAPSHOT jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index ff0264d4cbb..b6936fc4573 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 test-jmx-parent diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 434b5dc7756..b2e3b840ede 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.19-SNAPSHOT + 9.4.20-SNAPSHOT test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 984a79a78f2..4251b44dda3 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.19-SNAPSHOT + 9.4.20-SNAPSHOT ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 065d9772384..b5405e8b885 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 0e6d274ddcf..3bad3c004b3 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 7d3c187bc01..cbd876516e1 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 2714e2b6b48..14b6713e1c9 100644 --- a/tests/test-sessions/test-hazelcast-sessions/pom.xml +++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-sessions-parent - 9.4.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 9de682db062..b350ebace6e 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 0d5bcafc331..5030394b9a9 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 7408907a581..a967529e27a 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 47a0a025893..6a8e7ffa322 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 809502047a8..615ac403b6b 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.19-SNAPSHOT + 9.4.20-SNAPSHOT test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 3949d242847..811613302a4 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.19-SNAPSHOT + 9.4.20-SNAPSHOT ../pom.xml test-webapps-parent diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index 47ebb77b6aa..3a042e89066 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 4.0.0 diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml index e2f97c77e60..ba1413a4133 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 c2b3393f9e4..27fbdbe179c 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.19-SNAPSHOT + 9.4.20-SNAPSHOT ../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 ee02a32a366..a71a40cefa8 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 cc9590170ce..b6189f4ff41 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.19-SNAPSHOT + 9.4.20-SNAPSHOT Jetty Tests :: WebApp :: Mock Resources test-mock-resources diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml index ddebb807493..ffb10a1855a 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.19-SNAPSHOT + 9.4.20-SNAPSHOT ../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 fffd7c467a5..4122a867bf7 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 f245c57dbff..8833c12540f 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 11b26d3c527..4502556d479 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 33f76bc8588..beffc10e3f2 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.19-SNAPSHOT + 9.4.20-SNAPSHOT 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 00fa3fa5cf2..1fdf83b9247 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.19-SNAPSHOT + 9.4.20-SNAPSHOT test-simple-webapp diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index 4d1325911df..529be61753f 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.19-SNAPSHOT + 9.4.20-SNAPSHOT test-webapp-rfc2616 Jetty Tests :: WebApp :: RFC2616