diff --git a/VERSION.txt b/VERSION.txt
index c575d3abc06..01c0deb7692 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,9 @@
-jetty-9.4.17-SNAPSHOT
+jetty-9.4.18-SNAPSHOT
+
+jetty-9.4.17.v20190418 - 18 April 2019
+ + 3464 Split SslContextFactory into Client and Server
+ + 3549 Directory Listing on Windows reveals Resource Base path
+ + 3555 DefaultHandler Reveals Base Resource Path of each Context
jetty-9.4.16.v20190411 - 11 April 2019
+ 1861 Limit total bytes pooled by ByteBufferPools
@@ -12,7 +17,7 @@ jetty-9.4.16.v20190411 - 11 April 2019
+ 3389 Websockets jsr356 willDecode not invoked during decoding
+ 3394 java.security.acl.Group is deprecated and marked for removal
+ 3404 Cleanup QuotedQualityCSV internal use of Double
- + 3411 HttpClient does not timeout during multiple redirection
+ + 3411 HttpClient does not timeout during multiple redirection
+ 3421 Duplicate JSESSIONID sent when invalidating new session
+ 3422 CLOSE_WAIT socket status forever after terminating websocket client
side
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml
index 30eba55f9b1..33963ca9632 100644
--- a/aggregates/jetty-all-compact3/pom.xml
+++ b/aggregates/jetty-all-compact3/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index b6e98119ade..b3d4682ab32 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml
index 937e986e2d5..6e12a121d12 100644
--- a/apache-jsp/pom.xml
+++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
apache-jsp
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml
index 1e8514cc67d..b06573ec545 100644
--- a/apache-jstl/pom.xml
+++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
apache-jstl
diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml
index d091e18bbc1..6558f7e5f17 100644
--- a/examples/async-rest/async-rest-jar/pom.xml
+++ b/examples/async-rest/async-rest-jar/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
example-async-rest
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 48d1b0d4a9f..e2df835a94c 100644
--- a/examples/async-rest/async-rest-webapp/pom.xml
+++ b/examples/async-rest/async-rest-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
example-async-rest
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index e6ba380faf9..05a84621743 100644
--- a/examples/async-rest/pom.xml
+++ b/examples/async-rest/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index 10075b11c9c..1b016d30e44 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index a9475140b8a..2e3c78419f6 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index f4dabbc771e..8a9390e0de0 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 16928ee6257..3961cc9fab5 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-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 4235b6d971e..422038690ce 100644
--- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-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 6a5c8057dfd..0efb451eecf 100644
--- a/jetty-alpn/jetty-alpn-java-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-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 4316183d7f5..07466f0c25f 100644
--- a/jetty-alpn/jetty-alpn-java-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-java-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
index 6ee854e37b8..4990ed5f2dd 100644
--- a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
index 4b336b208d6..69095c1257e 100644
--- a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index 0d3477588a5..45e3b85ba39 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-alpn-server
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index a5fb57873d6..6752a9051ee 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-alpn-parent
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 9e05b8e41ac..dd0bd6f7069 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 9243641b5ea..b2d89d0c6bb 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-ant
diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml
index 70e22eef8a2..3a6d5b493a3 100644
--- a/jetty-bom/pom.xml
+++ b/jetty-bom/pom.xml
@@ -9,7 +9,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
@@ -53,346 +53,346 @@
org.eclipse.jetty
apache-jsp
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
apache-jstl
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-alpn-client
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-client
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-alpn-java-server
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-alpn-openjdk8-client
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-alpn-openjdk8-server
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-alpn-server
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-annotations
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-ant
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.cdi
cdi-core
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.cdi
cdi-servlet
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-client
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-continuation
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-deploy
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-distribution
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
zip
org.eclipse.jetty
jetty-distribution
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
tar.gz
org.eclipse.jetty.fcgi
fcgi-client
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.fcgi
fcgi-server
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-home
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
zip
org.eclipse.jetty
jetty-home
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
tar.gz
org.eclipse.jetty
jetty-http
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.http2
http2-client
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.http2
http2-common
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.http2
http2-hpack
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.http2
http2-http-client-transport
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.http2
http2-server
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-http-spi
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
infinispan-remote
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
infinispan-remote-query
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
infinispan-embedded
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
infinispan-embedded-query
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-hazelcast
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-io
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-jaas
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-jaspi
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-jmx
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-jndi
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-nosql
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot-jsp
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-boot-warurl
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.osgi
jetty-httpservice
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-plus
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-proxy
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-quickstart
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-rewrite
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-security
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-server
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-servlet
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-servlets
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-spring
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-unixsocket
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-util
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-util-ajax
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-webapp
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.websocket
javax-websocket-client-impl
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.websocket
javax-websocket-server-impl
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.websocket
websocket-api
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.websocket
websocket-client
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.websocket
websocket-common
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.websocket
websocket-server
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty.websocket
websocket-servlet
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
org.eclipse.jetty
jetty-xml
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
diff --git a/jetty-cdi/cdi-2/pom.xml b/jetty-cdi/cdi-2/pom.xml
index c403e625e9d..37f1c6863d5 100644
--- a/jetty-cdi/cdi-2/pom.xml
+++ b/jetty-cdi/cdi-2/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
cdi-2
diff --git a/jetty-cdi/cdi-core/pom.xml b/jetty-cdi/cdi-core/pom.xml
index d1864c14feb..f50080fcd70 100644
--- a/jetty-cdi/cdi-core/pom.xml
+++ b/jetty-cdi/cdi-core/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
cdi-core
diff --git a/jetty-cdi/cdi-full-servlet/pom.xml b/jetty-cdi/cdi-full-servlet/pom.xml
index 0685708e867..344b923b4cb 100644
--- a/jetty-cdi/cdi-full-servlet/pom.xml
+++ b/jetty-cdi/cdi-full-servlet/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
cdi-full-servlet
diff --git a/jetty-cdi/cdi-servlet/pom.xml b/jetty-cdi/cdi-servlet/pom.xml
index 1d9a08a616b..b2b2cdb9777 100644
--- a/jetty-cdi/cdi-servlet/pom.xml
+++ b/jetty-cdi/cdi-servlet/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
cdi-servlet
diff --git a/jetty-cdi/cdi-websocket/pom.xml b/jetty-cdi/cdi-websocket/pom.xml
index 54e3a7ce763..e49a6a84606 100644
--- a/jetty-cdi/cdi-websocket/pom.xml
+++ b/jetty-cdi/cdi-websocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
cdi-websocket
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index d1c9fce7fa0..0590c888bbe 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
org.eclipse.jetty.cdi
diff --git a/jetty-cdi/test-cdi-webapp/pom.xml b/jetty-cdi/test-cdi-webapp/pom.xml
index 57987b18d71..9ba953a5e28 100644
--- a/jetty-cdi/test-cdi-webapp/pom.xml
+++ b/jetty-cdi/test-cdi-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.cdi
jetty-cdi-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
test-cdi-webapp
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index f0b6ccfa052..a3d9b2670f5 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index 0c641f990b4..bf2dc47eee8 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index d07e45f8f8c..3f70ee24428 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 74d0c17c410..0c201e7a4b0 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-distribution
diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml
index c3970d83e7c..78185caef59 100644
--- a/jetty-documentation/pom.xml
+++ b/jetty-documentation/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
jetty-documentation
Jetty :: Documentation
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml
index c0f3fa1e81b..af59e92936b 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 6ae2e22a02c..8402e353ab0 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index dd220513040..f3f73200a72 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-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 8aed97140f1..c6c3f1dca05 100644
--- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
+++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.gcloud
gcloud-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml
index 9c5e86a1087..39d722b7dc0 100644
--- a/jetty-gcloud/pom.xml
+++ b/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml
index 5fb49ae13af..84bf258e91d 100644
--- a/jetty-hazelcast/pom.xml
+++ b/jetty-hazelcast/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index b079f79e1f6..31da1036c7a 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-home
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index a0298a05057..9b55c0c120f 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 38d3cecded2..31b12c70c81 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-http
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index 1d0117b2174..1dd5aa0e911 100644
--- a/jetty-http2/http2-alpn-tests/pom.xml
+++ b/jetty-http2/http2-alpn-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
http2-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index 1afa8f7fb74..e7aa35126cb 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index 864fa46ce3a..2ced638f16d 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index f55f1534233..40a39607018 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 588b0761981..626c336edd4 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index b32b33a66d9..a7627348420 100644
--- a/jetty-http2/http2-server/pom.xml
+++ b/jetty-http2/http2-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.http2
http2-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 135c7dac983..a6fee9a96ec 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml
index 1bb6491d93e..acad5275a70 100644
--- a/jetty-infinispan/infinispan-common/pom.xml
+++ b/jetty-infinispan/infinispan-common/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-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 2bc578e53f9..9fcec185516 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
infinispan-embedded-query
diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml
index dd6c8cf0751..fdcc4e6f59f 100644
--- a/jetty-infinispan/infinispan-embedded/pom.xml
+++ b/jetty-infinispan/infinispan-embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-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 bc1044f0cad..2b7d297e3de 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
infinispan-remote-query
diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml
index fb6e97a66a5..6a1a85a1e31 100644
--- a/jetty-infinispan/infinispan-remote/pom.xml
+++ b/jetty-infinispan/infinispan-remote/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
infinispan-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
infinispan-remote
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml
index 90bf4a4ac07..3b723db0197 100644
--- a/jetty-infinispan/pom.xml
+++ b/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index a3de27eae1a..c416c47a9b0 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -2,7 +2,7 @@
jetty-project
org.eclipse.jetty
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index 88df1559d23..f3bdeb4a6d2 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 5924c4448a0..08f3d903e45 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml
index a2ec423e5ed..fd5213712a1 100644
--- a/jetty-jmh/pom.xml
+++ b/jetty-jmh/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 4f41fbcd913..ed21b34b0c5 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index dd9e494aead..5c56693f4c1 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-jndi
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index ed16738d57c..d80f0dc87cf 100644
--- a/jetty-jspc-maven-plugin/pom.xml
+++ b/jetty-jspc-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 9ff3fb76035..8db657119f8 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-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 929f136ca39..1ea32280b39 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml
index 2485635d47a..236be746dcf 100644
--- a/jetty-memcached/pom.xml
+++ b/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 2b4084f59d8..81d4702624b 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-nosql
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index ef3b5e8cd8d..c6de77ff8e6 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-osgi-alpn
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
index 73d1861efc0..2b4facd140b 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 e52e21c2083..9e00f1c8627 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 0f2c5fe63d5..1417edf84b2 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 3d564681263..778c421a72c 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index a384932abf2..03c2ba314d3 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-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 7da3fae7854..c005e4ed2f8 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 76a9c3b0394..b4bc430d6b8 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 8f5d3bffd88..623e7ef3db6 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
test-jetty-osgi-server
diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
index 011695ae9eb..8f6c9f6a4f5 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 d6a3172788f..b005bb7fdcc 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
../pom.xml
4.0.0
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 77fdc11e7bc..a3fbc89b504 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index 5d5edda903f..21b60ddc0dd 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-proxy
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml
index 8c8aec5dc71..7f26e5c16ae 100644
--- a/jetty-quickstart/pom.xml
+++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
org.eclipse.jetty
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index a4120dd171d..10332ec722f 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 30398642a13..6a2014ff96c 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-runner
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index 67bd7b86851..76d84483c39 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 07f57fed057..4ca8eff2c8d 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 2bc2d27fcaa..9c0383964c1 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 992d659bbde..04c90cf98df 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-servlets
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index a291c71beb6..3b0e662c766 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index 9b666584c44..8b8621fe558 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-start
diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml
index db3f1466453..b4f74c920da 100644
--- a/jetty-unixsocket/pom.xml
+++ b/jetty-unixsocket/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-unixsocket
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index c5100719bdc..0fa0fb2203d 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index 2c5e617b0a8..87e9c6a534b 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index 63b6e8bbe46..4b72e2313e5 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-webapp
diff --git a/jetty-websocket/javax-websocket-client-impl/pom.xml b/jetty-websocket/javax-websocket-client-impl/pom.xml
index 25d0ad40446..2718a7d6c4b 100644
--- a/jetty-websocket/javax-websocket-client-impl/pom.xml
+++ b/jetty-websocket/javax-websocket-client-impl/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml
index 8bc062529bc..48b7059b1ef 100644
--- a/jetty-websocket/javax-websocket-server-impl/pom.xml
+++ b/jetty-websocket/javax-websocket-server-impl/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml
index 99fa933a854..7724f06d0bd 100644
--- a/jetty-websocket/jetty-websocket-tests/pom.xml
+++ b/jetty-websocket/jetty-websocket-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index e50f37d07ef..cc3ad4d2b5c 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index 2c7af96e76f..addc70b0455 100644
--- a/jetty-websocket/websocket-api/pom.xml
+++ b/jetty-websocket/websocket-api/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index 496c4af1b7c..82469a5d8e3 100644
--- a/jetty-websocket/websocket-client/pom.xml
+++ b/jetty-websocket/websocket-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index e890d6154d8..a8b7a304cee 100644
--- a/jetty-websocket/websocket-common/pom.xml
+++ b/jetty-websocket/websocket-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index bef606a4014..e04f950cd13 100644
--- a/jetty-websocket/websocket-server/pom.xml
+++ b/jetty-websocket/websocket-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index 6eb1cb380ba..26f798c96ac 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index e5ecf448c3d..36023d20d1e 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index 5b3fc8cea55..9379b0d45f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
Jetty :: Project
The Eclipse Jetty Project
pom
@@ -530,6 +530,8 @@
maven-javadoc-plugin
3.0.1
+
+ 8
UTF-8
UTF-8
UTF-8
diff --git a/tests/pom.xml b/tests/pom.xml
index 4fe4932756b..1a31611709b 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index 405f87faf78..57bc8afd9b9 100644
--- a/tests/test-continuation/pom.xml
+++ b/tests/test-continuation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 43bddb54667..546d918ede1 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -3,7 +3,7 @@
tests-parent
org.eclipse.jetty.tests
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml
index fd59c369238..93cd3f6759a 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 051728e3d67..b8d9d96895d 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-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 886b4935837..d2ce7c588fb 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 b0698fe24bf..eb30d037ba0 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
jmx-webapp
war
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml
index 80a92d6b62c..55644f1ece7 100644
--- a/tests/test-jmx/pom.xml
+++ b/tests/test-jmx/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
test-jmx-parent
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index ff4b2f70da7..a869a331440 100644
--- a/tests/test-loginservice/pom.xml
+++ b/tests/test-loginservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml
index c2d2f92b0ac..cadce2fead2 100644
--- a/tests/test-quickstart/pom.xml
+++ b/tests/test-quickstart/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 7f8861efc87..740e3f30a49 100644
--- a/tests/test-sessions/pom.xml
+++ b/tests/test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-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 63182c82c74..c36221384a1 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 15e287946be..ff2cd4fb64f 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 ec9007dfa7a..4ef348c21ce 100644
--- a/tests/test-sessions/test-hazelcast-sessions/pom.xml
+++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-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 3120a148815..caf09bd42f4 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 f88a7593802..cf09bd9bcbd 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 fa3b788b575..49946501c0b 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 5f42eabc6cc..1c967b3fc98 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
- 9.4.17-SNAPSHOT
+ 9.4.18-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 3de2619337c..fca6957c65e 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index b17b0795f74..db4cbf596aa 100644
--- a/tests/test-webapps/pom.xml
+++ b/tests/test-webapps/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
../pom.xml
test-webapps-parent
diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml
index e062de62966..8f97d7eeaee 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
4.0.0
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index e15c7c840aa..87aac31599c 100644
--- a/tests/test-webapps/test-jaas-webapp/pom.xml
+++ b/tests/test-webapps/test-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
test-jaas-webapp
Jetty Tests :: WebApp :: JAAS
diff --git a/tests/test-webapps/test-jetty-webapp/pom.xml b/tests/test-webapps/test-jetty-webapp/pom.xml
index 03d24ea97b7..30d28191f4e 100644
--- a/tests/test-webapps/test-jetty-webapp/pom.xml
+++ b/tests/test-webapps/test-jetty-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tests/test-webapps/test-jndi-webapp/pom.xml b/tests/test-webapps/test-jndi-webapp/pom.xml
index 50e9f8d16b1..a581afa149e 100644
--- a/tests/test-webapps/test-jndi-webapp/pom.xml
+++ b/tests/test-webapps/test-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
test-jndi-webapp
Jetty Tests :: WebApp :: JNDI
diff --git a/tests/test-webapps/test-mock-resources/pom.xml b/tests/test-webapps/test-mock-resources/pom.xml
index 70c33730e16..4d1763c9e0a 100644
--- a/tests/test-webapps/test-mock-resources/pom.xml
+++ b/tests/test-webapps/test-mock-resources/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
Jetty Tests :: WebApp :: Mock Resources
test-mock-resources
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml
index 834388b750a..62e7e80eb50 100644
--- a/tests/test-webapps/test-proxy-webapp/pom.xml
+++ b/tests/test-webapps/test-proxy-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tests/test-webapps/test-servlet-spec/pom.xml b/tests/test-webapps/test-servlet-spec/pom.xml
index 09f91e1a663..6bdb7b20837 100644
--- a/tests/test-webapps/test-servlet-spec/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
test-servlet-spec-parent
Jetty Tests :: Spec Test WebApp :: Parent
diff --git a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
index 1f8a9462168..051145a3868 100644
--- a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-servlet-spec-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
test-container-initializer
jar
diff --git a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
index 1a554bc096c..41a4b0f0492 100644
--- a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-servlet-spec-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
Jetty Tests :: Webapps :: Spec Webapp
test-spec-webapp
diff --git a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
index be0a062f5c0..69f48374197 100644
--- a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-servlet-spec-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar
diff --git a/tests/test-webapps/test-simple-webapp/pom.xml b/tests/test-webapps/test-simple-webapp/pom.xml
index fba6d666b26..83ab029cb55 100644
--- a/tests/test-webapps/test-simple-webapp/pom.xml
+++ b/tests/test-webapps/test-simple-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
test-simple-webapp
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index dc899b6e46a..3a9cee4f8c2 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
- 9.4.17-SNAPSHOT
+ 9.4.18-SNAPSHOT
test-webapp-rfc2616
Jetty Tests :: WebApp :: RFC2616