diff --git a/VERSION.txt b/VERSION.txt index 55d57e72b85b..5b974b46af17 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,16 @@ -jetty-10.0.14-SNAPSHOT +jetty-10.0.14 - 22 February 2023 + + 7650 QueuedThreadPool: Stopped without executing or closing null + + 9059 IteratingCallback not serializing close() and failed() + + 9119 Wrong value of javax.servlet.forward.context_path attribute + + 9181 Jetty 9 java.lang.NullPointerException + SessionHandler.checkRequestedSessionId(SessionHandler.java:1733) + + 9183 ConnectHandler may close the connection instead of sending 200 OK + + 9285 ContextHandler sends redirect on BaseResponse instead of Wrapped + Response object from Handler chain + + 9334 Better support for Cookie RFC 2965 compliance + + 9337 LowResourceMonitor.getReasons should include detailed reason instead of + hard-coded message + + jetty-12 null jetty-10.0.13 - 07 December 2022 + 7117 Timeout with Expect 100 continue when using ProxyServlet @@ -19,14 +31,14 @@ jetty-10.0.13 - 07 December 2022 + 8678 Jetty client is not responding to GO_AWAY packet received from (Jetty) Server and continue to send traffic on same connection + 8695 Update quiche to 0.16.0 - + 8712 ELContextCleaner no longer needed. + + 8712 ELContextCleaner no longer needed + 8716 Multiple Host header values handled poorly + 8721 jetty:effective-web-xml doesn't generate quickstart information for web fragment jars that contain META-INF/resources + 8723 Provide a thread-safe way to modify HttpClient proxies at runtime + 8750 AbstractProxyServlet.onServerResponseHeaders does not support headers with empty values - + 8753 Starting HttpClient with destinationIdleTimeout set throws NPE. + + 8753 Starting HttpClient with destinationIdleTimeout set throws NPE + 8770 Review whether to send request body in redirects + 8779 CompactPathRule drops query section on use + 8786 KeyStoreScanner is not able to monitor a symlink file and always @@ -39,7 +51,7 @@ jetty-10.0.13 - 07 December 2022 deploy script + 8897 Update Conditional request handling for RFC7232 + 8905 GzipHandler fails to set Vary header on 304 responses - + 8913 Review Jetty XML syntax to allow calling JDK methods + + 8913 Review Jetty XML syntax to allow calling JDK methods + 8942 Use Logback 1.3.x for Jetty 10.0.x + 9006 WebSocket Message InputStream read() returns signed byte diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index 2e8739d6aebe..1d452a2d97e3 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index eae577909963..3c28837e39d9 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 3ce5c9732e9e..b3a79343e189 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -7,7 +7,7 @@ --> org.eclipse.jetty build-resources - 10.0.14-SNAPSHOT + 10.0.14 Jetty :: Build Resources jar diff --git a/demos/demo-async-rest/demo-async-rest-jar/pom.xml b/demos/demo-async-rest/demo-async-rest-jar/pom.xml index 6fbc76557245..74c8707415de 100644 --- a/demos/demo-async-rest/demo-async-rest-jar/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-jar/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/demos/demo-async-rest/demo-async-rest-server/pom.xml b/demos/demo-async-rest/demo-async-rest-server/pom.xml index 113c858e84fa..6c9bc352aabb 100644 --- a/demos/demo-async-rest/demo-async-rest-server/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml index 4c07d2574826..dcedf906e770 100644 --- a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml index 77eda85a9836..95877d175688 100644 --- a/demos/demo-async-rest/pom.xml +++ b/demos/demo-async-rest/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml index 57485984482e..488107be7181 100644 --- a/demos/demo-jaas-webapp/pom.xml +++ b/demos/demo-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 demo-jaas-webapp Demo :: JAAS :: WebApp diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml index 53c6d08e5ab2..8db57c9064ee 100644 --- a/demos/demo-jetty-webapp/pom.xml +++ b/demos/demo-jetty-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 ../pom.xml 4.0.0 diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml index e48eb7f7b496..9321fd90d1c5 100644 --- a/demos/demo-jndi-webapp/pom.xml +++ b/demos/demo-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 demo-jndi-webapp Demo :: JNDI :: WebApp diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml index 82a592545f08..58c2eaacec34 100644 --- a/demos/demo-jsp-webapp/pom.xml +++ b/demos/demo-jsp-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml index 7df84d9b0a0f..4b5d42fcf7b0 100644 --- a/demos/demo-mock-resources/pom.xml +++ b/demos/demo-mock-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 Demo :: Mock Resources demo-mock-resources diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml index df0198a5c855..69f959b77529 100644 --- a/demos/demo-proxy-webapp/pom.xml +++ b/demos/demo-proxy-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 demo-proxy-webapp diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml index 1de3a050d094..965d10519afe 100644 --- a/demos/demo-simple-webapp/pom.xml +++ b/demos/demo-simple-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml index 1b03f47b8b75..38cea1e63d38 100644 --- a/demos/demo-spec/demo-container-initializer/pom.xml +++ b/demos/demo-spec/demo-container-initializer/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 ../../pom.xml demo-container-initializer diff --git a/demos/demo-spec/demo-spec-webapp/pom.xml b/demos/demo-spec/demo-spec-webapp/pom.xml index 113be58d7c7c..ef3b8bb8656e 100644 --- a/demos/demo-spec/demo-spec-webapp/pom.xml +++ b/demos/demo-spec/demo-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 ../../pom.xml Demo :: Servlet Spec :: Webapp diff --git a/demos/demo-spec/demo-web-fragment/pom.xml b/demos/demo-spec/demo-web-fragment/pom.xml index 9a04a736cea5..f85e828d7eb3 100644 --- a/demos/demo-spec/demo-web-fragment/pom.xml +++ b/demos/demo-spec/demo-web-fragment/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 ../../pom.xml diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml index 1087aadd9086..66cc2fcb7663 100644 --- a/demos/demo-spec/pom.xml +++ b/demos/demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 Demo :: Servlet Spec demo-spec diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml index 36c77dee8c0e..e83374ec526e 100644 --- a/demos/embedded/pom.xml +++ b/demos/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 demos-jetty-embedded diff --git a/demos/pom.xml b/demos/pom.xml index 40a551061625..f1aacd71cf6d 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml index 805828b72918..f8a85cabb390 100644 --- a/documentation/jetty-asciidoctor-extensions/pom.xml +++ b/documentation/jetty-asciidoctor-extensions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml index 575d87e5de0b..b5a087c0cb40 100644 --- a/documentation/jetty-documentation/pom.xml +++ b/documentation/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/documentation/pom.xml b/documentation/pom.xml index 792a4473ac04..a7e942e986bc 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/javadoc/pom.xml b/javadoc/pom.xml index 8a48f55b644e..07e7af8fbf40 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 0ab3f399e841..476853ef003a 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 - 10.0.14-SNAPSHOT + 10.0.14 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 db0115d32b37..fc6388c8c2d5 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 66b8cc4ce187..956370f0a68f 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index 7204e074edb8..b5cd5b151607 100644 --- a/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index 56682a76d5a1..365a82f01fef 100644 --- a/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 009f7685ef27..d42ff568eef6 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index b0a687fe9007..bdd356fde784 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index bcdc430dda73..32fe258ecf78 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index 94c40836194e..ad70a3fa88f8 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index bd5b9481db52..0f3bd9b419b5 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 jetty-bom @@ -53,409 +53,409 @@ org.eclipse.jetty apache-jsp - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty apache-jstl - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-alpn-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-alpn-java-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-alpn-java-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-alpn-conscrypt-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-alpn-conscrypt-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-alpn-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-annotations - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-ant - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-cdi - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-deploy - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.fcgi fcgi-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.fcgi fcgi-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-home - 10.0.14-SNAPSHOT + 10.0.14 zip org.eclipse.jetty jetty-home - 10.0.14-SNAPSHOT + 10.0.14 tar.gz org.eclipse.jetty jetty-http - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.http2 http2-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.http2 http2-common - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.http2 http2-hpack - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.http2 http2-http-client-transport - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.http2 http2-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.http3 http3-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.http3 http3-common - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.http3 http3-http-client-transport - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.http3 http3-qpack - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.http3 http3-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-http-spi - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty infinispan-common - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty infinispan-remote-query - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty infinispan-embedded-query - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-hazelcast - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-io - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-jaas - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-jaspi - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-jmx - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-jndi - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-keystore - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.memcached jetty-memcached-sessions - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-nosql - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.osgi jetty-osgi-alpn - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.osgi jetty-osgi-boot - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.quic quic-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.quic quic-common - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.quic quic-quiche-common - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.quic quic-quiche-jna - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.quic quic-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.osgi jetty-httpservice - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-plus - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-proxy - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-quickstart - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-rewrite - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-security - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-openid - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-servlet - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-servlets - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-slf4j-impl - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-unixdomain-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-unixsocket-common - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-unixsocket-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-unixsocket-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-util - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-util-ajax - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-webapp - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.websocket websocket-javax-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.websocket websocket-javax-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.websocket websocket-javax-common - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.websocket websocket-jetty-api - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.websocket websocket-jetty-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.websocket websocket-jetty-common - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.websocket websocket-jetty-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.websocket websocket-servlet - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.websocket websocket-core-common - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.websocket websocket-core-client - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty.websocket websocket-core-server - 10.0.14-SNAPSHOT + 10.0.14 org.eclipse.jetty jetty-xml - 10.0.14-SNAPSHOT + 10.0.14 @@ -471,7 +471,7 @@ org.eclipse.jetty.quic quic-quiche-foreign-incubator - 10.0.14-SNAPSHOT + 10.0.14 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index eb7c16dae736..ef2ba63b5209 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index 8edfa61fe657..fd49f5fb9178 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 52d1c205d397..daa6ae14275f 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 5beeb7436a8c..42f2cfc3b3b2 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 86acfb048dc9..da5cfea12dac 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index 350fe3340fe1..9a6ad6e9f37a 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 312f5d8ef627..f2b7b2618eb7 100644 --- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.gcloud gcloud-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index 607fc399f577..45fe5f9b917c 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index 5003e76227bd..82a7bd728cf1 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 9e0c5bfc916b..a53ee91e6a1a 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index f341eb57fdf8..f791cfc6ca2e 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 4953bd409e29..989221b48eb8 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index 92efbfe3428c..7d1d46258fdb 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index a98cb40ccba7..5ce747b252ad 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 64f247a2f343..33b8ef80751d 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index 70269fc1998c..45841c2adec9 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index a71f8599a965..41a9bb2f5cd7 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index f9dc6f455304..cfb79e6393f6 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml index 49dad2e86c1a..bac17ca30547 100644 --- a/jetty-http3/http3-client/pom.xml +++ b/jetty-http3/http3-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml index d53e02005332..bce0b2d3a9c0 100644 --- a/jetty-http3/http3-common/pom.xml +++ b/jetty-http3/http3-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml index 4ea541bad715..60b5041e981e 100644 --- a/jetty-http3/http3-http-client-transport/pom.xml +++ b/jetty-http3/http3-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml index b938643ff567..2a1555678b6f 100644 --- a/jetty-http3/http3-qpack/pom.xml +++ b/jetty-http3/http3-qpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml index f41903fdf5e0..518c77d8dda4 100644 --- a/jetty-http3/http3-server/pom.xml +++ b/jetty-http3/http3-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml index 1c3a572f49a9..e8469f0f898c 100644 --- a/jetty-http3/http3-tests/pom.xml +++ b/jetty-http3/http3-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml index 5fe7363a0c37..b89967ed40be 100644 --- a/jetty-http3/pom.xml +++ b/jetty-http3/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index edb3f647f0e4..d945a74224c6 100644 --- a/jetty-infinispan/infinispan-common/pom.xml +++ b/jetty-infinispan/infinispan-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 58903b196fc6..58759bfbce0b 100644 --- a/jetty-infinispan/infinispan-embedded-query/pom.xml +++ b/jetty-infinispan/infinispan-embedded-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index e7a5882de78d..464e199c74a5 100644 --- a/jetty-infinispan/infinispan-embedded/pom.xml +++ b/jetty-infinispan/infinispan-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index 4a01c87d01b7..98787bff1145 100644 --- a/jetty-infinispan/infinispan-remote-query/pom.xml +++ b/jetty-infinispan/infinispan-remote-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index 87a7e83e4522..b344123943dd 100644 --- a/jetty-infinispan/infinispan-remote/pom.xml +++ b/jetty-infinispan/infinispan-remote/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index 00555bddd638..bc4e9c0ec343 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index e3d0306c6122..6dd922ec531e 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 333f2acfedf0..ea32fb38380c 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 93616f96e9eb..660b495b4c74 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index a457609cb28a..24e526b6925e 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 2c917d22d715..c0a73cfbc132 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index 818be10473ab..994c3e3e0a7f 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml index cdeb2ab83bb7..3be691f01f6d 100644 --- a/jetty-keystore/pom.xml +++ b/jetty-keystore/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-keystore diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index c7fdcc806ddd..419a5aa36c8c 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 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 5205c8f3d87e..7fe78621b479 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index 1651996a9de8..54149f998cc9 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 68037272926f..24900dd79999 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index 45650c0c867d..6bdff01bd44c 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 51d97a33f6cf..7b0fa96def99 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 - 10.0.14-SNAPSHOT + 10.0.14 diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index afbaf1af5090..fdb0c88457ed 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 - 10.0.14-SNAPSHOT + 10.0.14 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 8bef1310d389..a55a1e99daa5 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 - 10.0.14-SNAPSHOT + 10.0.14 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index c92f632f306a..e96959ea5278 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 - 10.0.14-SNAPSHOT + 10.0.14 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 875c76f5a13e..b757356761dd 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index eeca3055a74d..19d115759fb0 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index f45f18c41c53..71c0a476832c 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 - 10.0.14-SNAPSHOT + 10.0.14 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 31159217b938..5eda9b86411c 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 - 10.0.14-SNAPSHOT + 10.0.14 ../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 5f63429728de..4bf2fc248805 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 test-jetty-osgi-server diff --git a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml index a820f99b4764..7d2bf6e7903a 100644 --- a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 test-jetty-osgi-webapp-resources diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml index 583eb8b1c209..4dfcbb7a5668 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 - 10.0.14-SNAPSHOT + 10.0.14 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 49f3588cf9aa..a80371288b9f 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 - 10.0.14-SNAPSHOT + 10.0.14 ../pom.xml 4.0.0 diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index 0bd7d1b02136..9b5793deabba 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-p2 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index c6cd3b7267a3..01252e172b5f 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index d615390905de..6d12384dac5d 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml index cdad00314dfc..851a29de4624 100644 --- a/jetty-quic/pom.xml +++ b/jetty-quic/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml index 348fa5c90a65..761d72be3650 100644 --- a/jetty-quic/quic-client/pom.xml +++ b/jetty-quic/quic-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml index 0af388064d2b..714bb79944d8 100644 --- a/jetty-quic/quic-common/pom.xml +++ b/jetty-quic/quic-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml index 382e8b368e87..eba8e97c94db 100644 --- a/jetty-quic/quic-quiche/pom.xml +++ b/jetty-quic/quic-quiche/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml index 595db4b9e98f..0fc970666e98 100644 --- a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml index 7104e96d3441..a12c95d00a07 100644 --- a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml index 87bf12a2895e..51a52c2bcaae 100644 --- a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml index ce405fccf6ac..4e088cddf26c 100644 --- a/jetty-quic/quic-server/pom.xml +++ b/jetty-quic/quic-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 7a5f38e47a10..0f7d37cc8357 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index a270d3c3518b..e3beb0bb909e 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 9240cf4b57e8..aec19ad22eb7 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index e6e8e4e1ad28..df0d487521d4 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index add53486c081..99a1b570fb73 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index 3f9aecf9730d..8b5ba12fe1f0 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index 9e2089d18ac2..f7c4442822bb 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml index 95e8bd51c81c..fa5b36d915c6 100644 --- a/jetty-slf4j-impl/pom.xml +++ b/jetty-slf4j-impl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 7ffe19269b2b..b589b8369f04 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-start diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml index 02781aaf1f31..1de8ef2db566 100644 --- a/jetty-unixdomain-server/pom.xml +++ b/jetty-unixdomain-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml index 5fc6e76bb9ff..1a1c154bc77f 100644 --- a/jetty-unixsocket/jetty-unixsocket-client/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-client/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml index 9c3bb14c0b40..a04393ea9a5a 100644 --- a/jetty-unixsocket/jetty-unixsocket-common/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-unixsocket - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml index 94aa804ab33f..15bb0c74d469 100644 --- a/jetty-unixsocket/jetty-unixsocket-server/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-server/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index 34992c83e00c..62025169c3b7 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index c332044faa0d..95261b2a20f8 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 24f13b2bbb42..d40343a4172d 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index f84cf2805913..94791b8ffddf 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index e17cad6561f2..e0bde2685bfd 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml index 5a3ba66c0d8b..4f07fa942adc 100644 --- a/jetty-websocket/websocket-core-client/pom.xml +++ b/jetty-websocket/websocket-core-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml index 851902bafb99..6eec10491a07 100644 --- a/jetty-websocket/websocket-core-common/pom.xml +++ b/jetty-websocket/websocket-core-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml index de93a8de4cf4..a7436bd91359 100644 --- a/jetty-websocket/websocket-core-server/pom.xml +++ b/jetty-websocket/websocket-core-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml index 0e1d0fce0fda..dff4ac21927e 100644 --- a/jetty-websocket/websocket-core-tests/pom.xml +++ b/jetty-websocket/websocket-core-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-javax-client/pom.xml b/jetty-websocket/websocket-javax-client/pom.xml index 3cc8b407267c..99f2b9e1b110 100644 --- a/jetty-websocket/websocket-javax-client/pom.xml +++ b/jetty-websocket/websocket-javax-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-javax-common/pom.xml b/jetty-websocket/websocket-javax-common/pom.xml index 4a867153fb72..2466770ed979 100644 --- a/jetty-websocket/websocket-javax-common/pom.xml +++ b/jetty-websocket/websocket-javax-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-javax-server/pom.xml b/jetty-websocket/websocket-javax-server/pom.xml index 98da97c3dd3d..48bffdca804d 100644 --- a/jetty-websocket/websocket-javax-server/pom.xml +++ b/jetty-websocket/websocket-javax-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-javax-tests/pom.xml b/jetty-websocket/websocket-javax-tests/pom.xml index de2d53063277..01bcb2ce78f4 100644 --- a/jetty-websocket/websocket-javax-tests/pom.xml +++ b/jetty-websocket/websocket-javax-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml index 5f47de2fe517..7ed0fec54f5e 100644 --- a/jetty-websocket/websocket-jetty-api/pom.xml +++ b/jetty-websocket/websocket-jetty-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml index 1ba4419b3c13..bc7353cd4dd2 100644 --- a/jetty-websocket/websocket-jetty-client/pom.xml +++ b/jetty-websocket/websocket-jetty-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml index 03a64cce98d8..af408167033b 100644 --- a/jetty-websocket/websocket-jetty-common/pom.xml +++ b/jetty-websocket/websocket-jetty-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml index d4ddf05dc21c..5b896b8dcf28 100644 --- a/jetty-websocket/websocket-jetty-server/pom.xml +++ b/jetty-websocket/websocket-jetty-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml index a8c4a9596d14..238bbdbb80fc 100644 --- a/jetty-websocket/websocket-jetty-tests/pom.xml +++ b/jetty-websocket/websocket-jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index 5889c9d8dfbf..1d79539eade1 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index 808453336628..1bd2767a13b3 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index 5079e4246c97..4d4d1ca43db5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml index e83c60499a26..5c97feb03535 100644 --- a/tests/jetty-home-tester/pom.xml +++ b/tests/jetty-home-tester/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml index ceaedc1b1f6d..ce7d0f9b9c08 100644 --- a/tests/jetty-http-tools/pom.xml +++ b/tests/jetty-http-tools/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index 06e519b5c0a0..41a728d546f7 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index 815274b3771a..9bcb3a10dbca 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.14-SNAPSHOT + 10.0.14 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml index fd33e4ef13db..d8ccfa5e900e 100644 --- a/tests/test-cdi/pom.xml +++ b/tests/test-cdi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index e72dee48bc6c..c09aa0f39153 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index 0b16cc63062a..1d1ab4796b25 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 21ab6e4db3e0..18390b551e9b 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 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 3edf815e2e6a..1b5d738ac589 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 - 10.0.14-SNAPSHOT + 10.0.14 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 a19ac376b9c9..f25034db2e73 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 - 10.0.14-SNAPSHOT + 10.0.14 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 6b0bfec08e3d..a395f82cbbc1 100644 --- a/tests/test-jmx/pom.xml +++ b/tests/test-jmx/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 test-jmx-parent diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml index 3e7164654c42..b1dfe45b147f 100644 --- a/tests/test-jpms/pom.xml +++ b/tests/test-jpms/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 test-jpms diff --git a/tests/test-jpms/test-jpms-websocket-core/pom.xml b/tests/test-jpms/test-jpms-websocket-core/pom.xml index a6c2e2deff01..1c3a2c23c0ef 100644 --- a/tests/test-jpms/test-jpms-websocket-core/pom.xml +++ b/tests/test-jpms/test-jpms-websocket-core/pom.xml @@ -3,7 +3,7 @@ test-jpms org.eclipse.jetty.tests - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 test-jpms-websocket-core diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 6166fb2f8285..6860fcf0f10d 100644 --- a/tests/test-loginservice/pom.xml +++ b/tests/test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 6d43913a7355..9c4d0ca93d8c 100644 --- a/tests/test-quickstart/pom.xml +++ b/tests/test-quickstart/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 9676082abb5c..ed7516715fcb 100644 --- a/tests/test-sessions/pom.xml +++ b/tests/test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 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 99a0328813a9..27d77e65b4ff 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 - 10.0.14-SNAPSHOT + 10.0.14 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 e63dacc3181f..b7d84a94ea41 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 - 10.0.14-SNAPSHOT + 10.0.14 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 9fbf017838ed..72d19422d0f7 100644 --- a/tests/test-sessions/test-hazelcast-sessions/pom.xml +++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.14-SNAPSHOT + 10.0.14 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 95077261d511..3c0b7e07c074 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 - 10.0.14-SNAPSHOT + 10.0.14 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 2aa697410a5c..9ee8c3371149 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 - 10.0.14-SNAPSHOT + 10.0.14 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 7b0262ae52fa..a3981ea84a1a 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 - 10.0.14-SNAPSHOT + 10.0.14 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 7f68ca00f66d..d54f255918fa 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 - 10.0.14-SNAPSHOT + 10.0.14 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 56c69c83b43e..a8d94ccf1041 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 - 10.0.14-SNAPSHOT + 10.0.14 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 683866a3d8f0..10b2092d73ee 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 ../pom.xml test-webapps-parent diff --git a/tests/test-webapps/test-bad-websocket-webapp/pom.xml b/tests/test-webapps/test-bad-websocket-webapp/pom.xml index a570f695d7fc..1c5d1efe7a7d 100644 --- a/tests/test-webapps/test-bad-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-bad-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-webapps/test-cdi-common-webapp/pom.xml b/tests/test-webapps/test-cdi-common-webapp/pom.xml index 74b578405b29..df92abfe7cb1 100644 --- a/tests/test-webapps/test-cdi-common-webapp/pom.xml +++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index 3dca8d840d5d..1a40a8794f72 100644 --- a/tests/test-webapps/test-felix-webapp/pom.xml +++ b/tests/test-webapps/test-felix-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index 7863e664a0e6..c02480d2caa2 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 - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml index 5a6b22f75b39..37632b3888c3 100644 --- a/tests/test-webapps/test-openid-webapp/pom.xml +++ b/tests/test-webapps/test-openid-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-webapps/test-owb-cdi-webapp/pom.xml b/tests/test-webapps/test-owb-cdi-webapp/pom.xml index b109f45b8d6e..4cc04c28bb3c 100644 --- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-webapps/test-simple-session-webapp/pom.xml b/tests/test-webapps/test-simple-session-webapp/pom.xml index 7aca35aad90e..051f59c7ec86 100644 --- a/tests/test-webapps/test-simple-session-webapp/pom.xml +++ b/tests/test-webapps/test-simple-session-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.14-SNAPSHOT + 10.0.14 test-simple-session-webapp diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index 1b9db1076b1e..6fbcf0999d3d 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 - 10.0.14-SNAPSHOT + 10.0.14 test-webapp-rfc2616 Jetty Tests :: WebApp :: RFC2616 diff --git a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml index 8b1018bd1f03..ab1fe84272c7 100644 --- a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-webapps/test-websocket-client-webapp/pom.xml b/tests/test-webapps/test-websocket-client-webapp/pom.xml index de40af43a679..5942492ffd94 100644 --- a/tests/test-webapps/test-websocket-client-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml index 8a6979d1b786..d6820f1e3fa2 100644 --- a/tests/test-webapps/test-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml index 337fd4281fee..4e44b1b878ef 100644 --- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0 diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml index c107b4943271..93321e0e3155 100644 --- a/tests/test-websocket-autobahn/pom.xml +++ b/tests/test-websocket-autobahn/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.14-SNAPSHOT + 10.0.14 4.0.0