diff --git a/VERSION.txt b/VERSION.txt index fca43ccfd5d1..810ed6251acc 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,17 @@ -jetty-10.0.15-SNAPSHOT +jetty-10.0.15 - 11 April 2023 + + 6184 JEP-411 will deprecate/remove the SecurityManager from the JVM + + 6483 Jetty http client SSL connectivity over CNTLM proxy fails + + 9237 Decouple QTP `idleTimeout` from pool shrink rate + + 9309 `jetty.sh` cannot handle complex Jetty properties from `start.d/*.ini` + + 9400 Jetty logs warning with stacktrace when annotation parser encounters + module-info.class file inside elasticsearch-x-content jar + + 9464 Respect expiry time of ID token + + 9468 Jetty 11.0.14 is less tolerant of non-compliant cookies than 11.0.13 + + 9497 Maven plugin effective web xml: add support for jar projects + + 9501 jetty client with proxy - ssl traffic between both proxy and servers + + 9517 Jetty 10.0.14 uses wrong pathSpec for request + + 9556 Password Util does not ask for password + + Jetty-10 null jetty-10.0.14 - 22 February 2023 + 7650 QueuedThreadPool: Stopped without executing or closing null diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index c8afcb401066..07a00e62d5fc 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index 6bd0123c0548..f1c82850e391 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 76a3793bed98..6d372599da24 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -7,7 +7,7 @@ --> org.eclipse.jetty build-resources - 10.0.15-SNAPSHOT + 10.0.15 Jetty :: Build Resources jar diff --git a/demos/demo-async-rest/demo-async-rest-jar/pom.xml b/demos/demo-async-rest/demo-async-rest-jar/pom.xml index 8a048e43b18d..f0e81abd9d7e 100644 --- a/demos/demo-async-rest/demo-async-rest-jar/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-jar/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/demos/demo-async-rest/demo-async-rest-server/pom.xml b/demos/demo-async-rest/demo-async-rest-server/pom.xml index 4d5c42dbda39..149181546f7e 100644 --- a/demos/demo-async-rest/demo-async-rest-server/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml index 69aeafefae59..915bc8c349aa 100644 --- a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml index 097e229f613a..3150f6a86726 100644 --- a/demos/demo-async-rest/pom.xml +++ b/demos/demo-async-rest/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml index ca6d6d18dcaf..61cb51e87f2e 100644 --- a/demos/demo-jaas-webapp/pom.xml +++ b/demos/demo-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 demo-jaas-webapp Demo :: JAAS :: WebApp diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml index a5e7c614a2ad..0a6d59192849 100644 --- a/demos/demo-jetty-webapp/pom.xml +++ b/demos/demo-jetty-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 ../pom.xml 4.0.0 diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml index 62ed54cecd99..fa98a5cae1cc 100644 --- a/demos/demo-jndi-webapp/pom.xml +++ b/demos/demo-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 demo-jndi-webapp Demo :: JNDI :: WebApp diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml index 18d9adee7497..a09582504e78 100644 --- a/demos/demo-jsp-webapp/pom.xml +++ b/demos/demo-jsp-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml index 3642f389ee6e..f4243a5c44f2 100644 --- a/demos/demo-mock-resources/pom.xml +++ b/demos/demo-mock-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 Demo :: Mock Resources demo-mock-resources diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml index 3fbf410afaae..1468128a98d2 100644 --- a/demos/demo-proxy-webapp/pom.xml +++ b/demos/demo-proxy-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 demo-proxy-webapp diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml index c8f4f227c703..69d453b2f83c 100644 --- a/demos/demo-simple-webapp/pom.xml +++ b/demos/demo-simple-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml index be996e5c3833..9447c3478100 100644 --- a/demos/demo-spec/demo-container-initializer/pom.xml +++ b/demos/demo-spec/demo-container-initializer/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 ../../pom.xml demo-container-initializer diff --git a/demos/demo-spec/demo-spec-webapp/pom.xml b/demos/demo-spec/demo-spec-webapp/pom.xml index ceac538b98aa..a9de6444485a 100644 --- a/demos/demo-spec/demo-spec-webapp/pom.xml +++ b/demos/demo-spec/demo-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 ../../pom.xml Demo :: Servlet Spec :: Webapp diff --git a/demos/demo-spec/demo-web-fragment/pom.xml b/demos/demo-spec/demo-web-fragment/pom.xml index 3cb8c10bf64a..7e3d0363a165 100644 --- a/demos/demo-spec/demo-web-fragment/pom.xml +++ b/demos/demo-spec/demo-web-fragment/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 ../../pom.xml diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml index 473eb296d131..078e15c252b2 100644 --- a/demos/demo-spec/pom.xml +++ b/demos/demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 Demo :: Servlet Spec demo-spec diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml index 7e317f11962d..a7cf23bfd348 100644 --- a/demos/embedded/pom.xml +++ b/demos/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 demos-jetty-embedded diff --git a/demos/pom.xml b/demos/pom.xml index dfa1e7cf26ae..d45a2b91ca9b 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml index 86140160be48..6309c4516b3b 100644 --- a/documentation/jetty-asciidoctor-extensions/pom.xml +++ b/documentation/jetty-asciidoctor-extensions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml index 637a486c16bf..583aeaf0f836 100644 --- a/documentation/jetty-documentation/pom.xml +++ b/documentation/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/documentation/pom.xml b/documentation/pom.xml index fef5da2cf37a..531ad0b7f69c 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/javadoc/pom.xml b/javadoc/pom.xml index 742be10923b6..c13fc0504fd9 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index a5936eb61266..010d130a3ba0 100644 --- a/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-alpn/jetty-alpn-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-alpn-client diff --git a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml index 6f8c391cbb55..3375c266e6c3 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index ed5085eca5c4..d08b40f5f033 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index 02c735b61344..2b646dde1446 100644 --- a/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index b4038ff3f294..e228457807b3 100644 --- a/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index b9052447b195..65d6d0a062b8 100644 --- a/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-alpn/jetty-alpn-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 1cf1cb78173b..dc2693a3b66b 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index 5dc74abc70db..75d73d0de1d2 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index b4bbfaf4d4dd..c6f99effc77b 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index 7a21b92d6862..e75b3314e00d 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 jetty-bom @@ -53,409 +53,409 @@ org.eclipse.jetty apache-jsp - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty apache-jstl - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-alpn-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-alpn-java-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-alpn-java-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-alpn-conscrypt-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-alpn-conscrypt-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-alpn-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-annotations - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-ant - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-cdi - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-deploy - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.fcgi fcgi-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.fcgi fcgi-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-home - 10.0.15-SNAPSHOT + 10.0.15 zip org.eclipse.jetty jetty-home - 10.0.15-SNAPSHOT + 10.0.15 tar.gz org.eclipse.jetty jetty-http - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.http2 http2-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.http2 http2-common - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.http2 http2-hpack - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.http2 http2-http-client-transport - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.http2 http2-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.http3 http3-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.http3 http3-common - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.http3 http3-http-client-transport - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.http3 http3-qpack - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.http3 http3-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-http-spi - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty infinispan-common - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty infinispan-remote-query - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty infinispan-embedded-query - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-hazelcast - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-io - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-jaas - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-jaspi - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-jmx - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-jndi - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-keystore - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.memcached jetty-memcached-sessions - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-nosql - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.osgi jetty-osgi-alpn - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.osgi jetty-osgi-boot - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.quic quic-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.quic quic-common - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.quic quic-quiche-common - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.quic quic-quiche-jna - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.quic quic-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.osgi jetty-httpservice - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-plus - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-proxy - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-quickstart - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-rewrite - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-security - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-openid - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-servlet - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-servlets - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-slf4j-impl - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-unixdomain-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-unixsocket-common - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-unixsocket-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-unixsocket-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-util - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-util-ajax - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-webapp - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.websocket websocket-javax-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.websocket websocket-javax-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.websocket websocket-javax-common - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.websocket websocket-jetty-api - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.websocket websocket-jetty-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.websocket websocket-jetty-common - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.websocket websocket-jetty-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.websocket websocket-servlet - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.websocket websocket-core-common - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.websocket websocket-core-client - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty.websocket websocket-core-server - 10.0.15-SNAPSHOT + 10.0.15 org.eclipse.jetty jetty-xml - 10.0.15-SNAPSHOT + 10.0.15 @@ -471,7 +471,7 @@ org.eclipse.jetty.quic quic-quiche-foreign-incubator - 10.0.15-SNAPSHOT + 10.0.15 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index e8235a533664..f641b831d8b0 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index 3292f620ab1f..c33470de1d1a 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index dcb48c5ded9c..0414f51fc53e 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 2d92757d470a..515bdfdd3cc9 100644 --- a/jetty-fcgi/fcgi-client/pom.xml +++ b/jetty-fcgi/fcgi-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 3c3a74441f5e..a8e179e648ad 100644 --- a/jetty-fcgi/fcgi-server/pom.xml +++ b/jetty-fcgi/fcgi-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index 1990d1aa686f..247c1e5f900c 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 061a9317f816..dc5c43b1e1f3 100644 --- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.gcloud gcloud-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index a980b5a71cce..d9ade3c52e73 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index fcb7c8c77a7a..5f9e29000a73 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 946f60ed34cf..d1180ebe53cf 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index e0e52513d37f..8de1ddb08981 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 23b965bcc275..529c4815b4d3 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index f68b9488587e..8b3864f8fde7 100644 --- a/jetty-http2/http2-client/pom.xml +++ b/jetty-http2/http2-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 474633eb1e8f..84ab62dbbe6d 100644 --- a/jetty-http2/http2-common/pom.xml +++ b/jetty-http2/http2-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 318dd76cffac..a404a3819124 100644 --- a/jetty-http2/http2-hpack/pom.xml +++ b/jetty-http2/http2-hpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index 43ef13d2c063..747faac74d07 100644 --- a/jetty-http2/http2-http-client-transport/pom.xml +++ b/jetty-http2/http2-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index a800d2c93e78..6e9668472989 100644 --- a/jetty-http2/http2-server/pom.xml +++ b/jetty-http2/http2-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index b934bb3bbc9b..80a28fbe4cca 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml index f4dd414bd9c8..ea7f7ab4ad72 100644 --- a/jetty-http3/http3-client/pom.xml +++ b/jetty-http3/http3-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml index f896ba038b03..dc39e2a867b5 100644 --- a/jetty-http3/http3-common/pom.xml +++ b/jetty-http3/http3-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml index 06d7757370bb..8f0985af89dd 100644 --- a/jetty-http3/http3-http-client-transport/pom.xml +++ b/jetty-http3/http3-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml index a22b45195caa..c3df2b432a01 100644 --- a/jetty-http3/http3-qpack/pom.xml +++ b/jetty-http3/http3-qpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml index 65c4d24850fc..032f1bb9ceae 100644 --- a/jetty-http3/http3-server/pom.xml +++ b/jetty-http3/http3-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml index ca7374a0c5e1..c39ee15c979e 100644 --- a/jetty-http3/http3-tests/pom.xml +++ b/jetty-http3/http3-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml index 87b067145b8a..4c810210eaef 100644 --- a/jetty-http3/pom.xml +++ b/jetty-http3/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index 2b571b42e47c..b27b5076868f 100644 --- a/jetty-infinispan/infinispan-common/pom.xml +++ b/jetty-infinispan/infinispan-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index c6cb617eda9a..68a87e295321 100644 --- a/jetty-infinispan/infinispan-embedded-query/pom.xml +++ b/jetty-infinispan/infinispan-embedded-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 27f372f03150..dc3b449ba007 100644 --- a/jetty-infinispan/infinispan-embedded/pom.xml +++ b/jetty-infinispan/infinispan-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index 0d78b0be332b..8156d9e93f61 100644 --- a/jetty-infinispan/infinispan-remote-query/pom.xml +++ b/jetty-infinispan/infinispan-remote-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index 35b583ec66c3..42a3aa4117db 100644 --- a/jetty-infinispan/infinispan-remote/pom.xml +++ b/jetty-infinispan/infinispan-remote/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index ebe7bccbcf82..47e0bcdfb5c7 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 860bd0ab674b..303b32777cd8 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 01df3cfddac0..1d784deb81b1 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 6f09182d0d59..ebedfef8791f 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index 62a5af20fa5c..5cb49fe73c4e 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 7e84b87b14d0..1e664c3aa3b9 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index 9743f8990f84..1226ecfa1052 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml index cdcfd1ea3133..5fa70f268ac7 100644 --- a/jetty-keystore/pom.xml +++ b/jetty-keystore/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-keystore diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index abd59afbc77c..24351750202e 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-maven-plugin diff --git a/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-memcached/jetty-memcached-sessions/pom.xml index 1e6ec481c148..283b062373e9 100644 --- a/jetty-memcached/jetty-memcached-sessions/pom.xml +++ b/jetty-memcached/jetty-memcached-sessions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.memcached memcached-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index e5d86d15a9c5..197ffe204487 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 9ea0b71b0fa9..f433ae55b641 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index 2156689815c7..e54765e54541 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 9728a47f5a49..01b0191571ca 100644 --- a/jetty-osgi/jetty-osgi-alpn/pom.xml +++ b/jetty-osgi/jetty-osgi-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.15-SNAPSHOT + 10.0.15 diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index 13d3f5a73955..e268eb519f4e 100644 --- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-osgi-boot-jsp diff --git a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml index 3009c68cc9d9..4bc540328178 100644 --- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.15-SNAPSHOT + 10.0.15 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index ba0e1380b4bf..5ddc4cb0bd2d 100644 --- a/jetty-osgi/jetty-osgi-boot/pom.xml +++ b/jetty-osgi/jetty-osgi-boot/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-osgi-boot diff --git a/jetty-osgi/jetty-osgi-httpservice/pom.xml b/jetty-osgi/jetty-osgi-httpservice/pom.xml index 46ba39fedc43..620ef7eab835 100644 --- a/jetty-osgi/jetty-osgi-httpservice/pom.xml +++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index de7f86877835..7f6cae28f2fd 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 17b7efe4e568..9ca8866b229c 100644 --- a/jetty-osgi/test-jetty-osgi-context/pom.xml +++ b/jetty-osgi/test-jetty-osgi-context/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 test-jetty-osgi-context diff --git a/jetty-osgi/test-jetty-osgi-fragment/pom.xml b/jetty-osgi/test-jetty-osgi-fragment/pom.xml index 73f1b12a564c..135e27aa4182 100644 --- a/jetty-osgi/test-jetty-osgi-fragment/pom.xml +++ b/jetty-osgi/test-jetty-osgi-fragment/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.15-SNAPSHOT + 10.0.15 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-server/pom.xml b/jetty-osgi/test-jetty-osgi-server/pom.xml index 3303ecc7785c..47005fb0d494 100644 --- a/jetty-osgi/test-jetty-osgi-server/pom.xml +++ b/jetty-osgi/test-jetty-osgi-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 test-jetty-osgi-server diff --git a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml index 1be61b9ab1b4..6472390c398f 100644 --- a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 test-jetty-osgi-webapp-resources diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml index fb7a8d47abf2..39c7e7625a43 100644 --- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.15-SNAPSHOT + 10.0.15 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 208749e98420..3a66ab2b48b8 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.15-SNAPSHOT + 10.0.15 ../pom.xml 4.0.0 diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index 6c3dd1008846..7e5768bc6ae3 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-p2 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 0badde71c79c..b542ccbe02ec 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 1987711ecc8e..218fa0a079fb 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml index 037d150f248d..7d24ef946ed3 100644 --- a/jetty-quic/pom.xml +++ b/jetty-quic/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml index 175a28b4c00f..18f8e9530f5e 100644 --- a/jetty-quic/quic-client/pom.xml +++ b/jetty-quic/quic-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml index 995df1edca26..aec0650e5bdb 100644 --- a/jetty-quic/quic-common/pom.xml +++ b/jetty-quic/quic-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml index 8fea916aa14b..c1c7143d9e16 100644 --- a/jetty-quic/quic-quiche/pom.xml +++ b/jetty-quic/quic-quiche/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml index 1204e97016d8..3e8f7f2b6479 100644 --- a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml index aa0456176088..4e3b94dcfa18 100644 --- a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml index a6a4907afea6..c8f39faa3f08 100644 --- a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml index 3b0a836561db..cdaeacb66852 100644 --- a/jetty-quic/quic-server/pom.xml +++ b/jetty-quic/quic-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 9d8fb270c414..6355e619a8f1 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index a5a3e1139a23..18d636d09b6d 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 66613e125aed..2f35aa45d60f 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 2088d37530df..da6bb0ef0956 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 67d74bb78f26..ef6c572eb811 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index ca134d1158ba..1b830f244642 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index 29ec08cdad1f..958e816e6e82 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml index b38405163a0b..1f7136297acc 100644 --- a/jetty-slf4j-impl/pom.xml +++ b/jetty-slf4j-impl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index d3b3b2d29ab6..2a6968b7d8cc 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-start diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml index c0099053c8c0..aff61eb42278 100644 --- a/jetty-unixdomain-server/pom.xml +++ b/jetty-unixdomain-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml index 1b9101db7b0c..80b1a21e6a25 100644 --- a/jetty-unixsocket/jetty-unixsocket-client/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-client/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml index fff1caf395de..85bec22ff654 100644 --- a/jetty-unixsocket/jetty-unixsocket-common/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-unixsocket - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml index fd7b69e8b997..69526f1d20f5 100644 --- a/jetty-unixsocket/jetty-unixsocket-server/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-server/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index f31c7e42a5b9..361103dda3f2 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 1345990bb7b0..e5da5ee75fef 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 0b9e0de66c8c..af8a32af06b1 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index c92d77287be2..1320f2b750b7 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index dc75067f14f7..aecc2073d286 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml index e2f2558cc446..2ba9cb6056c1 100644 --- a/jetty-websocket/websocket-core-client/pom.xml +++ b/jetty-websocket/websocket-core-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml index 9fa2cb292cb1..7813da111844 100644 --- a/jetty-websocket/websocket-core-common/pom.xml +++ b/jetty-websocket/websocket-core-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml index af75956f835b..2a1966309d70 100644 --- a/jetty-websocket/websocket-core-server/pom.xml +++ b/jetty-websocket/websocket-core-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml index d60a9d6d4bb8..fb63958237c1 100644 --- a/jetty-websocket/websocket-core-tests/pom.xml +++ b/jetty-websocket/websocket-core-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-javax-client/pom.xml b/jetty-websocket/websocket-javax-client/pom.xml index b7f6bdcde202..283482fcfa68 100644 --- a/jetty-websocket/websocket-javax-client/pom.xml +++ b/jetty-websocket/websocket-javax-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-javax-common/pom.xml b/jetty-websocket/websocket-javax-common/pom.xml index 11a87f1006df..8da3269c438b 100644 --- a/jetty-websocket/websocket-javax-common/pom.xml +++ b/jetty-websocket/websocket-javax-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-javax-server/pom.xml b/jetty-websocket/websocket-javax-server/pom.xml index 3a0cf1d429fb..a98a6e8b424d 100644 --- a/jetty-websocket/websocket-javax-server/pom.xml +++ b/jetty-websocket/websocket-javax-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-javax-tests/pom.xml b/jetty-websocket/websocket-javax-tests/pom.xml index 70c027799220..4bef476c88c1 100644 --- a/jetty-websocket/websocket-javax-tests/pom.xml +++ b/jetty-websocket/websocket-javax-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml index ee935ea56d5a..68ec12c0bf10 100644 --- a/jetty-websocket/websocket-jetty-api/pom.xml +++ b/jetty-websocket/websocket-jetty-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml index 473b0cc209bd..e531e99d3e67 100644 --- a/jetty-websocket/websocket-jetty-client/pom.xml +++ b/jetty-websocket/websocket-jetty-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml index 42e3d38fa651..a042eb2a5ef8 100644 --- a/jetty-websocket/websocket-jetty-common/pom.xml +++ b/jetty-websocket/websocket-jetty-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml index e8af9645a050..9a80c9b3d59d 100644 --- a/jetty-websocket/websocket-jetty-server/pom.xml +++ b/jetty-websocket/websocket-jetty-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml index 7dc2c8aa3bbe..1aafd9121521 100644 --- a/jetty-websocket/websocket-jetty-tests/pom.xml +++ b/jetty-websocket/websocket-jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index f5902d220c5a..7e016e542962 100644 --- a/jetty-websocket/websocket-servlet/pom.xml +++ b/jetty-websocket/websocket-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index 1172f30a67cb..bfc04d1a3923 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index 238af5eb6001..df2e211adb21 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml index 92e07d0c848b..e76769e48699 100644 --- a/tests/jetty-home-tester/pom.xml +++ b/tests/jetty-home-tester/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml index 8342adb2916c..3f406ad2771b 100644 --- a/tests/jetty-http-tools/pom.xml +++ b/tests/jetty-http-tools/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index acd2a0369c7f..ae2f4a224f9c 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index 595aeea32a28..aecb4137bc3d 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.15-SNAPSHOT + 10.0.15 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml index a462a29d8477..8a354d6569f5 100644 --- a/tests/test-cdi/pom.xml +++ b/tests/test-cdi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 0bf81789d2ad..c761c0116843 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index ac6cefd1f32b..3f40c1c6c26b 100644 --- a/tests/test-http-client-transport/pom.xml +++ b/tests/test-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index cc33b74e9497..09a2dc47ca5a 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 test-integration diff --git a/tests/test-jmx/jmx-webapp-it/pom.xml b/tests/test-jmx/jmx-webapp-it/pom.xml index 88264ceb09c4..5e7bd45fbcc0 100644 --- a/tests/test-jmx/jmx-webapp-it/pom.xml +++ b/tests/test-jmx/jmx-webapp-it/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-jmx-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 jmx-webapp-it diff --git a/tests/test-jmx/jmx-webapp/pom.xml b/tests/test-jmx/jmx-webapp/pom.xml index b4ca253a320b..f307d6bd608a 100644 --- a/tests/test-jmx/jmx-webapp/pom.xml +++ b/tests/test-jmx/jmx-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-jmx-parent - 10.0.15-SNAPSHOT + 10.0.15 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index b7dcd272d6fb..653e0360e20a 100644 --- a/tests/test-jmx/pom.xml +++ b/tests/test-jmx/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 test-jmx-parent diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml index ada09237e495..b7bf6e609cdd 100644 --- a/tests/test-jpms/pom.xml +++ b/tests/test-jpms/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 test-jpms diff --git a/tests/test-jpms/test-jpms-websocket-core/pom.xml b/tests/test-jpms/test-jpms-websocket-core/pom.xml index 0847a741992a..9d74173f5a9b 100644 --- a/tests/test-jpms/test-jpms-websocket-core/pom.xml +++ b/tests/test-jpms/test-jpms-websocket-core/pom.xml @@ -3,7 +3,7 @@ test-jpms org.eclipse.jetty.tests - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 test-jpms-websocket-core diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 09fa3e2f5923..e0a578be5a8d 100644 --- a/tests/test-loginservice/pom.xml +++ b/tests/test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index b2e7394429f2..305e8d654538 100644 --- a/tests/test-quickstart/pom.xml +++ b/tests/test-quickstart/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 44f8eeea771d..873055c6ecb2 100644 --- a/tests/test-sessions/pom.xml +++ b/tests/test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 test-sessions-parent Jetty Tests :: Sessions :: Parent diff --git a/tests/test-sessions/test-file-sessions/pom.xml b/tests/test-sessions/test-file-sessions/pom.xml index 4117ec920035..e47bb5973715 100644 --- a/tests/test-sessions/test-file-sessions/pom.xml +++ b/tests/test-sessions/test-file-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.15-SNAPSHOT + 10.0.15 test-file-sessions Jetty Tests :: Sessions :: File diff --git a/tests/test-sessions/test-gcloud-sessions/pom.xml b/tests/test-sessions/test-gcloud-sessions/pom.xml index 98db7fc8e4f4..c0e678606a47 100644 --- a/tests/test-sessions/test-gcloud-sessions/pom.xml +++ b/tests/test-sessions/test-gcloud-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.15-SNAPSHOT + 10.0.15 test-gcloud-sessions Jetty Tests :: Sessions :: GCloud diff --git a/tests/test-sessions/test-hazelcast-sessions/pom.xml b/tests/test-sessions/test-hazelcast-sessions/pom.xml index 440177983504..2ccd7e88ae8c 100644 --- a/tests/test-sessions/test-hazelcast-sessions/pom.xml +++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.15-SNAPSHOT + 10.0.15 test-hazelcast-sessions Jetty Tests :: Sessions :: Hazelcast diff --git a/tests/test-sessions/test-infinispan-sessions/pom.xml b/tests/test-sessions/test-infinispan-sessions/pom.xml index 070f9a8290eb..c86f1ae95ab9 100644 --- a/tests/test-sessions/test-infinispan-sessions/pom.xml +++ b/tests/test-sessions/test-infinispan-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.15-SNAPSHOT + 10.0.15 test-infinispan-sessions Jetty Tests :: Sessions :: Infinispan diff --git a/tests/test-sessions/test-jdbc-sessions/pom.xml b/tests/test-sessions/test-jdbc-sessions/pom.xml index a160ded89dbb..d577206b92b9 100644 --- a/tests/test-sessions/test-jdbc-sessions/pom.xml +++ b/tests/test-sessions/test-jdbc-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.15-SNAPSHOT + 10.0.15 test-jdbc-sessions Jetty Tests :: Sessions :: JDBC diff --git a/tests/test-sessions/test-memcached-sessions/pom.xml b/tests/test-sessions/test-memcached-sessions/pom.xml index 61013edde517..e31643b08407 100644 --- a/tests/test-sessions/test-memcached-sessions/pom.xml +++ b/tests/test-sessions/test-memcached-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.15-SNAPSHOT + 10.0.15 test-memcached-sessions Jetty Tests :: Sessions :: Memcached diff --git a/tests/test-sessions/test-mongodb-sessions/pom.xml b/tests/test-sessions/test-mongodb-sessions/pom.xml index d7fcae8eccdf..2e21670eae91 100644 --- a/tests/test-sessions/test-mongodb-sessions/pom.xml +++ b/tests/test-sessions/test-mongodb-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.15-SNAPSHOT + 10.0.15 test-mongodb-sessions Jetty Tests :: Sessions :: Mongo diff --git a/tests/test-sessions/test-sessions-common/pom.xml b/tests/test-sessions/test-sessions-common/pom.xml index fc84bbde2ebc..688347c13051 100644 --- a/tests/test-sessions/test-sessions-common/pom.xml +++ b/tests/test-sessions/test-sessions-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.15-SNAPSHOT + 10.0.15 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 087c5a902a9f..e24b642bc420 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 ../pom.xml test-webapps-parent diff --git a/tests/test-webapps/test-bad-websocket-webapp/pom.xml b/tests/test-webapps/test-bad-websocket-webapp/pom.xml index 37913f698521..ec1ed789b959 100644 --- a/tests/test-webapps/test-bad-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-bad-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-webapps/test-cdi-common-webapp/pom.xml b/tests/test-webapps/test-cdi-common-webapp/pom.xml index d437e8dd3992..dc13bdadc6f4 100644 --- a/tests/test-webapps/test-cdi-common-webapp/pom.xml +++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index a86da7c2130f..701f70608960 100644 --- a/tests/test-webapps/test-felix-webapp/pom.xml +++ b/tests/test-webapps/test-felix-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index 7a7e7f80340d..d465988fe90b 100644 --- a/tests/test-webapps/test-http2-webapp/pom.xml +++ b/tests/test-webapps/test-http2-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml index 13ff39170375..dee533bf3017 100644 --- a/tests/test-webapps/test-openid-webapp/pom.xml +++ b/tests/test-webapps/test-openid-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-webapps/test-owb-cdi-webapp/pom.xml b/tests/test-webapps/test-owb-cdi-webapp/pom.xml index 8ed35ab39cda..a080f12005a5 100644 --- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-webapps/test-simple-session-webapp/pom.xml b/tests/test-webapps/test-simple-session-webapp/pom.xml index 2f63b5f086af..1de51b5563cc 100644 --- a/tests/test-webapps/test-simple-session-webapp/pom.xml +++ b/tests/test-webapps/test-simple-session-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 test-simple-session-webapp diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index ad9e34aef0d0..ada7eda3f3aa 100644 --- a/tests/test-webapps/test-webapp-rfc2616/pom.xml +++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 test-webapp-rfc2616 Jetty Tests :: WebApp :: RFC2616 diff --git a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml index 6ae7be57fb14..772b0021cbf3 100644 --- a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-webapps/test-websocket-client-webapp/pom.xml b/tests/test-webapps/test-websocket-client-webapp/pom.xml index 83e857da491a..dbe1aba4729e 100644 --- a/tests/test-webapps/test-websocket-client-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml index 2d9cb0ea6f94..ca700cdc3013 100644 --- a/tests/test-webapps/test-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml index 5eab97f9a47d..c839d866adb3 100644 --- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0 diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml index a72a7d46003d..c65fcc78760f 100644 --- a/tests/test-websocket-autobahn/pom.xml +++ b/tests/test-websocket-autobahn/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.15-SNAPSHOT + 10.0.15 4.0.0