diff --git a/VERSION.txt b/VERSION.txt index 1aac3c855957..67d3c3bc8fe0 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,15 @@ -jetty-10.0.18-SNAPSHOT +jetty-10.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 + + 10786 TLS handshake failures leak HttpConnection.RequestTimeouts tasks jetty-10.0.17 - 09 October 2023 + 9777 CrossOriginFilter does not return Vary header on no-cors mode diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index 1d47e727b64a..de4977e5e31e 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index ed58080f87fe..e3b93e32a261 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 72ff0394f912..6fa063fa5866 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -7,7 +7,7 @@ --> org.eclipse.jetty build-resources - 10.0.18-SNAPSHOT + 10.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 4e5511cf5d59..73896a921eae 100644 --- a/demos/demo-async-rest/demo-async-rest-jar/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-jar/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.18-SNAPSHOT + 10.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 dd7d0511533e..4d0479c14a3b 100644 --- a/demos/demo-async-rest/demo-async-rest-server/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.18-SNAPSHOT + 10.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 811fd157944e..ddf9b4e4e9d2 100644 --- a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml index df5aca0689aa..3e3bf3ac4b04 100644 --- a/demos/demo-async-rest/pom.xml +++ b/demos/demo-async-rest/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml index 51904cb5d320..c7325f81a77c 100644 --- a/demos/demo-jaas-webapp/pom.xml +++ b/demos/demo-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.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 ad5aff947a75..4c11df3f5160 100644 --- a/demos/demo-jetty-webapp/pom.xml +++ b/demos/demo-jetty-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.0.18 ../pom.xml 4.0.0 diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml index 5432230e71fe..a22256837be0 100644 --- a/demos/demo-jndi-webapp/pom.xml +++ b/demos/demo-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.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 94348e9d21de..b905d7a93f38 100644 --- a/demos/demo-jsp-webapp/pom.xml +++ b/demos/demo-jsp-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml index 1b52e9711e50..da03397aa3b2 100644 --- a/demos/demo-mock-resources/pom.xml +++ b/demos/demo-mock-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.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 6bc6f3ee2e4b..a85196ee730d 100644 --- a/demos/demo-proxy-webapp/pom.xml +++ b/demos/demo-proxy-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.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 661ebb0b86fb..7e9ca5607289 100644 --- a/demos/demo-simple-webapp/pom.xml +++ b/demos/demo-simple-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.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 3f27d91d14d0..0327723d78a7 100644 --- a/demos/demo-spec/demo-container-initializer/pom.xml +++ b/demos/demo-spec/demo-container-initializer/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.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 3840a37f732f..76d2b1d52174 100644 --- a/demos/demo-spec/demo-spec-webapp/pom.xml +++ b/demos/demo-spec/demo-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.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 c28177e0c4cc..ddfb705cf4ae 100644 --- a/demos/demo-spec/demo-web-fragment/pom.xml +++ b/demos/demo-spec/demo-web-fragment/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.0.18 ../../pom.xml diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml index c8eb9bf3db20..3cc402597e67 100644 --- a/demos/demo-spec/pom.xml +++ b/demos/demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.0.18 Demo :: Servlet Spec demo-spec diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml index 659caed045f0..30610fbc8f30 100644 --- a/demos/embedded/pom.xml +++ b/demos/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 demos-jetty-embedded diff --git a/demos/pom.xml b/demos/pom.xml index 4ca99df64a42..2053fa4fe588 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml index d5e5fedc3f8e..908407110b3c 100644 --- a/documentation/jetty-asciidoctor-extensions/pom.xml +++ b/documentation/jetty-asciidoctor-extensions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml index 9126f03865ee..66d168fca5a8 100644 --- a/documentation/jetty-documentation/pom.xml +++ b/documentation/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/documentation/pom.xml b/documentation/pom.xml index 723b85bc651d..c71b7490ee06 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/javadoc/pom.xml b/javadoc/pom.xml index 6ec339c293ed..884a17714bf2 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 6ac95a738565..022386587416 100644 --- a/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-alpn/jetty-alpn-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.18-SNAPSHOT + 10.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 77cd6483148e..645128009e5e 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.18-SNAPSHOT + 10.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 62214b4c53d9..28152013fbc9 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.18-SNAPSHOT + 10.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 6111820e03e5..937e4d6473eb 100644 --- a/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.18-SNAPSHOT + 10.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 c660d7fe6376..f7e3d1f388f7 100644 --- a/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 2a08d9e57182..f39d32fa1161 100644 --- a/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-alpn/jetty-alpn-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 934db68c826d..00224532d991 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index e29343599ed1..34412162ee09 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index 9c91e1d0365a..990336913c90 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index 63dda2f9675e..846693c9be5e 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 jetty-bom @@ -53,409 +53,409 @@ org.eclipse.jetty apache-jsp - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty apache-jstl - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-alpn-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-alpn-java-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-alpn-java-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-alpn-conscrypt-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-alpn-conscrypt-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-alpn-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-annotations - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-ant - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-cdi - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-deploy - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.fcgi fcgi-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.fcgi fcgi-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-home - 10.0.18-SNAPSHOT + 10.0.18 zip org.eclipse.jetty jetty-home - 10.0.18-SNAPSHOT + 10.0.18 tar.gz org.eclipse.jetty jetty-http - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.http2 http2-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.http2 http2-common - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.http2 http2-hpack - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.http2 http2-http-client-transport - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.http2 http2-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.http3 http3-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.http3 http3-common - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.http3 http3-http-client-transport - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.http3 http3-qpack - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.http3 http3-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-http-spi - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty infinispan-common - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty infinispan-remote-query - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty infinispan-embedded-query - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-hazelcast - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-io - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-jaas - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-jaspi - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-jmx - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-jndi - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-keystore - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.memcached jetty-memcached-sessions - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-nosql - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.osgi jetty-osgi-alpn - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.osgi jetty-osgi-boot - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.quic quic-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.quic quic-common - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.quic quic-quiche-common - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.quic quic-quiche-jna - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.quic quic-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.osgi jetty-httpservice - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-plus - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-proxy - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-quickstart - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-rewrite - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-security - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-openid - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-servlet - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-servlets - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-slf4j-impl - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-unixdomain-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-unixsocket-common - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-unixsocket-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-unixsocket-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-util - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-util-ajax - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-webapp - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.websocket websocket-javax-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.websocket websocket-javax-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.websocket websocket-javax-common - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.websocket websocket-jetty-api - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.websocket websocket-jetty-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.websocket websocket-jetty-common - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.websocket websocket-jetty-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.websocket websocket-servlet - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.websocket websocket-core-common - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.websocket websocket-core-client - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty.websocket websocket-core-server - 10.0.18-SNAPSHOT + 10.0.18 org.eclipse.jetty jetty-xml - 10.0.18-SNAPSHOT + 10.0.18 @@ -471,7 +471,7 @@ org.eclipse.jetty.quic quic-quiche-foreign-incubator - 10.0.18-SNAPSHOT + 10.0.18 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index a6ed91de7dbc..b78ae29b3056 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index d9744dc968c2..3098ac646b4f 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index ddb938f75a00..07b615ae70c9 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 9cb4061f4852..d8e52edd84b3 100644 --- a/jetty-fcgi/fcgi-client/pom.xml +++ b/jetty-fcgi/fcgi-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 5727d6ff18a7..fd0f66f81ac0 100644 --- a/jetty-fcgi/fcgi-server/pom.xml +++ b/jetty-fcgi/fcgi-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index 3da5d27f760a..e4581786d90c 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.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 0c9f8fb1d7aa..3aa0d4067212 100644 --- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.gcloud gcloud-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index f84c9f0cf03e..34453e23f3de 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index 4d621a17090b..182f42e9a029 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index c473f7685cc5..15f5c62f5c60 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index 4c05259e0985..fc260dfcffb7 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 55c19958fa30..1dc190a1c4cc 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index 97ac0946b214..036967be0f25 100644 --- a/jetty-http2/http2-client/pom.xml +++ b/jetty-http2/http2-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 395d006ca70d..afd3ba3ec602 100644 --- a/jetty-http2/http2-common/pom.xml +++ b/jetty-http2/http2-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 0c0c2e4bffd4..57b5faffd4f9 100644 --- a/jetty-http2/http2-hpack/pom.xml +++ b/jetty-http2/http2-hpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.18-SNAPSHOT + 10.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 6a9cada04681..b1137885bae5 100644 --- a/jetty-http2/http2-http-client-transport/pom.xml +++ b/jetty-http2/http2-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 66137121c907..22f782b9a5d1 100644 --- a/jetty-http2/http2-server/pom.xml +++ b/jetty-http2/http2-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index 2b1773fb506a..3e374ed4e868 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml index 5125660e855f..dd0f08edb483 100644 --- a/jetty-http3/http3-client/pom.xml +++ b/jetty-http3/http3-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml index 9373e0226f7e..b97b851c10f4 100644 --- a/jetty-http3/http3-common/pom.xml +++ b/jetty-http3/http3-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.18-SNAPSHOT + 10.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 119da47395ea..52c22b965164 100644 --- a/jetty-http3/http3-http-client-transport/pom.xml +++ b/jetty-http3/http3-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml index 59d91575a67d..9150eef3fe74 100644 --- a/jetty-http3/http3-qpack/pom.xml +++ b/jetty-http3/http3-qpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml index 3b00bfeaf21b..1eec941a958e 100644 --- a/jetty-http3/http3-server/pom.xml +++ b/jetty-http3/http3-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml index 9047a0d36913..413991ff92a9 100644 --- a/jetty-http3/http3-tests/pom.xml +++ b/jetty-http3/http3-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml index 85191d3fadb3..104de9d3efb1 100644 --- a/jetty-http3/pom.xml +++ b/jetty-http3/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index a8ecdc1d1555..d0a3c267d700 100644 --- a/jetty-infinispan/infinispan-common/pom.xml +++ b/jetty-infinispan/infinispan-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.18-SNAPSHOT + 10.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 a690fa8539f9..2adc8c9b2279 100644 --- a/jetty-infinispan/infinispan-embedded-query/pom.xml +++ b/jetty-infinispan/infinispan-embedded-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.18-SNAPSHOT + 10.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 4dbdd34ec515..c4a1fd597125 100644 --- a/jetty-infinispan/infinispan-embedded/pom.xml +++ b/jetty-infinispan/infinispan-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.18-SNAPSHOT + 10.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 0397b73d3082..25f53f8a3e3f 100644 --- a/jetty-infinispan/infinispan-remote-query/pom.xml +++ b/jetty-infinispan/infinispan-remote-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.18-SNAPSHOT + 10.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 5b4376c70c60..3520a25492c0 100644 --- a/jetty-infinispan/infinispan-remote/pom.xml +++ b/jetty-infinispan/infinispan-remote/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index 219199ea65b5..9818fc9ec97a 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 7501553edd25..2eed27d58511 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 649724d817ff..ede9ec799ef6 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 97a3cd24acd0..76490d101ef7 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index 85607c4a699b..42ca8ecac00c 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index c4a763b2a5a7..bc8c56843f10 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index 88c5909663c1..01fedb15c0e5 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml index 30b3ba452d3a..7c5f4c33f65f 100644 --- a/jetty-keystore/pom.xml +++ b/jetty-keystore/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-keystore diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index b52790327476..f44cb57b2ecd 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.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 70f2a8c6dcc9..c456da9b95c0 100644 --- a/jetty-memcached/jetty-memcached-sessions/pom.xml +++ b/jetty-memcached/jetty-memcached-sessions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.memcached memcached-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index 5693c2f89188..202ab27896ff 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 22a6d5f9bbb4..7a75f7b2f552 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index 01262c49ffd9..314a51954b85 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index f5c4764d0eee..1fc3c263d591 100644 --- a/jetty-osgi/jetty-osgi-alpn/pom.xml +++ b/jetty-osgi/jetty-osgi-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.18-SNAPSHOT + 10.0.18 diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index 61efd50bf0ad..0b144276734e 100644 --- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.18-SNAPSHOT + 10.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 360f51fc566e..6841376b7a47 100644 --- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.18-SNAPSHOT + 10.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 277f72cc8391..b87eef3ab737 100644 --- a/jetty-osgi/jetty-osgi-boot/pom.xml +++ b/jetty-osgi/jetty-osgi-boot/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.18-SNAPSHOT + 10.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 1ba1e2acfd6c..94fa117d9b3e 100644 --- a/jetty-osgi/jetty-osgi-httpservice/pom.xml +++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 3d9af2a88888..808396593d13 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.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 a23c1b35e096..54aaeaff57e3 100644 --- a/jetty-osgi/test-jetty-osgi-context/pom.xml +++ b/jetty-osgi/test-jetty-osgi-context/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.18-SNAPSHOT + 10.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 7155a7d6ad33..6c75a4d46826 100644 --- a/jetty-osgi/test-jetty-osgi-fragment/pom.xml +++ b/jetty-osgi/test-jetty-osgi-fragment/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.18-SNAPSHOT + 10.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 f60dc05653c4..c4377e5ccb5d 100644 --- a/jetty-osgi/test-jetty-osgi-server/pom.xml +++ b/jetty-osgi/test-jetty-osgi-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.18-SNAPSHOT + 10.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 a93c80d01f0e..9ce0be564ace 100644 --- a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.18-SNAPSHOT + 10.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 39f6616b1fcf..5ecd823b8f39 100644 --- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.18-SNAPSHOT + 10.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 ee52e42e54a4..48f7b7b97fb6 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.18-SNAPSHOT + 10.0.18 ../pom.xml 4.0.0 diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index a8911aa74b71..0ff4e03e7aa5 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-p2 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index b38160a37e63..4f1c8eeb5e5f 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 5bd2685f1152..55ed5d91e15e 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml index 4e0b93d423aa..a41ad164e753 100644 --- a/jetty-quic/pom.xml +++ b/jetty-quic/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml index 30bd162d3478..e6ea08408655 100644 --- a/jetty-quic/quic-client/pom.xml +++ b/jetty-quic/quic-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml index 7ccf23329c3a..2c3925e89523 100644 --- a/jetty-quic/quic-common/pom.xml +++ b/jetty-quic/quic-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml index 94506893b64b..2cb4e61d2044 100644 --- a/jetty-quic/quic-quiche/pom.xml +++ b/jetty-quic/quic-quiche/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.18-SNAPSHOT + 10.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 68402d8278fd..a6739885293f 100644 --- a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.18-SNAPSHOT + 10.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 23671aabb396..ae72e38b3b3b 100644 --- a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.18-SNAPSHOT + 10.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 7b7862cd6fa4..02ea01b76801 100644 --- a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml index 6887a21bd11e..59beaafb2443 100644 --- a/jetty-quic/quic-server/pom.xml +++ b/jetty-quic/quic-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 60c868a320a1..ee186857e923 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 4815dc35d02d..cc38222c1621 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index ef46a34efb6f..ca622eccda57 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index e9d08f856558..183fc0cca8fc 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 218d069c329b..87b73d4f1f30 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index d4859e424b46..986d60192de1 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index 9108a37237b3..43478835024d 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml index 73230798256b..b7be43f17cc8 100644 --- a/jetty-slf4j-impl/pom.xml +++ b/jetty-slf4j-impl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 156316332120..e35342638c0e 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-start diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml index 0e4850fe096e..3107258d31a9 100644 --- a/jetty-unixdomain-server/pom.xml +++ b/jetty-unixdomain-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml index 045e63336e6a..4eb63975e7fa 100644 --- a/jetty-unixsocket/jetty-unixsocket-client/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-client/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml index a9e7c442894b..3ff573ef6151 100644 --- a/jetty-unixsocket/jetty-unixsocket-common/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-unixsocket - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml index 04ab262436c4..1392d358a7fc 100644 --- a/jetty-unixsocket/jetty-unixsocket-server/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-server/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index 7c949d67b498..e292791291e0 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 9f1faa385292..7b139599d099 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 44bab2c687b4..60fad72e8c6c 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index d6cbd99b6b0e..36526475b2d9 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index 1989c6c36066..ea09b0caa51a 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml index cb1e94aaf160..f98c00638a3b 100644 --- a/jetty-websocket/websocket-core-client/pom.xml +++ b/jetty-websocket/websocket-core-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml index 4c8ce28e313c..e7248d8eeb65 100644 --- a/jetty-websocket/websocket-core-common/pom.xml +++ b/jetty-websocket/websocket-core-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml index b79d016e0929..b1af68e80c84 100644 --- a/jetty-websocket/websocket-core-server/pom.xml +++ b/jetty-websocket/websocket-core-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml index 34beb78de4fd..aa7536b79680 100644 --- a/jetty-websocket/websocket-core-tests/pom.xml +++ b/jetty-websocket/websocket-core-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-javax-client/pom.xml b/jetty-websocket/websocket-javax-client/pom.xml index d88266a518bc..57007ea842da 100644 --- a/jetty-websocket/websocket-javax-client/pom.xml +++ b/jetty-websocket/websocket-javax-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-javax-common/pom.xml b/jetty-websocket/websocket-javax-common/pom.xml index 71abdaafcf29..c761df522c0a 100644 --- a/jetty-websocket/websocket-javax-common/pom.xml +++ b/jetty-websocket/websocket-javax-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-javax-server/pom.xml b/jetty-websocket/websocket-javax-server/pom.xml index 7433e97408c8..54168bad441a 100644 --- a/jetty-websocket/websocket-javax-server/pom.xml +++ b/jetty-websocket/websocket-javax-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-javax-tests/pom.xml b/jetty-websocket/websocket-javax-tests/pom.xml index 57f9f669fc29..df4d68f04227 100644 --- a/jetty-websocket/websocket-javax-tests/pom.xml +++ b/jetty-websocket/websocket-javax-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml index 90c2a8e9533b..6363e8343b00 100644 --- a/jetty-websocket/websocket-jetty-api/pom.xml +++ b/jetty-websocket/websocket-jetty-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml index 6358fc7c238b..d032920ac555 100644 --- a/jetty-websocket/websocket-jetty-client/pom.xml +++ b/jetty-websocket/websocket-jetty-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml index f8f8032c54ce..a9fe17e2c331 100644 --- a/jetty-websocket/websocket-jetty-common/pom.xml +++ b/jetty-websocket/websocket-jetty-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml index 199a26dc72b3..7083504986c9 100644 --- a/jetty-websocket/websocket-jetty-server/pom.xml +++ b/jetty-websocket/websocket-jetty-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml index 3a6b151411e1..b53adf4f525d 100644 --- a/jetty-websocket/websocket-jetty-tests/pom.xml +++ b/jetty-websocket/websocket-jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index 387cbb164e05..469e7ff2ae98 100644 --- a/jetty-websocket/websocket-servlet/pom.xml +++ b/jetty-websocket/websocket-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index 3df18e4e7cfc..787ffe3004c0 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index aceb1396144c..81d2ead80207 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.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 a282d70ed019..d7115157aecc 100644 --- a/tests/jetty-home-tester/pom.xml +++ b/tests/jetty-home-tester/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml index efb24c0f8dba..952cbabf2563 100644 --- a/tests/jetty-http-tools/pom.xml +++ b/tests/jetty-http-tools/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index 9e5b7be7ae2f..8513eb305c95 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index 39a2bc80fbdf..2287fb1e22c9 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.18-SNAPSHOT + 10.0.18 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml index f7cb4d7b7ccf..3d79a43684c5 100644 --- a/tests/test-cdi/pom.xml +++ b/tests/test-cdi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index bee553a4a881..b972a2fae383 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index 9a383b291ff7..d197cf735a0b 100644 --- a/tests/test-http-client-transport/pom.xml +++ b/tests/test-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 759e67e21ae0..b322dc22582b 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.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 563ddb79eb67..172bef2c8f6e 100644 --- a/tests/test-jmx/jmx-webapp-it/pom.xml +++ b/tests/test-jmx/jmx-webapp-it/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-jmx-parent - 10.0.18-SNAPSHOT + 10.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 8e12caf1661e..3c2aff48cbb6 100644 --- a/tests/test-jmx/jmx-webapp/pom.xml +++ b/tests/test-jmx/jmx-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-jmx-parent - 10.0.18-SNAPSHOT + 10.0.18 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 7544e8956c70..c0f5a65134b7 100644 --- a/tests/test-jmx/pom.xml +++ b/tests/test-jmx/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 test-jmx-parent diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml index acb827f226b8..d2d124cdd1f0 100644 --- a/tests/test-jpms/pom.xml +++ b/tests/test-jpms/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.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 1974b48ee9f1..7797271300a7 100644 --- a/tests/test-jpms/test-jpms-websocket-core/pom.xml +++ b/tests/test-jpms/test-jpms-websocket-core/pom.xml @@ -3,7 +3,7 @@ test-jpms org.eclipse.jetty.tests - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 test-jpms-websocket-core diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 0fc4922483ea..831664609b4c 100644 --- a/tests/test-loginservice/pom.xml +++ b/tests/test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.0.18 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 0fe4878d21ab..e81d01b88e36 100644 --- a/tests/test-quickstart/pom.xml +++ b/tests/test-quickstart/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.0.18 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 9702b516aa51..f0c08c6c9973 100644 --- a/tests/test-sessions/pom.xml +++ b/tests/test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.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 e7e7138eb35d..a3d6d2360c26 100644 --- a/tests/test-sessions/test-file-sessions/pom.xml +++ b/tests/test-sessions/test-file-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.18-SNAPSHOT + 10.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 50c501856dab..a985d72b5cc1 100644 --- a/tests/test-sessions/test-gcloud-sessions/pom.xml +++ b/tests/test-sessions/test-gcloud-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.18-SNAPSHOT + 10.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 7bfbfda5cebb..7fd6f7260595 100644 --- a/tests/test-sessions/test-hazelcast-sessions/pom.xml +++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.18-SNAPSHOT + 10.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 e9c02828f9b0..ddbb10bc04ee 100644 --- a/tests/test-sessions/test-infinispan-sessions/pom.xml +++ b/tests/test-sessions/test-infinispan-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.18-SNAPSHOT + 10.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 e4f717398ccb..02b7d5d046c5 100644 --- a/tests/test-sessions/test-jdbc-sessions/pom.xml +++ b/tests/test-sessions/test-jdbc-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.18-SNAPSHOT + 10.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 144159f1d6d8..135a7c7e4d06 100644 --- a/tests/test-sessions/test-memcached-sessions/pom.xml +++ b/tests/test-sessions/test-memcached-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.18-SNAPSHOT + 10.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 dc651d842a88..6e6222b859c1 100644 --- a/tests/test-sessions/test-mongodb-sessions/pom.xml +++ b/tests/test-sessions/test-mongodb-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.18-SNAPSHOT + 10.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 8c83b6622b0f..7b343b927423 100644 --- a/tests/test-sessions/test-sessions-common/pom.xml +++ b/tests/test-sessions/test-sessions-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.18-SNAPSHOT + 10.0.18 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 2fa53753635a..8e82ea015ed0 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.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 81b3145dfa65..8a707e2be3c7 100644 --- a/tests/test-webapps/test-bad-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-bad-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.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 40c6c9759e59..ea1d5db642dc 100644 --- a/tests/test-webapps/test-cdi-common-webapp/pom.xml +++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.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 e610bfa9eae7..accf596549ae 100644 --- a/tests/test-webapps/test-felix-webapp/pom.xml +++ b/tests/test-webapps/test-felix-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.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 921001545ad0..e482802ef5c6 100644 --- a/tests/test-webapps/test-http2-webapp/pom.xml +++ b/tests/test-webapps/test-http2-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.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 b6134cf45485..474a74657835 100644 --- a/tests/test-webapps/test-openid-webapp/pom.xml +++ b/tests/test-webapps/test-openid-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.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 8053995e61c3..741d902872a0 100644 --- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.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 87f9c9bb82e5..8377134a967e 100644 --- a/tests/test-webapps/test-simple-session-webapp/pom.xml +++ b/tests/test-webapps/test-simple-session-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.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 9052a5c5d0be..c725fc96726a 100644 --- a/tests/test-webapps/test-webapp-rfc2616/pom.xml +++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.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 17c2d69ac632..82fdf6e7ec95 100644 --- a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.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 4cd28c00c216..f5864df97a3d 100644 --- a/tests/test-webapps/test-websocket-client-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.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 fefbd93e278f..ed99913c4156 100644 --- a/tests/test-webapps/test-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.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 02e5d4a2d9dc..110e9ce2d420 100644 --- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0 diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml index 9a461035ddf6..18e139cb6204 100644 --- a/tests/test-websocket-autobahn/pom.xml +++ b/tests/test-websocket-autobahn/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.18-SNAPSHOT + 10.0.18 4.0.0