diff --git a/VERSION.txt b/VERSION.txt
index 787d11d9d73..e35e23777b0 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,36 @@
-jetty-12.0.3-SNAPSHOT
+jetty-12.0.3 - 26 October 2023
+ + 1256 DoSFilter leaks USER_AUTH entries
+ + 10390 Jetty HTTP/3 Client fails when connecting to `nghttpx` server
+ + 10477 Jetty 12: Review MBeans for Handlers
+ + 10519 java.lang.IllegalStateException: Flusher when using HTTP/3 with Spring
+ Boot 3.2
+ + 10537 HTTP/3: Incomplete Data Transfer When Used with Spring Boot WebFlux
+ + 10555 Re-introduce a more complete set of stats in `StatisticsHandler`
+ + 10582 NPE when including a directory that should be resolved with
+ servlet-mapped welcome file
+ + 10656 EE10 `ServletRequest.getProtocolRequestId()` impl not spec compliant
+ when protocol is H1
+ + 10661 Ensure jetty api servlets/filters take precedence over
+ `webdefault.xml` declarations.
+ + 10688 Introduce Jetty 12 ee8 osgi layer
+ + 10696 jetty.sh doesn't work with JETTY_USER in Jetty 10.0.17 thru Jetty
+ 12.0.2
+ + 10699 Jetty HTTP SPI redirects SOAP POST requests to GET requests if URL
+ does not end with /
+ + 10705 Creating a `HTTP3ServerConnector` with a `SslContextFactory` that has
+ a non-null `SSLContext` makes the server fail to start with an unclear error
+ message
+ + 10716 Incorrect setting of content type with charset encoding before and
+ after PrintWriter obtained
+ + 10726 NPE in ResponseListeners content notification
+ + 10731 org.eclipse.jetty.server.Request uses wrong context attribute name
+ javax.servlet instead of jakarta.servlet
+ + 10734 jakarta.websocket.Session.getRequestParameterMap() contains the value
+ as key
+ + 10771 EE10 `ServletRequest.isSecure()` not set by
+ `ForwardedRequestCustomizer`
+ + 10786 TLS handshake failures leak HttpConnection.RequestTimeouts tasks
+ + 10794 301 Moved Permanently produces query with `;` instead of `?`
jetty-12.0.2 - 09 October 2023
+ 7408 Change scope of maven plugin dependencies
@@ -1689,7 +1721,7 @@ jetty-11.0.0.beta1 - 10 July 2020
SETTINGS Frame.
+ 4903 Give better errors for non public Websocket Endpoints
+ 4904 WebsocketClient creates more connections than needed
- + 4907
+ + 4907
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
+ 4920 Restore ability to delete sessions on stop
+ 4921 Quickstart run improperly runs dynamically added context initializers
diff --git a/build/build-resources/pom.xml b/build/build-resources/pom.xml
index f2f59e8873b..1bf8c633db9 100644
--- a/build/build-resources/pom.xml
+++ b/build/build-resources/pom.xml
@@ -8,7 +8,7 @@
-->
org.eclipse.jetty
build-resources
- 12.0.3-SNAPSHOT
+ 12.0.3
jar
Build :: Resources
diff --git a/build/pom.xml b/build/pom.xml
index e9dfa274408..e64c4973712 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.build
build
diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml
index b283d296958..ffb7e72f241 100644
--- a/documentation/jetty-asciidoctor-extensions/pom.xml
+++ b/documentation/jetty-asciidoctor-extensions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.documentation
documentation
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-asciidoctor-extensions
jar
diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml
index 911c3173f8b..f78e5453fbb 100644
--- a/documentation/jetty-documentation/pom.xml
+++ b/documentation/jetty-documentation/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.documentation
documentation
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-documentation
pom
diff --git a/documentation/pom.xml b/documentation/pom.xml
index c8b9666dddc..d81850b0d80 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.documentation
documentation
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index 5d0cf8b6807..78d244e0e53 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.3-SNAPSHOT
+ 12.0.3
javadoc
jar
diff --git a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
index 1134f3daeac..c3d82e84311 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-alpn-client
Core :: ALPN :: Client
diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
index 2bc7b1e0448..4c7e0f66d50 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-alpn-conscrypt-client
Core :: ALPN :: Conscrypt Client
diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index 3661b26a7d8..bae5e5b1341 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-alpn-conscrypt-server
Core :: ALPN :: Conscrypt Server
diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
index 73753e02054..7d9119bedd1 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-alpn-java-client
Core :: ALPN :: Java Client
diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
index 321f77bcc1e..5f76ad679ec 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-alpn-java-server
Core :: ALPN :: Java Server
diff --git a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
index 2bbc5ef74c0..5f6dc27ee29 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-alpn-server
Core :: ALPN :: Server
diff --git a/jetty-core/jetty-alpn/pom.xml b/jetty-core/jetty-alpn/pom.xml
index 13b2fe6bdf7..59f1e85e082 100644
--- a/jetty-core/jetty-alpn/pom.xml
+++ b/jetty-core/jetty-alpn/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-alpn
pom
diff --git a/jetty-core/jetty-bom/pom.xml b/jetty-core/jetty-bom/pom.xml
index 56253ce0425..6b5b5307207 100644
--- a/jetty-core/jetty-bom/pom.xml
+++ b/jetty-core/jetty-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-bom
@@ -18,277 +18,277 @@
org.eclipse.jetty
jetty-alpn-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-alpn-java-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-alpn-java-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-alpn-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-deploy
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-http
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-http-spi
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-http-tools
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-io
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-jmx
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-jndi
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-keystore
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-openid
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-proxy
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-rewrite
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-security
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-session
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-slf4j-impl
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-start
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-unixdomain-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-util
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-util-ajax
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty
jetty-xml
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.demos
jetty-demo-handler
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.fcgi
jetty-fcgi-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.fcgi
jetty-fcgi-proxy
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.fcgi
jetty-fcgi-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http2
jetty-http2-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http2
jetty-http2-client-transport
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http2
jetty-http2-common
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http2
jetty-http2-hpack
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http2
jetty-http2-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http3
jetty-http3-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http3
jetty-http3-client-transport
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http3
jetty-http3-common
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http3
jetty-http3-qpack
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http3
jetty-http3-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.quic
jetty-quic-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.quic
jetty-quic-common
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.quic
jetty-quic-quiche-common
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.quic
jetty-quic-quiche-foreign-incubator
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.quic
jetty-quic-quiche-jna
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.quic
jetty-quic-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.websocket
jetty-websocket-core-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.websocket
jetty-websocket-core-common
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.websocket
jetty-websocket-core-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.websocket
jetty-websocket-jetty-api
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.websocket
jetty-websocket-jetty-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.websocket
jetty-websocket-jetty-common
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.websocket
jetty-websocket-jetty-server
- 12.0.3-SNAPSHOT
+ 12.0.3
diff --git a/jetty-core/jetty-client/pom.xml b/jetty-core/jetty-client/pom.xml
index 92d6c321af2..004bc424852 100644
--- a/jetty-core/jetty-client/pom.xml
+++ b/jetty-core/jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-client
Core :: HTTP Client
diff --git a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
index a9c7f20c68e..bea8cfbb3e0 100644
--- a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
+++ b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
jetty-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-demo-handler
Core :: Demo Handler
diff --git a/jetty-core/jetty-demos/pom.xml b/jetty-core/jetty-demos/pom.xml
index 575609415f6..99487e6e9f6 100644
--- a/jetty-core/jetty-demos/pom.xml
+++ b/jetty-core/jetty-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.demos
jetty-demos
diff --git a/jetty-core/jetty-deploy/pom.xml b/jetty-core/jetty-deploy/pom.xml
index 3d96f5f1fd6..ec249e9db18 100644
--- a/jetty-core/jetty-deploy/pom.xml
+++ b/jetty-core/jetty-deploy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-deploy
Core :: Deployers
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
index afed8aea9fa..ef7cbe0e16a 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-fcgi-client
Core :: FastCGI :: Client
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
index 22c175c4289..65c81a2db01 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-fcgi-proxy
Core :: FastCGI :: Proxy
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
index 59351a06048..61e962a12bc 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-fcgi-server
Core :: FastCGI :: Server
diff --git a/jetty-core/jetty-fcgi/pom.xml b/jetty-core/jetty-fcgi/pom.xml
index 98b7de74e7a..8e61391eb77 100644
--- a/jetty-core/jetty-fcgi/pom.xml
+++ b/jetty-core/jetty-fcgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.fcgi
jetty-fcgi
diff --git a/jetty-core/jetty-http-spi/pom.xml b/jetty-core/jetty-http-spi/pom.xml
index 1dd37ba4531..d930ad79fc0 100644
--- a/jetty-core/jetty-http-spi/pom.xml
+++ b/jetty-core/jetty-http-spi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http-spi
Core :: HTTP SPI
diff --git a/jetty-core/jetty-http-tools/pom.xml b/jetty-core/jetty-http-tools/pom.xml
index 5460a06ce5e..64b7e494a05 100644
--- a/jetty-core/jetty-http-tools/pom.xml
+++ b/jetty-core/jetty-http-tools/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http-tools
Core :: HTTP Tools
diff --git a/jetty-core/jetty-http/pom.xml b/jetty-core/jetty-http/pom.xml
index 48e73443f6e..98aaafdf903 100644
--- a/jetty-core/jetty-http/pom.xml
+++ b/jetty-core/jetty-http/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http
Core :: HTTP
diff --git a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml
index dbc26f3814f..a966ebb9203 100644
--- a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http2-client-transport
Core :: HTTP2 :: Client Transport
diff --git a/jetty-core/jetty-http2/jetty-http2-client/pom.xml b/jetty-core/jetty-http2/jetty-http2-client/pom.xml
index 5d90f1f3ba9..e52492fbe70 100644
--- a/jetty-core/jetty-http2/jetty-http2-client/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http2-client
Core :: HTTP2 :: Client
diff --git a/jetty-core/jetty-http2/jetty-http2-common/pom.xml b/jetty-core/jetty-http2/jetty-http2-common/pom.xml
index 357626beef9..1ff0990ecb8 100644
--- a/jetty-core/jetty-http2/jetty-http2-common/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http2-common
Core :: HTTP2 :: Common
diff --git a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
index 3f08a849caa..cb605c09cb2 100644
--- a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http2-hpack
Core :: HTTP2 :: HPACK
diff --git a/jetty-core/jetty-http2/jetty-http2-server/pom.xml b/jetty-core/jetty-http2/jetty-http2-server/pom.xml
index 22b5c501e5c..1afc91d5832 100644
--- a/jetty-core/jetty-http2/jetty-http2-server/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http2-server
Core :: HTTP2 :: Server
diff --git a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
index b4706a92e27..17f8409b1ff 100644
--- a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http2-tests
Core :: HTTP2 :: Tests
diff --git a/jetty-core/jetty-http2/pom.xml b/jetty-core/jetty-http2/pom.xml
index 76f36edee9a..3836a0bd142 100644
--- a/jetty-core/jetty-http2/pom.xml
+++ b/jetty-core/jetty-http2/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http2
jetty-http2
diff --git a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml
index 82cef33cb3e..bd94d820f01 100644
--- a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http3-client-transport
Core :: HTTP3 :: HTTP Client Transport
diff --git a/jetty-core/jetty-http3/jetty-http3-client/pom.xml b/jetty-core/jetty-http3/jetty-http3-client/pom.xml
index 91b3288b851..f1b52dbb0aa 100644
--- a/jetty-core/jetty-http3/jetty-http3-client/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http3-client
Core :: HTTP3 :: Client
diff --git a/jetty-core/jetty-http3/jetty-http3-common/pom.xml b/jetty-core/jetty-http3/jetty-http3-common/pom.xml
index 76ab7bfd0df..8558c3107f5 100644
--- a/jetty-core/jetty-http3/jetty-http3-common/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http3-common
Core :: HTTP3 :: Common
diff --git a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
index 2a7e57cf724..415dfbc93a1 100644
--- a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http3-qpack
Core :: HTTP3 :: QPACK
diff --git a/jetty-core/jetty-http3/jetty-http3-server/pom.xml b/jetty-core/jetty-http3/jetty-http3-server/pom.xml
index 4e1f18edb2a..d7077b4f0e5 100644
--- a/jetty-core/jetty-http3/jetty-http3-server/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http3-server
Core :: HTTP3 :: Server
diff --git a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
index bcf50906bda..5f6e577529d 100644
--- a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-http3-tests
Core :: HTTP3 :: Tests
diff --git a/jetty-core/jetty-http3/pom.xml b/jetty-core/jetty-http3/pom.xml
index 578d5deea5b..8597ef4f626 100644
--- a/jetty-core/jetty-http3/pom.xml
+++ b/jetty-core/jetty-http3/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.http3
jetty-http3
diff --git a/jetty-core/jetty-io/pom.xml b/jetty-core/jetty-io/pom.xml
index ba8ad1f825d..6940af85da6 100644
--- a/jetty-core/jetty-io/pom.xml
+++ b/jetty-core/jetty-io/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-io
Core :: IO
diff --git a/jetty-core/jetty-jmx/pom.xml b/jetty-core/jetty-jmx/pom.xml
index f3880f88e2a..775ca8110f9 100644
--- a/jetty-core/jetty-jmx/pom.xml
+++ b/jetty-core/jetty-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-jmx
Core :: JMX
diff --git a/jetty-core/jetty-jndi/pom.xml b/jetty-core/jetty-jndi/pom.xml
index a62202028ab..0857e3f91c1 100644
--- a/jetty-core/jetty-jndi/pom.xml
+++ b/jetty-core/jetty-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-jndi
Core :: JNDI
diff --git a/jetty-core/jetty-keystore/pom.xml b/jetty-core/jetty-keystore/pom.xml
index 66ff969af74..aa8e3a763d6 100644
--- a/jetty-core/jetty-keystore/pom.xml
+++ b/jetty-core/jetty-keystore/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-keystore
jar
diff --git a/jetty-core/jetty-openid/pom.xml b/jetty-core/jetty-openid/pom.xml
index f3944f70b6b..b199528f9a9 100644
--- a/jetty-core/jetty-openid/pom.xml
+++ b/jetty-core/jetty-openid/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-openid
EE10 :: OpenID
diff --git a/jetty-core/jetty-osgi/pom.xml b/jetty-core/jetty-osgi/pom.xml
index 1f1fde96222..560b0c152c8 100644
--- a/jetty-core/jetty-osgi/pom.xml
+++ b/jetty-core/jetty-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-osgi
Core :: OSGi
diff --git a/jetty-core/jetty-proxy/pom.xml b/jetty-core/jetty-proxy/pom.xml
index af68ac96187..22b555e37c9 100644
--- a/jetty-core/jetty-proxy/pom.xml
+++ b/jetty-core/jetty-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-proxy
jar
diff --git a/jetty-core/jetty-quic/jetty-quic-client/pom.xml b/jetty-core/jetty-quic/jetty-quic-client/pom.xml
index 17f96824751..3406a754abe 100644
--- a/jetty-core/jetty-quic/jetty-quic-client/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-quic-client
Core :: QUIC :: Client
diff --git a/jetty-core/jetty-quic/jetty-quic-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-common/pom.xml
index 7ec29bdcbc0..e8d4dec5250 100644
--- a/jetty-core/jetty-quic/jetty-quic-common/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-quic-common
Core :: QUIC :: Common
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml
index 4e00271c21b..1e0bdf327f4 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-quic-quiche-common
Core :: QUIC :: Quiche :: Common
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml
index e71e6506f6c..f15392dcf51 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-quic-quiche-foreign-incubator
Core :: QUIC :: Quiche :: Foreign (Java 17)
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml
index 1f8d7e24533..8d57c9fa03b 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-quic-quiche-jna
Core :: QUIC :: Quiche :: JNA Binding
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
index ce5ec3da95b..5db23813512 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-quic-quiche
pom
diff --git a/jetty-core/jetty-quic/jetty-quic-server/pom.xml b/jetty-core/jetty-quic/jetty-quic-server/pom.xml
index a653563d6c9..fdd9893bc51 100644
--- a/jetty-core/jetty-quic/jetty-quic-server/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-quic-server
Core :: QUIC :: Server
diff --git a/jetty-core/jetty-quic/pom.xml b/jetty-core/jetty-quic/pom.xml
index d124d73ece6..fba725976c6 100644
--- a/jetty-core/jetty-quic/pom.xml
+++ b/jetty-core/jetty-quic/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.quic
jetty-quic
diff --git a/jetty-core/jetty-rewrite/pom.xml b/jetty-core/jetty-rewrite/pom.xml
index cc01502decc..6a2478d206f 100644
--- a/jetty-core/jetty-rewrite/pom.xml
+++ b/jetty-core/jetty-rewrite/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-rewrite
Core :: Rewrite
diff --git a/jetty-core/jetty-security/pom.xml b/jetty-core/jetty-security/pom.xml
index 84b139d1491..e1a5f94287c 100644
--- a/jetty-core/jetty-security/pom.xml
+++ b/jetty-core/jetty-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-security
Core :: Security
diff --git a/jetty-core/jetty-server/pom.xml b/jetty-core/jetty-server/pom.xml
index 0c0bbf37624..9a7b67b2b55 100644
--- a/jetty-core/jetty-server/pom.xml
+++ b/jetty-core/jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-server
Core :: Server
diff --git a/jetty-core/jetty-session/pom.xml b/jetty-core/jetty-session/pom.xml
index 044f1c5e7dc..9414f54c880 100644
--- a/jetty-core/jetty-session/pom.xml
+++ b/jetty-core/jetty-session/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-session
Core :: Sessions
diff --git a/jetty-core/jetty-slf4j-impl/pom.xml b/jetty-core/jetty-slf4j-impl/pom.xml
index 8a207fd68fd..4f9f8164d48 100644
--- a/jetty-core/jetty-slf4j-impl/pom.xml
+++ b/jetty-core/jetty-slf4j-impl/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-slf4j-impl
Core :: SLF4J Implementation
diff --git a/jetty-core/jetty-start/pom.xml b/jetty-core/jetty-start/pom.xml
index 35821214fb8..b6b83a7be93 100644
--- a/jetty-core/jetty-start/pom.xml
+++ b/jetty-core/jetty-start/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-start
Core :: Start
diff --git a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml
index fd8bc1fe951..255edf0df1d 100644
--- a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml
+++ b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-test-client-transports
Core :: Tests :: Client Transports
diff --git a/jetty-core/jetty-tests/jetty-test-jmx/pom.xml b/jetty-core/jetty-tests/jetty-test-jmx/pom.xml
index 7b4cdcd571e..5a9b4076ad4 100644
--- a/jetty-core/jetty-tests/jetty-test-jmx/pom.xml
+++ b/jetty-core/jetty-tests/jetty-test-jmx/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-test-jmx
Core :: Tests :: JMX
diff --git a/jetty-core/jetty-tests/pom.xml b/jetty-core/jetty-tests/pom.xml
index eda61941b8c..40f0ebfe315 100644
--- a/jetty-core/jetty-tests/pom.xml
+++ b/jetty-core/jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-tests
pom
diff --git a/jetty-core/jetty-unixdomain-server/pom.xml b/jetty-core/jetty-unixdomain-server/pom.xml
index d30de4eb2e7..a6a903607eb 100644
--- a/jetty-core/jetty-unixdomain-server/pom.xml
+++ b/jetty-core/jetty-unixdomain-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-unixdomain-server
Core :: Unix-Domain Sockets :: Server
diff --git a/jetty-core/jetty-util-ajax/pom.xml b/jetty-core/jetty-util-ajax/pom.xml
index 4cfe430c33e..2739a1dd03a 100644
--- a/jetty-core/jetty-util-ajax/pom.xml
+++ b/jetty-core/jetty-util-ajax/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-util-ajax
Core :: Utilities :: JSON
diff --git a/jetty-core/jetty-util/pom.xml b/jetty-core/jetty-util/pom.xml
index 3a6f617808e..e0189388a3e 100644
--- a/jetty-core/jetty-util/pom.xml
+++ b/jetty-core/jetty-util/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-util
Core :: Utilities
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml
index fbc0db45338..e46b0585de3 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-websocket-core-client
Core :: Websocket :: Client
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml
index 9a3b4467dc7..bce61ccd4c9 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-websocket-core-common
Core :: Websocket :: Common
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml
index 5a7c733d723..fef841c50c4 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-websocket-core-server
Core :: Websocket :: Server
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml
index 3ebfca0611a..2bab1554279 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-websocket-core-tests
Core :: Websocket :: Tests
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml
index 7cd6257c76f..cfbdbd0f636 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-websocket-jetty-api
Core :: Websocket :: Jetty API
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml
index 2d438c3d285..cb92be90c6e 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-websocket-jetty-client
Core :: Websocket :: Jetty Client
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml
index 969c6e9d94e..5f8f443798f 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-websocket-jetty-common
Core :: Websocket :: Jetty Common
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml
index a60f9c52228..280d5d4c22c 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-websocket-jetty-server
Core :: Websocket :: Jetty Server
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml
index 02e86aa9f36..1fb09fa1082 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-websocket-jetty-tests
Core :: Websocket :: Jetty Tests
diff --git a/jetty-core/jetty-websocket/pom.xml b/jetty-core/jetty-websocket/pom.xml
index 20d3efc98d8..a829fe0c27e 100644
--- a/jetty-core/jetty-websocket/pom.xml
+++ b/jetty-core/jetty-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.websocket
jetty-websocket
diff --git a/jetty-core/jetty-xml/pom.xml b/jetty-core/jetty-xml/pom.xml
index 609c4202b78..cf423303ec1 100644
--- a/jetty-core/jetty-xml/pom.xml
+++ b/jetty-core/jetty-xml/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-xml
Core :: XML
diff --git a/jetty-core/pom.xml b/jetty-core/pom.xml
index 60c5efcd06e..8f1c44e6bf6 100644
--- a/jetty-core/pom.xml
+++ b/jetty-core/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-core
pom
diff --git a/jetty-ee10/jetty-ee10-annotations/pom.xml b/jetty-ee10/jetty-ee10-annotations/pom.xml
index b9abce0d24e..24d2c772814 100644
--- a/jetty-ee10/jetty-ee10-annotations/pom.xml
+++ b/jetty-ee10/jetty-ee10-annotations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-annotations
EE10 :: Servlet Annotations
diff --git a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
index 8ff93c3de1f..9ae295059a4 100644
--- a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
+++ b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-apache-jsp
EE10 :: Apache JSP
diff --git a/jetty-ee10/jetty-ee10-bom/pom.xml b/jetty-ee10/jetty-ee10-bom/pom.xml
index aacc5868c2b..6c0f25d00d3 100644
--- a/jetty-ee10/jetty-ee10-bom/pom.xml
+++ b/jetty-ee10/jetty-ee10-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-bom
@@ -19,132 +19,132 @@
org.eclipse.jetty.ee10
jetty-ee10-annotations
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-apache-jsp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-cdi
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-fcgi-proxy
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-glassfish-jstl
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-jaspi
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-jndi
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-jspc-maven-plugin
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-maven-plugin
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-plus
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-proxy
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-quickstart
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-runner
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-servlet
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-servlets
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10-webapp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-alpn
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-boot
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-boot-jsp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-client-webapp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-common
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-client-webapp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-servlet
- 12.0.3-SNAPSHOT
+ 12.0.3
diff --git a/jetty-ee10/jetty-ee10-cdi/pom.xml b/jetty-ee10/jetty-ee10-cdi/pom.xml
index 6cc916dec16..099cfec184c 100644
--- a/jetty-ee10/jetty-ee10-cdi/pom.xml
+++ b/jetty-ee10/jetty-ee10-cdi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-cdi
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml
index 59934b061f8..ae3406ac7f5 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-async-rest-jar
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml
index f342068e414..466457c904f 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-async-rest-server
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml
index 17a0379f457..84e2af27e33 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-async-rest-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml
index 87c2f6391c9..fda8b34e740 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-async-rest
pom
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml
index 866bfba1c5b..962b78bc3d9 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-embedded
EE10 :: Demo :: Embedded Jetty
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml
index 811936bda49..94a72af4a5e 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-jaas-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml
index 507a73a6e83..518b1619bdf 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-jetty-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml
index e967b1fc54d..204f7525868 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-jndi-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml
index 08d54891c6b..a2a7deaa5ea 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-jsp-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml
index 430d327de57..a5b86d99639 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-mock-resources
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml
index 7b1bac86f9a..8cf26fbb43e 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-proxy-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml
index 0aadc90c51b..597d57a91aa 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-simple-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml
index 2c851f37229..e7535783cc4 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
../../pom.xml
jetty-ee10-demo-container-initializer
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml
index d1ddbf62348..0396b2e66c3 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
../../pom.xml
jetty-ee10-demo-spec-webapp
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml
index 9e50ae48faf..f6b814aa11c 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
../../pom.xml
jetty-ee10-demo-web-fragment
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml
index a1439757adf..0b406e5f66e 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-spec
pom
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml
index 181935df6fe..15c1884ad3c 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-demo-template
jar
diff --git a/jetty-ee10/jetty-ee10-demos/pom.xml b/jetty-ee10/jetty-ee10-demos/pom.xml
index dbbeaf49e53..175b4bc6a89 100644
--- a/jetty-ee10/jetty-ee10-demos/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
diff --git a/jetty-ee10/jetty-ee10-examples/pom.xml b/jetty-ee10/jetty-ee10-examples/pom.xml
index 002970d2d30..c8cb867e480 100644
--- a/jetty-ee10/jetty-ee10-examples/pom.xml
+++ b/jetty-ee10/jetty-ee10-examples/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-examples
EE10 :: Examples
diff --git a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml
index 221bee3f807..273e7c52ad1 100644
--- a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml
+++ b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-fcgi-proxy
EE10 :: FCGI Proxy
diff --git a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
index 42a0641f075..98168b363ff 100644
--- a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
+++ b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-glassfish-jstl
jar
diff --git a/jetty-ee10/jetty-ee10-home/pom.xml b/jetty-ee10/jetty-ee10-home/pom.xml
index c487eda5e82..37fb5a2fdd8 100644
--- a/jetty-ee10/jetty-ee10-home/pom.xml
+++ b/jetty-ee10/jetty-ee10-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
jetty-ee10-home
diff --git a/jetty-ee10/jetty-ee10-jaspi/pom.xml b/jetty-ee10/jetty-ee10-jaspi/pom.xml
index 995faeef92b..abc29beeed0 100644
--- a/jetty-ee10/jetty-ee10-jaspi/pom.xml
+++ b/jetty-ee10/jetty-ee10-jaspi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-jaspi
EE10 :: JASPI
diff --git a/jetty-ee10/jetty-ee10-jndi/pom.xml b/jetty-ee10/jetty-ee10-jndi/pom.xml
index 087ce74f4bd..5703afdfbe3 100644
--- a/jetty-ee10/jetty-ee10-jndi/pom.xml
+++ b/jetty-ee10/jetty-ee10-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-jndi
EE10 :: JNDI
diff --git a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
index 4e4c6f61771..12a4d526d9d 100644
--- a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
+++ b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-jspc-maven-plugin
maven-plugin
diff --git a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
index f74448bc13d..56c265ab530 100644
--- a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
+++ b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
jetty-ee10-maven-plugin
diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml
index c7b7a41c571..51fa8068db0 100644
--- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml
@@ -7,7 +7,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-osgi-alpn
jar
diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml
index b46ed721310..4e3b3451eb1 100644
--- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-osgi-boot-jsp
EE10 :: OSGi :: Boot JSP
diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml
index a0d0ec59f63..f1cb0afed99 100644
--- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-osgi-boot
EE10 :: OSGi :: Boot
diff --git a/jetty-ee10/jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/pom.xml
index 22c32a2dc56..055b905f8d5 100644
--- a/jetty-ee10/jetty-ee10-osgi/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml
index 40f1da4316a..7b30fb8ce06 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee10-osgi-fragment
EE10 :: OSGi :: WebApp Fragment
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml
index 5034fc1f983..0ff67c389bc 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee10-osgi-server
EE10 :: OSGi :: Server
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml
index 4af1944ccb3..58614b2ab0d 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee10-osgi-webapp-resources
war
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml
index 98e59263057..51e70e284ae 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee10-osgi
EE10 :: OSGi :: Test
diff --git a/jetty-ee10/jetty-ee10-plus/pom.xml b/jetty-ee10/jetty-ee10-plus/pom.xml
index e083b3ffff2..db8ea3a6826 100644
--- a/jetty-ee10/jetty-ee10-plus/pom.xml
+++ b/jetty-ee10/jetty-ee10-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-plus
EE10 :: Plus
diff --git a/jetty-ee10/jetty-ee10-proxy/pom.xml b/jetty-ee10/jetty-ee10-proxy/pom.xml
index a83b35fbf7f..4f29daca0e6 100644
--- a/jetty-ee10/jetty-ee10-proxy/pom.xml
+++ b/jetty-ee10/jetty-ee10-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-proxy
EE10 :: Proxy
diff --git a/jetty-ee10/jetty-ee10-quickstart/pom.xml b/jetty-ee10/jetty-ee10-quickstart/pom.xml
index c08c8d44ebd..2e19b83f58b 100644
--- a/jetty-ee10/jetty-ee10-quickstart/pom.xml
+++ b/jetty-ee10/jetty-ee10-quickstart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-quickstart
EE10 :: Quick Start
diff --git a/jetty-ee10/jetty-ee10-runner/pom.xml b/jetty-ee10/jetty-ee10-runner/pom.xml
index 207062df2a5..0cdd4421f53 100644
--- a/jetty-ee10/jetty-ee10-runner/pom.xml
+++ b/jetty-ee10/jetty-ee10-runner/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-runner
EE10 :: Runner
diff --git a/jetty-ee10/jetty-ee10-servlet/pom.xml b/jetty-ee10/jetty-ee10-servlet/pom.xml
index d9b0f9457ba..b65a0d244f1 100644
--- a/jetty-ee10/jetty-ee10-servlet/pom.xml
+++ b/jetty-ee10/jetty-ee10-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-servlet
EE10 :: Servlet
diff --git a/jetty-ee10/jetty-ee10-servlets/pom.xml b/jetty-ee10/jetty-ee10-servlets/pom.xml
index 1f5e1e424c0..07075527340 100644
--- a/jetty-ee10/jetty-ee10-servlets/pom.xml
+++ b/jetty-ee10/jetty-ee10-servlets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-servlets
EE10 :: Utility Servlets and Filters
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml
index e8a1c7a3a79..240dcad969d 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-bad-websocket-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml
index 5fec3549778..cd9bda9ceaa 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-badinit-webapp
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml
index 5a58f5d16ee..4867d60e1f8 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-cdi-common-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml
index 8c836043269..18d7b566d7b 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-cdi
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml
index 001bfeb8153..f142a2a3ae8 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-client-transports
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml
index dd023f3c070..4151b4b036c 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-felix-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml
index 535bdbf6e5b..68c906f64f3 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-http2-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml
index 9eeeba72307..5a39ebb3dd3 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-integration
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml
index d478a950fbe..1f30a2c07eb 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-jmx
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-jmx-webapp-it
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml
index 0bb8ea098ae..3c1d9f966eb 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-jmx
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-jmx-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml
index 5ae87b2056a..5368cb95879 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-jmx
pom
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml
index f03796d3d37..742f7c154c1 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
jetty-ee10-test-jndi
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml
index 8d7aaadc76e..73b902e8ecf 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-loginservice
EE10 :: Tests :: Login Service
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml
index 7abf8cf1e9a..c8d3b3a6f7d 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-openid-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml
index 40da1909540..fa08a758a39 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-owb-cdi-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml
index 434fba92239..dde316b105d 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-quickstart
EE10 :: Tests :: Quick Start
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml
index e569345d858..0caa125880a 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-sessions-common
EE10 :: Tests :: Sessions :: Common
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml
index ad9e209bb2e..ac1b719da90 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-sessions-file
EE10 :: Tests :: Sessions :: File
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml
index b7eebf32332..1d3a1e2005c 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-sessions-gcloud
EE10 :: Tests :: Sessions :: GCloud
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml
index a4d27d22fb9..64340f3a585 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-sessions-hazelcast
EE10 :: Tests :: Sessions :: Hazelcast
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml
index 353b999a12f..669a268e193 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-sessions-infinispan
EE10 :: Tests :: Sessions :: Infinispan
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml
index 280e1a28fbb..d7a46f5ee9e 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-sessions-jdbc
EE10 :: Tests :: Sessions :: JDBC
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml
index 538e00c53d1..b8f95bb2e26 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-sessions-memcached
EE10 :: Tests :: Sessions :: Memcached
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml
index 673e249033e..26a72b3261b 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-sessions-mongodb
EE10 :: Tests :: Sessions :: Mongo
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml
index 603c51752d8..6a2aaa7dcb0 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-sessions
pom
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml
index bd1db2b391b..3d8105fb5c3 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-simple-session-webapp
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml
index 250c3d9f9cd..83fc25b4827 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-webapp-rfc2616
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml
index d8f2a40fbee..2ed4ff6f634 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-websocket-client-provided-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml
index c89afc99600..2765a5e9ffb 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-websocket-client-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml
index 09c22a4998b..b01f8ba9cae 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-websocket-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml
index 46c30ab8038..76657e6734e 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-test-weld-cdi-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/pom.xml b/jetty-ee10/jetty-ee10-tests/pom.xml
index 812b83bab4b..2952d1a249c 100644
--- a/jetty-ee10/jetty-ee10-tests/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
jetty-ee10-tests
diff --git a/jetty-ee10/jetty-ee10-webapp/pom.xml b/jetty-ee10/jetty-ee10-webapp/pom.xml
index 53fc263cfc8..8e9a160e46e 100644
--- a/jetty-ee10/jetty-ee10-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-webapp
EE10 :: WebApp
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml
index ab81c560093..1ad453c751b 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-websocket-jakarta-client-webapp
EE10 :: Websocket :: Jakarta Client WebApp
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml
index 41306616d4f..5739e78236f 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-websocket-jakarta-client
EE10 :: Websocket :: Jakarta Client
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml
index ba18dea079b..93df73e96ec 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-websocket-jakarta-common
EE10 :: Websocket :: Jakarta Common
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml
index f3c01a08800..dbee9c13a56 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-websocket-jakarta-server
EE10 :: Websocket :: Jakarta Server
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml
index d6132dad893..c3a57214ad5 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-websocket-jakarta-tests
EE10 :: Websocket :: Jakarta Tests
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml
index 086e75f4161..096a363e0c3 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-websocket-jetty-client-webapp
EE10 :: Websocket :: Jetty Client WebApp
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml
index 7223f2de223..884ee110324 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-websocket-jetty-server
EE10 :: Websocket :: Jetty Server
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml
index b9d458ae3bb..f0f2159e880 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-websocket-jetty-tests
EE10 :: Websocket :: Jetty Tests
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml
index 624359b14bb..286f82a9663 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee10-websocket-servlet
EE10 :: Websocket :: Servlet
diff --git a/jetty-ee10/jetty-ee10-websocket/pom.xml b/jetty-ee10/jetty-ee10-websocket/pom.xml
index 0b80c0e680d..9ef1d0c5b02 100644
--- a/jetty-ee10/jetty-ee10-websocket/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
diff --git a/jetty-ee10/pom.xml b/jetty-ee10/pom.xml
index eece13fed9f..85d1de63261 100644
--- a/jetty-ee10/pom.xml
+++ b/jetty-ee10/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee10
jetty-ee10
diff --git a/jetty-ee8/jetty-ee8-annotations/pom.xml b/jetty-ee8/jetty-ee8-annotations/pom.xml
index d021a3de51c..429b900e80c 100644
--- a/jetty-ee8/jetty-ee8-annotations/pom.xml
+++ b/jetty-ee8/jetty-ee8-annotations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-annotations
EE8 :: Servlet Annotations
diff --git a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
index 02aec5d5ae2..ed4f145f327 100644
--- a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
+++ b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-apache-jsp
EE8 :: Apache JSP
diff --git a/jetty-ee8/jetty-ee8-bom/pom.xml b/jetty-ee8/jetty-ee8-bom/pom.xml
index 5918261813e..c2303e98974 100644
--- a/jetty-ee8/jetty-ee8-bom/pom.xml
+++ b/jetty-ee8/jetty-ee8-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-bom
@@ -19,117 +19,117 @@
org.eclipse.jetty.ee8
jetty-ee8-annotations
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-apache-jsp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-glassfish-jstl
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-jndi
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-nested
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-openid
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-plus
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-proxy
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-quickstart
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-security
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-servlet
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-servlets
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8-webapp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-client-webapp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-common
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-api
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-client-webapp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-common
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-servlet
- 12.0.3-SNAPSHOT
+ 12.0.3
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml
index aa2af8f53d0..b79d8425881 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-async-rest-jar
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml
index 6854a23329e..89abfc3dc44 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-async-rest-server
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml
index d9b085c926b..ccbd588c0ca 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-async-rest-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml
index 26e699de473..aa42cac598b 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-async-rest
pom
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml
index 76223a9d85a..18e015b07b8 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-jaas-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml
index d1b00b10c55..7bbe877d9e9 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-jetty-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml
index 1a599f03fa6..c2100b04382 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-jndi-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml
index 96aa141f063..c0213c347d5 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-jsp-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml
index e9a5917212a..72739352278 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-mock-resources
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml
index 8c400285ec9..5a91e904dcf 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-proxy-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml
index 8a0eaeef67a..62dad41106d 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-simple-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml
index 122d285806b..289469ff08f 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-spec
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-container-initializer
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml
index 5e2c5caf28f..ae4c59d31e1 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-spec
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-spec-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml
index b20ea295093..8f1de938c7e 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-spec
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-web-fragment
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml
index ca95ce75a39..e455a767444 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-demo-spec
pom
diff --git a/jetty-ee8/jetty-ee8-demos/pom.xml b/jetty-ee8/jetty-ee8-demos/pom.xml
index 8e211a37d69..6151fc75e90 100644
--- a/jetty-ee8/jetty-ee8-demos/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
diff --git a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
index d7c625fca83..110400a6175 100644
--- a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
+++ b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-glassfish-jstl
jar
diff --git a/jetty-ee8/jetty-ee8-home/pom.xml b/jetty-ee8/jetty-ee8-home/pom.xml
index 78160444e8f..7361640eccf 100644
--- a/jetty-ee8/jetty-ee8-home/pom.xml
+++ b/jetty-ee8/jetty-ee8-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-home
pom
diff --git a/jetty-ee8/jetty-ee8-jaspi/pom.xml b/jetty-ee8/jetty-ee8-jaspi/pom.xml
index f6b7fdd4720..784e4c91af1 100644
--- a/jetty-ee8/jetty-ee8-jaspi/pom.xml
+++ b/jetty-ee8/jetty-ee8-jaspi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-jaspi
EE8 :: Jetty :: JASPI Security
diff --git a/jetty-ee8/jetty-ee8-jndi/pom.xml b/jetty-ee8/jetty-ee8-jndi/pom.xml
index 7cf9bc6e3c0..992a3fefcdd 100644
--- a/jetty-ee8/jetty-ee8-jndi/pom.xml
+++ b/jetty-ee8/jetty-ee8-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-jndi
EE8 :: JNDI
diff --git a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
index 367f2aba051..fc221bf31a4 100644
--- a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
+++ b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-jspc-maven-plugin
maven-plugin
diff --git a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
index 7847a0e0718..3547666c08b 100644
--- a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
+++ b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-maven-plugin
maven-plugin
diff --git a/jetty-ee8/jetty-ee8-nested/pom.xml b/jetty-ee8/jetty-ee8-nested/pom.xml
index 65bdf8a9c24..d537d5f9138 100644
--- a/jetty-ee8/jetty-ee8-nested/pom.xml
+++ b/jetty-ee8/jetty-ee8-nested/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-nested
EE8 :: Nested
diff --git a/jetty-ee8/jetty-ee8-openid/pom.xml b/jetty-ee8/jetty-ee8-openid/pom.xml
index 28d51ff9e6d..80423985a48 100644
--- a/jetty-ee8/jetty-ee8-openid/pom.xml
+++ b/jetty-ee8/jetty-ee8-openid/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-openid
EE8 :: OpenID
diff --git a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml
index 9f9a3464e62..847da4a9525 100644
--- a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-osgi-boot-jsp
EE8 :: OSGi :: Boot JSP
diff --git a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml
index e5d19dc085f..d7b02a18806 100644
--- a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-osgi-boot
EE8 :: OSGi :: Boot
diff --git a/jetty-ee8/jetty-ee8-osgi/pom.xml b/jetty-ee8/jetty-ee8-osgi/pom.xml
index fc4ff8627ad..a774b3a05af 100644
--- a/jetty-ee8/jetty-ee8-osgi/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml
index 2b93bae539a..33fabf92daa 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee8-osgi-fragment
EE8 :: OSGi :: WebApp Fragment
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml
index 919b6c044bc..a923036f26c 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee8-osgi-server
EE8 :: OSGi :: Server
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml
index e53c75ad77e..4db6762e5d7 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee8-osgi-webapp-resources
war
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml
index ece35b0d146..0bacf02575d 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee8-osgi
EE8 :: OSGi :: Test
diff --git a/jetty-ee8/jetty-ee8-plus/pom.xml b/jetty-ee8/jetty-ee8-plus/pom.xml
index 21e145bfb2d..d358efc3ec0 100644
--- a/jetty-ee8/jetty-ee8-plus/pom.xml
+++ b/jetty-ee8/jetty-ee8-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-plus
EE8 :: Plus
diff --git a/jetty-ee8/jetty-ee8-proxy/pom.xml b/jetty-ee8/jetty-ee8-proxy/pom.xml
index db03534477f..aea01d7d252 100644
--- a/jetty-ee8/jetty-ee8-proxy/pom.xml
+++ b/jetty-ee8/jetty-ee8-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-proxy
EE8 :: Proxy
diff --git a/jetty-ee8/jetty-ee8-quickstart/pom.xml b/jetty-ee8/jetty-ee8-quickstart/pom.xml
index 459358d1f6c..501e39f7f9f 100644
--- a/jetty-ee8/jetty-ee8-quickstart/pom.xml
+++ b/jetty-ee8/jetty-ee8-quickstart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-quickstart
EE8 :: Quick Start
diff --git a/jetty-ee8/jetty-ee8-security/pom.xml b/jetty-ee8/jetty-ee8-security/pom.xml
index 8dc8b85e51d..6d86833a223 100644
--- a/jetty-ee8/jetty-ee8-security/pom.xml
+++ b/jetty-ee8/jetty-ee8-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-security
EE8 :: Security
diff --git a/jetty-ee8/jetty-ee8-servlet/pom.xml b/jetty-ee8/jetty-ee8-servlet/pom.xml
index bd12d0f8fe7..1d25cf71344 100644
--- a/jetty-ee8/jetty-ee8-servlet/pom.xml
+++ b/jetty-ee8/jetty-ee8-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-servlet
EE8 :: Servlet
diff --git a/jetty-ee8/jetty-ee8-servlets/pom.xml b/jetty-ee8/jetty-ee8-servlets/pom.xml
index fbd91e1c1a5..c5ee602142e 100644
--- a/jetty-ee8/jetty-ee8-servlets/pom.xml
+++ b/jetty-ee8/jetty-ee8-servlets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-servlets
EE8 :: Utility Servlets and Filters
diff --git a/jetty-ee8/jetty-ee8-webapp/pom.xml b/jetty-ee8/jetty-ee8-webapp/pom.xml
index ccf3284d4be..cb62e4b73fc 100644
--- a/jetty-ee8/jetty-ee8-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-webapp
EE8 :: WebApp
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml
index cca4c4959bb..cfbe5ec512d 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
jetty-ee8-websocket-javax-client-webapp
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml
index 3ecf5e49987..147966acfc3 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
jetty-ee8-websocket-javax-client
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml
index ac3d91ebbf7..285af3b1c98 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-websocket-javax-common
EE8 :: Websocket :: Javax Common
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml
index fc64f08362f..11fcfdf84ab 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-websocket-javax-server
EE8 :: Websocket :: Javax Server
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml
index 7a5ee7cfdda..b21ef314a06 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-websocket-javax-tests
EE8 :: Websocket :: Javax Tests
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml
index b7946191cd9..9a90add95ab 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-websocket-jetty-api
EE8 :: Websocket :: Jetty API
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml
index 36db467217e..2d519022fa0 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-websocket-jetty-client-webapp
EE8 :: Websocket :: Jetty Client WebApp
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml
index dfe24e93f09..3382d5d505e 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-websocket-jetty-client
EE8 :: Websocket :: Jetty Client
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml
index 9652470344f..e5e6f06b445 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-websocket-jetty-common
EE8 :: Websocket :: Jetty Common
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml
index 528254ca7b4..b6ef18d666b 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-websocket-jetty-server
EE8 :: Websocket :: Jetty Server
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml
index 1595894ff8c..0c16b7aa7a6 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-websocket-jetty-tests
EE8 :: Websocket :: Jetty Tests
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml
index f8f1030971f..8aa4b88a792 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee8-websocket-servlet
EE8 :: Websocket :: Servlet
diff --git a/jetty-ee8/jetty-ee8-websocket/pom.xml b/jetty-ee8/jetty-ee8-websocket/pom.xml
index 15fc60849f7..811100c907c 100644
--- a/jetty-ee8/jetty-ee8-websocket/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
org.eclipse.jetty.ee8.websocket
diff --git a/jetty-ee8/pom.xml b/jetty-ee8/pom.xml
index f7f77ef1b03..a05870d39f5 100644
--- a/jetty-ee8/pom.xml
+++ b/jetty-ee8/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee8
jetty-ee8
diff --git a/jetty-ee9/jetty-ee9-annotations/pom.xml b/jetty-ee9/jetty-ee9-annotations/pom.xml
index 58551e0341a..57313835f48 100644
--- a/jetty-ee9/jetty-ee9-annotations/pom.xml
+++ b/jetty-ee9/jetty-ee9-annotations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-annotations
EE9 :: Servlet Annotations
diff --git a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
index 7974bf01fc2..1919a99c36f 100644
--- a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
+++ b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-apache-jsp
EE9 :: Apache JSP
diff --git a/jetty-ee9/jetty-ee9-bom/pom.xml b/jetty-ee9/jetty-ee9-bom/pom.xml
index 654c9009f7a..8653033c226 100644
--- a/jetty-ee9/jetty-ee9-bom/pom.xml
+++ b/jetty-ee9/jetty-ee9-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-bom
@@ -19,147 +19,147 @@
org.eclipse.jetty.ee9
jetty-ee9-annotations
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-apache-jsp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-cdi
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-fcgi-proxy
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-glassfish-jstl
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-jaspi
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-jndi
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-nested
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-openid
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-plus
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-proxy
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-quickstart
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-runner
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-security
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-servlet
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-servlets
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9-webapp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi-boot
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi-boot-jsp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-client-webapp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-common
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-api
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-client
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-client-webapp
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-common
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-server
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-servlet
- 12.0.3-SNAPSHOT
+ 12.0.3
diff --git a/jetty-ee9/jetty-ee9-cdi/pom.xml b/jetty-ee9/jetty-ee9-cdi/pom.xml
index 6fcf1a93221..797dbe1e85a 100644
--- a/jetty-ee9/jetty-ee9-cdi/pom.xml
+++ b/jetty-ee9/jetty-ee9-cdi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-cdi
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml
index 16ff9ca9b63..83de2e347fd 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-async-rest-jar
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml
index ff00693b724..97221603c77 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-async-rest-server
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml
index 41bfe1b9cb6..d94cabcb010 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-async-rest-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml
index a50579924f6..1f62f7a763e 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-async-rest
pom
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml
index f013c1d6156..fde1ef90aa6 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-embedded
EE9 :: Demo :: Embedded Jetty
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml
index eebec1ebfaf..6fcb3e383fd 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-jaas-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml
index 53a6ec6ae87..33480aef04a 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-jetty-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml
index fc5dc241c8b..5b7271f1f49 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-jndi-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml
index 4f67d7893f0..be526d14c4c 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-jsp-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml
index 372ff183832..a15794e5ac3 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-mock-resources
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml
index 10a96928db9..4f106669746 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-proxy-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml
index 9cd6a649639..1edd62d11c6 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-simple-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml
index 346321af1ec..f9b0b75f31c 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
../../pom.xml
jetty-ee9-demo-container-initializer
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml
index 81b3a34f19d..1eb7ea98859 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
../../pom.xml
jetty-ee9-demo-spec-webapp
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml
index b5a65d09e28..54c87e86233 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
../../pom.xml
jetty-ee9-demo-web-fragment
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml
index 60161925a08..ab823f63906 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-spec
pom
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml
index 151431cd94f..467c9de4c70 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-demo-template
jar
diff --git a/jetty-ee9/jetty-ee9-demos/pom.xml b/jetty-ee9/jetty-ee9-demos/pom.xml
index 1395aae6ddb..7151416c89a 100644
--- a/jetty-ee9/jetty-ee9-demos/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
diff --git a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml
index 8f592892a57..59ccf5b0a34 100644
--- a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml
+++ b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-fcgi-proxy
EE9 :: FCGI Proxy
diff --git a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
index 9ebefffa67d..8c46958200d 100644
--- a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
+++ b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-glassfish-jstl
jar
diff --git a/jetty-ee9/jetty-ee9-home/pom.xml b/jetty-ee9/jetty-ee9-home/pom.xml
index e9c8997a266..80e36d7e34f 100644
--- a/jetty-ee9/jetty-ee9-home/pom.xml
+++ b/jetty-ee9/jetty-ee9-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-home
pom
diff --git a/jetty-ee9/jetty-ee9-jaspi/pom.xml b/jetty-ee9/jetty-ee9-jaspi/pom.xml
index 60a26014912..1cb86869a4c 100644
--- a/jetty-ee9/jetty-ee9-jaspi/pom.xml
+++ b/jetty-ee9/jetty-ee9-jaspi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-jaspi
EE9 :: JASPI
diff --git a/jetty-ee9/jetty-ee9-jndi/pom.xml b/jetty-ee9/jetty-ee9-jndi/pom.xml
index aeaf573afe1..da8bfd30d0c 100644
--- a/jetty-ee9/jetty-ee9-jndi/pom.xml
+++ b/jetty-ee9/jetty-ee9-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-jndi
EE9 :: JNDI
diff --git a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
index 62f7cc38e07..ca1c90ec997 100644
--- a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
+++ b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-jspc-maven-plugin
maven-plugin
diff --git a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
index a2f770cf539..ccf7a4fd721 100644
--- a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
+++ b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-maven-plugin
maven-plugin
diff --git a/jetty-ee9/jetty-ee9-nested/pom.xml b/jetty-ee9/jetty-ee9-nested/pom.xml
index e0d501193ba..6647d368150 100644
--- a/jetty-ee9/jetty-ee9-nested/pom.xml
+++ b/jetty-ee9/jetty-ee9-nested/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-nested
EE9 :: Nested
diff --git a/jetty-ee9/jetty-ee9-openid/pom.xml b/jetty-ee9/jetty-ee9-openid/pom.xml
index 4820c24fbc0..c6631ac2ce3 100644
--- a/jetty-ee9/jetty-ee9-openid/pom.xml
+++ b/jetty-ee9/jetty-ee9-openid/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-openid
EE9 :: OpenID
diff --git a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml
index c3d62d816ff..496c19bc41f 100644
--- a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-osgi-boot-jsp
EE9 :: OSGi :: Boot JSP
diff --git a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml
index 83dc884bcc8..19c7c8000c9 100644
--- a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-osgi-boot
EE9 :: OSGi :: Boot
diff --git a/jetty-ee9/jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/pom.xml
index 20893666a3e..1f29c252534 100644
--- a/jetty-ee9/jetty-ee9-osgi/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml
index f48874c36b7..0a9843ed553 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee9-osgi-fragment
EE9 :: OSGi :: WebApp Fragment
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml
index 1ceff8d55d2..f71191b1e16 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee9-osgi-server
EE9 :: OSGi :: Server
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml
index d74f364646e..c46258594ca 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee9-osgi-webapp-resources
war
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml
index 99d3f046f89..b19a84dcea2 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.3-SNAPSHOT
+ 12.0.3
test-jetty-ee9-osgi
EE9 :: OSGi :: Test
diff --git a/jetty-ee9/jetty-ee9-plus/pom.xml b/jetty-ee9/jetty-ee9-plus/pom.xml
index 86f41de9bb7..09281792152 100644
--- a/jetty-ee9/jetty-ee9-plus/pom.xml
+++ b/jetty-ee9/jetty-ee9-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-plus
EE9 :: Plus
diff --git a/jetty-ee9/jetty-ee9-proxy/pom.xml b/jetty-ee9/jetty-ee9-proxy/pom.xml
index 0d35590c9c6..2e8642db0b7 100644
--- a/jetty-ee9/jetty-ee9-proxy/pom.xml
+++ b/jetty-ee9/jetty-ee9-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-proxy
EE9 :: Proxy
diff --git a/jetty-ee9/jetty-ee9-quickstart/pom.xml b/jetty-ee9/jetty-ee9-quickstart/pom.xml
index 575897a030f..9b9989aa55d 100644
--- a/jetty-ee9/jetty-ee9-quickstart/pom.xml
+++ b/jetty-ee9/jetty-ee9-quickstart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-quickstart
EE9 :: Quick Start
diff --git a/jetty-ee9/jetty-ee9-runner/pom.xml b/jetty-ee9/jetty-ee9-runner/pom.xml
index 761fc2ba981..e984954a388 100644
--- a/jetty-ee9/jetty-ee9-runner/pom.xml
+++ b/jetty-ee9/jetty-ee9-runner/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-runner
EE9 :: Runner
diff --git a/jetty-ee9/jetty-ee9-security/pom.xml b/jetty-ee9/jetty-ee9-security/pom.xml
index 9b926424fdc..2c9e9f3f811 100644
--- a/jetty-ee9/jetty-ee9-security/pom.xml
+++ b/jetty-ee9/jetty-ee9-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-security
EE9 :: Security
diff --git a/jetty-ee9/jetty-ee9-servlet/pom.xml b/jetty-ee9/jetty-ee9-servlet/pom.xml
index 4ffb71f6768..530a3c5efa3 100644
--- a/jetty-ee9/jetty-ee9-servlet/pom.xml
+++ b/jetty-ee9/jetty-ee9-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-servlet
EE9 :: Servlet
diff --git a/jetty-ee9/jetty-ee9-servlets/pom.xml b/jetty-ee9/jetty-ee9-servlets/pom.xml
index fc5e3353d67..425ee71cad3 100644
--- a/jetty-ee9/jetty-ee9-servlets/pom.xml
+++ b/jetty-ee9/jetty-ee9-servlets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-servlets
EE9 :: Utility Servlets and Filters
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml
index c1b0f31d667..bc2ece36be6 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-bad-websocket-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml
index 7b79c2fd8d7..e23dda329cf 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-badinit-webapp
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml
index 05e5caa76ee..ffb3be66d73 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-cdi-common-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml
index 7d1c277ebb7..bb08dde9786 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-cdi
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml
index 32e1e26e008..bff413703e2 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-client-transports
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml
index 73a7dca1698..4e57338d11f 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-felix-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml
index 21844e7df54..90f781c0162 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-http2-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml
index a32f48203ba..07bd0cbf8a2 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-integration
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml
index d16b9ce7cf1..68c725f4b39 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-jmx
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-jmx-webapp-it
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml
index e7db51e48fa..0719137120b 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-jmx
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-jmx-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml
index 64114f6f2f5..96dd3c95b7a 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-jmx
pom
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml
index 02325db60f0..2fbff7c8257 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-jndi
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml
index 7921d43e0e6..d42d73d8263 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-loginservice
EE9 :: Tests :: Login Service
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml
index 39e7f20af97..4affbfdae0f 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-openid-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml
index 97884e139fc..8d29c879c78 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-owb-cdi-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml
index 5654ef8a751..07135ea57e9 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-quickstart
EE9 :: Tests :: Quick Start
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml
index 9391a5f021a..178626d1df9 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-sessions-common
EE9 :: Tests :: Sessions :: Common
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml
index 7d6fea99c74..0ae50c74756 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-sessions-file
EE9 :: Tests :: Sessions :: File
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml
index ec5aae99795..1fa72118e07 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-sessions-gcloud
EE9 :: Tests :: Sessions :: GCloud
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml
index 8e3190a4837..3ad8a08d9d8 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-sessions-hazelcast
EE9 :: Tests :: Sessions :: Hazelcast
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml
index 2ae04752196..2d138ae9322 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
jetty-ee9-test-sessions-infinispan
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml
index 1d1c7109763..3b717482ed8 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-sessions-jdbc
EE9 :: Tests :: Sessions :: JDBC
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml
index a62ae5c6263..bd63154619c 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-sessions-memcached
EE9 :: Tests :: Sessions :: Memcached
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml
index 181945c8921..e0d272f08e2 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-sessions-mongodb
EE9 :: Tests :: Sessions :: Mongo
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml
index 330c82dc7f9..3e0e97990be 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-sessions
pom
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml
index 58f5ec565a8..ba2ae1d21bb 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-simple-session-webapp
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml
index 8c0625669c2..f5dc9cfdf03 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-webapp-rfc2616
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml
index e59484dd728..d0f562325ce 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-websocket-client-provided-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml
index 678cca75399..aff6f7ae376 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-websocket-client-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml
index d935f28bc28..79c2d9ffb8d 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-websocket-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml
index a47b7c5675c..03b86c32075 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-test-weld-cdi-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/pom.xml b/jetty-ee9/jetty-ee9-tests/pom.xml
index 11e5479914c..6e6af390110 100644
--- a/jetty-ee9/jetty-ee9-tests/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-tests
pom
diff --git a/jetty-ee9/jetty-ee9-webapp/pom.xml b/jetty-ee9/jetty-ee9-webapp/pom.xml
index 5750d9747e8..f4f393cf83a 100644
--- a/jetty-ee9/jetty-ee9-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-webapp
EE9 :: WebApp
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml
index 64cf8c3442b..4c70310f252 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
jetty-ee9-websocket-jakarta-client-webapp
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml
index be4f71998a7..e51c5f02d68 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
jetty-ee9-websocket-jakarta-client
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml
index 7973fc006e6..d7285579275 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-websocket-jakarta-common
EE9 :: Websocket :: Jakarta Common
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml
index 6fe347a28f2..2fd08753a5d 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-websocket-jakarta-server
EE9 :: Websocket :: Jakarta Server
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml
index 8090f8338bf..31564ddf283 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-websocket-jakarta-tests
EE9 :: Websocket :: Jakarta Tests
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml
index 579d638a039..cf080cf841e 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-websocket-jetty-api
EE9 :: Websocket :: Jetty API
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml
index ff79ecab2f8..b8ebb4d5951 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-websocket-jetty-client-webapp
EE9 :: Websocket :: Jetty Client WebApp
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml
index b1b6a7e566d..902fe5304d8 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-websocket-jetty-client
EE9 :: Websocket :: Jetty Client
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml
index b0206232dc2..be44207c4c6 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-websocket-jetty-common
EE9 :: Websocket :: Jetty Common
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml
index 3f92c27242d..81b1f93adf2 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-websocket-jetty-server
EE9 :: Websocket :: Jetty Server
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml
index 91b8c84a0d1..50541cfbf64 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-websocket-jetty-tests
EE9 :: Websocket :: Jetty Tests
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml
index 616602548ed..b744118eddd 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-ee9-websocket-servlet
EE9 :: Websocket :: Servlet
diff --git a/jetty-ee9/jetty-ee9-websocket/pom.xml b/jetty-ee9/jetty-ee9-websocket/pom.xml
index 38a5ad08a78..3d79da20550 100644
--- a/jetty-ee9/jetty-ee9-websocket/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
org.eclipse.jetty.ee9.websocket
diff --git a/jetty-ee9/pom.xml b/jetty-ee9/pom.xml
index f4698eb4d27..24f39d9d280 100644
--- a/jetty-ee9/pom.xml
+++ b/jetty-ee9/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.ee9
jetty-ee9
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 97e1c28f2ad..8d1e58aad0f 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 12.0.3-SNAPSHOT
+ 12.0.3
../pom.xml
jetty-home
diff --git a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 8bb35a1e666..ebf09de3dc8 100644
--- a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
+++ b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.gcloud
jetty-gcloud
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-gcloud-session-manager
Integrations :: GCloud :: Sessions
diff --git a/jetty-integrations/jetty-gcloud/pom.xml b/jetty-integrations/jetty-gcloud/pom.xml
index 1a6093d0431..f83e9e61e17 100644
--- a/jetty-integrations/jetty-gcloud/pom.xml
+++ b/jetty-integrations/jetty-gcloud/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.gcloud
jetty-gcloud
diff --git a/jetty-integrations/jetty-hazelcast/pom.xml b/jetty-integrations/jetty-hazelcast/pom.xml
index 00d71e07bd2..7b888760890 100644
--- a/jetty-integrations/jetty-hazelcast/pom.xml
+++ b/jetty-integrations/jetty-hazelcast/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-hazelcast
Integrations :: Hazelcast :: Sessions
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
index 398be650215..8987497a6c9 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-infinispan-common
Integrations :: Infinispan :: Sessions
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml
index 21d06fe2e7f..0b631fca9b2 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-infinispan-embedded-query
Integrations :: Infinispan :: Embedded with Querying
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
index ade768d1ada..65d70d6e30e 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-infinispan-embedded
pom
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml
index 8d0c7f54911..4c37e041f29 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-infinispan-remote-query
Integrations :: Infinispan :: Remote with Querying
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
index e2000faa453..2f0d9d45890 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-infinispan-remote
pom
diff --git a/jetty-integrations/jetty-infinispan/pom.xml b/jetty-integrations/jetty-infinispan/pom.xml
index 1982ab78f82..e95c77cdfcf 100644
--- a/jetty-integrations/jetty-infinispan/pom.xml
+++ b/jetty-integrations/jetty-infinispan/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-infinispan
pom
diff --git a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
index d883d060b30..a35bb00e1db 100644
--- a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
+++ b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.memcached
jetty-memcached
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-memcached-sessions
Integrations :: Memcached :: Sessions
diff --git a/jetty-integrations/jetty-memcached/pom.xml b/jetty-integrations/jetty-memcached/pom.xml
index d90540e35ac..44e65c50768 100644
--- a/jetty-integrations/jetty-memcached/pom.xml
+++ b/jetty-integrations/jetty-memcached/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.memcached
jetty-memcached
diff --git a/jetty-integrations/jetty-nosql/pom.xml b/jetty-integrations/jetty-nosql/pom.xml
index 33fdd25a7cd..732fd3407c1 100644
--- a/jetty-integrations/jetty-nosql/pom.xml
+++ b/jetty-integrations/jetty-nosql/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-nosql
Integrations :: NoSQL :: Sessions
diff --git a/jetty-integrations/pom.xml b/jetty-integrations/pom.xml
index 55f3b958751..2708af54669 100644
--- a/jetty-integrations/pom.xml
+++ b/jetty-integrations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-integrations
pom
diff --git a/pom.xml b/pom.xml
index 4072e11ed32..485dad70907 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 12.0.3-SNAPSHOT
+ 12.0.3
pom
Jetty :: Project
The Eclipse Jetty Project
diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml
index 116f7934dca..3d37077425e 100644
--- a/tests/jetty-home-tester/pom.xml
+++ b/tests/jetty-home-tester/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-home-tester
jar
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index 3018962be1a..f53c95c66c3 100644
--- a/tests/jetty-jmh/pom.xml
+++ b/tests/jetty-jmh/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-jmh
Tests :: JMH
diff --git a/tests/jetty-test-session-common/pom.xml b/tests/jetty-test-session-common/pom.xml
index 98ac8692c18..a73899606e5 100644
--- a/tests/jetty-test-session-common/pom.xml
+++ b/tests/jetty-test-session-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.3-SNAPSHOT
+ 12.0.3
jetty-test-session-common
jar
diff --git a/tests/pom.xml b/tests/pom.xml
index 2fcc6a904a4..9e4c8a0cd18 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 12.0.3-SNAPSHOT
+ 12.0.3
org.eclipse.jetty.tests
tests
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 3ddff1e54f0..23ed166faf5 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.3-SNAPSHOT
+ 12.0.3
test-distribution
pom
diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml
index 2dcf49d3c5a..4bc65978398 100644
--- a/tests/test-distribution/test-distribution-common/pom.xml
+++ b/tests/test-distribution/test-distribution-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.3-SNAPSHOT
+ 12.0.3
test-distribution-common
jar
diff --git a/tests/test-distribution/test-ee10-distribution/pom.xml b/tests/test-distribution/test-ee10-distribution/pom.xml
index a4c96fecbac..4219cfe1dc1 100644
--- a/tests/test-distribution/test-ee10-distribution/pom.xml
+++ b/tests/test-distribution/test-ee10-distribution/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.3-SNAPSHOT
+ 12.0.3
test-ee10-distribution
jar
diff --git a/tests/test-distribution/test-ee9-distribution/pom.xml b/tests/test-distribution/test-ee9-distribution/pom.xml
index 675e7f49c04..d3ca11fa696 100644
--- a/tests/test-distribution/test-ee9-distribution/pom.xml
+++ b/tests/test-distribution/test-ee9-distribution/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.3-SNAPSHOT
+ 12.0.3
test-ee9-distribution
jar
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index c03572783a4..24e1620bed8 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests
- 12.0.3-SNAPSHOT
+ 12.0.3
test-integration
jar