diff --git a/VERSION.txt b/VERSION.txt index 2e136020c3e..0ec030158ce 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,39 @@ -jetty-9.4.11-SNAPSHOT +jetty-9.4.11.v20180605 - 05 June 2018 + + 1785 Support for vhost@connectorname syntax of virtual hosts + + 2346 Revert stack trace logging for HTTPChannel.onException + + 2439 Remove HTTP/2 data copy + + 2472 central.maven.org doesn't work with https + + 2484 Repeated null check in MimeTypes.getDefaultMimeByExtension + + 2496 Jetty Maven Plugin should skip execution on projects it cannot support + + 2516 NPE at SslClientConnectionFactory.newConnection() + + 2518 HttpClient cannot handle bad servers that report multiple 100-continue + responses in the same conversation + + 2525 Deprecate BlockingTimeout mechanism for removal in future release + + 2529 HttpParser cleanup + + 2532 Improve parser handing of tokens + + 2545 Slow HTTP2 per-stream download performance + + 2546 Incorrect parsing of PROXY protocol v2 + + 2548 Possible deadlock failing HTTP/2 stream creation + + 2549 ConsumeAll and requestRecycle + + 2550 Coalesce overlapping HTTP requested byte ranges + + 2556 "file:" prefix in jetty.base variable + + 2559 Use Configurator declared in ServerEndpointConfig over one declared in + the @ServerEndpoint annotation + + 2560 PathResource exception handling + + 2568 QueuedThreadPool.getBusyThreads() should take into account + ReservedThreadExecutor.getAvailable() + + 2571 Jetty Client 9.4.x incorrectly handles too large fields from nginx 1.14 + server + + 2574 Clarify max request queued exception message + + 2575 Work around broken OSGi implementations Bundle.getEntry() behavior returning + with unescaped URLs + + 2580 Stop creating unnecessary exceptions with MultiException + + 2586 Update to asm 6.2 + + 2603 WebSocket ByteAccumulator initialized with wrong maximum + + 2604 WebSocket ByteAccumulator should report sizes in + MessageTooLargeException + + 2616 Trailers preventing client from processing all the data + + 2619 QueuedThreadPool race can shrink newly created idle threads before use jetty-9.4.10.v20180503 - 03 May 2018 + 110 Jetty JAASLoginService should not use getContextClassLoader to load role diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml index adba79a08e9..c27ae313c6b 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.11-SNAPSHOT + 9.4.11.v20180605 ../../pom.xml 4.0.0 diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml index 9b93fd65970..5080994aadb 100644 --- a/aggregates/jetty-all/pom.xml +++ b/aggregates/jetty-all/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 ../../pom.xml 4.0.0 diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index 2bed1014f11..2f05be456f8 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 apache-jsp diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index 8acee1bd7db..18fa3aab7e5 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 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 a50faf91f85..e47f5051530 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 org.eclipse.jetty.example-async-rest diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml index 4dc7d9771eb..b596196c67e 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 org.eclipse.jetty.example-async-rest diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml index 7e8e3408294..52d05025a83 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.11-SNAPSHOT + 9.4.11.v20180605 ../pom.xml 4.0.0 diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml index 29a9fdcdea7..f86deab3320 100644 --- a/examples/embedded/pom.xml +++ b/examples/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 9.4.11-SNAPSHOT + 9.4.11.v20180605 ../pom.xml 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index dd950319e77..bbe85ba4377 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 ../pom.xml org.eclipse.jetty.examples diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 865e865fae7..2e34c374a6b 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.11-SNAPSHOT + 9.4.11.v20180605 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 9154eaeff49..14d28dd587c 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 234c15e6e42..2167218ed02 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index 1e6248d03cf..838b4946bfc 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index 65548480286..fcee09a0e51 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml index 9c14bbb2405..0209ad58f3e 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml index 9f99b133827..85d6cd6d285 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 454d9dd661d..c8fe148bc54 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 3fbc3b0af5a..2723ae763f2 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index e7cd7c5506f..f208c46752b 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-annotations diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index 5d78ce6de42..2edcde5d1cd 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index cd7b2ec063c..c555a72fc81 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty 4.0.0 jetty-bom - 9.4.11-SNAPSHOT + 9.4.11.v20180605 Jetty :: Bom Jetty BOM artifact http://www.eclipse.org/jetty @@ -94,331 +94,331 @@ org.eclipse.jetty apache-jsp - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty apache-jstl - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-alpn-client - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-alpn-java-client - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-alpn-java-server - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-alpn-openjdk8-client - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-alpn-openjdk8-server - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-alpn-conscrypt-client - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-alpn-conscrypt-server - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-alpn-server - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-annotations - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-ant - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.cdi cdi-core - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.cdi cdi-servlet - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-client - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-continuation - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-deploy - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-distribution - 9.4.11-SNAPSHOT + 9.4.11.v20180605 zip org.eclipse.jetty jetty-distribution - 9.4.11-SNAPSHOT + 9.4.11.v20180605 tar.gz org.eclipse.jetty.fcgi fcgi-client - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.fcgi fcgi-server - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-home - 9.4.11-SNAPSHOT + 9.4.11.v20180605 zip org.eclipse.jetty jetty-home - 9.4.11-SNAPSHOT + 9.4.11.v20180605 tar.gz org.eclipse.jetty jetty-http - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.http2 http2-client - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.http2 http2-common - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.http2 http2-hpack - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.http2 http2-http-client-transport - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.http2 http2-server - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-http-spi - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-infinispan - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-hazelcast - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-io - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-jaas - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-jaspi - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-jmx - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-jndi - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.memcached jetty-memcached-sessions - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-nosql - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.osgi jetty-osgi-boot - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.osgi jetty-httpservice - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-plus - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-proxy - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-quickstart - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-rewrite - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-security - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-server - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-servlet - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-servlets - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-spring - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-unixsocket - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-util - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-util-ajax - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-webapp - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.websocket javax-websocket-client-impl - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.websocket javax-websocket-server-impl - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.websocket websocket-api - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.websocket websocket-client - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.websocket websocket-common - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.websocket websocket-server - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty.websocket websocket-servlet - 9.4.11-SNAPSHOT + 9.4.11.v20180605 org.eclipse.jetty jetty-xml - 9.4.11-SNAPSHOT + 9.4.11.v20180605 diff --git a/jetty-cdi/cdi-2/pom.xml b/jetty-cdi/cdi-2/pom.xml index e6436c62902..18fcc55b1ce 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 cdi-2 diff --git a/jetty-cdi/cdi-core/pom.xml b/jetty-cdi/cdi-core/pom.xml index 63fc556d43a..cd266f8e655 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 cdi-core diff --git a/jetty-cdi/cdi-full-servlet/pom.xml b/jetty-cdi/cdi-full-servlet/pom.xml index 37a9afb860c..732b47b90cd 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 cdi-full-servlet diff --git a/jetty-cdi/cdi-servlet/pom.xml b/jetty-cdi/cdi-servlet/pom.xml index 4599efb284d..eb1077b5e5b 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 cdi-servlet diff --git a/jetty-cdi/cdi-websocket/pom.xml b/jetty-cdi/cdi-websocket/pom.xml index 6446673474e..d0f92c30019 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 cdi-websocket diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 39228a368d4..b82221203a0 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 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 e4f2142e16b..160a7ba4a01 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 test-cdi-webapp diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index a519676fd64..14f6fff9909 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml index 0fafa609497..5c40f818cd1 100644 --- a/jetty-continuation/pom.xml +++ b/jetty-continuation/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-continuation diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index daf2ed5d507..3d5c8e03b90 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-deploy diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index cad82b04267..f630459de91 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-distribution diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml index 158664228e1..bf56f2dc7da 100644 --- a/jetty-documentation/pom.xml +++ b/jetty-documentation/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 jetty-documentation Jetty :: Documentation diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 7c28cbddf84..20f70ce92f6 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index b77d62157f0..ccf97128cfa 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index 32ed6f6a9a4..22f11b884b1 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 805ff42e622..8d3972412d0 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index c6440172467..72fb260f28e 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index e355a6b459c..6861c7e44ab 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index bfc93315603..f5469ba7de2 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index 75f16bb6316..fdce6d19399 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 5d29d459b6f..7133788e7a8 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-http diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml index 70848381b19..629b8dd2674 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index 1ed8a34e327..953519808c0 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index fda4eee4d24..c90e228d149 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 8b8d5c8cc5e..80f48572e23 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index e3afcd7d5ae..e9103bc3804 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 61145773c66..3c3423855ac 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index 7437e1280e9..86bb610039c 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index 52d4250d344..81038d28cf7 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-infinispan diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 13376e9558a..254dc5b9c62 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -2,7 +2,7 @@ jetty-project org.eclipse.jetty - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index eb7168c3fbd..cced0e94a9e 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-jaas diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index b286791bde1..8a13efe2f06 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-jaspi diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index 5ef0cf9154a..7c415230ad3 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 983d34f3913..549dca5c682 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-jndi diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index d3f9b535aeb..50c5c40b55c 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index e853c448cc1..06a60fab81b 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 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 c1601d27d93..0d24be375ec 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index 22e26c9f2ff..5dce71b4618 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index e369ec87255..97f088058a4 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-nosql diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 721032bcc53..6be24d687e1 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.11-SNAPSHOT + 9.4.11.v20180605 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 ab174d45ace..1c40084af36 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.11-SNAPSHOT + 9.4.11.v20180605 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 e8b1d616e6a..8e6828e40f8 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.11-SNAPSHOT + 9.4.11.v20180605 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index 5124d3ddd42..a486a78cebe 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.11-SNAPSHOT + 9.4.11.v20180605 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 d3d804b2506..ed23b7569fa 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 8d283314ce4..2c3ec72bad5 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index eb3d1779f72..f686ada9270 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.11-SNAPSHOT + 9.4.11.v20180605 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 18cbf330ed3..0ce7afa0c9f 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.11-SNAPSHOT + 9.4.11.v20180605 ../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 c2cf8dc391b..c6a0b9f1d21 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.11-SNAPSHOT + 9.4.11.v20180605 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 0ebc2159d2d..12374c23ca0 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.11-SNAPSHOT + 9.4.11.v20180605 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 961c29209c2..0872a180aaf 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.11-SNAPSHOT + 9.4.11.v20180605 ../pom.xml 4.0.0 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 9b9dda433f1..e0acc7f85ff 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-plus diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 3c2b4757f58..52223abf9e6 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-proxy diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 4ea3b705848..6467ff8850d 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 org.eclipse.jetty diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index c99e75f4bb8..0d3bbbd29d5 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-rewrite diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 995f00ef2a0..153d71d49fe 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 1e220f4db75..636ed59f278 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-security diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 9b4714fbcf8..842b7bfe232 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-server diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index 16972a3fc79..c85c7cd8893 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-servlet diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index b266cf96eca..363040aa103 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-servlets diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml index b3b35427409..277eb10a637 100644 --- a/jetty-spring/pom.xml +++ b/jetty-spring/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-spring diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 915dcb6e5f3..31d62250ce4 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-start diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index 0790898ebbc..a2f8f7a08d3 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-unixsocket diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index ab9a8a6930f..85e252de8d3 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index b0f6422a648..6f1390b66ff 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index f4966f8eaf9..9d3f027a1a7 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 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 6b1860f651f..896ac765987 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml index 3ca5d6d984f..ea2f1265467 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index 0f20c4b21a9..2c58c2788fd 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml index e42e9055e3b..56a6714c5d1 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml index e427b4bc0fd..ef482d5a078 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml index 2d6026f2fca..2e04a94cddb 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml index 2040516d562..11b94bb76b3 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index cc34f7ff499..ff928ae18df 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index 32c4696d529..4099d885b23 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index 6e975f90808..8b47e575932 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/pom.xml b/tests/pom.xml index 7ff7e3325d3..446c0678f06 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.11-SNAPSHOT + 9.4.11.v20180605 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml index cca157a5947..2818ced3414 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.11-SNAPSHOT + 9.4.11.v20180605 ../pom.xml 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index b8ace247319..70df324cc8f 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 6df06293273..54cbaa42867 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.11-SNAPSHOT + 9.4.11.v20180605 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 4012b9edb90..5214e8862d2 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.11-SNAPSHOT + 9.4.11.v20180605 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 9e2e646e785..bac93bfe953 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.11-SNAPSHOT + 9.4.11.v20180605 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 987f04b0559..5081b6e13de 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 test-jmx-parent diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 59440df25ad..74a0a7ccca9 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.11-SNAPSHOT + 9.4.11.v20180605 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index de3684a7f79..843e0e72d31 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.11-SNAPSHOT + 9.4.11.v20180605 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index fac45306c0c..97b9f569a2e 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.11-SNAPSHOT + 9.4.11.v20180605 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 db14f91ab4a..aed50d9ca63 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.11-SNAPSHOT + 9.4.11.v20180605 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 7303d9b9012..d17e02ecb43 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.11-SNAPSHOT + 9.4.11.v20180605 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 781c6984da7..7448f834e2d 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.11-SNAPSHOT + 9.4.11.v20180605 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 0b17e52ff6c..f6ea534ea73 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.11-SNAPSHOT + 9.4.11.v20180605 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 d830cd968d1..ece3409bf2f 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.11-SNAPSHOT + 9.4.11.v20180605 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 72ada95dd0f..ad3c84ed913 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.11-SNAPSHOT + 9.4.11.v20180605 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 057ecd14751..2b1f3346c00 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.11-SNAPSHOT + 9.4.11.v20180605 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 eb43eab9f3d..f31bf2d6b30 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.11-SNAPSHOT + 9.4.11.v20180605 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 3f07ea40be0..8a2a7c5b8de 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.11-SNAPSHOT + 9.4.11.v20180605 ../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 f681bfd0228..866c65bf213 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.11-SNAPSHOT + 9.4.11.v20180605 4.0.0 diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml index f2b3790c02a..48b10490d8a 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.11-SNAPSHOT + 9.4.11.v20180605 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 5053070f452..02c08fc662d 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.11-SNAPSHOT + 9.4.11.v20180605 ../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 80da2c04ba3..fe80bdbabaa 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.11-SNAPSHOT + 9.4.11.v20180605 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 da51c8dc136..eb1eb8a30e5 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.11-SNAPSHOT + 9.4.11.v20180605 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 9643ca0887c..d8bd7ccd6c4 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.11-SNAPSHOT + 9.4.11.v20180605 ../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 874098aac7f..d23e8e45d4d 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.11-SNAPSHOT + 9.4.11.v20180605 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 32aee7765c3..9348061aa44 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.11-SNAPSHOT + 9.4.11.v20180605 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 18824751773..30a19919eb8 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.11-SNAPSHOT + 9.4.11.v20180605 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 5629a6fa76f..2b8ec47112c 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.11-SNAPSHOT + 9.4.11.v20180605 Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index f187c997dff..fb295748744 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.11-SNAPSHOT + 9.4.11.v20180605 test-webapp-rfc2616 Jetty Tests :: WebApp :: RFC2616