diff --git a/VERSION.txt b/VERSION.txt
index 55d57e72b85..fca43ccfd5d 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,18 @@
-jetty-10.0.14-SNAPSHOT
+jetty-10.0.15-SNAPSHOT
+
+jetty-10.0.14 - 22 February 2023
+ + 7650 QueuedThreadPool: Stopped without executing or closing null
+ + 9059 IteratingCallback not serializing close() and failed()
+ + 9119 Wrong value of javax.servlet.forward.context_path attribute
+ + 9181 Jetty 9 java.lang.NullPointerException
+ SessionHandler.checkRequestedSessionId(SessionHandler.java:1733)
+ + 9183 ConnectHandler may close the connection instead of sending 200 OK
+ + 9285 ContextHandler sends redirect on BaseResponse instead of Wrapped
+ Response object from Handler chain
+ + 9334 Better support for Cookie RFC 2965 compliance
+ + 9337 LowResourceMonitor.getReasons should include detailed reason instead of
+ hard-coded message
+ + jetty-12 null
jetty-10.0.13 - 07 December 2022
+ 7117 Timeout with Expect 100 continue when using ProxyServlet
@@ -19,14 +33,14 @@ jetty-10.0.13 - 07 December 2022
+ 8678 Jetty client is not responding to GO_AWAY packet received from (Jetty)
Server and continue to send traffic on same connection
+ 8695 Update quiche to 0.16.0
- + 8712 ELContextCleaner no longer needed.
+ + 8712 ELContextCleaner no longer needed
+ 8716 Multiple Host header values handled poorly
+ 8721 jetty:effective-web-xml doesn't generate quickstart information for web
fragment jars that contain META-INF/resources
+ 8723 Provide a thread-safe way to modify HttpClient proxies at runtime
+ 8750 AbstractProxyServlet.onServerResponseHeaders does not support headers
with empty values
- + 8753 Starting HttpClient with destinationIdleTimeout set throws NPE.
+ + 8753 Starting HttpClient with destinationIdleTimeout set throws NPE
+ 8770 Review whether to send request body in redirects
+ 8779 CompactPathRule drops query section on use
+ 8786 KeyStoreScanner is not able to monitor a symlink file and always
@@ -39,7 +53,7 @@ jetty-10.0.13 - 07 December 2022
deploy script
+ 8897 Update Conditional request handling for RFC7232
+ 8905 GzipHandler fails to set Vary header on 304 responses
- + 8913 Review Jetty XML syntax to allow calling JDK methods
+ + 8913 Review Jetty XML syntax to allow calling JDK methods
+ 8942 Use Logback 1.3.x for Jetty 10.0.x
+ 9006 WebSocket Message InputStream read() returns signed byte
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index 2e8739d6aeb..c8afcb40106 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index eae57790996..6bd0123c054 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
apache-jstl
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 3ce5c9732e9..e9088f315a6 100644
--- a/build-resources/pom.xml
+++ b/build-resources/pom.xml
@@ -7,7 +7,7 @@
-->
org.eclipse.jetty
build-resources
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 6fbc7655724..8a048e43b18 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 113c858e84f..4d5c42dbda3 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 4c07d257482..69aeafefae5 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml
index 77eda85a983..097e229f613 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml
index 57485984482..ca6d6d18dca 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
demo-jaas-webapp
Demo :: JAAS :: WebApp
diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml
index 53c6d08e5ab..a5e7c614a2a 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
../pom.xml
4.0.0
diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml
index e48eb7f7b49..62ed54cecd9 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
demo-jndi-webapp
Demo :: JNDI :: WebApp
diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml
index 82a592545f0..18d9adee749 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml
index 7df84d9b0a0..3642f389ee6 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
Demo :: Mock Resources
demo-mock-resources
diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml
index df0198a5c85..3fbf410afaa 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
demo-proxy-webapp
diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml
index 1de3a050d09..c8f4f227c70 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml
index 1b03f47b8b7..be996e5c383 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
../../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 113be58d7c7..ceac538b98a 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
../../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 9a04a736cea..3cb8c10bf64 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
../../pom.xml
diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml
index 1087aadd908..473eb296d13 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
Demo :: Servlet Spec
demo-spec
diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml
index 36c77dee8c0..7e317f11962 100644
--- a/demos/embedded/pom.xml
+++ b/demos/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.demos
demos-parent
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
demos-jetty-embedded
diff --git a/demos/pom.xml b/demos/pom.xml
index 40a55106162..dfa1e7cf26a 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml
index 805828b7291..86140160be4 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml
index 575d87e5de0..637a486c16b 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 792a4473ac0..fef5da2cf37 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index 8a48f55b644..742be10923b 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index 0ab3f399e84..a5936eb6126 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 db0115d32b3..6f8c391cbb5 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index 66b8cc4ce18..ed5085eca5c 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml
index 7204e074edb..02c735b6134 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml
index 56682a76d5a..b4038ff3f29 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index 009f7685ef2..b9052447b19 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index b0a687fe900..1cf1cb78173 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index bcdc430dda7..5dc74abc70d 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 94c40836194..b4bbfaf4d4d 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index bd5b9481db5..7a21b92d686 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
jetty-bom
@@ -53,409 +53,409 @@
org.eclipse.jetty
apache-jsp
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
apache-jstl
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-alpn-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-alpn-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-annotations
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-ant
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-cdi
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-deploy
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.fcgi
fcgi-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.fcgi
fcgi-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-home
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
zip
org.eclipse.jetty
jetty-home
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
tar.gz
org.eclipse.jetty
jetty-http
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.http2
http2-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.http2
http2-common
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.http2
http2-hpack
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.http2
http2-http-client-transport
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.http2
http2-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.http3
http3-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.http3
http3-common
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.http3
http3-http-client-transport
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.http3
http3-qpack
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.http3
http3-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-http-spi
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
infinispan-common
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
infinispan-remote-query
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
infinispan-embedded-query
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-hazelcast
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-io
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-jaas
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-jaspi
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-jmx
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-jndi
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-keystore
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-nosql
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-alpn
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.quic
quic-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.quic
quic-common
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.quic
quic-quiche-common
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.quic
quic-quiche-jna
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.quic
quic-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.osgi
jetty-httpservice
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-plus
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-proxy
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-quickstart
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-rewrite
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-security
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-openid
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-servlet
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-servlets
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-slf4j-impl
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-unixdomain-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-unixsocket-common
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-unixsocket-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-unixsocket-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-util
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-util-ajax
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-webapp
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.websocket
websocket-javax-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.websocket
websocket-javax-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.websocket
websocket-javax-common
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-api
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-common
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.websocket
websocket-jetty-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.websocket
websocket-servlet
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.websocket
websocket-core-common
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.websocket
websocket-core-client
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty.websocket
websocket-core-server
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
org.eclipse.jetty
jetty-xml
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
@@ -471,7 +471,7 @@
org.eclipse.jetty.quic
quic-quiche-foreign-incubator
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index eb7c16dae73..e8235a53366 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
org.eclipse.jetty
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 8edfa61fe65..3292f620ab1 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index 52d1c205d39..dcb48c5ded9 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index 5beeb7436a8..2d92757d470 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 86acfb048dc..3c3a74441f5 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index 350fe3340fe..1990d1aa686 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 312f5d8ef62..061a9317f81 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 607fc399f57..a980b5a71cc 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index 5003e76227b..fcb7c8c77a7 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 9e0c5bfc916..946f60ed34c 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index f341eb57fdf..e0e52513d37 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 4953bd409e2..23b965bcc27 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index 92efbfe3428..f68b9488587 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index a98cb40ccba..474633eb1e8 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index 64f247a2f34..318dd76cffa 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index 70269fc1998..43ef13d2c06 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index a71f8599a96..a800d2c93e7 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index f9dc6f45530..b934bb3bbc9 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml
index 49dad2e86c1..f4dd414bd9c 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml
index d53e0200533..f896ba038b0 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml
index 4ea541bad71..06d7757370b 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml
index b938643ff56..a22b45195ca 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml
index f41903fdf5e..65c4d24850f 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml
index 1c3a572f49a..ca7374a0c5e 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml
index 5fe7363a0c3..87b067145b8 100644
--- a/jetty-http3/pom.xml
+++ b/jetty-http3/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index edb3f647f0e..2b571b42e47 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
infinispan-common
diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml
index 58903b196fc..c6cb617eda9 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index e7a5882de78..27f372f0315 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
infinispan-embedded
diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml
index 4a01c87d01b..0d78b0be332 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index 87a7e83e452..35b583ec66c 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 00555bddd63..ebe7bccbcf8 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index e3d0306c612..860bd0ab674 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 333f2acfedf..01df3cfddac 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 93616f96e9e..6f09182d0d5 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index a457609cb28..62a5af20fa5 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 2c917d22d71..7e84b87b14d 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index 818be10473a..9743f8990f8 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml
index cdeb2ab83bb..cdcfd1ea313 100644
--- a/jetty-keystore/pom.xml
+++ b/jetty-keystore/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-keystore
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index c7fdcc806dd..abd59afbc77 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 5205c8f3d87..1e6ec481c14 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index 1651996a9de..e5d86d15a9c 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 68037272926..9ea0b71b0fa 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-nosql
diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml
index 45650c0c867..2156689815c 100644
--- a/jetty-openid/pom.xml
+++ b/jetty-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index 51d97a33f6c..9728a47f5a4 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
index afbaf1af509..13d3f5a7395 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 8bef1310d38..3009c68cc9d 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index c92f632f306..ba0e1380b4b 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 875c76f5a13..46ba39fedc4 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index eeca3055a74..c81d9cc1991 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index f45f18c41c5..17b7efe4e56 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 31159217b93..73f1b12a564 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
../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 5f63429728d..3303ecc7785 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 a820f99b476..1be61b9ab1b 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 583eb8b1c20..fb7a8d47abf 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 49f3588cf9a..208749e9842 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
../pom.xml
4.0.0
diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml
index 0bd7d1b0213..e2a6094ee01 100644
--- a/jetty-p2/pom.xml
+++ b/jetty-p2/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-p2
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index c6cd3b7267a..0badde71c79 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index d615390905d..1987711ecc8 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml
index cdad00314df..037d150f248 100644
--- a/jetty-quic/pom.xml
+++ b/jetty-quic/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml
index 348fa5c90a6..175a28b4c00 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml
index 0af388064d2..995df1edca2 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml
index 382e8b368e8..8fea916aa14 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 595db4b9e98..1204e97016d 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 7104e96d344..aa045617608 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 87bf12a2895..a6a4907afea 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml
index ce405fccf6a..3b0a836561d 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 7a5f38e47a1..9d8fb270c41 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index a270d3c3518..a5a3e1139a2 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 9240cf4b57e..66613e125ae 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index e6e8e4e1ad2..2088d37530d 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index add53486c08..67d74bb78f2 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 3f9aecf9730..ca134d1158b 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 9e2089d18ac..29ec08cdad1 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml
index 95e8bd51c81..b38405163a0 100644
--- a/jetty-slf4j-impl/pom.xml
+++ b/jetty-slf4j-impl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index 7ffe19269b2..d3b3b2d29ab 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-start
diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml
index 02781aaf1f3..c0099053c8c 100644
--- a/jetty-unixdomain-server/pom.xml
+++ b/jetty-unixdomain-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml
index 5fc6e76bb9f..1b9101db7b0 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml
index 9c3bb14c0b4..fff1caf395d 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml
index 94aa804ab33..fd7b69e8b99 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index 34992c83e00..f31c7e42a5b 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index c332044faa0..1345990bb7b 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index 24f13b2bbb4..dfeda6d74d9 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index f84cf280591..c92d77287be 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index e17cad6561f..dc75067f14f 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml
index 5a3ba66c0d8..e2f2558cc44 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml
index 851902bafb9..9fa2cb292cb 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml
index de93a8de4cf..af75956f835 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml
index 0e1d0fce0fd..d60a9d6d4bb 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-javax-client/pom.xml b/jetty-websocket/websocket-javax-client/pom.xml
index 3cc8b407267..b7f6bdcde20 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-javax-common/pom.xml b/jetty-websocket/websocket-javax-common/pom.xml
index 4a867153fb7..11a87f1006d 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-javax-server/pom.xml b/jetty-websocket/websocket-javax-server/pom.xml
index 98da97c3dd3..3a0cf1d429f 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-javax-tests/pom.xml b/jetty-websocket/websocket-javax-tests/pom.xml
index de2d5306327..70c02779922 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml
index 5f47de2fe51..ee935ea56d5 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml
index 1ba4419b3c1..473b0cc209b 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml
index 03a64cce98d..42e3d38fa65 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml
index d4ddf05dc21..e8af9645a05 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml
index a8c4a9596d1..7dc2c8aa3bb 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index 5889c9d8dfb..f5902d220c5 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 80845333662..1172f30a67c 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index 5079e4246c9..e5635ba9b2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml
index e83c60499a2..92e07d0c848 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml
index ceaedc1b1f6..8342adb2916 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index 06e519b5c0a..acd2a0369c7 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/tests/pom.xml b/tests/pom.xml
index 815274b3771..595aeea32a2 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 10.0.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml
index fd33e4ef13d..a462a29d847 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index e72dee48bc6..0bf81789d2a 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index 0b16cc63062..ac6cefd1f32 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 21ab6e4db3e..cc33b74e949 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 3edf815e2e6..88264ceb09c 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 a19ac376b9c..b4ca253a320 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 6b0bfec08e3..b7dcd272d6f 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
test-jmx-parent
diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml
index 3e7164654c4..ada09237e49 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 a6c2e2deff0..0847a741992 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
test-jpms-websocket-core
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index 6166fb2f828..09fa3e2f592 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index 6d43913a735..b2e7394429f 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 9676082abb5..44f8eeea771 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 99a0328813a..4117ec92003 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 e63dacc3181..98db7fc8e4f 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 9fbf017838e..44017798350 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 95077261d51..070f9a8290e 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 2aa697410a5..a160ded89db 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 7b0262ae52f..61013edde51 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 7f68ca00f66..d7fcae8eccd 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 56c69c83b43..fc84bbde2eb 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 683866a3d8f..087c5a902a9 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
../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 a570f695d7f..37913f69852 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 74b578405b2..d437e8dd399 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml
index 3dca8d840d5..a86da7c2130 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index 7863e664a0e..7a7e7f80340 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml
index 5a6b22f75b3..13ff3917037 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 b109f45b8d6..8ed35ab39cd 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 7aca35aad90..2f63b5f086a 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 1b9db1076b1..ad9e34aef0d 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 8b1018bd1f0..6ae7be57fb1 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 de40af43a67..83e857da491 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml
index 8a6979d1b78..2d9cb0ea6f9 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
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 337fd4281fe..5eab97f9a47 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0
diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml
index c107b494327..a72a7d46003 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.14-SNAPSHOT
+ 10.0.15-SNAPSHOT
4.0.0