diff --git a/VERSION.txt b/VERSION.txt index 4e4d526638d..76b14f2ad98 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,44 @@ -jetty-9.4.13-SNAPSHOT +jetty-9.4.13.v20181111 - 11 November 2018 + + 2191 JPMS Support + + 2431 Upgrade to Junit 5 + + 2691 LdapLoginModule does not find accounts in subtrees + + 2702 ArithmeticException in Credentials.stringEquals and .byteEquals + + 2718 NPE using more than one Endpoint.publish + + 2727 Cleanup behavior of JMX MBean discovery + + 2740 Ensure OSGiWebappClassLoader uses bundleloader for all loadClass + methods + + 2787 Use status code from nested BadMessageException wrapped in + ServletException + + 2796 HTTP/2 max local stream count exceeded when request fails + + 2834 Support Java 11 bytecode during annotation scanning + + 2865 Update to apache jasper 8.5.33 + + 2868 Adding SPNEGO authentication support for Jetty Client + + 2871 HTTP/2 Server reads -1 after client resets stream + + 2875 Fix WebSocketClient.connect() hang when attempting to connect at an + invalid websocket endpoint + + 2886 SNI matching does not work in certain cases when there is only one CN + certificate in the keystore + + 2901 Introduce HttpConnectionUpgrader as a conversation component in + HttpClient + + 2903 Avoid Listener instantiation during QuickStart generation + + 2906 jetty-maven-plugin run goal adds output directory of reactor project + dependencies to classpath without regard for scope + + 2912 Requests handled with GzipHandler should remove Content-Encoding and + Content-Length headers + + 2913 Remove reliance on sun.reflect.Reflection to be compatible with Java 11 + + 2936 Error during initial RequestDispatch with bad request query results in + failure for ErrorHandler to process + + 2941 Upgrade to ASM 7 to support Java 11 bytecode + + 2954 Improve cause reporting for HttpClient failures + + 2970 Ensure HttpChannel.onComplete is always called + + 3018 Improve error handling and logging of min data rate violations + + 3023 Wrong non-redirect behaviour with "null" path info + + 3030 Enforce Content-Encoding check only on parameter extraction + + 3041 Cookies parsing in RFC2965 should allow deprecated comma separators + + 3049 Warn on common SslContextFactory problematic configurations + + 3054 Update OSGi to ASM 7 + + 3090 MBeanContainer throws NPE for arrays + + 3092 Wrong classloader used to load *MBean classes jetty-9.4.12.v20180830 - 30 August 2018 + 300 Implement Deflater / Inflater Object Pool @@ -19,7 +59,7 @@ jetty-9.4.12.v20180830 - 30 August 2018 + 2398 MultiPartFormInputStream parsing should default to UTF-8, but allowed to be overridden by Request.setCharacterEncoding() + 2468 EWYK concurrent produce can fail SSL connections - + 2501 Include accepting connections in connection limit. + + 2501 Include accepting connections in connection limit + 2530 Client waits forever for cancelled large uploads + 2560 Review PathResource exception handling + 2565 HashLoginService silently ignores file:/ config paths from 9.3.x @@ -33,7 +73,7 @@ jetty-9.4.12.v20180830 - 30 August 2018 beans + 2662 Remove unnecessary boxing conversions + 2663 Guard Throwable.addSuppressed() calls - + 2672 Max local stream count exceeded for HttpClient with HTTP/2 transport + + 2672 Max local stream count exceeded for HttpClient with HTTP/2 transport + 2675 Demo rewrite rules prevent URL Session tracking + 2677 Decode URI before matching against "/favicon.ico" + 2679 HTTP/2 Spec Compliance diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml index 95b387a6bb7..1a001fffc4b 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.13-SNAPSHOT + 9.4.13.v20181111 ../../pom.xml 4.0.0 diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml index da9e5fc672c..f38cb28103d 100644 --- a/aggregates/jetty-all/pom.xml +++ b/aggregates/jetty-all/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 ../../pom.xml 4.0.0 diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index b82de9b0c08..a4809bff7fd 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 apache-jsp diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index e4f60b67e04..dd6c2ae7b96 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 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 628518e0a7b..a2d05f9b50b 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.13-SNAPSHOT + 9.4.13.v20181111 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 382e262a0fa..d90aa53dcf5 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 org.eclipse.jetty.example-async-rest diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml index a651837e37e..f07a51d71be 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.13-SNAPSHOT + 9.4.13.v20181111 ../pom.xml 4.0.0 diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml index ea373830aea..fecae7960c6 100644 --- a/examples/embedded/pom.xml +++ b/examples/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 9.4.13-SNAPSHOT + 9.4.13.v20181111 ../pom.xml 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 22b9af3d71d..6577a361a07 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 ../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 5291c116447..289eb4676a1 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.13-SNAPSHOT + 9.4.13.v20181111 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 2e63806ca5b..bb819ad80e6 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index a4cb0e784fb..f716bacd858 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index f013d1dba03..d6ef2a2dbb6 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index 2d496426ea2..85ca9c42432 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml index e6ae3c210b1..f8fc0fd3c27 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml index 934dce46afd..fcb7816a3b3 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 2080647cf95..bfefdbb2766 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 9d36b6fb05b..c6434b1ea0b 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index c1e4feeaa35..cdf175a92c0 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-annotations diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index c4e070a4bc4..88c2e96100a 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index a1a5dc4662d..086b587dd3f 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -94,331 +94,331 @@ org.eclipse.jetty apache-jsp - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty apache-jstl - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-alpn-client - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-alpn-java-client - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-alpn-java-server - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-alpn-openjdk8-client - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-alpn-openjdk8-server - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-alpn-conscrypt-client - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-alpn-conscrypt-server - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-alpn-server - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-annotations - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-ant - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.cdi cdi-core - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.cdi cdi-servlet - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-client - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-continuation - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-deploy - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-distribution - 9.4.13-SNAPSHOT + 9.4.13.v20181111 zip org.eclipse.jetty jetty-distribution - 9.4.13-SNAPSHOT + 9.4.13.v20181111 tar.gz org.eclipse.jetty.fcgi fcgi-client - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.fcgi fcgi-server - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-home - 9.4.13-SNAPSHOT + 9.4.13.v20181111 zip org.eclipse.jetty jetty-home - 9.4.13-SNAPSHOT + 9.4.13.v20181111 tar.gz org.eclipse.jetty jetty-http - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.http2 http2-client - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.http2 http2-common - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.http2 http2-hpack - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.http2 http2-http-client-transport - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.http2 http2-server - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-http-spi - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-infinispan - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-hazelcast - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-io - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-jaas - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-jaspi - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-jmx - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-jndi - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.memcached jetty-memcached-sessions - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-nosql - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.osgi jetty-osgi-boot - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.osgi jetty-httpservice - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-plus - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-proxy - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-quickstart - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-rewrite - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-security - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-server - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-servlet - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-servlets - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-spring - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-unixsocket - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-util - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-util-ajax - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-webapp - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.websocket javax-websocket-client-impl - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.websocket javax-websocket-server-impl - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.websocket websocket-api - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.websocket websocket-client - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.websocket websocket-common - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.websocket websocket-server - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty.websocket websocket-servlet - 9.4.13-SNAPSHOT + 9.4.13.v20181111 org.eclipse.jetty jetty-xml - 9.4.13-SNAPSHOT + 9.4.13.v20181111 diff --git a/jetty-cdi/cdi-2/pom.xml b/jetty-cdi/cdi-2/pom.xml index 1cbad1f9b17..ccf4b120b3f 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 cdi-2 diff --git a/jetty-cdi/cdi-core/pom.xml b/jetty-cdi/cdi-core/pom.xml index 98b5008ea99..7de480111cc 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 cdi-core diff --git a/jetty-cdi/cdi-full-servlet/pom.xml b/jetty-cdi/cdi-full-servlet/pom.xml index 171a458c1b0..0ba03e21425 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 cdi-full-servlet diff --git a/jetty-cdi/cdi-servlet/pom.xml b/jetty-cdi/cdi-servlet/pom.xml index 1a461d6b5bf..c1b231d7b69 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 cdi-servlet diff --git a/jetty-cdi/cdi-websocket/pom.xml b/jetty-cdi/cdi-websocket/pom.xml index 4f1248f7279..ca8f188014d 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 cdi-websocket diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index d862017688c..d06de1afd68 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 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 8c4b0aabc35..2587d49223d 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 test-cdi-webapp diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index b30b5b21d4a..7a1f98e587a 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml index 05bb24b9448..5165a23aef2 100644 --- a/jetty-continuation/pom.xml +++ b/jetty-continuation/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-continuation diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 494743c4d96..1dbaa60036c 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-deploy diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index 40286e5ab3c..c9de4fc459c 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-distribution diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml index c0d5a837f41..d9090dee39f 100644 --- a/jetty-documentation/pom.xml +++ b/jetty-documentation/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 jetty-documentation Jetty :: Documentation diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 3fef8abe2ed..270b1a6d43e 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 3d065b8a36d..a89e456f814 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index c8bcc7ffb5a..5a5bf2b0267 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 66c7a9f6430..b17cc087c16 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index c0d7c073302..cd17c6038df 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index ce9f253094d..75aa512d9ae 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 298d78ee5be..c04138f08ea 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index 5070cb4560a..a88395c9354 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index af67747e28d..08c8630e679 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-http diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml index 6eff280901f..dbcf71ccaa4 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index 5d2bd3a3d3d..df62dfc173e 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index d9bcdda6058..ace5d8df84f 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index fe042116485..1a8339a49dc 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index b25a8a679d1..4604319fae5 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 64dcaa4f2f1..bf3c4473df1 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index 1c711777008..22c847e998f 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index 921c93aaf4b..bb47ad56efb 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-infinispan diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 88a36122609..78138a0f1cb 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -2,7 +2,7 @@ jetty-project org.eclipse.jetty - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 3db46da6f25..9db6db68f8a 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-jaas diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index c536a7709d6..35f4107b4bb 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml index 2e4b9719221..cbc95d12454 100644 --- a/jetty-jmh/pom.xml +++ b/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-jmh diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index f7722c06714..3b25b04c425 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 4e6d764aa8a..5efa421bde8 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-jndi diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index cd2eeb1b88d..d383b3f1f04 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index d631db23eb0..6d499b796d7 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 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 f76ba891883..b1fc138e0f1 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index 203343bfd97..1b19d4145ab 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index ed0000fcbde..ed96f826fa9 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-nosql diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 1fe2b2000b5..85c1fd22302 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.13-SNAPSHOT + 9.4.13.v20181111 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 eb424f2d69d..5cae4b6ddeb 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.13-SNAPSHOT + 9.4.13.v20181111 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 3421edc642b..7956e5f1e9e 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.13-SNAPSHOT + 9.4.13.v20181111 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index bf52d3592a9..3677c8b20a4 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.13-SNAPSHOT + 9.4.13.v20181111 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 332d259616c..a23bf57d2b4 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 090cc250a42..5027ef8f5ce 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 69146e5f38a..e0346c5d237 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.13-SNAPSHOT + 9.4.13.v20181111 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 19e44564f78..d694fdfa782 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.13-SNAPSHOT + 9.4.13.v20181111 ../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 195f3b6fbfe..6dad39c1598 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.13-SNAPSHOT + 9.4.13.v20181111 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 8eb88115390..e5112a22e03 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.13-SNAPSHOT + 9.4.13.v20181111 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 50faee17777..56b3d07f280 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.13-SNAPSHOT + 9.4.13.v20181111 ../pom.xml 4.0.0 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index c9d45980978..9832dca0dca 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-plus diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 90ce71a8250..8465226cf36 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-proxy diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 4547244c9c4..9c4d022412f 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 org.eclipse.jetty diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 56aac9043df..37e9199b867 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-rewrite diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index f2e760df43e..6c25271c790 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 52cac67e374..8aa94a3c95f 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-security diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 2d865210493..dd7ee706993 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-server diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index e4ce852271f..514a1258970 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-servlet diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index 381b06d3ab1..1b675d826d5 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-servlets diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml index d90356a713d..07f88258b86 100644 --- a/jetty-spring/pom.xml +++ b/jetty-spring/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-spring diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 395490081a6..289f910fa26 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-start diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index ace136f841d..5f3f6fbf13a 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-unixsocket diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 757110eb86d..1aecd2ede5e 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 47d3b894916..75956506a21 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 370dec504e1..4665c1d325b 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 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 bc578b8bdf7..3021579b44a 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml index e00384408d9..61058d4bced 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index cdcb6fd7e03..cc4e4860c43 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml index c44e13fbac7..b182dbffacf 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml index d2cb9db0824..8a06e62b4a2 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml index 9b274383187..f4896f0c4c1 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml index c81672040af..eee166c47b3 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index f406e5b30fd..24603c133b8 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index b5ad35a7503..351fb083b05 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index c29c6f84a91..14b376dee4b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/pom.xml b/tests/pom.xml index 53d1030c594..141345b18c2 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.13-SNAPSHOT + 9.4.13.v20181111 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml index ee8f31b8496..0750d518397 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.13-SNAPSHOT + 9.4.13.v20181111 ../pom.xml 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index acb4467dc66..b83de772d77 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 2f356bb8c61..e71fdcace62 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.13-SNAPSHOT + 9.4.13.v20181111 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 752b0d188a8..9be8d43a307 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.13-SNAPSHOT + 9.4.13.v20181111 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 54006f10bf9..0e745965be7 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.13-SNAPSHOT + 9.4.13.v20181111 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 7252550cfc4..4bcb831a459 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 test-jmx-parent diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index dd5c49f83b7..d6afc2feb84 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.13-SNAPSHOT + 9.4.13.v20181111 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 3e4363415b3..bc05d03d8a9 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.13-SNAPSHOT + 9.4.13.v20181111 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 4a45ea41c81..4b0eb75a992 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.13-SNAPSHOT + 9.4.13.v20181111 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 02fa4db8920..a2b201da810 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.13-SNAPSHOT + 9.4.13.v20181111 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 fad4193c894..42e0c9b8f13 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.13-SNAPSHOT + 9.4.13.v20181111 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 7dcc374e6d4..1c96b74683d 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.13-SNAPSHOT + 9.4.13.v20181111 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 674c92d13d0..49d5a222d86 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.13-SNAPSHOT + 9.4.13.v20181111 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 c23e99569d5..eba850e503c 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.13-SNAPSHOT + 9.4.13.v20181111 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 5e1bb72f753..b55aa2d2419 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.13-SNAPSHOT + 9.4.13.v20181111 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 bc6224e3b78..e489944e37b 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.13-SNAPSHOT + 9.4.13.v20181111 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 498a587fbc9..0a254be5b36 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.13-SNAPSHOT + 9.4.13.v20181111 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index d9fd1487b54..bc4f7e61207 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.13-SNAPSHOT + 9.4.13.v20181111 ../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 fa873c59cf2..4622ffbb434 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.13-SNAPSHOT + 9.4.13.v20181111 4.0.0 diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml index 2f5f115677b..fa5a72cff98 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.13-SNAPSHOT + 9.4.13.v20181111 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 1761d05cf9d..0432f825365 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.13-SNAPSHOT + 9.4.13.v20181111 ../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 56f49cfeb19..32dd5dd74f6 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.13-SNAPSHOT + 9.4.13.v20181111 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 2be3627c307..d6a2ff8a478 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.13-SNAPSHOT + 9.4.13.v20181111 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 013a8bf7e95..8377d000338 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.13-SNAPSHOT + 9.4.13.v20181111 ../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 00beb53c0a0..8b4e1b4eea9 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.13-SNAPSHOT + 9.4.13.v20181111 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 e93673cfa8e..47a0ecfa4ea 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.13-SNAPSHOT + 9.4.13.v20181111 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 81afc4ff11a..80d1715b2bd 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.13-SNAPSHOT + 9.4.13.v20181111 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 c248d346d2d..79bc5f2cc93 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.13-SNAPSHOT + 9.4.13.v20181111 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 e119b1c9a5a..e5edd88d019 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.13-SNAPSHOT + 9.4.13.v20181111 test-webapp-rfc2616 Jetty Tests :: WebApp :: RFC2616