diff --git a/VERSION.txt b/VERSION.txt index c5eeebd78f09..707a98944546 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,17 @@ -jetty-11.0.18-SNAPSHOT +jetty-11.0.18 - 26 October 2023 + + 1256 DoSFilter leaks USER_AUTH entries + + 10390 Jetty HTTP/3 Client fails when connecting to `nghttpx` server + + 10519 java.lang.IllegalStateException: Flusher when using HTTP/3 with Spring + Boot 3.2 + + 10537 HTTP/3: Incomplete Data Transfer When Used with Spring Boot WebFlux + + 10696 jetty.sh doesn't work with JETTY_USER in Jetty 10.0.17 thru Jetty + 12.0.2 + + 10705 Creating a `HTTP3ServerConnector` with a `SslContextFactory` that has + a non-null `SSLContext` makes the server fail to start with an unclear error + message + + 10731 org.eclipse.jetty.server.Request uses wrong context attribute name + javax.servlet instead of jakarta.servlet + + 10786 TLS handshake failures leak HttpConnection.RequestTimeouts tasks jetty-11.0.17 - 09 October 2023 + 9777 CrossOriginFilter does not return Vary header on no-cors mode @@ -1228,7 +1241,7 @@ jetty-11.0.0.beta1 - 10 July 2020 SETTINGS Frame. + 4903 Give better errors for non public Websocket Endpoints + 4904 WebsocketClient creates more connections than needed - + 4907 + + 4907 org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose + 4920 Restore ability to delete sessions on stop + 4921 Quickstart run improperly runs dynamically added context initializers diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index 2f3684469b31..16b9be9f103a 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 87cad5518cc7..a989d942f894 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -7,7 +7,7 @@ --> org.eclipse.jetty build-resources - 11.0.18-SNAPSHOT + 11.0.18 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 8b1b721a6499..120711a702e1 100644 --- a/demos/demo-async-rest/demo-async-rest-jar/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-jar/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 11.0.18-SNAPSHOT + 11.0.18 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 f567ce742111..8dfa894192a2 100644 --- a/demos/demo-async-rest/demo-async-rest-server/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 11.0.18-SNAPSHOT + 11.0.18 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 8e2148dfa55d..3049c7632d4a 100644 --- a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml index dd3c60bb916f..eaa446df1ba7 100644 --- a/demos/demo-async-rest/pom.xml +++ b/demos/demo-async-rest/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml index aa0968e63cf4..bf2d56a75c78 100644 --- a/demos/demo-jaas-webapp/pom.xml +++ b/demos/demo-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 demo-jaas-webapp Demo :: JAAS :: WebApp diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml index 40283f099559..395ba5206eb8 100644 --- a/demos/demo-jetty-webapp/pom.xml +++ b/demos/demo-jetty-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 ../pom.xml 4.0.0 diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml index f046db977086..c26b49094164 100644 --- a/demos/demo-jndi-webapp/pom.xml +++ b/demos/demo-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 demo-jndi-webapp Demo :: JNDI :: WebApp diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml index 50ab4b059b29..2fdba6aebce7 100644 --- a/demos/demo-jsp-webapp/pom.xml +++ b/demos/demo-jsp-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml index 073fe7d6e03a..efa5c7f77e9b 100644 --- a/demos/demo-mock-resources/pom.xml +++ b/demos/demo-mock-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 Demo :: Mock Resources demo-mock-resources diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml index a039ebed2871..32b1a5e5e518 100644 --- a/demos/demo-proxy-webapp/pom.xml +++ b/demos/demo-proxy-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 demo-proxy-webapp diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml index b21205719450..44608059209c 100644 --- a/demos/demo-simple-webapp/pom.xml +++ b/demos/demo-simple-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml index 3be8f2c47b11..715b5871c34e 100644 --- a/demos/demo-spec/demo-container-initializer/pom.xml +++ b/demos/demo-spec/demo-container-initializer/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 ../../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 f81c1b93afde..0c3ba4bff4e2 100644 --- a/demos/demo-spec/demo-spec-webapp/pom.xml +++ b/demos/demo-spec/demo-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 ../../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 083e3bda7c9c..231ef6446e5d 100644 --- a/demos/demo-spec/demo-web-fragment/pom.xml +++ b/demos/demo-spec/demo-web-fragment/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 ../../pom.xml diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml index af713c80eb89..47dbc77e812e 100644 --- a/demos/demo-spec/pom.xml +++ b/demos/demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 Demo :: Servlet Spec demo-spec diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml index a9ac27c1613c..85f2e11c94b6 100644 --- a/demos/embedded/pom.xml +++ b/demos/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 demos-jetty-embedded diff --git a/demos/pom.xml b/demos/pom.xml index b181ac314e0f..4dac645a4e8c 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml index 8e7d1873485c..8430bed727ba 100644 --- a/documentation/jetty-asciidoctor-extensions/pom.xml +++ b/documentation/jetty-asciidoctor-extensions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml index 2852e072d9c9..afe5c2a85eaa 100644 --- a/documentation/jetty-documentation/pom.xml +++ b/documentation/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/documentation/pom.xml b/documentation/pom.xml index 137445b361bb..f24f2fe4767e 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/glassfish-jstl/pom.xml b/glassfish-jstl/pom.xml index 534b8291ca42..d601de781659 100644 --- a/glassfish-jstl/pom.xml +++ b/glassfish-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 glassfish-jstl diff --git a/javadoc/pom.xml b/javadoc/pom.xml index a4cca53be9dd..da50b7fd6f76 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 65fb382aca63..e1715a9ea87d 100644 --- a/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-alpn/jetty-alpn-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 11.0.18-SNAPSHOT + 11.0.18 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 5c490b65b5b1..0f61597512d0 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 26e6417ecdc4..b839cc76641b 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index a31699f332b3..55aae659b54f 100644 --- a/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index beae121c5adf..ce132ea4bf71 100644 --- a/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 3f2df77d206e..291cb986adea 100644 --- a/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-alpn/jetty-alpn-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 1ede3f2b328a..3bd472321582 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index ea4dfa85727f..1252c9ca566e 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index 98ad72b9d0ce..2ab1307ed727 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index a70b5f71959b..472c8fdce1c7 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 jetty-bom @@ -53,409 +53,409 @@ org.eclipse.jetty apache-jsp - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty glassfish-jstl - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-alpn-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-alpn-java-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-alpn-java-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-alpn-conscrypt-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-alpn-conscrypt-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-alpn-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-annotations - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-ant - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-cdi - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-deploy - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.fcgi fcgi-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.fcgi fcgi-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-home - 11.0.18-SNAPSHOT + 11.0.18 zip org.eclipse.jetty jetty-home - 11.0.18-SNAPSHOT + 11.0.18 tar.gz org.eclipse.jetty jetty-http - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.http2 http2-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.http2 http2-common - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.http2 http2-hpack - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.http2 http2-http-client-transport - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.http2 http2-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.http3 http3-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.http3 http3-common - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.http3 http3-http-client-transport - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.http3 http3-qpack - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.http3 http3-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-http-spi - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty infinispan-common - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty infinispan-remote-query - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty infinispan-embedded-query - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-hazelcast - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-io - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-jaas - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-jaspi - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-jmx - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-jndi - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-keystore - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.memcached jetty-memcached-sessions - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-nosql - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.osgi jetty-osgi-alpn - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.osgi jetty-osgi-boot - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.quic quic-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.quic quic-common - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.quic quic-quiche-common - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.quic quic-quiche-jna - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.quic quic-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.osgi jetty-httpservice - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-plus - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-proxy - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-quickstart - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-rewrite - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-security - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-openid - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-servlet - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-servlets - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-slf4j-impl - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-unixdomain-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-unixsocket-common - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-unixsocket-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-unixsocket-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-util - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-util-ajax - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-webapp - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.websocket websocket-jakarta-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.websocket websocket-jakarta-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.websocket websocket-jakarta-common - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.websocket websocket-jetty-api - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.websocket websocket-jetty-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.websocket websocket-jetty-common - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.websocket websocket-jetty-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.websocket websocket-servlet - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.websocket websocket-core-common - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.websocket websocket-core-client - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty.websocket websocket-core-server - 11.0.18-SNAPSHOT + 11.0.18 org.eclipse.jetty jetty-xml - 11.0.18-SNAPSHOT + 11.0.18 @@ -471,7 +471,7 @@ org.eclipse.jetty.quic quic-quiche-foreign-incubator - 11.0.18-SNAPSHOT + 11.0.18 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 0a3c45889010..543c0edcb143 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index 34e0ff570127..2bbcaa5a13dc 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index a33d170d71ca..e6b190cd59f5 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 94cca90d29bb..2919420cb360 100644 --- a/jetty-fcgi/fcgi-client/pom.xml +++ b/jetty-fcgi/fcgi-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 6033db9254b4..2461b4679c12 100644 --- a/jetty-fcgi/fcgi-server/pom.xml +++ b/jetty-fcgi/fcgi-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index e3f323d9625b..7c89caf18780 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 7a0b5ebb928f..e34403671e7d 100644 --- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.gcloud gcloud-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index 2c885fff4603..9df39448341f 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index 412e7bd06b6b..18cbf3d65c04 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index f821b475ebd4..ab2aa0f39d51 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index e59f8adbdfd7..33480229cacd 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 1dd42ce43290..95a3f9ff0d56 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index fb72af11e11c..3f6d0dc348cc 100644 --- a/jetty-http2/http2-client/pom.xml +++ b/jetty-http2/http2-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 262a20a7c0d7..5b398cf55ef0 100644 --- a/jetty-http2/http2-common/pom.xml +++ b/jetty-http2/http2-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 112418782cad..b7797c5e8494 100644 --- a/jetty-http2/http2-hpack/pom.xml +++ b/jetty-http2/http2-hpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index 1b97c4419533..103cef63b667 100644 --- a/jetty-http2/http2-http-client-transport/pom.xml +++ b/jetty-http2/http2-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 0258af308b4e..9b20ccb9ae63 100644 --- a/jetty-http2/http2-server/pom.xml +++ b/jetty-http2/http2-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index 2ddea88fc2b8..374981a2220b 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml index 83a69da0411f..b71fda549caf 100644 --- a/jetty-http3/http3-client/pom.xml +++ b/jetty-http3/http3-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml index 3cab55fdd9fc..44d2de1803e4 100644 --- a/jetty-http3/http3-common/pom.xml +++ b/jetty-http3/http3-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml index 02579a093dc9..4d6e12832323 100644 --- a/jetty-http3/http3-http-client-transport/pom.xml +++ b/jetty-http3/http3-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml index 339699a744a3..c4cf68f512a4 100644 --- a/jetty-http3/http3-qpack/pom.xml +++ b/jetty-http3/http3-qpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml index 3876f08eb3f8..1ec2cd27efd0 100644 --- a/jetty-http3/http3-server/pom.xml +++ b/jetty-http3/http3-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml index 9132e0378d3f..3b43556e7a08 100644 --- a/jetty-http3/http3-tests/pom.xml +++ b/jetty-http3/http3-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml index fa9fce8a6697..108b9fea2274 100644 --- a/jetty-http3/pom.xml +++ b/jetty-http3/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index d19cd9a24cef..70960e7e1d29 100644 --- a/jetty-infinispan/infinispan-common/pom.xml +++ b/jetty-infinispan/infinispan-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 8f0ddfa7592c..2dc6424d85a2 100644 --- a/jetty-infinispan/infinispan-embedded-query/pom.xml +++ b/jetty-infinispan/infinispan-embedded-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 8f74b33d3884..81bbf0d50bcc 100644 --- a/jetty-infinispan/infinispan-embedded/pom.xml +++ b/jetty-infinispan/infinispan-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index 26e11403bc69..e8fbd42dfdc3 100644 --- a/jetty-infinispan/infinispan-remote-query/pom.xml +++ b/jetty-infinispan/infinispan-remote-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index 2a956f4cd7db..9456e773e934 100644 --- a/jetty-infinispan/infinispan-remote/pom.xml +++ b/jetty-infinispan/infinispan-remote/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index ace20521df76..e88a53db5711 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 0e705e566664..911bc13e9686 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 3cfbb30a778f..0c6f93a4f2b7 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index c6a9e95687f9..cd8e3ad2495b 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index 048d49710797..88726c15a0c6 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 3cc77e2442c9..99015e60258f 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index 8e9eacfedc99..b7f8267c4641 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml index 4aa5c43a8690..c9a46c09adaa 100644 --- a/jetty-keystore/pom.xml +++ b/jetty-keystore/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-keystore diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 739a7dbb92c6..50b3ded5a2f9 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 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 5967f6867cb1..49f77d439e49 100644 --- a/jetty-memcached/jetty-memcached-sessions/pom.xml +++ b/jetty-memcached/jetty-memcached-sessions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.memcached memcached-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index 50e6e1a5aac7..d643b51f8c84 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index aacf8b913518..6d40cb5d99ef 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index 5cb923d5e090..760ab0901006 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index bd2a5f4da2cb..90b6b83003f4 100644 --- a/jetty-osgi/jetty-osgi-alpn/pom.xml +++ b/jetty-osgi/jetty-osgi-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 11.0.18-SNAPSHOT + 11.0.18 diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index 614c37bde826..f0e8ed7ba76e 100644 --- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 11.0.18-SNAPSHOT + 11.0.18 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 17b451905219..160244941f78 100644 --- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 11.0.18-SNAPSHOT + 11.0.18 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index 5028b9f82199..ad0cebcd3973 100644 --- a/jetty-osgi/jetty-osgi-boot/pom.xml +++ b/jetty-osgi/jetty-osgi-boot/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 11.0.18-SNAPSHOT + 11.0.18 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 6663f0822b84..4f41212076aa 100644 --- a/jetty-osgi/jetty-osgi-httpservice/pom.xml +++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 01bfb9f3a14b..8355c5f85ff6 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index c536bf42e8ad..3a763bdbebdd 100644 --- a/jetty-osgi/test-jetty-osgi-context/pom.xml +++ b/jetty-osgi/test-jetty-osgi-context/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 11.0.18-SNAPSHOT + 11.0.18 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 988765c426a9..16a41f83f727 100644 --- a/jetty-osgi/test-jetty-osgi-fragment/pom.xml +++ b/jetty-osgi/test-jetty-osgi-fragment/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 11.0.18-SNAPSHOT + 11.0.18 ../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 6b0b055dbb4a..befb033e69d9 100644 --- a/jetty-osgi/test-jetty-osgi-server/pom.xml +++ b/jetty-osgi/test-jetty-osgi-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 11.0.18-SNAPSHOT + 11.0.18 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 9cf2f93c1d61..647dffefbfe9 100644 --- a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 11.0.18-SNAPSHOT + 11.0.18 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 d7c3b8d26a53..574d951822cc 100644 --- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 11.0.18-SNAPSHOT + 11.0.18 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 2ccc2ba48872..96e232e43913 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 11.0.18-SNAPSHOT + 11.0.18 ../pom.xml 4.0.0 diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index 1fac60880060..c525a26c1186 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-p2 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 33f252d7f4e1..98da82c76ede 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 1b6f2226a029..07522e35566c 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml index f21a41693a42..f37fb963cc2f 100644 --- a/jetty-quic/pom.xml +++ b/jetty-quic/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml index 78059d6c52c1..3a6f7ffce5fb 100644 --- a/jetty-quic/quic-client/pom.xml +++ b/jetty-quic/quic-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml index a099bb9bf8b9..f9c97abd4f12 100644 --- a/jetty-quic/quic-common/pom.xml +++ b/jetty-quic/quic-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml index 12e3d668c7d9..146a0091f773 100644 --- a/jetty-quic/quic-quiche/pom.xml +++ b/jetty-quic/quic-quiche/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 11.0.18-SNAPSHOT + 11.0.18 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 6a640afa7939..d48599e5e6d0 100644 --- a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 11.0.18-SNAPSHOT + 11.0.18 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 d448f902096d..0918a9100ce6 100644 --- a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 11.0.18-SNAPSHOT + 11.0.18 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 04efa7920914..860575bf0d2c 100644 --- a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml index c0b2d122c0fd..591cb5a57fa6 100644 --- a/jetty-quic/quic-server/pom.xml +++ b/jetty-quic/quic-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 341e7b626eb5..97db300787ca 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 5d41ae477471..34be5b5ec0a3 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 2b635e2f4929..5cb5f55028f3 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 58f5c789dd18..fd915bc3ed56 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 7ee6bd85fcee..8b1770795136 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index 904ecd1f4558..2373efc00ce2 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index cba940fa33c8..5328e54df50a 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml index 37e80fdd0557..2b75d6347ffb 100644 --- a/jetty-slf4j-impl/pom.xml +++ b/jetty-slf4j-impl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 8e45931ff11a..8b45d3536763 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-start diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml index fde194b6f755..cfee20a009f3 100644 --- a/jetty-unixdomain-server/pom.xml +++ b/jetty-unixdomain-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml index 9d3fb8b8c7ef..f971a0f3e15b 100644 --- a/jetty-unixsocket/jetty-unixsocket-client/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-client/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml index 7fdfec30c8ee..014b10202dff 100644 --- a/jetty-unixsocket/jetty-unixsocket-common/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-unixsocket - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml index 988df1841618..61f1d6281de6 100644 --- a/jetty-unixsocket/jetty-unixsocket-server/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-server/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index 01ffdf5b6de1..1aeca73188f9 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index bb092b85258e..68ef16e93ba9 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 03f7f5454f47..6e345c7761cb 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 3f3b8deb5e6d..b625a5dcdb39 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index 752e58a64d9b..360681f1e037 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml index 9b077a793115..f53d2e9798f0 100644 --- a/jetty-websocket/websocket-core-client/pom.xml +++ b/jetty-websocket/websocket-core-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml index 301c53969b94..7a1f81d0c632 100644 --- a/jetty-websocket/websocket-core-common/pom.xml +++ b/jetty-websocket/websocket-core-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml index a762665d8b19..0f67e86e7d65 100644 --- a/jetty-websocket/websocket-core-server/pom.xml +++ b/jetty-websocket/websocket-core-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml index 019e7acabe88..01fc1a8c35c4 100644 --- a/jetty-websocket/websocket-core-tests/pom.xml +++ b/jetty-websocket/websocket-core-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jakarta-client/pom.xml b/jetty-websocket/websocket-jakarta-client/pom.xml index 612e7c6b1d6f..64e05b73c248 100644 --- a/jetty-websocket/websocket-jakarta-client/pom.xml +++ b/jetty-websocket/websocket-jakarta-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jakarta-common/pom.xml b/jetty-websocket/websocket-jakarta-common/pom.xml index 1c52f9b251c9..9857049b6f59 100644 --- a/jetty-websocket/websocket-jakarta-common/pom.xml +++ b/jetty-websocket/websocket-jakarta-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jakarta-server/pom.xml b/jetty-websocket/websocket-jakarta-server/pom.xml index 205d4cf0ddb1..a55dfd0fb46c 100644 --- a/jetty-websocket/websocket-jakarta-server/pom.xml +++ b/jetty-websocket/websocket-jakarta-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jakarta-tests/pom.xml b/jetty-websocket/websocket-jakarta-tests/pom.xml index a38bfd4492ff..35015e4581fe 100644 --- a/jetty-websocket/websocket-jakarta-tests/pom.xml +++ b/jetty-websocket/websocket-jakarta-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml index 52807f4ee72a..9775b2660d49 100644 --- a/jetty-websocket/websocket-jetty-api/pom.xml +++ b/jetty-websocket/websocket-jetty-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml index ede6ccb880dd..44c9cb4f8c33 100644 --- a/jetty-websocket/websocket-jetty-client/pom.xml +++ b/jetty-websocket/websocket-jetty-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml index dd80bac7920d..9e2cb0602a5f 100644 --- a/jetty-websocket/websocket-jetty-common/pom.xml +++ b/jetty-websocket/websocket-jetty-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml index cb7831fc9e33..fba15916392b 100644 --- a/jetty-websocket/websocket-jetty-server/pom.xml +++ b/jetty-websocket/websocket-jetty-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml index cdd6f7e06afe..7b42ca6fb3d8 100644 --- a/jetty-websocket/websocket-jetty-tests/pom.xml +++ b/jetty-websocket/websocket-jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index 3e89e11813b4..e6243a19815f 100644 --- a/jetty-websocket/websocket-servlet/pom.xml +++ b/jetty-websocket/websocket-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index 0ecd9cb9e576..bde7a7694095 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index ef41cc8bc4b5..b73fa8d5694b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml index 4de91a24591c..d09d79f93b6f 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 - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml index 0fcdf5ab273c..f31595ffbfd9 100644 --- a/tests/jetty-http-tools/pom.xml +++ b/tests/jetty-http-tools/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index 009e2c66d420..38baac6eb288 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index 382f89b1429e..376e8ec429f2 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 11.0.18-SNAPSHOT + 11.0.18 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml index 276c9b6983ad..1568e70e9aef 100644 --- a/tests/test-cdi/pom.xml +++ b/tests/test-cdi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 8367e871f1d0..c16d666bf693 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index b24bc50ab966..d53e5d7932d2 100644 --- a/tests/test-http-client-transport/pom.xml +++ b/tests/test-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 068d4fe76ff0..500fea54274a 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 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 a6be7fc66c83..4d13866dab9d 100644 --- a/tests/test-jmx/jmx-webapp-it/pom.xml +++ b/tests/test-jmx/jmx-webapp-it/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-jmx-parent - 11.0.18-SNAPSHOT + 11.0.18 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 6c29a000ea1c..b604542bce67 100644 --- a/tests/test-jmx/jmx-webapp/pom.xml +++ b/tests/test-jmx/jmx-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-jmx-parent - 11.0.18-SNAPSHOT + 11.0.18 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 5538b798e887..1814a5e73bd2 100644 --- a/tests/test-jmx/pom.xml +++ b/tests/test-jmx/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 test-jmx-parent diff --git a/tests/test-jndi/pom.xml b/tests/test-jndi/pom.xml index c33bc5ee4600..9ba4878de1c8 100644 --- a/tests/test-jndi/pom.xml +++ b/tests/test-jndi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml index 8cc866bada67..73f9a9ce84b3 100644 --- a/tests/test-jpms/pom.xml +++ b/tests/test-jpms/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 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 d6d787e73e43..54da2903cd78 100644 --- a/tests/test-jpms/test-jpms-websocket-core/pom.xml +++ b/tests/test-jpms/test-jpms-websocket-core/pom.xml @@ -3,7 +3,7 @@ test-jpms org.eclipse.jetty.tests - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 test-jpms-websocket-core diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 037a2d7965ed..fd4654b97ca1 100644 --- a/tests/test-loginservice/pom.xml +++ b/tests/test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 1341a69718b0..5bdae322b816 100644 --- a/tests/test-quickstart/pom.xml +++ b/tests/test-quickstart/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index b30e1a13d0e7..dc3daf164501 100644 --- a/tests/test-sessions/pom.xml +++ b/tests/test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 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 67f1617f4a44..4e9f544246c6 100644 --- a/tests/test-sessions/test-file-sessions/pom.xml +++ b/tests/test-sessions/test-file-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 11.0.18-SNAPSHOT + 11.0.18 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 eb3be20eaf41..70652605f048 100644 --- a/tests/test-sessions/test-gcloud-sessions/pom.xml +++ b/tests/test-sessions/test-gcloud-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 11.0.18-SNAPSHOT + 11.0.18 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 9b23147caf7b..5ad3b8ea8005 100644 --- a/tests/test-sessions/test-hazelcast-sessions/pom.xml +++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 11.0.18-SNAPSHOT + 11.0.18 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 36d622b2cf6c..20849dd871c1 100644 --- a/tests/test-sessions/test-infinispan-sessions/pom.xml +++ b/tests/test-sessions/test-infinispan-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 11.0.18-SNAPSHOT + 11.0.18 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 a3465bb62b2c..358a3d999dfa 100644 --- a/tests/test-sessions/test-jdbc-sessions/pom.xml +++ b/tests/test-sessions/test-jdbc-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 11.0.18-SNAPSHOT + 11.0.18 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 6c1a31e33e43..6d7957f0dcf0 100644 --- a/tests/test-sessions/test-memcached-sessions/pom.xml +++ b/tests/test-sessions/test-memcached-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 11.0.18-SNAPSHOT + 11.0.18 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 842aad52d823..b7352011a04d 100644 --- a/tests/test-sessions/test-mongodb-sessions/pom.xml +++ b/tests/test-sessions/test-mongodb-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 11.0.18-SNAPSHOT + 11.0.18 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 c6a318f639c5..b4d6cdf9f933 100644 --- a/tests/test-sessions/test-sessions-common/pom.xml +++ b/tests/test-sessions/test-sessions-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 11.0.18-SNAPSHOT + 11.0.18 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 117d586b7590..637030c826bf 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 ../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 b5524ff5519f..7c4a1105a55c 100644 --- a/tests/test-webapps/test-bad-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-bad-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 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 efcd663f74ae..f4d6a3f69339 100644 --- a/tests/test-webapps/test-cdi-common-webapp/pom.xml +++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index 04bfef94bd7a..2214d5953cd5 100644 --- a/tests/test-webapps/test-felix-webapp/pom.xml +++ b/tests/test-webapps/test-felix-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index e217ba236d3f..2e86088575cf 100644 --- a/tests/test-webapps/test-http2-webapp/pom.xml +++ b/tests/test-webapps/test-http2-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml index 198373c34960..6ff672eed4ff 100644 --- a/tests/test-webapps/test-openid-webapp/pom.xml +++ b/tests/test-webapps/test-openid-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 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 bc91082c11aa..7b7450989d1e 100644 --- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 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 0d8ab540679d..6d23f3b5b533 100644 --- a/tests/test-webapps/test-simple-session-webapp/pom.xml +++ b/tests/test-webapps/test-simple-session-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 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 b21bd71a0ab1..b0cd68285dc1 100644 --- a/tests/test-webapps/test-webapp-rfc2616/pom.xml +++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 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 df7ddfa0940a..3ca1d38171dd 100644 --- a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 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 dc65dde5fbf8..721a7b557508 100644 --- a/tests/test-webapps/test-websocket-client-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml index 79869ad482e8..f5b54f7b71f9 100644 --- a/tests/test-webapps/test-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 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 6b757bfa4b12..064c31df848d 100644 --- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0 diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml index 5dca5079477e..f18a198c1018 100644 --- a/tests/test-websocket-autobahn/pom.xml +++ b/tests/test-websocket-autobahn/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.18-SNAPSHOT + 11.0.18 4.0.0