diff --git a/VERSION.txt b/VERSION.txt
index fce74a55543d..53098801b530 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,27 @@
-jetty-11.0.0-SNAPSHOT
+jetty-11.0.0 - 02 December 2020
+ + 1923 GCThreadLeakPreventer won't work with Java 9
+ + 4711 Reset trailers on recycled response
+ + 5086 Review Scanner locking
+ + 5272 The UserStore and PropertyUserStore classes are hard to re-use for
+ caching eg JDBC data
+ + 5310 Jetty Http2 client discards the response fames when there is GOAWAY and
+ sends RST_STREAM
+ + 5320 Using WebSocketClient with jetty-websocket-httpclient.xml in a Jetty
+ web application causes ClassCastException
+ + 5486 PropertyFileLoginModule retains PropertyUserStores
+ + 5488 jetty-dir.css not found when using JPMS
+ + 5493 StatisticsHandler broken for async applications
+ + 5521 ResourceCollection NPE in list()
+ + 5535 Support regex in SslContextFactory include/exclude of protocols
+ + 5539 StatisticsServlet output is not valid
+ + 5555 NPE for servlet with no mapping
+ + 5562 ArrayTernaryTrie consumes too much memory
+ + 5575 Add SEARCH as a known HttpMethod
+ + 5605 java.io.IOException: unconsumed input during http request parsing
+ + 5633 Allow to configure HttpClient request authority
+ + 5679 Distro argument --list-all-modules does not work
+ + 5680 No way to see which modules are enabled for the distro
+ + 5691 HttpInput may skip setting fill interest
jetty-11.0.0.beta3 - 21 October 2020
+ 5022 Cleanup ServletHandler, specifically with respect to making filter
@@ -132,7 +155,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
@@ -184,7 +207,8 @@ jetty-9.4.35.v20201120 - 20 November 2020
+ 5539 StatisticsServlet output is not valid
+ 5562 ArrayTernaryTrie consumes too much memory
+ 5575 Add SEARCH as a known HttpMethod
- + 5605 CVE-2020-27218 java.io.IOException: unconsumed input during http request parsing
+ + 5605 CVE-2020-27218 java.io.IOException: unconsumed input during http
+ request parsing
+ 5633 Allow to configure HttpClient request authority
jetty-9.4.34.v20201102 - 02 November 2020
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index f5d97e734fc9..3f1dd95a19dc 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index 128a5f77cbb7..dcc527d3d238 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 5e95f251aba0..bd24a4fe581d 100644
--- a/build-resources/pom.xml
+++ b/build-resources/pom.xml
@@ -2,7 +2,7 @@
4.0.0
org.eclipse.jetty
build-resources
- 11.0.0-SNAPSHOT
+ 11.0.0
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 9c48bb688ae4..2263bfc2f00c 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.0-SNAPSHOT
+ 11.0.0
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 2b03a3f0a516..0d9693f88acd 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.0-SNAPSHOT
+ 11.0.0
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 f79f68e23233..b9dcbb32091c 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml
index a6c2e9c200ed..5314d38b4d44 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml
index eae94bdf24f8..66e12258e624 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.0-SNAPSHOT
+ 11.0.0
demo-jaas-webapp
Demo :: JAAS :: WebApp
diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml
index ca2b0a1b0d80..d09abb23121e 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.0-SNAPSHOT
+ 11.0.0
../pom.xml
4.0.0
diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml
index bf0bf20202e3..6df5c03043a7 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.0-SNAPSHOT
+ 11.0.0
demo-jndi-webapp
Demo :: JNDI :: WebApp
diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml
index 6310425d3ebc..9d6acb83fc6c 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.0-SNAPSHOT
+ 11.0.0
Demo :: Mock Resources
demo-mock-resources
diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml
index 526986aab4e6..07ff71684dae 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.0-SNAPSHOT
+ 11.0.0
4.0.0
demo-proxy-webapp
diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml
index d5c6e4b7adb9..74c4e8b6fbd8 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.0-SNAPSHOT
+ 11.0.0
../../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 0e2fe2a97b1a..d8a757a17db8 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.0-SNAPSHOT
+ 11.0.0
../../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 fd24d0391c5e..ea00889b11d2 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.0-SNAPSHOT
+ 11.0.0
../../pom.xml
diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml
index b384d59fbecb..75893178b000 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.0-SNAPSHOT
+ 11.0.0
Demo :: Servlet Spec
demo-spec
diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml
index 7870bcda36f6..e68f6970190a 100644
--- a/demos/embedded/pom.xml
+++ b/demos/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demos-parent
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
demos-jetty-embedded
diff --git a/demos/pom.xml b/demos/pom.xml
index f4d8eaea03ba..967683bedf91 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index adcf6fe01cf5..e541dcd7673d 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index 6f6c2652175f..59c8ccca38a5 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.0-SNAPSHOT
+ 11.0.0
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 d974b771006e..0ddb18d1a6a0 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index 7721f7f23ac5..0688d7a9d6ba 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index 89618a08de58..232e4148e83c 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index a8eff3c60df3..0211d4d7f7db 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index 005839426f7d..9506666f5401 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.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index f2ee9ae91878..1707b9e4b916 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 11a34ff123e3..7630e278070f 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 76a9e4470a0b..c26d29e4ee82 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index 31bd1633a2dd..f5db5383055c 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -9,7 +9,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
@@ -53,334 +53,334 @@
org.eclipse.jetty
apache-jsp
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
apache-jstl
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-alpn-client
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-alpn-java-client
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-alpn-java-server
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-alpn-server
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-annotations
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-ant
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-client
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-deploy
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.fcgi
fcgi-client
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.fcgi
fcgi-server
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-home
- 11.0.0-SNAPSHOT
+ 11.0.0
zip
org.eclipse.jetty
jetty-home
- 11.0.0-SNAPSHOT
+ 11.0.0
tar.gz
org.eclipse.jetty
jetty-http
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.http2
http2-client
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.http2
http2-common
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.http2
http2-hpack
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.http2
http2-http-client-transport
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.http2
http2-server
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-http-spi
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
infinispan-common
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
infinispan-remote-query
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
infinispan-embedded-query
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-hazelcast
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-io
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-jaas
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-jaspi
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-jmx
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-jndi
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-nosql
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.osgi
jetty-osgi-boot
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.osgi
jetty-httpservice
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-plus
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-proxy
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-quickstart
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-rewrite
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-security
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-openid
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-server
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-servlet
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-servlets
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-unixsocket-common
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-unixsocket-client
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-unixsocket-server
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-util
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-util-ajax
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-webapp
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.websocket
websocket-jakarta-client
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.websocket
websocket-jakarta-server
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.websocket
websocket-jakarta-common
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.websocket
websocket-jetty-api
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.websocket
websocket-jetty-client
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.websocket
websocket-jetty-common
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.websocket
websocket-jetty-server
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.websocket
websocket-servlet
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.websocket
websocket-core-common
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.websocket
websocket-core-client
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty.websocket
websocket-core-server
- 11.0.0-SNAPSHOT
+ 11.0.0
org.eclipse.jetty
jetty-xml
- 11.0.0-SNAPSHOT
+ 11.0.0
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index 2d06f9029d76..9f9d31232856 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index cafba1483948..38ca99b6941c 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index acf0c6d48855..a0ec519542a5 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index 3a9d1ab81dce..c9e046d90ff8 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index 5396e7e85110..42fc31013845 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 5afbaa581e08..c5368b49a599 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 638bf5a9e03c..98b25f2bb1ee 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 583e5b18a352..2c2c68949220 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 93704d0e814a..2f5cfb403254 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index 7dc0e1833f03..9049d334c853 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index f63a2e3e5c5c..e2c277bfdd9b 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index 23aec30382f3..47a1f66ae044 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index fec8cccd5121..df057b55758b 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index c323d4e87594..07d507bf7080 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index f9935b93fcf9..4596cb3d6387 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index e82707f21719..94456b774fa1 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index f7ae0fe19136..216120c75f86 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index 64f1053ce6fc..e93942e9b237 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 02cd0d9022e4..b85be370f26c 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index 2541cc59e6a7..f6aa348b14c7 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.0-SNAPSHOT
+ 11.0.0
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index ab04d53606bc..d10e79a6aa6c 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.0-SNAPSHOT
+ 11.0.0
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index 92a89d48d201..d8259b6991fd 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.0-SNAPSHOT
+ 11.0.0
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index e1e691b00153..3cdf5278df8a 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.0-SNAPSHOT
+ 11.0.0
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 34126c2d4682..0feb89123c26 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.0-SNAPSHOT
+ 11.0.0
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 61177b83a3fc..0b4aa6651c99 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index faabb525b0f7..ac1935e32272 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 0983d7ff70b7..067d8b890101 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 213af9d3f09f..c980a02ac6a1 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index fcc5c15f7104..bc57356d96f0 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 74527f2e0ad7..91717d974909 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index caada3bac4c2..e155ba62bfdc 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.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index d8ac39155d80..e0923073da55 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
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 cabe489cdfd3..a7e8c0b326ae 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index fc440fd8375e..57130dd12eb0 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index ac66461938eb..079821480741 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 21916491bcfc..ebac71f3a5d0 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 8e084d93e5f7..4ac2b490a2f2 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.0-SNAPSHOT
+ 11.0.0
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
index ffd4b02934b8..b09a9da38ce7 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.0-SNAPSHOT
+ 11.0.0
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 df0a0536519b..d8acba44ba50 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.0-SNAPSHOT
+ 11.0.0
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index 45a187e245fc..644096f7813b 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.0-SNAPSHOT
+ 11.0.0
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 498b0724b887..094fe2f73f1b 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.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 38f6189573dc..cfea996dc989 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 83b9404a8cff..35d26f98297a 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.0-SNAPSHOT
+ 11.0.0
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 5d34e80c3dd1..431b7aa677d5 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.0-SNAPSHOT
+ 11.0.0
../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 52ca6e640507..2c3c4ee574f8 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.0-SNAPSHOT
+ 11.0.0
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 59e5cb3e67b3..a9b0b1911655 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.0-SNAPSHOT
+ 11.0.0
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 b0224081b73b..1d8d66b6f6f3 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.0-SNAPSHOT
+ 11.0.0
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index c318c5f38264..1887099c8c96 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.0-SNAPSHOT
+ 11.0.0
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 5309efe1d8cc..5dee2564b159 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index c67a00dcb475..dfae26d974d1 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 3ddcedc29a00..36f795a047ba 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index 4b7c6caa99d6..99e655e9b109 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index bc172816c05c..48add7c321b7 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index 2c61dfcf622e..5b200606bd28 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 2383ddecd3c5..f05ef60592e1 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 8cee2c42b3c6..3cf918afa020 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index ff505063f9c7..2c0152a3878f 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml
index 7ae683af9464..83646699dc7a 100644
--- a/jetty-slf4j-impl/pom.xml
+++ b/jetty-slf4j-impl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index 4f3c67b72a09..85cb1396b954 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-start
diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml
index f8de0bf092b9..1b553892f846 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml
index ad2af3bee7d2..c2c18302a125 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml
index 057676f06814..101e7c8fb6b3 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 3243c8b7b765..bf47881612a4 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index d88e3091e739..da0a5db08f4d 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index f147f54232ac..0d14d001e4ec 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index a5b0f2fa430f..9662ab4a2916 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 39d742d713d0..40e7a4235fce 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml
index 027937600dd6..02a407adf04e 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml
index ede44a086bc5..1483d08b5b5c 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml
index 293985e59c79..e4cd3dcd50ca 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml
index be21f84e9bfd..eb42b36818fb 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-jakarta-client/pom.xml b/jetty-websocket/websocket-jakarta-client/pom.xml
index 22dccb083f6d..45f00f92962a 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-jakarta-common/pom.xml b/jetty-websocket/websocket-jakarta-common/pom.xml
index d16d72723ad3..c3193dbf24ad 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-jakarta-server/pom.xml b/jetty-websocket/websocket-jakarta-server/pom.xml
index 5e716a7d36a0..e6691f0fd7eb 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-jakarta-tests/pom.xml b/jetty-websocket/websocket-jakarta-tests/pom.xml
index 913051e97ec7..515cfe0d398f 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml
index f242a50b7893..f81160fbd251 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml
index 7f8c7e1292e9..2ec8b8b67e5d 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml
index 148bc66627ff..b9ef9a9e31ec 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml
index 495f77f83428..14ed3366ad13 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml
index 5a5b52e0dfc9..754b3271bccf 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index 37f03b0da3d0..f6f2f14e9df3 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 6ca6070c6b4e..5b33e8bb8a81 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index 4a24462d5eab..13d0aa995d65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml
index d601319dda8d..a49c0abc3724 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index 7bdf26e8f3ec..51614af7a289 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/tests/pom.xml b/tests/pom.xml
index 4af9fc7eb0e2..0cc5c7e96a78 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 11.0.0-SNAPSHOT
+ 11.0.0
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml
index 9bcbf0d8c462..4647fe55b98c 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index b90b1da70c87..ac15226e7f61 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index fe3633d25b0d..960a19e2b2a6 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 94b85b21f0e9..af353d9248d7 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.0-SNAPSHOT
+ 11.0.0
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 ad72c7a75b98..034bbd5b1fc7 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.0-SNAPSHOT
+ 11.0.0
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 2ae9accc479c..05833cd9642c 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.0-SNAPSHOT
+ 11.0.0
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 24fa4205bcb3..0fc500956e70 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.0-SNAPSHOT
+ 11.0.0
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index 36f618fcfb44..2bd603a6210d 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.0-SNAPSHOT
+ 11.0.0
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index 317d9edebb0d..a5589fdc2c89 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.0-SNAPSHOT
+ 11.0.0
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 514e8ef59584..b75236176f20 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.0-SNAPSHOT
+ 11.0.0
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 b511d95528a6..b7c33a2f08ae 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.0-SNAPSHOT
+ 11.0.0
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 15ed59cb407f..2a49c4677d18 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.0-SNAPSHOT
+ 11.0.0
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 3c8e634480a4..c0ad7e9c189b 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.0-SNAPSHOT
+ 11.0.0
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 bad11b3ddabe..e14d2eff9e2e 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.0-SNAPSHOT
+ 11.0.0
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 cc2d9935663d..3cab8fc57480 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.0-SNAPSHOT
+ 11.0.0
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 a12e44e55f9a..023d977a5c86 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.0-SNAPSHOT
+ 11.0.0
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 fbb9381ad510..24d4bf9037fa 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.0-SNAPSHOT
+ 11.0.0
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 1a812e78cda4..b943653162ce 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.0-SNAPSHOT
+ 11.0.0
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index e0c4b879d061..836a98a8f88d 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.0-SNAPSHOT
+ 11.0.0
../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 cce3613d5629..1e329a88106e 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.0-SNAPSHOT
+ 11.0.0
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 fd9502bf31b6..446b62a9c713 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index f179a8970fb1..37c53a717e80 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 75073af9b5da..c072625807fe 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.0-SNAPSHOT
+ 11.0.0
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 2817dce5f82e..1b2640547e56 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/tests/test-webapps/test-simple-webapp/pom.xml b/tests/test-webapps/test-simple-webapp/pom.xml
index 6e218d2f1efe..dc5688c4a049 100644
--- a/tests/test-webapps/test-simple-webapp/pom.xml
+++ b/tests/test-webapps/test-simple-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 11.0.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index f94eeaf62e62..49b0b707ebee 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.0-SNAPSHOT
+ 11.0.0
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 b0cb60696b42..1693a00fc210 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.0-SNAPSHOT
+ 11.0.0
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 76b82d0581e4..d80415bc3db9 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.0-SNAPSHOT
+ 11.0.0
4.0.0
diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml
index b84671f41cb8..2fb982be4a3d 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.0-SNAPSHOT
+ 11.0.0
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 797d902d0aa8..644b996fbb8b 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.0-SNAPSHOT
+ 11.0.0
4.0.0