diff --git a/VERSION.txt b/VERSION.txt index d7dd239379a..d53f4b4289c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,45 @@ -jetty-10.0.13-SNAPSHOT +jetty-10.0.13 - 07 December 2022 + + 7117 Timeout with Expect 100 continue when using ProxyServlet + + 7286 WebSocket write can time out even if the frame / callback has not been + failed. + + 7993 HttpClient idleTimeout configuration being ignored/overridden + + 8330 Persistent OpenId sessions can throw IllegalStateException + + 8460 Log or throw exception if DefaultSessionIdManager is used but has not + been started. + + 8536 HotSwapHandler race condition + + 8558 Idle timeout occured sometimes on HTTP/2 client with + `InputStreamResponseListener` + + 8584 org.eclipse.jetty.client.HttpRequest.send() never returns + + 8591 Indicate units of HttpClient properties + + 8623 Use AutoLock in InputStreamResponseListener + + 8628 Pseudo restore `PathMappings.getMatch(String)` for backwards compat + reasons + + 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. + + 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. + + 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 + resolves to the target. + + 8810 `ArrayRetainableByteBufferPool` inefficiently calculates bucket indices + + 8811 HTTP/2 session shutdown race may cause `Server.stop()` to block until + stop timeout + + 8863 Provide a possibility to name virtual threads + + 8895 Generate downloadable version of javadocs documentation in website + 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 + + 8942 Use Logback 1.3.x for Jetty 10.0.x + + 9006 WebSocket Message InputStream read() returns signed byte jetty-10.0.12 - 14 September 2022 + 7970 Maven Plugin - the option to set extraClasspath in the plugin diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index 0d41f3d0184..e19f49d5dde 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index 2af2388a24c..911b7ef21cb 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index aeba4e6d96c..b505434c4b7 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -7,7 +7,7 @@ --> org.eclipse.jetty build-resources - 10.0.13-SNAPSHOT + 10.0.13 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 c9e664c3df5..64ce590ddaf 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.13-SNAPSHOT + 10.0.13 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 7203f199bf9..0394dcf30d2 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.13-SNAPSHOT + 10.0.13 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 b0d40383603..eb5b205194f 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml index e6a934a7706..e2fd8729e50 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml index 34c2f298bca..6db9eb2c897 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.13-SNAPSHOT + 10.0.13 demo-jaas-webapp Demo :: JAAS :: WebApp diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml index 308fc1c45ef..a629d9009e9 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.13-SNAPSHOT + 10.0.13 ../pom.xml 4.0.0 diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml index a624cb46611..d5a9940fae1 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.13-SNAPSHOT + 10.0.13 demo-jndi-webapp Demo :: JNDI :: WebApp diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml index fa5df2cd55e..eb3f24bb77d 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml index 2cc601281d1..db489f74eb8 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.13-SNAPSHOT + 10.0.13 Demo :: Mock Resources demo-mock-resources diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml index 84281f2427d..42919af6019 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.13-SNAPSHOT + 10.0.13 4.0.0 demo-proxy-webapp diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml index 26b9137b0bd..702b042388e 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml index 220adc3d1d1..f07e899c1c5 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.13-SNAPSHOT + 10.0.13 ../../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 dd97e099abb..322c037a973 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.13-SNAPSHOT + 10.0.13 ../../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 eb4e9421054..da1c8350a97 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.13-SNAPSHOT + 10.0.13 ../../pom.xml diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml index b769d44a970..41a3dbfea7a 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.13-SNAPSHOT + 10.0.13 Demo :: Servlet Spec demo-spec diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml index 79e7a331792..40274d66063 100644 --- a/demos/embedded/pom.xml +++ b/demos/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 demos-jetty-embedded diff --git a/demos/pom.xml b/demos/pom.xml index fe08b6a81fc..b1dee58c11d 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml index ac1116f07ae..73a821b981e 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml index 1f55d207081..21f6d7b8b57 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/documentation/pom.xml b/documentation/pom.xml index 52b8f564570..976731dd925 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/javadoc/pom.xml b/javadoc/pom.xml index 6b6cd574dda..80de90ef01c 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 2a331c186b1..506f9d0517d 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.13-SNAPSHOT + 10.0.13 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 1111dfe852b..38df03067b5 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 3c228c01f9f..e8312c220ca 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index be7bcb53977..78532f759ab 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index b0124f0f298..29219b68c77 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 09dfb93e950..aea1f36baca 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.13-SNAPSHOT + 10.0.13 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 49509014e66..d722991d850 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index 0699eac2e1c..f9143a2dbad 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index ba4a97801ba..38ff4a08192 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index 847a9ab7578..14941f66172 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 jetty-bom @@ -53,409 +53,409 @@ org.eclipse.jetty apache-jsp - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty apache-jstl - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-alpn-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-alpn-java-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-alpn-java-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-alpn-conscrypt-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-alpn-conscrypt-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-alpn-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-annotations - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-ant - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-cdi - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-deploy - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.fcgi fcgi-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.fcgi fcgi-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-home - 10.0.13-SNAPSHOT + 10.0.13 zip org.eclipse.jetty jetty-home - 10.0.13-SNAPSHOT + 10.0.13 tar.gz org.eclipse.jetty jetty-http - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.http2 http2-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.http2 http2-common - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.http2 http2-hpack - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.http2 http2-http-client-transport - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.http2 http2-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.http3 http3-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.http3 http3-common - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.http3 http3-http-client-transport - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.http3 http3-qpack - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.http3 http3-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-http-spi - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty infinispan-common - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty infinispan-remote-query - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty infinispan-embedded-query - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-hazelcast - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-io - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-jaas - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-jaspi - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-jmx - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-jndi - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-keystore - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.memcached jetty-memcached-sessions - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-nosql - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.osgi jetty-osgi-alpn - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.osgi jetty-osgi-boot - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.quic quic-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.quic quic-common - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.quic quic-quiche-common - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.quic quic-quiche-jna - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.quic quic-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.osgi jetty-httpservice - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-plus - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-proxy - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-quickstart - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-rewrite - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-security - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-openid - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-servlet - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-servlets - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-slf4j-impl - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-unixdomain-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-unixsocket-common - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-unixsocket-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-unixsocket-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-util - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-util-ajax - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-webapp - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.websocket websocket-javax-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.websocket websocket-javax-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.websocket websocket-javax-common - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.websocket websocket-jetty-api - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.websocket websocket-jetty-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.websocket websocket-jetty-common - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.websocket websocket-jetty-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.websocket websocket-servlet - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.websocket websocket-core-common - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.websocket websocket-core-client - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty.websocket websocket-core-server - 10.0.13-SNAPSHOT + 10.0.13 org.eclipse.jetty jetty-xml - 10.0.13-SNAPSHOT + 10.0.13 @@ -471,7 +471,7 @@ org.eclipse.jetty.quic quic-quiche-foreign-incubator - 10.0.13-SNAPSHOT + 10.0.13 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 1d4778ebde6..e143d0f8bfc 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index 94a2079c00c..b3ff43cfffb 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index f7127342e83..c7c469daafc 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 0441546d10e..402e0b973d3 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index c69305e50ad..f64393f0355 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index 3c53bc15b8b..24bc3bc1a0a 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 75c37f57647..7c9d7b1d9e4 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index 81de3f3665c..2960c582472 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index b3546db53a5..9b7a64d0dcb 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index f756ae232a5..034866a2772 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index b2985351dc4..690582fa655 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 2b2f7a75600..26019dd85d1 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index e6788d96322..2a82cd45943 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 6756944fa02..47b0a183467 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index a49b366306b..e1c4a08c275 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index e89606935c0..f6b413da0d0 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index e9af933c4ba..9cd40dc712b 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index 4819a72915d..c6134169e55 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml index 3fe129d0df8..beeb969b82d 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml index 2268501813c..6a288cf3b70 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml index aa3083a3d1d..cb8cac14474 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml index 33426ebbbda..2c69c7a74d5 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml index 20cce6b37ff..9a5a983eb7c 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml index 1c0a08411d0..b7fa6ca4396 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml index 07e1b4bb967..4f90d391183 100644 --- a/jetty-http3/pom.xml +++ b/jetty-http3/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index 2086c3c9704..581409dfa67 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.13-SNAPSHOT + 10.0.13 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 90fed2d312e..4138c5da7c2 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.13-SNAPSHOT + 10.0.13 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 89ea0cdee2f..ce8be1520d5 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.13-SNAPSHOT + 10.0.13 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index c4430b42a2e..2362035f4e8 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.13-SNAPSHOT + 10.0.13 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index fba89b7e9f6..d1c3bd7abe0 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.13-SNAPSHOT + 10.0.13 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index d32c3bf3ec8..71592a19329 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index b82eb271af3..a8c39bb293d 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 6132b2ddcd5..6e640cd4b0f 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 0f3a5dff1cc..3ed60b24af0 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index eca768d429e..4e9138070e5 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 73c650f16d6..7d968a2f5b3 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index 71c3ad52ed6..7c398058e8e 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.13-SNAPSHOT + 10.0.13 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml index 5d363283b0a..9a966684a91 100644 --- a/jetty-keystore/pom.xml +++ b/jetty-keystore/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-keystore diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 57692802392..e585958226f 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 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 b022334416d..f04caf38a51 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index ed316f64a42..b8bc4a1c087 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 03fe461e63c..f6780750a0d 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index 2001fb4f386..b7f59ac0030 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 276ce359100..0d9e7480dfd 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.13-SNAPSHOT + 10.0.13 diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index 15cdd81a6cc..de7dfa249ee 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.13-SNAPSHOT + 10.0.13 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 73a83d6cb8b..4fa2b7cd3f6 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.13-SNAPSHOT + 10.0.13 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index de5fad5a689..65c226d6e4a 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.13-SNAPSHOT + 10.0.13 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 1b50be4ca13..959aa66e073 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.13-SNAPSHOT + 10.0.13 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index f1181fd8fad..542efe95ad3 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 7b0bce1f62f..79c6c2295dd 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.13-SNAPSHOT + 10.0.13 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 51b9c1551d7..91414caf416 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.13-SNAPSHOT + 10.0.13 ../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 6da7f596db5..090daec3980 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.13-SNAPSHOT + 10.0.13 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 1143f9187f8..cc9885ed07c 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.13-SNAPSHOT + 10.0.13 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 c550337112f..d196ceaee8f 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.13-SNAPSHOT + 10.0.13 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index f139a0a4d8f..88b122daa64 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.13-SNAPSHOT + 10.0.13 ../pom.xml 4.0.0 diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index 1f9a1778a09..3d1afb14b99 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-p2 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index c886bc13112..a0b20107209 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index a8572a23184..cd17a322101 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml index fc33759d062..3bbecd452f7 100644 --- a/jetty-quic/pom.xml +++ b/jetty-quic/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml index 65bd5544120..dd574238cf7 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml index 31ebf20f5ae..572d09c444d 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml index 1c85ed2c3c7..1f194840a31 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.13-SNAPSHOT + 10.0.13 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 13da14152e3..ab36964e5b4 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.13-SNAPSHOT + 10.0.13 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 50b9ff5abf1..f95240fb87d 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.13-SNAPSHOT + 10.0.13 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 21174201557..bf4e6764ecf 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml index fb34f12e674..2fb940182b7 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index fa5c84b3260..ec7e2ff4800 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 72724cc0c99..98ff6f26ff7 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index f9a81c1bb4a..2f2bc81225c 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 4d2b76b6db3..6067612fe72 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 1c5dd39f2d7..e112650d151 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index 53bc0e3b219..bb80ce83879 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index e07c726f2b5..5c3880a3c35 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml index 41aab5e72cd..17c772ba3e8 100644 --- a/jetty-slf4j-impl/pom.xml +++ b/jetty-slf4j-impl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index ab5bc48990b..d26372a107c 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-start diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml index 7db7684f47e..1f1a822d5dc 100644 --- a/jetty-unixdomain-server/pom.xml +++ b/jetty-unixdomain-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml index 8acd4b72700..033ea309423 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml index c1a82c3cdfd..5cc389c910f 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml index 77ffd9cdaa6..6f240ac1ed2 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index fb568cb84e2..20c95477a1b 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 08af1995b79..0b166100487 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 33f9f4a1f5a..12717954b61 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 3b7021e2a5b..8fc56a65a75 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index 95ee81b13cb..07da460dfce 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml index ff2d2a8807c..3a9b9f63752 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml index 335ffae78aa..891c6e92d35 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml index 5c9a8f17757..1fb5884d590 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml index 41b2cf1f763..0ea33d7a4e3 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-javax-client/pom.xml b/jetty-websocket/websocket-javax-client/pom.xml index 8256ab485b3..a6138fe9153 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-javax-common/pom.xml b/jetty-websocket/websocket-javax-common/pom.xml index fe84a1763d0..86642e973a1 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-javax-server/pom.xml b/jetty-websocket/websocket-javax-server/pom.xml index fd788e38daa..f4d850c086f 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-javax-tests/pom.xml b/jetty-websocket/websocket-javax-tests/pom.xml index 19249ab6262..189f29792fc 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml index 6e9f2a9f413..ebaff1f33dd 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml index 92f1370daa8..662afbdbd34 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml index e0f120120de..2969bc3335d 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml index 00e72165772..6e6efa2f41f 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml index e44c6737581..d1a2ea0749e 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index 1086b96d092..075114f6a9e 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index ea08ee7355c..83eb370aaa9 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index b4b244d6065..a9f0b3b0a99 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml index 32a7bd9cfe1..cb7a94ef6bd 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml index 98c79b5d08c..527ae44a6ee 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index 38e330a24c2..2f1b3239594 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index 3d872c15ef3..4037ad089f7 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.13-SNAPSHOT + 10.0.13 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml index 67a05786203..16e25987fe0 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index c080326c44e..17d1cbed698 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index 98bc60c4cca..67d34f893eb 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 13775e9d742..e9dd69b357b 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.13-SNAPSHOT + 10.0.13 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 e09997084c3..8a45ebf1e87 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.13-SNAPSHOT + 10.0.13 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 acd22087444..f3aedec6048 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.13-SNAPSHOT + 10.0.13 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index bbc0807f059..962662166b5 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.13-SNAPSHOT + 10.0.13 4.0.0 test-jmx-parent diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml index b58b7026b12..a175f41e107 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.13-SNAPSHOT + 10.0.13 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 6da56de0f03..ba871e46986 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.13-SNAPSHOT + 10.0.13 4.0.0 test-jpms-websocket-core diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 0abaf9195f4..2c0f55fc17e 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.13-SNAPSHOT + 10.0.13 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index c7b7622bef1..497798f514d 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.13-SNAPSHOT + 10.0.13 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index b2a9673d440..c949d5f6fbe 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.13-SNAPSHOT + 10.0.13 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 5a727cb1690..05225e53824 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.13-SNAPSHOT + 10.0.13 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 aebd2ffe40d..9a1a326a2fb 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.13-SNAPSHOT + 10.0.13 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 fc79a31761b..47c5756d24a 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.13-SNAPSHOT + 10.0.13 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 b62b3e5607c..7c523d8c697 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.13-SNAPSHOT + 10.0.13 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 4f5506d23dd..ea2554fae83 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.13-SNAPSHOT + 10.0.13 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 e1dc359a53d..43b3ba59394 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.13-SNAPSHOT + 10.0.13 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 f0b894b8269..e70d063cd67 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.13-SNAPSHOT + 10.0.13 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 dfbb2872aba..948538dcc37 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.13-SNAPSHOT + 10.0.13 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 98920239a26..0facde61ec6 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.13-SNAPSHOT + 10.0.13 ../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 ce9bdcd5f50..a044defc919 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.13-SNAPSHOT + 10.0.13 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 11a29502683..34ef82b887b 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index 87dd2e7e54f..f701802ce6f 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index 12ef59c12cb..e54f0a21760 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml index 0450ee9e5c8..a4de4d05278 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.13-SNAPSHOT + 10.0.13 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 dde1dc0af84..76b3df187f0 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.13-SNAPSHOT + 10.0.13 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 b987c170121..1c66d0a37a2 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.13-SNAPSHOT + 10.0.13 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 5dd99d69c63..5e598ae967e 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.13-SNAPSHOT + 10.0.13 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 241541be72c..38fbea77f95 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.13-SNAPSHOT + 10.0.13 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 689a512eea4..dfa4e9895f1 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml index 54714ff526d..49188ebb966 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.13-SNAPSHOT + 10.0.13 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 982c914a1e7..3fd3d3fcd47 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.13-SNAPSHOT + 10.0.13 4.0.0 diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml index 3a7623549b0..207c63f14c9 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.13-SNAPSHOT + 10.0.13 4.0.0