diff --git a/VERSION.txt b/VERSION.txt
index 21c7f82f49ea..2ca0db535ad6 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,36 @@
-jetty-11.0.9-SNAPSHOT
+jetty-11.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-11.0.8 - 07 February 2022
+ 2504 Expose more WebSocket details in JMX and Server Dump
@@ -22,7 +54,7 @@ jetty-11.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`
@@ -41,7 +73,7 @@ jetty-11.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
@@ -86,7 +118,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`
@@ -105,7 +137,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
@@ -133,7 +165,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()
@@ -703,7 +735,7 @@ jetty-11.0.0.beta1 - 10 July 2020
SETTINGS Frame.
+ 4903 Give better errors for non public Websocket Endpoints
+ 4904 WebsocketClient creates more connections than needed
- + 4907
+ + 4907
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
+ 4920 Restore ability to delete sessions on stop
+ 4921 Quickstart run improperly runs dynamically added context initializers
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index c3e64306d61a..ee9fac642131 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 87c85529209e..34b948431d85 100644
--- a/build-resources/pom.xml
+++ b/build-resources/pom.xml
@@ -7,7 +7,7 @@
-->
org.eclipse.jetty
build-resources
- 11.0.9-SNAPSHOT
+ 11.0.9
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 a4a7297f2e65..3a7db73d9e64 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 91ab3a743c06..3cddf83e7416 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 c35d0adb5747..fc5a1dc987c1 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml
index 8de421cf9a8f..e4606374aa1a 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml
index 38d0798e89bc..153fbb7d0de2 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
- 11.0.9-SNAPSHOT
+ 11.0.9
demo-jaas-webapp
Demo :: JAAS :: WebApp
diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml
index 8ba3cc6aabfc..8ee4f1171a55 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
- 11.0.9-SNAPSHOT
+ 11.0.9
../pom.xml
4.0.0
diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml
index 5efbb2f8bbfd..0a7043ff755e 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
- 11.0.9-SNAPSHOT
+ 11.0.9
demo-jndi-webapp
Demo :: JNDI :: WebApp
diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml
index 327c21fc7c0f..0b1cdf96e901 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml
index bfc3f660ab44..ac6190ee7ed7 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
- 11.0.9-SNAPSHOT
+ 11.0.9
Demo :: Mock Resources
demo-mock-resources
diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml
index f2c173f0225e..68c5a390d1db 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
demo-proxy-webapp
diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml
index db7fadb35db6..4b01dcf0d82a 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml
index 2da6e8d34174..2bf0e51dce62 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
- 11.0.9-SNAPSHOT
+ 11.0.9
../../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 1ba59f79194c..999106fb5a37 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
- 11.0.9-SNAPSHOT
+ 11.0.9
../../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 8a2d442b31f2..b64ddec7a73e 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
- 11.0.9-SNAPSHOT
+ 11.0.9
../../pom.xml
diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml
index a7bcc2f6b577..98d7570d3235 100644
--- a/demos/demo-spec/pom.xml
+++ b/demos/demo-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
Demo :: Servlet Spec
demo-spec
diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml
index 0abe1a9e033b..6ee4802b8e43 100644
--- a/demos/embedded/pom.xml
+++ b/demos/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
demos-jetty-embedded
diff --git a/demos/pom.xml b/demos/pom.xml
index 4f0753f9b27a..13507e6ea280 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml
index 02157efa60b1..d929bf1ed9e3 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml
index 3265cf6a80d2..006f24b172d3 100644
--- a/documentation/jetty-documentation/pom.xml
+++ b/documentation/jetty-documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.documentation
documentation-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/documentation/pom.xml b/documentation/pom.xml
index d4faa314cf99..82096ab7d143 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/glassfish-jstl/pom.xml b/glassfish-jstl/pom.xml
index bb8786e86e57..52bcf7a2833a 100644
--- a/glassfish-jstl/pom.xml
+++ b/glassfish-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
glassfish-jstl
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index 849d9b36aa2b..1f4d8d62333f 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index a5873d5fd595..19c4dd6ef54b 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 7c3b5ed9172b..85d8b7a5f02b 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index 8960fd166aeb..d8c53d8af24b 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index c7b4a91a639d..9bf925be3517 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index edf1d4766f3f..e09cc5d02a10 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index 3f0f06ad91ce..e991f653aa17 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 74c1ae38afba..b496f3d6b80f 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 38e150a08c3e..004d6712a593 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 9b3d8387db9e..772f5ce05366 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index 089c5dab5564..c947b76f354c 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
jetty-bom
@@ -53,57 +53,57 @@
org.eclipse.jetty
apache-jsp
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
glassfish-jstl
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-alpn-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-alpn-java-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-alpn-java-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-alpn-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-annotations
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-ant
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
@@ -113,99 +113,99 @@
org.eclipse.jetty
jetty-deploy
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.fcgi
fcgi-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.fcgi
fcgi-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-home
- 11.0.9-SNAPSHOT
+ 11.0.9
zip
org.eclipse.jetty
jetty-home
- 11.0.9-SNAPSHOT
+ 11.0.9
tar.gz
org.eclipse.jetty
jetty-http
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.http2
http2-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.http2
http2-common
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.http2
http2-hpack
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.http2
http2-http-client-transport
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.http2
http2-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.http3
http3-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.http3
http3-common
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.http3
http3-http-client-transport
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.http3
http3-qpack
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.http3
http3-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-http-spi
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
infinispan-common
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
@@ -215,7 +215,7 @@
org.eclipse.jetty
infinispan-remote-query
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
@@ -225,37 +225,37 @@
org.eclipse.jetty
infinispan-embedded-query
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-hazelcast
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-io
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-jaas
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-jaspi
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-jmx
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-jndi
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
@@ -265,12 +265,12 @@
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-nosql
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.osgi
@@ -280,92 +280,92 @@
org.eclipse.jetty.osgi
jetty-osgi-boot
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.quic
quic-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.quic
quic-common
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.quic
quic-quiche-common
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.quic
quic-quiche-jna
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.quic
quic-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.osgi
jetty-httpservice
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-plus
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-proxy
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-quickstart
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-rewrite
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-security
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-openid
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-servlet
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-servlets
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
@@ -375,97 +375,97 @@
org.eclipse.jetty
jetty-unixdomain-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-unixsocket-common
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-unixsocket-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-unixsocket-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-util
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-util-ajax
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-webapp
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.websocket
websocket-jakarta-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.websocket
websocket-jakarta-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.websocket
websocket-jakarta-common
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.websocket
websocket-jetty-api
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.websocket
websocket-jetty-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.websocket
websocket-jetty-common
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.websocket
websocket-jetty-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.websocket
websocket-servlet
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.websocket
websocket-core-common
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.websocket
websocket-core-client
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty.websocket
websocket-core-server
- 11.0.9-SNAPSHOT
+ 11.0.9
org.eclipse.jetty
jetty-xml
- 11.0.9-SNAPSHOT
+ 11.0.9
@@ -481,7 +481,7 @@
org.eclipse.jetty.quic
quic-quiche-foreign-incubator
- 11.0.9-SNAPSHOT
+ 11.0.9
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 0df8339df377..c2a3b6aed8d7 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index de527eccc6cd..1d24467d2f7b 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index 7a92090bd37a..08003e99c240 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index d00baec4f8ec..9521b3d99020 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 948d861939d9..a2731a9e40dd 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 5bddb5b9e030..fdbc2d5e7776 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 8e234bdfc4ef..747ac03ad189 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 8a6f6a19aa45..ffbaba96166f 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index ab23702ebd26..7ab51dce0d09 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 8210e18c7ee3..66edf31117d0 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index f052cc9ec31a..24d6ee0b0bb4 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 938be2293ce8..474590ec56d9 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index 04b0e33770df..a7b9d57e7613 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index 867e6ea8d77c..2e5ebeb312e5 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index 1309a0ad71bc..deb35d822886 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index 1490a2f7ce3d..7fe477a3f298 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index c05a23128238..118d3631b8be 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 944273847dfc..11ac7f1e2cf9 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml
index 5a845f18df20..5f3337794309 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml
index 733704c1ff88..da584dd4acdf 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml
index bc9cf4739317..31c7ec2c9fa5 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml
index 6a44d621ee87..ace2c8d836cf 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml
index e719954e7f83..7c6c2e9f6fb5 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml
index 64596678e3aa..2b7d2ac74181 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml
index fd99a77ae917..b05e7d60b4e5 100644
--- a/jetty-http3/pom.xml
+++ b/jetty-http3/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index 86681d580181..ce4856705b65 100644
--- a/jetty-infinispan/infinispan-common/pom.xml
+++ b/jetty-infinispan/infinispan-common/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index 1ff35b2901d5..a50f0a194380 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index 875704cce7e9..900b0555074d 100644
--- a/jetty-infinispan/infinispan-embedded/pom.xml
+++ b/jetty-infinispan/infinispan-embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index 51833b6db65a..5c531042f866 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 0d1ceb50c8ac..aab8b313ea83 100644
--- a/jetty-infinispan/infinispan-remote/pom.xml
+++ b/jetty-infinispan/infinispan-remote/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 0bdcf7eff881..8ed427993085 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index 64da04ca4fd6..8124332efac1 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 57902466067a..bad7ac13cdc7 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 72fc6c74f243..d19a5e9ebfd3 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 27e1c5e6faf0..caac8cb50709 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index d179c072a15e..fc6c5f395f89 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index f1afba7d629b..25cc20af9136 100644
--- a/jetty-jspc-maven-plugin/pom.xml
+++ b/jetty-jspc-maven-plugin/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml
index b21b8f3665e4..eb68a080ca41 100644
--- a/jetty-keystore/pom.xml
+++ b/jetty-keystore/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-keystore
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index f26b58060fbe..1e528d6842ab 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
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 e02f46ab9dc9..bf3c8309055b 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index df759b53b8df..79b27fbb55dc 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 45e88511d12f..a1d514dd1da9 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 5bf2fc1c3fa4..1604337e365c 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 4b736d3bd989..fa2fa8dbe9be 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
- 11.0.9-SNAPSHOT
+ 11.0.9
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
index a21776fcf8f0..a04b82d4cb69 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 1a7522fdfd7f..c500a33af83f 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
- 11.0.9-SNAPSHOT
+ 11.0.9
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index 0ff6ca59dfb2..df2a4567245f 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 eeac4696ec0b..06df20bd8230 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 76ec1369ada5..1ed0a6592a67 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index b0e13b7d7060..b52e8af59198 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 17671993981a..25269a9276fd 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
- 11.0.9-SNAPSHOT
+ 11.0.9
../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 d69735e96b6e..239511490de3 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 a49309154772..b2bdadd81400 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 bb3a69d9a415..fb1c0e949946 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
- 11.0.9-SNAPSHOT
+ 11.0.9
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index c51318666af7..411acd11f7a8 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
- 11.0.9-SNAPSHOT
+ 11.0.9
../pom.xml
4.0.0
diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml
index b2f5f9165af5..e3c1f51e82f3 100644
--- a/jetty-p2/pom.xml
+++ b/jetty-p2/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-p2
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 995466de2b8b..1d15bfd8aaee 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index a64612babd63..3b6f62f1727a 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml
index 7def6c83e4ae..c2ce1eba9fba 100644
--- a/jetty-quic/pom.xml
+++ b/jetty-quic/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml
index 2a56f211c0cc..cfe77b95b0d2 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml
index 2502291a4752..ab6271d5716e 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml
index 4e04c7cc11ff..55678be4a91f 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 5b531c474e01..8e6b1d2cf186 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 690fc5a8fb93..eccf189023ac 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 e5e756fd4d09..08796f4dc313 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml
index 8368db577f1f..f3ee0493e196 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index ff8f23dc4502..7f2bce48ff4a 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index 4a19ffc3b772..f107d46c434b 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 6b765bd87301..fb576a0b6e07 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index eb617bf9e35c..ec06abe9cf8c 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 38fca9018e72..ae8920706e6d 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 4123931bb6f2..c016aacade88 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 18370ec7fc43..3b82a900ac61 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml
index 701459e0e674..90bc30945579 100644
--- a/jetty-slf4j-impl/pom.xml
+++ b/jetty-slf4j-impl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index 26f94ee52e03..663640fb8abc 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-start
diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml
index 72d322371d14..10090f9859b4 100644
--- a/jetty-unixdomain-server/pom.xml
+++ b/jetty-unixdomain-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml
index ad4d5a655177..ae2358e91a9d 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml
index a2993f3dd1af..84c498b9653f 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml
index c9eb47b30e56..f3c1768fe33f 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 478fac406c04..891c8f9fa35e 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index bb506c8a1cc5..5263e2b6ed7c 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index da1ca979df80..3ea658b382c2 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index ea219d5520fe..bbaabcfc6193 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 967d04f605a7..d229b8ddbc9f 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml
index 5ec20bdf9a9b..0808892e1cb8 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml
index 9bbd7ac8f8eb..81810978ed6a 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml
index 007061a29e10..d18c9dd44d3e 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml
index 52fd77a52765..906f09734033 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-jakarta-client/pom.xml b/jetty-websocket/websocket-jakarta-client/pom.xml
index a99c9353cb3a..5398c0636f89 100644
--- a/jetty-websocket/websocket-jakarta-client/pom.xml
+++ b/jetty-websocket/websocket-jakarta-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-jakarta-common/pom.xml b/jetty-websocket/websocket-jakarta-common/pom.xml
index 8b0596186369..fb05395def66 100644
--- a/jetty-websocket/websocket-jakarta-common/pom.xml
+++ b/jetty-websocket/websocket-jakarta-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-jakarta-server/pom.xml b/jetty-websocket/websocket-jakarta-server/pom.xml
index 85f3e427f0b1..62a2aadf7aa1 100644
--- a/jetty-websocket/websocket-jakarta-server/pom.xml
+++ b/jetty-websocket/websocket-jakarta-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-jakarta-tests/pom.xml b/jetty-websocket/websocket-jakarta-tests/pom.xml
index 2d836200f176..77a1e1f4b9cd 100644
--- a/jetty-websocket/websocket-jakarta-tests/pom.xml
+++ b/jetty-websocket/websocket-jakarta-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml
index 3018c47becf2..672c7bf270d8 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml
index 645acca1bcf9..091b03454b5e 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml
index 119a1f01d63b..b65472adcf0d 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml
index 09bde12b4727..7974946178eb 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml
index eef7bb1ebd27..3b7f93a60391 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index 44fd8f3424aa..9222df5ecb67 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 429125a57238..e632f02b790f 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index d4b9b41a4940..52dd80307bae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml
index 8fc3d8ebbc22..f7d74dbdbeed 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index 8e949b473671..a173973479a1 100644
--- a/tests/jetty-jmh/pom.xml
+++ b/tests/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/tests/pom.xml b/tests/pom.xml
index 8aef33724481..ba65bf4a2c71 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.9-SNAPSHOT
+ 11.0.9
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml
index 5d73ce181c63..8ed7cf7574e1 100644
--- a/tests/test-cdi/pom.xml
+++ b/tests/test-cdi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 97a127adfdfa..46b6835d576d 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index 6e76a3b9f56c..baf78632a8a9 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index debcdab9bb5f..11b127401660 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
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 2598e7f0a797..77374a53ef26 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 1184f6717872..8087b5326014 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
- 11.0.9-SNAPSHOT
+ 11.0.9
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 078693910ccb..c5274f886ac8 100644
--- a/tests/test-jmx/pom.xml
+++ b/tests/test-jmx/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
test-jmx-parent
diff --git a/tests/test-jndi/pom.xml b/tests/test-jndi/pom.xml
index 95aed3102672..61d62fff3406 100644
--- a/tests/test-jndi/pom.xml
+++ b/tests/test-jndi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml
index 41dde6e77a7d..fcf09635804a 100644
--- a/tests/test-jpms/pom.xml
+++ b/tests/test-jpms/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
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 71ab2d15bfee..cbebace9fb6f 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
test-jpms-websocket-core
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index 1dbaec80d090..8e0b8d338860 100644
--- a/tests/test-loginservice/pom.xml
+++ b/tests/test-loginservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index 33f3737a0d28..6ba61b5383d7 100644
--- a/tests/test-quickstart/pom.xml
+++ b/tests/test-quickstart/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 2211924e6dcd..662f5604a8e5 100644
--- a/tests/test-sessions/pom.xml
+++ b/tests/test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
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 de6d5a7aeb58..42d4e24f0796 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 a025e44b3252..3c1dde5344f6 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 8b1d1939f2b6..f82ba2368f9b 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 3cbc48d20daa..623762d92f37 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 fcf569becbe8..8f0e3210de6d 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 e918e59406d4..df136a7a46f3 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 f776e158e46c..c48b2ee16431 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 255c263271e0..ddb689de87ce 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
- 11.0.9-SNAPSHOT
+ 11.0.9
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 4cc6b337fe45..60932337448e 100644
--- a/tests/test-webapps/pom.xml
+++ b/tests/test-webapps/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 11.0.9-SNAPSHOT
+ 11.0.9
../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 e01de6a1b075..3782181734bc 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 1fe3eaeb7bd1..828e216b6dfa 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index 2cf9b26c7f23..e8ef98d42031 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index be36d6a5b8d2..76c8d0bea5a0 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml
index fdceeb101ea1..cc4b85fce8fd 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 a401165a3f27..64b3478e82f0 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 a108b999f982..be370100bcaa 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 d67ef103184a..14d5963af99a 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 6a3722779174..8766de49c697 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 79ab7e09b9b5..ac09f96f5644 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml
index a1bdd325c699..e30159f42803 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
- 11.0.9-SNAPSHOT
+ 11.0.9
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 bc507cc69613..a63f04126038 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0
diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml
index c757333c8be1..e279f6b03419 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
- 11.0.9-SNAPSHOT
+ 11.0.9
4.0.0