diff --git a/VERSION.txt b/VERSION.txt
index fca43ccfd5d..810ed6251ac 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,17 @@
-jetty-10.0.15-SNAPSHOT
+jetty-10.0.15 - 11 April 2023
+ + 6184 JEP-411 will deprecate/remove the SecurityManager from the JVM
+ + 6483 Jetty http client SSL connectivity over CNTLM proxy fails
+ + 9237 Decouple QTP `idleTimeout` from pool shrink rate
+ + 9309 `jetty.sh` cannot handle complex Jetty properties from `start.d/*.ini`
+ + 9400 Jetty logs warning with stacktrace when annotation parser encounters
+ module-info.class file inside elasticsearch-x-content jar
+ + 9464 Respect expiry time of ID token
+ + 9468 Jetty 11.0.14 is less tolerant of non-compliant cookies than 11.0.13
+ + 9497 Maven plugin effective web xml: add support for jar projects
+ + 9501 jetty client with proxy - ssl traffic between both proxy and servers
+ + 9517 Jetty 10.0.14 uses wrong pathSpec for request
+ + 9556 Password Util does not ask for password
+ + Jetty-10 null
jetty-10.0.14 - 22 February 2023
+ 7650 QueuedThreadPool: Stopped without executing or closing null
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index c8afcb40106..07a00e62d5f 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index 6bd0123c054..f1c82850e39 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 76a3793bed9..6d372599da2 100644
--- a/build-resources/pom.xml
+++ b/build-resources/pom.xml
@@ -7,7 +7,7 @@
-->
org.eclipse.jetty
build-resources
- 10.0.15-SNAPSHOT
+ 10.0.15
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 8a048e43b18..f0e81abd9d7 100644
--- a/demos/demo-async-rest/demo-async-rest-jar/pom.xml
+++ b/demos/demo-async-rest/demo-async-rest-jar/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demo-async-rest-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 4d5c42dbda3..149181546f7 100644
--- a/demos/demo-async-rest/demo-async-rest-server/pom.xml
+++ b/demos/demo-async-rest/demo-async-rest-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demo-async-rest-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 69aeafefae5..915bc8c349a 100644
--- a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml
+++ b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demo-async-rest-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml
index 097e229f613..3150f6a8672 100644
--- a/demos/demo-async-rest/pom.xml
+++ b/demos/demo-async-rest/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml
index ca6d6d18dca..61cb51e87f2 100644
--- a/demos/demo-jaas-webapp/pom.xml
+++ b/demos/demo-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
demo-jaas-webapp
Demo :: JAAS :: WebApp
diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml
index a5e7c614a2a..0a6d5919284 100644
--- a/demos/demo-jetty-webapp/pom.xml
+++ b/demos/demo-jetty-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
../pom.xml
4.0.0
diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml
index 62ed54cecd9..fa98a5cae1c 100644
--- a/demos/demo-jndi-webapp/pom.xml
+++ b/demos/demo-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
demo-jndi-webapp
Demo :: JNDI :: WebApp
diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml
index 18d9adee749..a09582504e7 100644
--- a/demos/demo-jsp-webapp/pom.xml
+++ b/demos/demo-jsp-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml
index 3642f389ee6..f4243a5c44f 100644
--- a/demos/demo-mock-resources/pom.xml
+++ b/demos/demo-mock-resources/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
Demo :: Mock Resources
demo-mock-resources
diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml
index 3fbf410afaa..1468128a98d 100644
--- a/demos/demo-proxy-webapp/pom.xml
+++ b/demos/demo-proxy-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
demo-proxy-webapp
diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml
index c8f4f227c70..69d453b2f83 100644
--- a/demos/demo-simple-webapp/pom.xml
+++ b/demos/demo-simple-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml
index be996e5c383..9447c347810 100644
--- a/demos/demo-spec/demo-container-initializer/pom.xml
+++ b/demos/demo-spec/demo-container-initializer/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
../../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 ceac538b98a..a9de6444485 100644
--- a/demos/demo-spec/demo-spec-webapp/pom.xml
+++ b/demos/demo-spec/demo-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
../../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 3cb8c10bf64..7e3d0363a16 100644
--- a/demos/demo-spec/demo-web-fragment/pom.xml
+++ b/demos/demo-spec/demo-web-fragment/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
../../pom.xml
diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml
index 473eb296d13..078e15c252b 100644
--- a/demos/demo-spec/pom.xml
+++ b/demos/demo-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
Demo :: Servlet Spec
demo-spec
diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml
index 7e317f11962..a7cf23bfd34 100644
--- a/demos/embedded/pom.xml
+++ b/demos/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
demos-jetty-embedded
diff --git a/demos/pom.xml b/demos/pom.xml
index dfa1e7cf26a..d45a2b91ca9 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml
index 86140160be4..6309c4516b3 100644
--- a/documentation/jetty-asciidoctor-extensions/pom.xml
+++ b/documentation/jetty-asciidoctor-extensions/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.documentation
documentation-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml
index 637a486c16b..583aeaf0f83 100644
--- a/documentation/jetty-documentation/pom.xml
+++ b/documentation/jetty-documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.documentation
documentation-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/documentation/pom.xml b/documentation/pom.xml
index fef5da2cf37..531ad0b7f69 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index 742be10923b..c13fc0504fd 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index a5936eb6126..010d130a3ba 100644
--- a/jetty-alpn/jetty-alpn-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 6f8c391cbb5..3375c266e6c 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index ed5085eca5c..d08b40f5f03 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index 02c735b6134..2b646dde144 100644
--- a/jetty-alpn/jetty-alpn-java-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index b4038ff3f29..e228457807b 100644
--- a/jetty-alpn/jetty-alpn-java-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index b9052447b19..65d6d0a062b 100644
--- a/jetty-alpn/jetty-alpn-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index 1cf1cb78173..dc2693a3b66 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 5dc74abc70d..75d73d0de1d 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index b4bbfaf4d4d..c6f99effc77 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index 7a21b92d686..e75b3314e00 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
jetty-bom
@@ -53,409 +53,409 @@
org.eclipse.jetty
apache-jsp
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
apache-jstl
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-alpn-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-alpn-java-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-alpn-java-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-alpn-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-annotations
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-ant
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-cdi
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-deploy
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.fcgi
fcgi-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.fcgi
fcgi-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-home
- 10.0.15-SNAPSHOT
+ 10.0.15
zip
org.eclipse.jetty
jetty-home
- 10.0.15-SNAPSHOT
+ 10.0.15
tar.gz
org.eclipse.jetty
jetty-http
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.http2
http2-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.http2
http2-common
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.http2
http2-hpack
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.http2
http2-http-client-transport
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.http2
http2-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.http3
http3-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.http3
http3-common
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.http3
http3-http-client-transport
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.http3
http3-qpack
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.http3
http3-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-http-spi
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
infinispan-common
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
infinispan-remote-query
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
infinispan-embedded-query
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-hazelcast
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-io
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-jaas
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-jaspi
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-jmx
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-jndi
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-keystore
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-nosql
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.osgi
jetty-osgi-alpn
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.osgi
jetty-osgi-boot
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.quic
quic-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.quic
quic-common
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.quic
quic-quiche-common
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.quic
quic-quiche-jna
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.quic
quic-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.osgi
jetty-httpservice
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-plus
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-proxy
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-quickstart
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-rewrite
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-security
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-openid
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-servlet
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-servlets
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-slf4j-impl
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-unixdomain-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-unixsocket-common
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-unixsocket-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-unixsocket-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-util
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-util-ajax
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-webapp
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.websocket
websocket-javax-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.websocket
websocket-javax-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.websocket
websocket-javax-common
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.websocket
websocket-jetty-api
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.websocket
websocket-jetty-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.websocket
websocket-jetty-common
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.websocket
websocket-jetty-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.websocket
websocket-servlet
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.websocket
websocket-core-common
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.websocket
websocket-core-client
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty.websocket
websocket-core-server
- 10.0.15-SNAPSHOT
+ 10.0.15
org.eclipse.jetty
jetty-xml
- 10.0.15-SNAPSHOT
+ 10.0.15
@@ -471,7 +471,7 @@
org.eclipse.jetty.quic
quic-quiche-foreign-incubator
- 10.0.15-SNAPSHOT
+ 10.0.15
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index e8235a53366..f641b831d8b 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 3292f620ab1..c33470de1d1 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index dcb48c5ded9..0414f51fc53 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index 2d92757d470..515bdfdd3cc 100644
--- a/jetty-fcgi/fcgi-client/pom.xml
+++ b/jetty-fcgi/fcgi-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.fcgi
fcgi-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 3c3a74441f5..a8e179e648a 100644
--- a/jetty-fcgi/fcgi-server/pom.xml
+++ b/jetty-fcgi/fcgi-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.fcgi
fcgi-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 1990d1aa686..247c1e5f900 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 061a9317f81..dc5c43b1e1f 100644
--- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
+++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.gcloud
gcloud-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index a980b5a71cc..d9ade3c52e7 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index fcb7c8c77a7..5f9e29000a7 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 946f60ed34c..d1180ebe53c 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index e0e52513d37..8de1ddb0898 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 23b965bcc27..529c4815b4d 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index f68b9488587..8b3864f8fde 100644
--- a/jetty-http2/http2-client/pom.xml
+++ b/jetty-http2/http2-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index 474633eb1e8..84ab62dbbe6 100644
--- a/jetty-http2/http2-common/pom.xml
+++ b/jetty-http2/http2-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index 318dd76cffa..a404a381912 100644
--- a/jetty-http2/http2-hpack/pom.xml
+++ b/jetty-http2/http2-hpack/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index 43ef13d2c06..747faac74d0 100644
--- a/jetty-http2/http2-http-client-transport/pom.xml
+++ b/jetty-http2/http2-http-client-transport/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index a800d2c93e7..6e966847298 100644
--- a/jetty-http2/http2-server/pom.xml
+++ b/jetty-http2/http2-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index b934bb3bbc9..80a28fbe4cc 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml
index f4dd414bd9c..ea7f7ab4ad7 100644
--- a/jetty-http3/http3-client/pom.xml
+++ b/jetty-http3/http3-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml
index f896ba038b0..dc39e2a867b 100644
--- a/jetty-http3/http3-common/pom.xml
+++ b/jetty-http3/http3-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml
index 06d7757370b..8f0985af89d 100644
--- a/jetty-http3/http3-http-client-transport/pom.xml
+++ b/jetty-http3/http3-http-client-transport/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml
index a22b45195ca..c3df2b432a0 100644
--- a/jetty-http3/http3-qpack/pom.xml
+++ b/jetty-http3/http3-qpack/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml
index 65c4d24850f..032f1bb9cea 100644
--- a/jetty-http3/http3-server/pom.xml
+++ b/jetty-http3/http3-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml
index ca7374a0c5e..c39ee15c979 100644
--- a/jetty-http3/http3-tests/pom.xml
+++ b/jetty-http3/http3-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
http3-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml
index 87b067145b8..4c810210eae 100644
--- a/jetty-http3/pom.xml
+++ b/jetty-http3/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index 2b571b42e47..b27b5076868 100644
--- a/jetty-infinispan/infinispan-common/pom.xml
+++ b/jetty-infinispan/infinispan-common/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index c6cb617eda9..68a87e29532 100644
--- a/jetty-infinispan/infinispan-embedded-query/pom.xml
+++ b/jetty-infinispan/infinispan-embedded-query/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index 27f372f0315..dc3b449ba00 100644
--- a/jetty-infinispan/infinispan-embedded/pom.xml
+++ b/jetty-infinispan/infinispan-embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index 0d78b0be332..8156d9e93f6 100644
--- a/jetty-infinispan/infinispan-remote-query/pom.xml
+++ b/jetty-infinispan/infinispan-remote-query/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 35b583ec66c..42a3aa4117d 100644
--- a/jetty-infinispan/infinispan-remote/pom.xml
+++ b/jetty-infinispan/infinispan-remote/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index ebe7bccbcf8..47e0bcdfb5c 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index 860bd0ab674..303b32777cd 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 01df3cfddac..1d784deb81b 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 6f09182d0d5..ebedfef8791 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 62a5af20fa5..5cb49fe73c4 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 7e84b87b14d..1e664c3aa3b 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index 9743f8990f8..1226ecfa105 100644
--- a/jetty-jspc-maven-plugin/pom.xml
+++ b/jetty-jspc-maven-plugin/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml
index cdcfd1ea313..5fa70f268ac 100644
--- a/jetty-keystore/pom.xml
+++ b/jetty-keystore/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-keystore
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index abd59afbc77..24351750202 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
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 1e6ec481c14..283b062373e 100644
--- a/jetty-memcached/jetty-memcached-sessions/pom.xml
+++ b/jetty-memcached/jetty-memcached-sessions/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.memcached
memcached-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index e5d86d15a9c..197ffe20448 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 9ea0b71b0fa..f433ae55b64 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 2156689815c..e54765e5454 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 9728a47f5a4..01b0191571c 100644
--- a/jetty-osgi/jetty-osgi-alpn/pom.xml
+++ b/jetty-osgi/jetty-osgi-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.15-SNAPSHOT
+ 10.0.15
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
index 13d3f5a7395..e268eb519f4 100644
--- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.15-SNAPSHOT
+ 10.0.15
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 3009c68cc9d..4bc54032817 100644
--- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.15-SNAPSHOT
+ 10.0.15
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index ba0e1380b4b..5ddc4cb0bd2 100644
--- a/jetty-osgi/jetty-osgi-boot/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.15-SNAPSHOT
+ 10.0.15
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 46ba39fedc4..620ef7eab83 100644
--- a/jetty-osgi/jetty-osgi-httpservice/pom.xml
+++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index de7f8687783..7f6cae28f2f 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 17b7efe4e56..9ca8866b229 100644
--- a/jetty-osgi/test-jetty-osgi-context/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-context/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.15-SNAPSHOT
+ 10.0.15
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 73f1b12a564..135e27aa418 100644
--- a/jetty-osgi/test-jetty-osgi-fragment/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-fragment/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.15-SNAPSHOT
+ 10.0.15
../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 3303ecc7785..47005fb0d49 100644
--- a/jetty-osgi/test-jetty-osgi-server/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.15-SNAPSHOT
+ 10.0.15
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 1be61b9ab1b..6472390c398 100644
--- a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.15-SNAPSHOT
+ 10.0.15
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 fb7a8d47abf..39c7e7625a4 100644
--- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.15-SNAPSHOT
+ 10.0.15
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 208749e9842..3a66ab2b48b 100644
--- a/jetty-osgi/test-jetty-osgi/pom.xml
+++ b/jetty-osgi/test-jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 10.0.15-SNAPSHOT
+ 10.0.15
../pom.xml
4.0.0
diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml
index 6c3dd100884..7e5768bc6ae 100644
--- a/jetty-p2/pom.xml
+++ b/jetty-p2/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-p2
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 0badde71c79..b542ccbe02e 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index 1987711ecc8..218fa0a079f 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml
index 037d150f248..7d24ef946ed 100644
--- a/jetty-quic/pom.xml
+++ b/jetty-quic/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml
index 175a28b4c00..18f8e9530f5 100644
--- a/jetty-quic/quic-client/pom.xml
+++ b/jetty-quic/quic-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml
index 995df1edca2..aec0650e5bd 100644
--- a/jetty-quic/quic-common/pom.xml
+++ b/jetty-quic/quic-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml
index 8fea916aa14..c1c7143d9e1 100644
--- a/jetty-quic/quic-quiche/pom.xml
+++ b/jetty-quic/quic-quiche/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 1204e97016d..3e8f7f2b647 100644
--- a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml
+++ b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-quiche
- 10.0.15-SNAPSHOT
+ 10.0.15
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 aa045617608..4e3b94dcfa1 100644
--- a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml
+++ b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-quiche
- 10.0.15-SNAPSHOT
+ 10.0.15
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 a6a4907afea..c8f39faa3f0 100644
--- a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml
+++ b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-quiche
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml
index 3b0a836561d..cdaeacb6685 100644
--- a/jetty-quic/quic-server/pom.xml
+++ b/jetty-quic/quic-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
quic-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 9d8fb270c41..6355e619a8f 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index a5a3e1139a2..18d636d09b6 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 66613e125ae..2f35aa45d60 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index 2088d37530d..da6bb0ef095 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 67d74bb78f2..ef6c572eb81 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index ca134d1158b..1b830f24464 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 29ec08cdad1..958e816e6e8 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml
index b38405163a0..1f7136297ac 100644
--- a/jetty-slf4j-impl/pom.xml
+++ b/jetty-slf4j-impl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index d3b3b2d29ab..2a6968b7d8c 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-start
diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml
index c0099053c8c..aff61eb4227 100644
--- a/jetty-unixdomain-server/pom.xml
+++ b/jetty-unixdomain-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml
index 1b9101db7b0..80b1a21e6a2 100644
--- a/jetty-unixsocket/jetty-unixsocket-client/pom.xml
+++ b/jetty-unixsocket/jetty-unixsocket-client/pom.xml
@@ -3,7 +3,7 @@
jetty-unixsocket
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml
index fff1caf395d..85bec22ff65 100644
--- a/jetty-unixsocket/jetty-unixsocket-common/pom.xml
+++ b/jetty-unixsocket/jetty-unixsocket-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-unixsocket
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml
index fd7b69e8b99..69526f1d20f 100644
--- a/jetty-unixsocket/jetty-unixsocket-server/pom.xml
+++ b/jetty-unixsocket/jetty-unixsocket-server/pom.xml
@@ -3,7 +3,7 @@
jetty-unixsocket
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index f31c7e42a5b..361103dda3f 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index 1345990bb7b..e5da5ee75fe 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index 0b9e0de66c8..af8a32af06b 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index c92d77287be..1320f2b750b 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index dc75067f14f..aecc2073d28 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml
index e2f2558cc44..2ba9cb6056c 100644
--- a/jetty-websocket/websocket-core-client/pom.xml
+++ b/jetty-websocket/websocket-core-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml
index 9fa2cb292cb..7813da11184 100644
--- a/jetty-websocket/websocket-core-common/pom.xml
+++ b/jetty-websocket/websocket-core-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml
index af75956f835..2a1966309d7 100644
--- a/jetty-websocket/websocket-core-server/pom.xml
+++ b/jetty-websocket/websocket-core-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml
index d60a9d6d4bb..fb63958237c 100644
--- a/jetty-websocket/websocket-core-tests/pom.xml
+++ b/jetty-websocket/websocket-core-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-javax-client/pom.xml b/jetty-websocket/websocket-javax-client/pom.xml
index b7f6bdcde20..283482fcfa6 100644
--- a/jetty-websocket/websocket-javax-client/pom.xml
+++ b/jetty-websocket/websocket-javax-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-javax-common/pom.xml b/jetty-websocket/websocket-javax-common/pom.xml
index 11a87f1006d..8da3269c438 100644
--- a/jetty-websocket/websocket-javax-common/pom.xml
+++ b/jetty-websocket/websocket-javax-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-javax-server/pom.xml b/jetty-websocket/websocket-javax-server/pom.xml
index 3a0cf1d429f..a98a6e8b424 100644
--- a/jetty-websocket/websocket-javax-server/pom.xml
+++ b/jetty-websocket/websocket-javax-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-javax-tests/pom.xml b/jetty-websocket/websocket-javax-tests/pom.xml
index 70c02779922..4bef476c88c 100644
--- a/jetty-websocket/websocket-javax-tests/pom.xml
+++ b/jetty-websocket/websocket-javax-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml
index ee935ea56d5..68ec12c0bf1 100644
--- a/jetty-websocket/websocket-jetty-api/pom.xml
+++ b/jetty-websocket/websocket-jetty-api/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml
index 473b0cc209b..e531e99d3e6 100644
--- a/jetty-websocket/websocket-jetty-client/pom.xml
+++ b/jetty-websocket/websocket-jetty-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml
index 42e3d38fa65..a042eb2a5ef 100644
--- a/jetty-websocket/websocket-jetty-common/pom.xml
+++ b/jetty-websocket/websocket-jetty-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml
index e8af9645a05..9a80c9b3d59 100644
--- a/jetty-websocket/websocket-jetty-server/pom.xml
+++ b/jetty-websocket/websocket-jetty-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml
index 7dc2c8aa3bb..1aafd912152 100644
--- a/jetty-websocket/websocket-jetty-tests/pom.xml
+++ b/jetty-websocket/websocket-jetty-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index f5902d220c5..7e016e54296 100644
--- a/jetty-websocket/websocket-servlet/pom.xml
+++ b/jetty-websocket/websocket-servlet/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 1172f30a67c..bfc04d1a392 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index 238af5eb600..df2e211adb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml
index 92e07d0c848..e76769e4869 100644
--- a/tests/jetty-home-tester/pom.xml
+++ b/tests/jetty-home-tester/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml
index 8342adb2916..3f406ad2771 100644
--- a/tests/jetty-http-tools/pom.xml
+++ b/tests/jetty-http-tools/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index acd2a0369c7..ae2f4a224f9 100644
--- a/tests/jetty-jmh/pom.xml
+++ b/tests/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/tests/pom.xml b/tests/pom.xml
index 595aeea32a2..aecb4137bc3 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 10.0.15-SNAPSHOT
+ 10.0.15
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml
index a462a29d847..8a354d6569f 100644
--- a/tests/test-cdi/pom.xml
+++ b/tests/test-cdi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 0bf81789d2a..c761c011684 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index ac6cefd1f32..3f40c1c6c26 100644
--- a/tests/test-http-client-transport/pom.xml
+++ b/tests/test-http-client-transport/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index cc33b74e949..09a2dc47ca5 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 88264ceb09c..5e7bd45fbcc 100644
--- a/tests/test-jmx/jmx-webapp-it/pom.xml
+++ b/tests/test-jmx/jmx-webapp-it/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-jmx-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 b4ca253a320..f307d6bd608 100644
--- a/tests/test-jmx/jmx-webapp/pom.xml
+++ b/tests/test-jmx/jmx-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-jmx-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index b7dcd272d6f..653e0360e20 100644
--- a/tests/test-jmx/pom.xml
+++ b/tests/test-jmx/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
test-jmx-parent
diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml
index ada09237e49..b7bf6e609cd 100644
--- a/tests/test-jpms/pom.xml
+++ b/tests/test-jpms/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 0847a741992..9d74173f5a9 100644
--- a/tests/test-jpms/test-jpms-websocket-core/pom.xml
+++ b/tests/test-jpms/test-jpms-websocket-core/pom.xml
@@ -3,7 +3,7 @@
test-jpms
org.eclipse.jetty.tests
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
test-jpms-websocket-core
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index 09fa3e2f592..e0a578be5a8 100644
--- a/tests/test-loginservice/pom.xml
+++ b/tests/test-loginservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index b2e7394429f..305e8d65453 100644
--- a/tests/test-quickstart/pom.xml
+++ b/tests/test-quickstart/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 44f8eeea771..873055c6ecb 100644
--- a/tests/test-sessions/pom.xml
+++ b/tests/test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 4117ec92003..e47bb597371 100644
--- a/tests/test-sessions/test-file-sessions/pom.xml
+++ b/tests/test-sessions/test-file-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 98db7fc8e4f..c0e678606a4 100644
--- a/tests/test-sessions/test-gcloud-sessions/pom.xml
+++ b/tests/test-sessions/test-gcloud-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 44017798350..2ccd7e88ae8 100644
--- a/tests/test-sessions/test-hazelcast-sessions/pom.xml
+++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 070f9a8290e..c86f1ae95ab 100644
--- a/tests/test-sessions/test-infinispan-sessions/pom.xml
+++ b/tests/test-sessions/test-infinispan-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 a160ded89db..d577206b92b 100644
--- a/tests/test-sessions/test-jdbc-sessions/pom.xml
+++ b/tests/test-sessions/test-jdbc-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 61013edde51..e31643b0840 100644
--- a/tests/test-sessions/test-memcached-sessions/pom.xml
+++ b/tests/test-sessions/test-memcached-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 d7fcae8eccd..2e21670eae9 100644
--- a/tests/test-sessions/test-mongodb-sessions/pom.xml
+++ b/tests/test-sessions/test-mongodb-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 fc84bbde2eb..688347c1305 100644
--- a/tests/test-sessions/test-sessions-common/pom.xml
+++ b/tests/test-sessions/test-sessions-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 087c5a902a9..e24b642bc42 100644
--- a/tests/test-webapps/pom.xml
+++ b/tests/test-webapps/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
../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 37913f69852..ec1ed789b95 100644
--- a/tests/test-webapps/test-bad-websocket-webapp/pom.xml
+++ b/tests/test-webapps/test-bad-websocket-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 d437e8dd399..dc13bdadc6f 100644
--- a/tests/test-webapps/test-cdi-common-webapp/pom.xml
+++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index a86da7c2130..701f7060896 100644
--- a/tests/test-webapps/test-felix-webapp/pom.xml
+++ b/tests/test-webapps/test-felix-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 7a7e7f80340..d465988fe90 100644
--- a/tests/test-webapps/test-http2-webapp/pom.xml
+++ b/tests/test-webapps/test-http2-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml
index 13ff3917037..dee533bf301 100644
--- a/tests/test-webapps/test-openid-webapp/pom.xml
+++ b/tests/test-webapps/test-openid-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 8ed35ab39cd..a080f12005a 100644
--- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml
+++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 2f63b5f086a..1de51b5563c 100644
--- a/tests/test-webapps/test-simple-session-webapp/pom.xml
+++ b/tests/test-webapps/test-simple-session-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 ad9e34aef0d..ada7eda3f3a 100644
--- a/tests/test-webapps/test-webapp-rfc2616/pom.xml
+++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 6ae7be57fb1..772b0021cbf 100644
--- a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml
+++ b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 83e857da491..dbe1aba4729 100644
--- a/tests/test-webapps/test-websocket-client-webapp/pom.xml
+++ b/tests/test-webapps/test-websocket-client-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml
index 2d9cb0ea6f9..ca700cdc301 100644
--- a/tests/test-webapps/test-websocket-webapp/pom.xml
+++ b/tests/test-webapps/test-websocket-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
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 5eab97f9a47..c839d866adb 100644
--- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml
+++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0
diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml
index a72a7d46003..c65fcc78760 100644
--- a/tests/test-websocket-autobahn/pom.xml
+++ b/tests/test-websocket-autobahn/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 10.0.15-SNAPSHOT
+ 10.0.15
4.0.0