diff --git a/VERSION.txt b/VERSION.txt index 4dfbaefbad0..158f11804dd 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,38 @@ -jetty-10.0.9-SNAPSHOT +jetty-10.0.10 + +jetty-10.0.9 - 30 March 2022 + + 5681 Unrecognized jetty-home/start.jar command line option not reported + clearly + + 5965 Option --write-module-graph produces wrong .dot file + + 6879 Remove jminix (not maintained) module as hawtio provide same features + + 7182 jetty.sh start process should remove jetty_state whenever deleting the + pid + + 7344 Incompatible with jacoco due to shutdown race condition + + 7414 QoSFilter.setMaxRequests throws NullPointerException + + 7513 Getter/setter type mismatch for mbean attribute file in class + org.eclipse.jetty.deploy.PropertiesConfigurationManager + + 7517 Some ArrayTrie methods throw StackOverflowError when cointaining a very + large entry + + 7518 ArrayTrie getBest fails to match the empty string entry in certain + cases + + 7545 Named arguments do not work in jetty-openid.xml + + 7548 Interrupt flag is not always cleared in between requests + + 7567 Gzip compression not working for multipart/form-data when added to the + allowed list using addIncludedMimeTypes. + + 7573 WebSockets - "Unsupported PathParam Type: java.lang.Integer" + + 7575 Misleading docs for `HttpClientTransportDynamic` + + 7613 Configurations.add(Configuration) results in + UnsupportedOperationException + + 7615 HttpServletResponse.encodeURL not working for URLs starting with ../ + + 7617 Logback-access RequestLog not working + + 7625 HTTP/3 error against www.google.com + + 7677 jetty-maven-plugin - maven internal dependencies included on webapp + classloader + + 7683 GZIPContentDecoder ignores setUseInputDirectByteBuffers setting and + always uses non-direct buffers (causing GC locking) + + 7688 Read data to native memory from HttpInput + + 7748 Allow overriding of url-pattern mapping in ServletContextHandler to + allow for regex or uri-template matching jetty-10.0.8 - 07 February 2022 + 2504 Expose more WebSocket details in JMX and Server Dump @@ -21,7 +55,7 @@ jetty-10.0.8 - 07 February 2022 JETTY_USER + 7012 Remove all old geronimo spec jars from jetty-10 + 7031 ResponseWriter.println(char) does not print newline - + 7042 Simplify configuration to use different OpenIdConfiguration per webapp. + + 7042 Simplify configuration to use different OpenIdConfiguration per webapp + 7059 NPE in AllowedResourceAliasChecker.getPath() + 7063 Simplify command line use of org.eclipse.jetty.util.Password + 7064 Cleanup or clarify `(null)` in output of `--list-config` @@ -29,7 +63,7 @@ jetty-10.0.8 - 07 February 2022 RetainableByteBuffer + 7103 Rework LaF of distro landing page + 7107 Client timeout and async close exceptions when setting max duration on - pool + pool + 7109 Deprecate UnixSocket JNR support + 7111 Add support to deprecate jetty-home modules + 7113 Improve Unix-Domain client documentation @@ -40,7 +74,7 @@ jetty-10.0.8 - 07 February 2022 resources with % in their name + 7240 Clarify and javadoc InvocationType + 7243 Reset pooled ByteBuffer endianness - + 7262 Allow the SerlvetHandler.getFilterChain method to be overridden. + + 7262 Allow the SerlvetHandler.getFilterChain method to be overridden + 7277 Allow override of `ServletRequest.getLocalName()` and `.getLocalPort()` in post-intermediary scenarios + 7280 Interceptors don't get destroyed in HttpInput @@ -51,7 +85,7 @@ jetty-10.0.8 - 07 February 2022 org.eclipse.jetty.server.Server + 7327 jetty-slf4j-impl missing from BOM + 7348 Slow CONNECT request causes NPE - + 7351 Large WebSocket payloads with permessage-deflate hang on 10.0.7 + + 7351 Large WebSocket payloads with permessage-deflate hang on 10.0.7 + 7354 Demo jars should not be in jetty-home + 7369 Document CustomRequestLog + 7375 Some environments require Request scoping during session save @@ -68,7 +102,7 @@ jetty-9.4.45.v20220203 - 03 February 2022 + 6497 Replace SameFileAliasChecker + 6687 Upgrade Infinispan in all active Jetty branches + 6965 Expose Spec `ServerContainer.upgrade()` API - + 6969 Getting 404 failures when trying to enable `logging-log4j` module. + + 6969 Getting 404 failures when trying to enable `logging-log4j` module + 6974 Major websocket memory change in 9.4.36 + 7031 ResponseWriter.println(char) does not print newline + 7059 NPE in AllowedResourceAliasChecker.getPath() diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index e3ca6a2c6e2..b221d5fe0d4 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index 925898bb697..148cf0f7687 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index b1d443a0156..b59c3935ee1 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -7,7 +7,7 @@ --> org.eclipse.jetty build-resources - 10.0.9-SNAPSHOT + 10.0.10 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 158b57a5648..fab9c53522d 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.9-SNAPSHOT + 10.0.10 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 36fd6f6cd02..7020ad13614 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.9-SNAPSHOT + 10.0.10 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 d9383a05c2f..c692107dba1 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml index ddb3c0aaba0..0b4ca99629d 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml index 166cbe349d0..6941ef18b2a 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.9-SNAPSHOT + 10.0.10 demo-jaas-webapp Demo :: JAAS :: WebApp diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml index e7c433cc6e8..4c8f9a1dbe1 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.9-SNAPSHOT + 10.0.10 ../pom.xml 4.0.0 diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml index 893b9e59262..bd69fa9d7be 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.9-SNAPSHOT + 10.0.10 demo-jndi-webapp Demo :: JNDI :: WebApp diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml index ad0e9c4eec8..da55251d5f8 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml index ea1e334c75c..a84f4c502b1 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.9-SNAPSHOT + 10.0.10 Demo :: Mock Resources demo-mock-resources diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml index 10c703d74ac..c24119b2965 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.9-SNAPSHOT + 10.0.10 4.0.0 demo-proxy-webapp diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml index 94ee75cd071..b3917c40d7e 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml index b4734724d84..06c6c0ff8d7 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.9-SNAPSHOT + 10.0.10 ../../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 9971df2f347..b6f5bad54df 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.9-SNAPSHOT + 10.0.10 ../../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 c0a1d8726bb..78e98066608 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.9-SNAPSHOT + 10.0.10 ../../pom.xml diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml index 495ff415f75..c490b225b9b 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.9-SNAPSHOT + 10.0.10 Demo :: Servlet Spec demo-spec diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml index 52064bf17db..77303e8124a 100644 --- a/demos/embedded/pom.xml +++ b/demos/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 demos-jetty-embedded diff --git a/demos/pom.xml b/demos/pom.xml index 0a679e93acb..ad8da97a114 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml index 20221ccd346..72cca011217 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml index 7df2125846e..2e619e980f6 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/documentation/pom.xml b/documentation/pom.xml index 77ea84424ae..480c4e559ce 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/javadoc/pom.xml b/javadoc/pom.xml index 43f9ef35ab2..66099397e28 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 2c3dc28563a..967b5e40245 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.9-SNAPSHOT + 10.0.10 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 c25420a6d06..7a40f3665c3 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 18086f5788d..8eb2f039e80 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index 9d32fe1d247..65efe927c01 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index b8cd6fd3233..abbf6205d90 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index d73b41a498a..951ca58d2e2 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.9-SNAPSHOT + 10.0.10 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 459e8b44fee..70823e216fb 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index a10cc6e95b7..5e72e72bdc0 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index bd0597fbd5b..2767f4b98a9 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index 2f11f4173c1..cb36c0ef022 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 jetty-bom @@ -53,419 +53,419 @@ org.eclipse.jetty apache-jsp - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty apache-jstl - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-alpn-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-alpn-java-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-alpn-java-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-alpn-conscrypt-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-alpn-conscrypt-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-alpn-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-annotations - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-ant - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-cdi - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-deploy - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.fcgi fcgi-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.fcgi fcgi-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-home - 10.0.9-SNAPSHOT + 10.0.10 zip org.eclipse.jetty jetty-home - 10.0.9-SNAPSHOT + 10.0.10 tar.gz org.eclipse.jetty jetty-http - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.http2 http2-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.http2 http2-common - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.http2 http2-hpack - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.http2 http2-http-client-transport - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.http2 http2-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.http3 http3-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.http3 http3-common - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.http3 http3-http-client-transport - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.http3 http3-qpack - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.http3 http3-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-http-spi - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty infinispan-common - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty infinispan-remote - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty infinispan-remote-query - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty infinispan-embedded - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty infinispan-embedded-query - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-hazelcast - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-io - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-jaas - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-jaspi - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-jmx - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-jndi - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-keystore - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.memcached jetty-memcached-sessions - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-nosql - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.osgi jetty-osgi-alpn - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.osgi jetty-osgi-boot - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.quic quic-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.quic quic-common - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.quic quic-quiche-common - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.quic quic-quiche-jna - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.quic quic-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.osgi jetty-httpservice - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-plus - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-proxy - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-quickstart - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-rewrite - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-security - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-openid - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-servlet - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-servlets - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-slf4j-impl - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-unixdomain-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-unixsocket-common - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-unixsocket-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-unixsocket-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-util - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-util-ajax - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-webapp - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.websocket websocket-javax-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.websocket websocket-javax-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.websocket websocket-javax-common - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.websocket websocket-jetty-api - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.websocket websocket-jetty-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.websocket websocket-jetty-common - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.websocket websocket-jetty-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.websocket websocket-servlet - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.websocket websocket-core-common - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.websocket websocket-core-client - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty.websocket websocket-core-server - 10.0.9-SNAPSHOT + 10.0.10 org.eclipse.jetty jetty-xml - 10.0.9-SNAPSHOT + 10.0.10 @@ -481,7 +481,7 @@ org.eclipse.jetty.quic quic-quiche-foreign-incubator - 10.0.9-SNAPSHOT + 10.0.10 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index b7f1da49802..26038b1f8ed 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index 00f467c0373..fb3ac71e067 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index f8690c917ce..d073a8aefaf 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 31fcd9e59ca..bae4fff5bb2 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 1623246c591..adb9f6741f3 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index 95aeb9aca1d..8536b7b9a89 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index b6e7f1b22a5..88d36a638f6 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index 9b567826beb..1d105ac06c6 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index 61041e5893a..046ad2ced6d 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 9e753037229..192081dcf40 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index a4063352548..1fe4ff6acc5 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index b85fbaeb919..159a150dfa9 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index 425641e4d96..98ac6b9766c 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 7037d897dc1..2264e0adc96 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 937dc64b5f9..925794accc5 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index fb34e42f97a..6f056829be9 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index afcb31b8d38..c1315825a60 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index 65a1b5bec38..eae02d9cfcf 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml index 23fe84096c4..4d7e4f366ee 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml index 1e105e85eea..664ec985368 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml index 746e0a89a79..f6e2bb6f441 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml index 1c8eecf4513..f36ee6431af 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml index 5cc12f17a6d..b5c5e989f2a 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml index 146fee540dc..0c895c05a13 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml index 511cd09c020..b33927a78af 100644 --- a/jetty-http3/pom.xml +++ b/jetty-http3/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index e43bc2c7fc9..9f92e527cb1 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.9-SNAPSHOT + 10.0.10 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 260947e0683..06f074557b8 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.9-SNAPSHOT + 10.0.10 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 64f589c408c..893a06610a6 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.9-SNAPSHOT + 10.0.10 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index 9b7902a4066..fc84c08f6d8 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.9-SNAPSHOT + 10.0.10 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index a7256e6cedc..91fc808a58a 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.9-SNAPSHOT + 10.0.10 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index 6b53ea010a7..92b6d442ac6 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 7b99a5a1eab..80e00beec38 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 80a89ee3e03..ce708947a74 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 0c3ee03fc03..a3adf1b5829 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index 65278e55cfb..ee7c74de68c 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index f07fde4650c..dbaa2cf2a8f 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index b436db8b597..75634874028 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.9-SNAPSHOT + 10.0.10 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml index 6f5b62fc0f4..8120971130a 100644 --- a/jetty-keystore/pom.xml +++ b/jetty-keystore/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-keystore diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index ea7da834a71..4398271f7b9 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 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 a612a443b23..f4dcf08eda2 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index 70e88ca872e..5845ba31eb6 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 2bad908da9e..5640265bc70 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index 57231a2c0e4..1a2bbcc393c 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index cdfe0dfdb39..de20641cc84 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.9-SNAPSHOT + 10.0.10 diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index 2d00c5fc981..8b7e3d09f3f 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.9-SNAPSHOT + 10.0.10 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 5aae5395213..59a851d946d 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.9-SNAPSHOT + 10.0.10 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index b7f133a8fe4..701b79a41bd 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.9-SNAPSHOT + 10.0.10 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 2160ab773d0..124e57aa03a 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.9-SNAPSHOT + 10.0.10 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index c75dade73ce..ab5c2e33971 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 6a3bc550763..c5b28c528d6 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.9-SNAPSHOT + 10.0.10 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 e06654fab85..b8edf3664a7 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.9-SNAPSHOT + 10.0.10 ../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 0f435b50040..ad92d2d2f38 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.9-SNAPSHOT + 10.0.10 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 f9b89ce2eb7..dde55896c1a 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.9-SNAPSHOT + 10.0.10 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 7d9c340bdb7..6eec19b91d0 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.9-SNAPSHOT + 10.0.10 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 0cdb82e6bf4..5c7c6b6b37b 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.9-SNAPSHOT + 10.0.10 ../pom.xml 4.0.0 diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index 60bea7cf1ba..d8f36055a90 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-p2 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 5adfc6f283d..7c20a2402ff 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 6f832f8aafd..9f0ddf8ebd0 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml index 9b8cbdb0f41..4c51f5e274e 100644 --- a/jetty-quic/pom.xml +++ b/jetty-quic/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml index 677ad15a071..21e83249fe2 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml index 2e6ed9c77fe..13b0f3deda0 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml index e70df2934e6..9c1fb67566f 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.9-SNAPSHOT + 10.0.10 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 ab6c7f9dc0d..b1fb48ed15f 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.9-SNAPSHOT + 10.0.10 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 213d1265b51..a5c47eb58bd 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.9-SNAPSHOT + 10.0.10 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 fa28f3c46dc..68ea6d1d1e8 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml index 4a4ea9b05ab..080b450a466 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index fc5b30342ec..d43989f0d56 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 898fa985d36..8cae14585be 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 4392ca47022..3f54729c114 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 937a43ad166..46db645d4f6 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 3aa447903ad..c9ca37728c4 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index c4baba9575e..dc28f124175 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index e431164b191..22beec503c4 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml index 0a41131ef67..5baf9ee30c0 100644 --- a/jetty-slf4j-impl/pom.xml +++ b/jetty-slf4j-impl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 36e865487cf..611a64f1ad5 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-start diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml index 13bc99af5a4..9d5e4fb7508 100644 --- a/jetty-unixdomain-server/pom.xml +++ b/jetty-unixdomain-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml index f074d360975..a2828731679 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml index 450f65361f3..e874e9ee103 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml index ed8670b9822..a1a22ba59bd 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index e923bb7de0e..aa86455c6c3 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 7571fe8c789..3ac3b0873fa 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index b0e5dd12eb3..c45dab4c160 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 842d9517ea2..373a83a93a2 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index fa7d1882b14..feb101f34d2 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml index 4f571b31349..1c06c6a0541 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml index 67c47786e6a..029150fbecd 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml index 4e74c678b9d..e59f92f9a8c 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml index 115ebd92014..a743740052d 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-javax-client/pom.xml b/jetty-websocket/websocket-javax-client/pom.xml index 325bf69407e..26b395ae139 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-javax-common/pom.xml b/jetty-websocket/websocket-javax-common/pom.xml index 45c265c5d08..5740b2659be 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-javax-server/pom.xml b/jetty-websocket/websocket-javax-server/pom.xml index e0d7e9846d4..1fad6c18766 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-javax-tests/pom.xml b/jetty-websocket/websocket-javax-tests/pom.xml index f20d8b8238f..6b0dda25a54 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml index e3ffe8fd2a8..12a4ff0a58d 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml index e816fbd080c..6a1488d7f57 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml index b5fe2e8d2cc..6bacf0560d9 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml index 3e118201019..2fbd92b4a70 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml index f4742245ce0..7c7956a1130 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index c2dcf97b3f1..1fe83b766c9 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index 8f90723006f..2a678d58aa8 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index c134018b91d..f1c4815572b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml index 1066501feeb..91c1867b19e 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index c02e0419da2..5fe6433656f 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index 396482f790f..9315809bb0d 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.9-SNAPSHOT + 10.0.10 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml index 1102d3ab857..bd632f48a62 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index daba9a6e146..4a3964b64d5 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index e82e514e2d9..4f76cfa53c0 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 11dc3cc0311..0dd3d7a9bb1 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.9-SNAPSHOT + 10.0.10 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 22adca6e03f..e5091418e03 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.9-SNAPSHOT + 10.0.10 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 b84c566606c..9c5faf08ff7 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.9-SNAPSHOT + 10.0.10 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index ab1e065c159..5c61e15bb4b 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.9-SNAPSHOT + 10.0.10 4.0.0 test-jmx-parent diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml index 1e59d4731a0..49bd0948006 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.9-SNAPSHOT + 10.0.10 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 871068e584d..a858c150408 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.9-SNAPSHOT + 10.0.10 4.0.0 test-jpms-websocket-core diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index dd370df6819..8f4dfeecf33 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.9-SNAPSHOT + 10.0.10 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 6d6f6e3a2e0..ddfe6c5ec09 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.9-SNAPSHOT + 10.0.10 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 024880b2406..158dad66fe4 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.9-SNAPSHOT + 10.0.10 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 1965c3f253d..cbd5f73587a 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.9-SNAPSHOT + 10.0.10 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 4c22236fc7a..32f6537772f 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.9-SNAPSHOT + 10.0.10 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 e3eb70b7333..802bc05a99c 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.9-SNAPSHOT + 10.0.10 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 541b48ef5ee..e64e2537a8c 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.9-SNAPSHOT + 10.0.10 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 cb3ab4f0d87..cb4d4068b49 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.9-SNAPSHOT + 10.0.10 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 7e544bb55de..23f7a69172a 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.9-SNAPSHOT + 10.0.10 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 ab6990634a6..ad4b9b74e48 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.9-SNAPSHOT + 10.0.10 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 d34f0f81168..b6ad1033172 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.9-SNAPSHOT + 10.0.10 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index d7a97ab965f..5ec43739a12 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.9-SNAPSHOT + 10.0.10 ../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 c3b96a9fc92..512ea360998 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.9-SNAPSHOT + 10.0.10 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 f70947f53bc..2663da1b48a 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index 42b5a004687..989d528e500 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index bf7196ea3a6..9573387cac2 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml index 49fd13757e6..c8385143c0e 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.9-SNAPSHOT + 10.0.10 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 c58a0ac73e3..e9ad77f8273 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.9-SNAPSHOT + 10.0.10 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 3fd0e4ee89c..dcc7daf116e 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.9-SNAPSHOT + 10.0.10 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 0355793e155..0088eb65972 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.9-SNAPSHOT + 10.0.10 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 8546125acd4..b4c3ca5e275 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.9-SNAPSHOT + 10.0.10 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 3c00adf5401..41e406016c9 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml index ddf4a61226a..dd05c662abf 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.9-SNAPSHOT + 10.0.10 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 92955506f1a..6970d196d13 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.9-SNAPSHOT + 10.0.10 4.0.0 diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml index bc09e18ecd5..cac7ca662f0 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.9-SNAPSHOT + 10.0.10 4.0.0