diff --git a/VERSION.txt b/VERSION.txt index 4925d5e27923..8211cae0ced9 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,6 @@ -jetty-10.0.23-SNAPSHOT +jetty-10.0.23 - 13 August 2024 + + 12041 backport tracking retainable pool from Jetty 12 + + 12156 Improvements to HttpConnection when reading 0 bytes jetty-10.0.22 - 27 June 2024 + 11917 Update XML configure.dtd locations to new jetty.org website diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index a1136898c4b4..fe49025cec25 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 apache-jsp Jetty :: Apache JSP Implementation diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index de87cc72784c..6ec8ec335d90 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 apache-jstl jar diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 7b17c14c7312..ec93e6bd18ae 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -8,7 +8,7 @@ --> org.eclipse.jetty build-resources - 10.0.23-SNAPSHOT + 10.0.23 jar Jetty :: Build Resources 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 c3240101d896..3ba213cb6bae 100644 --- a/demos/demo-async-rest/demo-async-rest-jar/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-jar/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.23-SNAPSHOT + 10.0.23 demo-async-rest-jar jar 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 c7e33414ec5c..066d1d5683a5 100644 --- a/demos/demo-async-rest/demo-async-rest-server/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.23-SNAPSHOT + 10.0.23 demo-async-rest-server jar 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 a192a140f787..103f42c44b03 100644 --- a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.23-SNAPSHOT + 10.0.23 demo-async-rest-webapp war diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml index d3d7308857ad..4b455349fb85 100644 --- a/demos/demo-async-rest/pom.xml +++ b/demos/demo-async-rest/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.23-SNAPSHOT + 10.0.23 demo-async-rest-parent pom diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml index c867db8faeb5..b114162c8cf2 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.23-SNAPSHOT + 10.0.23 demo-jaas-webapp war diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml index 3602a7ff243d..9a38ac96ef22 100644 --- a/demos/demo-jetty-webapp/pom.xml +++ b/demos/demo-jetty-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.23-SNAPSHOT + 10.0.23 ../pom.xml demo-jetty-webapp diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml index e6de38fb7984..5f09793f0cc5 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.23-SNAPSHOT + 10.0.23 demo-jndi-webapp war diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml index 7543c2797321..e25aa642086f 100644 --- a/demos/demo-jsp-webapp/pom.xml +++ b/demos/demo-jsp-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.23-SNAPSHOT + 10.0.23 demo-jsp-webapp war diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml index e850a9649620..e98723d4c8bc 100644 --- a/demos/demo-mock-resources/pom.xml +++ b/demos/demo-mock-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.23-SNAPSHOT + 10.0.23 demo-mock-resources jar diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml index a443d310f1c4..a1c1b763874d 100644 --- a/demos/demo-proxy-webapp/pom.xml +++ b/demos/demo-proxy-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.23-SNAPSHOT + 10.0.23 demo-proxy-webapp war diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml index a6744803a4b1..fbb096cc5960 100644 --- a/demos/demo-simple-webapp/pom.xml +++ b/demos/demo-simple-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.23-SNAPSHOT + 10.0.23 demo-simple-webapp war diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml index f0cd1785b837..e8487bd12bb6 100644 --- a/demos/demo-spec/demo-container-initializer/pom.xml +++ b/demos/demo-spec/demo-container-initializer/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.23-SNAPSHOT + 10.0.23 ../../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 c4da55d1c7da..d337aedb1893 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.23-SNAPSHOT + 10.0.23 ../../pom.xml demo-spec-webapp diff --git a/demos/demo-spec/demo-web-fragment/pom.xml b/demos/demo-spec/demo-web-fragment/pom.xml index f80129ca7777..a4fcaba5193f 100644 --- a/demos/demo-spec/demo-web-fragment/pom.xml +++ b/demos/demo-spec/demo-web-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.23-SNAPSHOT + 10.0.23 ../../pom.xml demo-web-fragment diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml index 7e11243ab2a3..7a720b9504c3 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.23-SNAPSHOT + 10.0.23 demo-spec pom diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml index 071ffa1c9ce9..66855ffb785d 100644 --- a/demos/embedded/pom.xml +++ b/demos/embedded/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.23-SNAPSHOT + 10.0.23 demos-jetty-embedded Demo :: Embedded Jetty diff --git a/demos/pom.xml b/demos/pom.xml index 5e2f0d68fdf0..56ceb4c24af2 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.demos demos-parent diff --git a/documentation/jetty/modules/code/examples/pom.xml b/documentation/jetty/modules/code/examples/pom.xml index 798cf5d9e635..5b2d9df86f47 100644 --- a/documentation/jetty/modules/code/examples/pom.xml +++ b/documentation/jetty/modules/code/examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.documentation documentation-parent - 10.0.23-SNAPSHOT + 10.0.23 ../../../../pom.xml code-examples diff --git a/documentation/jetty/pom.xml b/documentation/jetty/pom.xml index 08ddf224874f..a7b598ddeac3 100644 --- a/documentation/jetty/pom.xml +++ b/documentation/jetty/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.documentation documentation-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty pom diff --git a/documentation/pom.xml b/documentation/pom.xml index afebc4452090..4757b892a9a2 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.documentation documentation-parent diff --git a/javadoc/pom.xml b/javadoc/pom.xml index 7218a580bfa1..6c3a862d7688 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 javadoc jar diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 20d6c698da17..4f4e0330bb53 100644 --- a/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-alpn/jetty-alpn-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty-alpn-client Jetty :: ALPN :: Client diff --git a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml index 6807d984b143..bf7acb6af611 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -6,7 +6,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty-alpn-conscrypt-client Jetty :: ALPN :: Conscrypt Client Implementation diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index dc3b8c1f7451..3182477a4a95 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty-alpn-conscrypt-server Jetty :: ALPN :: Conscrypt Server Implementation diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index 884e1c7323c2..ae406ad61a26 100644 --- a/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -6,7 +6,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty-alpn-java-client Jetty :: ALPN :: JDK9 Client Implementation diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index 5e8f86826970..29126065e24a 100644 --- a/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty-alpn-java-server Jetty :: ALPN :: JDK9 Server Implementation diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index e9005d7df897..e302aad40d63 100644 --- a/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-alpn/jetty-alpn-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty-alpn-server Jetty :: ALPN :: Server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 80e1c6670f0a..046cfede23fd 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-alpn-parent pom diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index b2883a1633d1..72751570e558 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-annotations Jetty :: Servlet Annotations diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index 59c2f23e5220..5ab8fc90e8ba 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-ant jar diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index bb46555435c0..340321fa0eca 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-bom @@ -18,409 +18,409 @@ org.eclipse.jetty apache-jsp - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty apache-jstl - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty infinispan-common - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty infinispan-embedded-query - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty infinispan-remote-query - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-alpn-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-alpn-conscrypt-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-alpn-conscrypt-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-alpn-java-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-alpn-java-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-alpn-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-annotations - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-ant - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-cdi - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-deploy - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-hazelcast - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-home - 10.0.23-SNAPSHOT + 10.0.23 zip org.eclipse.jetty jetty-home - 10.0.23-SNAPSHOT + 10.0.23 tar.gz org.eclipse.jetty jetty-http - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-http-spi - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-io - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-jaas - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-jaspi - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-jmx - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-jndi - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-keystore - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-nosql - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-openid - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-plus - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-proxy - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-quickstart - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-rewrite - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-security - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-servlet - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-servlets - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-slf4j-impl - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-unixdomain-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-unixsocket-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-unixsocket-common - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-unixsocket-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-util - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-util-ajax - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-webapp - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-xml - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.fcgi fcgi-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.fcgi fcgi-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http2 http2-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http2 http2-common - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http2 http2-hpack - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http2 http2-http-client-transport - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http2 http2-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http3 http3-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http3 http3-common - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http3 http3-http-client-transport - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http3 http3-qpack - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http3 http3-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.memcached jetty-memcached-sessions - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.osgi jetty-httpservice - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.osgi jetty-osgi-alpn - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.osgi jetty-osgi-boot - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.quic quic-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.quic quic-common - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.quic quic-quiche-common - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.quic quic-quiche-jna - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.quic quic-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-core-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-core-common - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-core-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-javax-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-javax-common - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-javax-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-jetty-api - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-jetty-client - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-jetty-common - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-jetty-server - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-servlet - 10.0.23-SNAPSHOT + 10.0.23 @@ -472,7 +472,7 @@ org.eclipse.jetty.quic quic-quiche-foreign-incubator - 10.0.23-SNAPSHOT + 10.0.23 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 35abe6a21a2b..910f6aef13af 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty jetty-cdi diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index c0f95f1ad037..e96e6a103e8c 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-client Jetty :: Asynchronous HTTP Client diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index e77d04dd0970..e46ff133bb0c 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-deploy Jetty :: Deployers diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index b90825649b14..dc12e1ba67c0 100644 --- a/jetty-fcgi/fcgi-client/pom.xml +++ b/jetty-fcgi/fcgi-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 10.0.23-SNAPSHOT + 10.0.23 fcgi-client Jetty :: FastCGI :: Client diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 2467d94a1f64..0ab90fbe62a8 100644 --- a/jetty-fcgi/fcgi-server/pom.xml +++ b/jetty-fcgi/fcgi-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 10.0.23-SNAPSHOT + 10.0.23 fcgi-server Jetty :: FastCGI :: Server diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index a31d763e75a6..e275407cda22 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.fcgi fcgi-parent diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 1e94958499f9..477758cf5f1d 100644 --- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.gcloud gcloud-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty-gcloud-session-manager Jetty :: GCloud :: Session Manager diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index 6485325a62cb..b593ce1f33a0 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.gcloud gcloud-parent diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index 6806185ae4e6..cfc85982e8b0 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-hazelcast Jetty :: Hazelcast Session Manager diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 4720be62e779..fc43c4829d3f 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-home pom diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index abfb60a1fe8d..03f918ece470 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-http-spi Jetty :: Http Service Provider Interface diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 2563bbe562f7..86ba0c5257cb 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-http Jetty :: Http Utility diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index 0871b2cdd7b2..6de24bfd2143 100644 --- a/jetty-http2/http2-client/pom.xml +++ b/jetty-http2/http2-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.23-SNAPSHOT + 10.0.23 http2-client Jetty :: HTTP2 :: Client diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index a0c9e0e2fa79..1b05d5dd79b7 100644 --- a/jetty-http2/http2-common/pom.xml +++ b/jetty-http2/http2-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.23-SNAPSHOT + 10.0.23 http2-common Jetty :: HTTP2 :: Common diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index bff63c262d37..5850b66dacec 100644 --- a/jetty-http2/http2-hpack/pom.xml +++ b/jetty-http2/http2-hpack/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.23-SNAPSHOT + 10.0.23 http2-hpack Jetty :: HTTP2 :: HPACK diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index 0b68980b3832..2c98272a09ff 100644 --- a/jetty-http2/http2-http-client-transport/pom.xml +++ b/jetty-http2/http2-http-client-transport/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.23-SNAPSHOT + 10.0.23 http2-http-client-transport Jetty :: HTTP2 :: HTTP Client Transport diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 732b9f48a807..f3b576e1d06e 100644 --- a/jetty-http2/http2-server/pom.xml +++ b/jetty-http2/http2-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.23-SNAPSHOT + 10.0.23 http2-server Jetty :: HTTP2 :: Server diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index 0736627ceeca..3a2582be1cf7 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http2 http2-parent diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml index 208ecb0eb24c..f4a5895ae6b5 100644 --- a/jetty-http3/http3-client/pom.xml +++ b/jetty-http3/http3-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.23-SNAPSHOT + 10.0.23 http3-client Jetty :: HTTP3 :: Client diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml index bd215b2a272d..4c7bc4bcac6f 100644 --- a/jetty-http3/http3-common/pom.xml +++ b/jetty-http3/http3-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.23-SNAPSHOT + 10.0.23 http3-common Jetty :: HTTP3 :: Common diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml index d4a09c611f48..133c34911b90 100644 --- a/jetty-http3/http3-http-client-transport/pom.xml +++ b/jetty-http3/http3-http-client-transport/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.23-SNAPSHOT + 10.0.23 http3-http-client-transport Jetty :: HTTP3 :: HTTP Client Transport diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml index 472b9d3a888d..4822ebfe476e 100644 --- a/jetty-http3/http3-qpack/pom.xml +++ b/jetty-http3/http3-qpack/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.23-SNAPSHOT + 10.0.23 http3-qpack Jetty :: HTTP3 :: QPACK diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml index 6bac4fe90cd9..2d9f95d68b28 100644 --- a/jetty-http3/http3-server/pom.xml +++ b/jetty-http3/http3-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.23-SNAPSHOT + 10.0.23 http3-server Jetty :: HTTP3 :: Server diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml index af9e2941838f..997506080e79 100644 --- a/jetty-http3/http3-tests/pom.xml +++ b/jetty-http3/http3-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.23-SNAPSHOT + 10.0.23 http3-tests Jetty :: HTTP3 :: Tests diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml index abf64d2ad38f..8e9671bbf74e 100644 --- a/jetty-http3/pom.xml +++ b/jetty-http3/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.http3 http3-parent diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index 337a379d59c3..c19086415374 100644 --- a/jetty-infinispan/infinispan-common/pom.xml +++ b/jetty-infinispan/infinispan-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty infinispan-parent - 10.0.23-SNAPSHOT + 10.0.23 infinispan-common Jetty :: Infinispan Session Manager Common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 1260a9714bef..a352345ab9b0 100644 --- a/jetty-infinispan/infinispan-embedded-query/pom.xml +++ b/jetty-infinispan/infinispan-embedded-query/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty infinispan-parent - 10.0.23-SNAPSHOT + 10.0.23 infinispan-embedded-query Jetty :: Infinispan Session Manager Embedded with Querying diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 86f0786a24dd..8320aae60292 100644 --- a/jetty-infinispan/infinispan-embedded/pom.xml +++ b/jetty-infinispan/infinispan-embedded/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty infinispan-parent - 10.0.23-SNAPSHOT + 10.0.23 infinispan-embedded pom diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index 47ae4677cdc4..83a0ab30da47 100644 --- a/jetty-infinispan/infinispan-remote-query/pom.xml +++ b/jetty-infinispan/infinispan-remote-query/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty infinispan-parent - 10.0.23-SNAPSHOT + 10.0.23 infinispan-remote-query Jetty :: Infinispan Session Manager Remote with Querying diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index cefbe035db65..ee08d9d7d22e 100644 --- a/jetty-infinispan/infinispan-remote/pom.xml +++ b/jetty-infinispan/infinispan-remote/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty infinispan-parent - 10.0.23-SNAPSHOT + 10.0.23 infinispan-remote pom diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index 778782173cd5..a21ec69a86ed 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty infinispan-parent diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index c2b1ea930f29..49ed262993f2 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-io Jetty :: IO Utility diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index bf035c8df795..615c75db2545 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-jaas Jetty :: JAAS diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 4e96e4cb5fb5..06c994f71136 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-jaspi Jetty :: JASPI Security diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index 183e2091b531..0d06b1414407 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-jmx Jetty :: JMX Management diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 51537fbf1666..acc52d6ec81c 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-jndi Jetty :: JNDI Naming diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index f56caab253bd..51c5a23424c3 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-jspc-maven-plugin maven-plugin diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml index 088c9372992b..64ce77aa3fc5 100644 --- a/jetty-keystore/pom.xml +++ b/jetty-keystore/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-keystore jar diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 83d063c66488..2aa9cb66b130 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-maven-plugin maven-plugin diff --git a/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-memcached/jetty-memcached-sessions/pom.xml index c760010b2191..4ea74646467c 100644 --- a/jetty-memcached/jetty-memcached-sessions/pom.xml +++ b/jetty-memcached/jetty-memcached-sessions/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.memcached memcached-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty-memcached-sessions Jetty :: Memcached :: Sessions diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index f3e3df8e051d..f6949d065d2d 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.memcached memcached-parent diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 3f64335d6462..98e622ec09b3 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-nosql Jetty :: NoSQL Session Managers diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index 8b7873cc405e..88ade80c3a41 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-openid Jetty :: OpenID diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 7be406b43053..978d01688d72 100644 --- a/jetty-osgi/jetty-osgi-alpn/pom.xml +++ b/jetty-osgi/jetty-osgi-alpn/pom.xml @@ -7,7 +7,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-osgi-alpn jar diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index b015bbc2994c..2cbde873c283 100644 --- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-osgi-boot-jsp 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 b5037b21ed17..95c7bc61ea48 100644 --- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.23-SNAPSHOT + 10.0.23 ../pom.xml jetty-osgi-boot-warurl diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index c4324865985a..fc8559dcc73a 100644 --- a/jetty-osgi/jetty-osgi-boot/pom.xml +++ b/jetty-osgi/jetty-osgi-boot/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-osgi-boot Jetty :: OSGi :: Boot diff --git a/jetty-osgi/jetty-osgi-httpservice/pom.xml b/jetty-osgi/jetty-osgi-httpservice/pom.xml index 284c18573b66..c4d43375d255 100644 --- a/jetty-osgi/jetty-osgi-httpservice/pom.xml +++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-httpservice Jetty :: OSGi :: HttpService diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 6f711cccb924..ab4336650548 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.osgi jetty-osgi-project diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index ef1e9932573b..6fa4dd008145 100644 --- a/jetty-osgi/test-jetty-osgi-context/pom.xml +++ b/jetty-osgi/test-jetty-osgi-context/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.23-SNAPSHOT + 10.0.23 test-jetty-osgi-context Jetty :: OSGi :: Test Context diff --git a/jetty-osgi/test-jetty-osgi-fragment/pom.xml b/jetty-osgi/test-jetty-osgi-fragment/pom.xml index 595d63d58a6a..71be413e4a3f 100644 --- a/jetty-osgi/test-jetty-osgi-fragment/pom.xml +++ b/jetty-osgi/test-jetty-osgi-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.23-SNAPSHOT + 10.0.23 ../pom.xml test-jetty-osgi-fragment diff --git a/jetty-osgi/test-jetty-osgi-server/pom.xml b/jetty-osgi/test-jetty-osgi-server/pom.xml index fc650863a830..edc308efa82d 100644 --- a/jetty-osgi/test-jetty-osgi-server/pom.xml +++ b/jetty-osgi/test-jetty-osgi-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.23-SNAPSHOT + 10.0.23 test-jetty-osgi-server 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 68b98ed6bf61..8480a6884498 100644 --- a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.23-SNAPSHOT + 10.0.23 test-jetty-osgi-webapp-resources war diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml index a638f78ae179..2e1cc5a1904f 100644 --- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.23-SNAPSHOT + 10.0.23 ../pom.xml test-jetty-osgi-webapp diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 32142e56d63d..9107d52d7795 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.23-SNAPSHOT + 10.0.23 ../pom.xml test-jetty-osgi diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index 5dc80be7124e..59f31c742892 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-p2 pom diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 7ab9c3d6301b..ddb209f8ad2d 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-plus Jetty :: Plus diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 946973401bc5..1ac7cad6ba8f 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-proxy Jetty :: Proxy diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml index d90599567512..03e1c669ec71 100644 --- a/jetty-quic/pom.xml +++ b/jetty-quic/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.quic quic-parent diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml index 0eb914c09a85..d135b1957c53 100644 --- a/jetty-quic/quic-client/pom.xml +++ b/jetty-quic/quic-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.23-SNAPSHOT + 10.0.23 quic-client Jetty :: QUIC :: Client diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml index ab99ba9c3067..2922be2a9428 100644 --- a/jetty-quic/quic-common/pom.xml +++ b/jetty-quic/quic-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.23-SNAPSHOT + 10.0.23 quic-common Jetty :: QUIC :: Common diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml index 987642c63873..3d6a21a4d721 100644 --- a/jetty-quic/quic-quiche/pom.xml +++ b/jetty-quic/quic-quiche/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.23-SNAPSHOT + 10.0.23 quic-quiche pom diff --git a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml index 0849580038ac..f3bbe58ecbf0 100644 --- a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.23-SNAPSHOT + 10.0.23 quic-quiche-common Jetty :: QUIC :: Quiche :: Common 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 2a306358da90..97e7df89e141 100644 --- a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.23-SNAPSHOT + 10.0.23 quic-quiche-foreign-incubator Jetty :: QUIC :: Quiche :: Foreign Binding (incubator) diff --git a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml index 24758b5eb112..0f20f767089a 100644 --- a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.23-SNAPSHOT + 10.0.23 quic-quiche-jna Jetty :: QUIC :: Quiche :: JNA Binding diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml index 2f2c66ad67d0..6dc4f8d9c917 100644 --- a/jetty-quic/quic-server/pom.xml +++ b/jetty-quic/quic-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.23-SNAPSHOT + 10.0.23 quic-server Jetty :: QUIC :: Server diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 4dac1c457a63..2b3971e800b0 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-quickstart Jetty :: Quick Start diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 40548be27640..fa1b05edf19c 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-rewrite Jetty :: Rewrite Handler diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index a6bc3ad77c2a..2b544ae6ded0 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-runner Jetty :: Runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 6664178157c7..c8127abd88ea 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-security Jetty :: Security diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 8b92f7f09b5e..d6e9102421b5 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-server Jetty :: Server Core diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index eddce70c0381..bbd65a17b530 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-servlet Jetty :: Servlet Handling diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index ed340f36a840..a79eb8cadc22 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-servlets Jetty :: Utility Servlets and Filters diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml index ab8ab5909d9a..598adca43392 100644 --- a/jetty-slf4j-impl/pom.xml +++ b/jetty-slf4j-impl/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-slf4j-impl Jetty :: Slf4j Implementation diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index c9909df9d60a..456182b4dedd 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-start Jetty :: Start diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml index 8c601d8fff6d..1a7aa4a539d9 100644 --- a/jetty-unixdomain-server/pom.xml +++ b/jetty-unixdomain-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-unixdomain-server Jetty :: Unix-Domain Sockets :: Server diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml index 571d6ae60f74..825521519eab 100644 --- a/jetty-unixsocket/jetty-unixsocket-client/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-unixsocket - 10.0.23-SNAPSHOT + 10.0.23 jetty-unixsocket-client Jetty :: UnixSocket :: Client diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml index 6c85fd1bb953..c43d71be310a 100644 --- a/jetty-unixsocket/jetty-unixsocket-common/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-unixsocket - 10.0.23-SNAPSHOT + 10.0.23 jetty-unixsocket-common Jetty :: UnixSocket :: Common diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml index 5829d38ebb53..89d98228e4ce 100644 --- a/jetty-unixsocket/jetty-unixsocket-server/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-unixsocket - 10.0.23-SNAPSHOT + 10.0.23 jetty-unixsocket-server Jetty :: UnixSocket :: Server diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index 97ac3c502279..52bdbeba3705 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-unixsocket pom diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index e78e996bcb86..ed28388a01c4 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-util-ajax Jetty :: Utilities :: Ajax(JSON) diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index e48a59d1ac36..7ddbb7fdebf1 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-util Jetty :: Utilities diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 92631d9d9879..65172140ccb1 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-webapp Jetty :: Webapp Application Support diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index 4435e9c57a3c..cd2b65c1cd5a 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 org.eclipse.jetty.websocket websocket-parent diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml index 7655a0fae216..ea9547890b0f 100644 --- a/jetty-websocket/websocket-core-client/pom.xml +++ b/jetty-websocket/websocket-core-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-core-client Jetty :: Websocket :: Core :: Client diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml index 7c7fa6018d07..5c30c765d955 100644 --- a/jetty-websocket/websocket-core-common/pom.xml +++ b/jetty-websocket/websocket-core-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-core-common Jetty :: Websocket :: Core :: Common diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml index 0cec11b744d9..869c74c6febf 100644 --- a/jetty-websocket/websocket-core-server/pom.xml +++ b/jetty-websocket/websocket-core-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-core-server Jetty :: Websocket :: Core :: Server diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml index 23b18034efc4..62bc13b0bf08 100644 --- a/jetty-websocket/websocket-core-tests/pom.xml +++ b/jetty-websocket/websocket-core-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-core-tests Jetty :: Websocket :: Core :: Tests diff --git a/jetty-websocket/websocket-javax-client/pom.xml b/jetty-websocket/websocket-javax-client/pom.xml index 60e3e0049ef7..80da304617c2 100644 --- a/jetty-websocket/websocket-javax-client/pom.xml +++ b/jetty-websocket/websocket-javax-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-javax-client Jetty :: Websocket :: javax.websocket :: Client diff --git a/jetty-websocket/websocket-javax-common/pom.xml b/jetty-websocket/websocket-javax-common/pom.xml index 2315917fb66c..0a9f1b8f843e 100644 --- a/jetty-websocket/websocket-javax-common/pom.xml +++ b/jetty-websocket/websocket-javax-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-javax-common Jetty :: Websocket :: javax.websocket :: Common diff --git a/jetty-websocket/websocket-javax-server/pom.xml b/jetty-websocket/websocket-javax-server/pom.xml index 082844f5a0ba..3627890b38bb 100644 --- a/jetty-websocket/websocket-javax-server/pom.xml +++ b/jetty-websocket/websocket-javax-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-javax-server Jetty :: Websocket :: javax.websocket :: Server diff --git a/jetty-websocket/websocket-javax-tests/pom.xml b/jetty-websocket/websocket-javax-tests/pom.xml index addac3e24cb9..9312517ff3c4 100644 --- a/jetty-websocket/websocket-javax-tests/pom.xml +++ b/jetty-websocket/websocket-javax-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-javax-tests Jetty :: Websocket :: javax.websocket :: Tests diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml index a39cbfbb2bcb..0a2fc5fe2295 100644 --- a/jetty-websocket/websocket-jetty-api/pom.xml +++ b/jetty-websocket/websocket-jetty-api/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-jetty-api Jetty :: Websocket :: org.eclipse.jetty.websocket :: API diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml index 6d8d4f4301cc..3bb7e5cadd27 100644 --- a/jetty-websocket/websocket-jetty-client/pom.xml +++ b/jetty-websocket/websocket-jetty-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-jetty-client Jetty :: Websocket :: org.eclipse.jetty.websocket :: Client diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml index a86128b69ea4..262cb13b4f39 100644 --- a/jetty-websocket/websocket-jetty-common/pom.xml +++ b/jetty-websocket/websocket-jetty-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-jetty-common Jetty :: Websocket :: org.eclipse.jetty.websocket :: Common diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml index e30d965e6913..eb9b9e411ad1 100644 --- a/jetty-websocket/websocket-jetty-server/pom.xml +++ b/jetty-websocket/websocket-jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-jetty-server Jetty :: Websocket :: org.eclipse.jetty.websocket :: Server diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml index 0ffc6f874870..57a394ddfae3 100644 --- a/jetty-websocket/websocket-jetty-tests/pom.xml +++ b/jetty-websocket/websocket-jetty-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-jetty-tests Jetty :: Websocket :: org.eclipse.jetty.websocket :: Tests diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index 9b46978a341b..bff56945209b 100644 --- a/jetty-websocket/websocket-servlet/pom.xml +++ b/jetty-websocket/websocket-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.23-SNAPSHOT + 10.0.23 websocket-servlet Jetty :: Websocket :: Servlet diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index eb9b60f08731..0683712c46d8 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 jetty-xml Jetty :: XML utilities diff --git a/pom.xml b/pom.xml index 3f2e62cc40ca..8789a05ca875 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 pom Jetty :: Project The Eclipse Jetty Project diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml index dd5a88717c11..8135652718a2 100644 --- a/tests/jetty-home-tester/pom.xml +++ b/tests/jetty-home-tester/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty-home-tester jar diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml index f3023d8ca244..8f30aaa87def 100644 --- a/tests/jetty-http-tools/pom.xml +++ b/tests/jetty-http-tools/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty-http-tools Jetty Tests :: HTTP Utilities diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index 04ffac7b4f13..80753a73bdfa 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.23-SNAPSHOT + 10.0.23 jetty-jmh Jetty :: Jmh diff --git a/tests/pom.xml b/tests/pom.xml index 9d0aec24f114..901fb3bbbfda 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.23-SNAPSHOT + 10.0.23 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml index a466f8377abe..362c3b87b93d 100644 --- a/tests/test-cdi/pom.xml +++ b/tests/test-cdi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.23-SNAPSHOT + 10.0.23 test-cdi jar diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index cbe7bda8cfae..4a2c988434a0 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.23-SNAPSHOT + 10.0.23 test-distribution jar diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index ed493a71d342..498509c4d40f 100644 --- a/tests/test-http-client-transport/pom.xml +++ b/tests/test-http-client-transport/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.23-SNAPSHOT + 10.0.23 test-http-client-transport jar diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 2184361da5da..3e78fa568a94 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.23-SNAPSHOT + 10.0.23 test-integration jar diff --git a/tests/test-jmx/jmx-webapp-it/pom.xml b/tests/test-jmx/jmx-webapp-it/pom.xml index be12359f9a9b..eb39532aeeb3 100644 --- a/tests/test-jmx/jmx-webapp-it/pom.xml +++ b/tests/test-jmx/jmx-webapp-it/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-jmx-parent - 10.0.23-SNAPSHOT + 10.0.23 jmx-webapp-it jar diff --git a/tests/test-jmx/jmx-webapp/pom.xml b/tests/test-jmx/jmx-webapp/pom.xml index 9a9fed20e18f..a41fe7029bb1 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.23-SNAPSHOT + 10.0.23 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 49176f766995..2fa9e3f414b3 100644 --- a/tests/test-jmx/pom.xml +++ b/tests/test-jmx/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.23-SNAPSHOT + 10.0.23 test-jmx-parent pom diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml index b1285e79d131..c462b27123c3 100644 --- a/tests/test-jpms/pom.xml +++ b/tests/test-jpms/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.23-SNAPSHOT + 10.0.23 test-jpms pom diff --git a/tests/test-jpms/test-jpms-websocket-core/pom.xml b/tests/test-jpms/test-jpms-websocket-core/pom.xml index 79c5ea0e24ca..d94bc702d5c3 100644 --- a/tests/test-jpms/test-jpms-websocket-core/pom.xml +++ b/tests/test-jpms/test-jpms-websocket-core/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-jpms - 10.0.23-SNAPSHOT + 10.0.23 test-jpms-websocket-core jar diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 5d7e45753932..0f9f46e959a0 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.23-SNAPSHOT + 10.0.23 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 116f85ea7389..7741313dccd4 100644 --- a/tests/test-quickstart/pom.xml +++ b/tests/test-quickstart/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.23-SNAPSHOT + 10.0.23 ../pom.xml org.eclipse.jetty diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 41cb832c3ec3..83f548e72415 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.23-SNAPSHOT + 10.0.23 test-sessions-parent pom diff --git a/tests/test-sessions/test-file-sessions/pom.xml b/tests/test-sessions/test-file-sessions/pom.xml index bee1b05d3cee..f258fcec5a95 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.23-SNAPSHOT + 10.0.23 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 d55a10c8b24e..50c659899e9e 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.23-SNAPSHOT + 10.0.23 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 1fd9fce79f6e..16e50bc7a5e2 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.23-SNAPSHOT + 10.0.23 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 874fabcba593..6632d4119a62 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.23-SNAPSHOT + 10.0.23 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 dab14a9fb762..5b5fc5d5334f 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.23-SNAPSHOT + 10.0.23 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 ae52c84bfe37..00e55e552830 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.23-SNAPSHOT + 10.0.23 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 e00ec3857584..22211b232415 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.23-SNAPSHOT + 10.0.23 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 006e19a7ed8e..4a632bae23b0 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.23-SNAPSHOT + 10.0.23 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 6718894a28be..23557ffd4229 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.23-SNAPSHOT + 10.0.23 ../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 16ee05a29c36..3051f69adfb0 100644 --- a/tests/test-webapps/test-bad-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-bad-websocket-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.23-SNAPSHOT + 10.0.23 test-bad-websocket-webapp war diff --git a/tests/test-webapps/test-cdi-common-webapp/pom.xml b/tests/test-webapps/test-cdi-common-webapp/pom.xml index 55cd75a3f3b2..bc1c1b07c1db 100644 --- a/tests/test-webapps/test-cdi-common-webapp/pom.xml +++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.23-SNAPSHOT + 10.0.23 test-cdi-common-webapp war diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index b6baa2d59879..f3e8e300c638 100644 --- a/tests/test-webapps/test-felix-webapp/pom.xml +++ b/tests/test-webapps/test-felix-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.23-SNAPSHOT + 10.0.23 test-felix-webapp war diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index 640f44957ae6..0448037c6936 100644 --- a/tests/test-webapps/test-http2-webapp/pom.xml +++ b/tests/test-webapps/test-http2-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.23-SNAPSHOT + 10.0.23 test-http2-webapp war diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml index e1e505261629..d8f392092a53 100644 --- a/tests/test-webapps/test-openid-webapp/pom.xml +++ b/tests/test-webapps/test-openid-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.23-SNAPSHOT + 10.0.23 test-openid-webapp war diff --git a/tests/test-webapps/test-owb-cdi-webapp/pom.xml b/tests/test-webapps/test-owb-cdi-webapp/pom.xml index 1ba3091809ae..ef3468d1cc00 100644 --- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.23-SNAPSHOT + 10.0.23 test-owb-cdi-webapp war diff --git a/tests/test-webapps/test-simple-session-webapp/pom.xml b/tests/test-webapps/test-simple-session-webapp/pom.xml index 44b3b3ba3e58..0a1cba1a6ad6 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.23-SNAPSHOT + 10.0.23 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 6dfd9a0912af..cce757e821ed 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.23-SNAPSHOT + 10.0.23 test-webapp-rfc2616 war 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 71d185695e61..db021b4eb340 100644 --- a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.23-SNAPSHOT + 10.0.23 test-websocket-client-provided-webapp war diff --git a/tests/test-webapps/test-websocket-client-webapp/pom.xml b/tests/test-webapps/test-websocket-client-webapp/pom.xml index 8b9e9cbee2a8..be7945f58cea 100644 --- a/tests/test-webapps/test-websocket-client-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.23-SNAPSHOT + 10.0.23 test-websocket-client-webapp war diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml index c43e03439094..93c14c476946 100644 --- a/tests/test-webapps/test-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.23-SNAPSHOT + 10.0.23 test-websocket-webapp war diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml index 322227430290..001db6f70e1d 100644 --- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.23-SNAPSHOT + 10.0.23 test-weld-cdi-webapp war diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml index e29e612f17b3..7757c660a3fd 100644 --- a/tests/test-websocket-autobahn/pom.xml +++ b/tests/test-websocket-autobahn/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.23-SNAPSHOT + 10.0.23 test-websocket-autobahn Jetty Tests :: WebSocket Autobahn Tests