diff --git a/VERSION.txt b/VERSION.txt
index 0fa58639f95..627950c8042 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,74 @@
-jetty-12.0.0-SNAPSHOT
+jetty-12.0.0.alpha3 - 07 December 2022
+ + 5681 Unrecognized jetty-home/start.jar command line option not reported
+ clearly
+ + 5965 Option --write-module-graph produces wrong .dot file
+ + 7117 Timeout with Expect 100 continue when using ProxyServlet
+ + 7182 jetty.sh start process should remove jetty_state whenever deleting the
+ pid
+ + 7286 WebSocket write can time out even if the frame / callback has not been
+ failed.
+ + 7657 Remove unused test imports in jetty-nosql
+ + 7748 Allow overriding of url-pattern mapping in ServletContextHandler to
+ allow for regex or uri-template matching
+ + 7863 Default servlet drops first accept-encoding header if there is more
+ than one.
+ + 7891 Better Servlet PathMappings for Regex
+ + 7993 HttpClient idleTimeout configuration being ignored/overridden
+ + 8330 Persistent OpenId sessions can throw IllegalStateException
+ + 8448 incomplete Blocking.Callback and write errors
+ + 8460 Log or throw exception if DefaultSessionIdManager is used but has not
+ been started.
+ + 8536 HotSwapHandler race condition
+ + 8558 Idle timeout occured sometimes on HTTP/2 client with
+ `InputStreamResponseListener`
+ + 8584 org.eclipse.jetty.client.HttpRequest.send() never returns
+ + 8591 Indicate units of HttpClient properties
+ + 8606 Jetty 12: restore scope listeners functionality
+ + 8613 Update build for Java 19
+ + 8623 Use AutoLock in InputStreamResponseListener
+ + 8628 Pseudo restore `PathMappings.getMatch(String)` for backwards compat
+ reasons
+ + 8678 Jetty client is not responding to GO_AWAY packet received from (Jetty)
+ Server and continue to send traffic on same connection
+ + 8712 ELContextCleaner no longer needed.
+ + 8716 Multiple Host header values handled poorly
+ + 8721 jetty:effective-web-xml doesn't generate quickstart information for web
+ fragment jars that contain META-INF/resources
+ + 8723 Provide a thread-safe way to modify HttpClient proxies at runtime
+ + 8726 Jetty 12 - Improve ErrorProcessor to handle error pages
+ + 8744 jetty-12: Update to jasper 10.1.1
+ + 8749 Jetty 12 - `request.getContext().getContextPath()` should return full
+ context, not just last one
+ + 8750 AbstractProxyServlet.onServerResponseHeaders does not support headers
+ with empty values
+ + 8753 Starting HttpClient with destinationIdleTimeout set throws NPE.
+ + 8770 Review whether to send request body in redirects
+ + 8779 CompactPathRule drops query section on use
+ + 8786 KeyStoreScanner is not able to monitor a symlink file and always
+ resolves to the target.
+ + 8810 `ArrayRetainableByteBufferPool` inefficiently calculates bucket indices
+ + 8811 HTTP/2 session shutdown race may cause `Server.stop()` to block until
+ stop timeout
+ + 8858 Jetty 12 - Review MovedContextHandler
+ + 8863 Provide a possibility to name virtual threads
+ + 8886 Changes to Resource no longer support custom url schemes.
+ + 8895 Generate downloadable version of javadocs documentation in website
+ deploy script
+ + 8897 Update Conditional request handling for RFC7232
+ + 8905 GzipHandler fails to set Vary header on 304 responses
+ + 8913 Review Jetty XML syntax to allow calling JDK methods
+ + 8921 Normalization of resources incorrect for quickstart in jetty-12
+ + 8923 Update FileID.getExtension() behaviors to match new JDK 20
+ Path.getExtension() behaviors
+ + 8973 Does ssl-reload monitor keystore when it is a symlink?
+ + 8975 Jetty 12 - rename getBaseResponse() to getServletContextResponse()
+ + 8980 jetty-12.0.x WebappClassloader addJars(Resource) incorrectly transforms
+ into a CombinedResource
+ + 8993 `Content.Chunk.isTerminal()` cannot discriminate `EOF` from chunks
+ containing a pooled empty buffer
+ + 8999 Overuse of FileID.isArchive() and inability to deal with packed jars
+ without .jar extension
+ + 9006 WebSocket Message InputStream read() returns signed byte
jetty-12.0.0.alpha1 - 15 September 2022
+ 8474 Jetty 12 : Resource API Review
@@ -40,7 +110,7 @@ jetty-11.0.12 - 14 September 2022
and `org.eclipse.jetty/infinispan-remote`
+ 8578 `getRequestURL` can append "null" if `getRequestURI` is unspecified in
an authority-form request-target
-
+
jetty-10.0.12 - 14 September 2022
+ 7970 Maven Plugin - the option to set extraClasspath in the plugin
configuration isn't working
@@ -75,8 +145,7 @@ jetty-9.4.49.v20220914 - 14 September 2022
+ 8414 BlockingArrayQueue drops all contents on drain
+ 8493 Review HTTP client feature `setRemoveIdleDestinations`
+ 8578 `getRequestURL` can append "null" if `getRequestURI` is unspecified in
- an authority-form request-target
-
+ an authority-form request-target
jetty-12.0.0.alpha0 - 22 August 2022
+ First alpha release of Jetty 12. A lot changes but very good changes!
diff --git a/build/build-resources/pom.xml b/build/build-resources/pom.xml
index ec1e40a30ed..4618b4094c5 100644
--- a/build/build-resources/pom.xml
+++ b/build/build-resources/pom.xml
@@ -7,7 +7,7 @@
-->
org.eclipse.jetty
build-resources
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
Jetty :: Build Resources
jar
diff --git a/build/pom.xml b/build/pom.xml
index 58db6fd7ca4..9b4bfcd8ca1 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/build/scripts/release-jetty.sh b/build/scripts/release-jetty.sh
index 13604685f73..e0d68f0eb78 100755
--- a/build/scripts/release-jetty.sh
+++ b/build/scripts/release-jetty.sh
@@ -131,7 +131,7 @@ reportMavenTestFailures() {
echo ""
if proceedyn "Are you sure you want to release using above? (y/N)" n; then
- mvn clean install -pl build-resources
+ mvn clean install -pl build
echo ""
if proceedyn "Update VERSION.txt for $VER_RELEASE? (Y/n)" y; then
mvn -N -Pupdate-version generate-resources
diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml
index a53d18242f4..ae846d5e92c 100644
--- a/documentation/jetty-asciidoctor-extensions/pom.xml
+++ b/documentation/jetty-asciidoctor-extensions/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.documentation
documentation
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml
index bcdb070d09c..b99d1c933ea 100644
--- a/documentation/jetty-documentation/pom.xml
+++ b/documentation/jetty-documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.documentation
documentation
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 5f5f75e909f..1da140b006e 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index 99bf509ec6f..033565dac26 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
index 0e3a339ec59..f2ef5ac79e0 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-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 485ef9446a7..2eadf055ceb 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 71385692911..1b148352148 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 4303ea710a3..3c2a3324daf 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 8325ac33b7d..f8291a85cdf 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
index b3181326f29..96d386260f2 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-alpn-server
diff --git a/jetty-core/jetty-alpn/pom.xml b/jetty-core/jetty-alpn/pom.xml
index 017737297cc..2613f9a6c6c 100644
--- a/jetty-core/jetty-alpn/pom.xml
+++ b/jetty-core/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-alpn
diff --git a/jetty-core/jetty-bom/pom.xml b/jetty-core/jetty-bom/pom.xml
index 9e9ea957269..e84114c256a 100644
--- a/jetty-core/jetty-bom/pom.xml
+++ b/jetty-core/jetty-bom/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-bom
@@ -42,209 +42,209 @@
org.eclipse.jetty
jetty-alpn-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-alpn-java-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-alpn-java-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-alpn-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-deploy
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-ee
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.fcgi
jetty-fcgi-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.fcgi
jetty-fcgi-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.gcloud
jetty-gcloud-session-manager
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-home
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
zip
org.eclipse.jetty
jetty-home
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
tar.gz
org.eclipse.jetty
jetty-http
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.http2
jetty-http2-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.http2
jetty-http2-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.http2
jetty-http2-hpack
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.http2
jetty-http2-client-transport
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.http2
jetty-http2-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.http3
jetty-http3-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.http3
jetty-http3-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.http3
jetty-http3-client-transport
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.http3
jetty-http3-qpack
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.http3
jetty-http3-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-http-spi
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-infinispan-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-infinispan-remote-query
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-infinispan-embedded-query
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-hazelcast
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-io
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-jmx
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-jndi
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-keystore
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.memcached
jetty-memcached-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-nosql
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.quic
jetty-quic-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.quic
jetty-quic-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.quic
jetty-quic-quiche-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.quic
jetty-quic-quiche-jna
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.quic
jetty-quic-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.osgi
@@ -254,63 +254,63 @@
org.eclipse.jetty
jetty-rewrite
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-session
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-session
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
test-jar
org.eclipse.jetty
jetty-slf4j-impl
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-unixdomain-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-util
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-util-ajax
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.websocket
jetty-websocket-core-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.websocket
jetty-websocket-core-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.websocket
jetty-websocket-core-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty
jetty-xml
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
@@ -326,7 +326,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche-foreign-incubator
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
diff --git a/jetty-core/jetty-client/pom.xml b/jetty-core/jetty-client/pom.xml
index 0d668782a0b..6d8d3a79477 100644
--- a/jetty-core/jetty-client/pom.xml
+++ b/jetty-core/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
index cd3a33f5ef1..b3ac7aac01a 100644
--- a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
+++ b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.demos
jetty-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-demo-handler
diff --git a/jetty-core/jetty-demos/pom.xml b/jetty-core/jetty-demos/pom.xml
index 5829930cd1e..ccc702b2a20 100644
--- a/jetty-core/jetty-demos/pom.xml
+++ b/jetty-core/jetty-demos/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-deploy/pom.xml b/jetty-core/jetty-deploy/pom.xml
index e3ce3db8c01..43ad043f2d0 100644
--- a/jetty-core/jetty-deploy/pom.xml
+++ b/jetty-core/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-ee/pom.xml b/jetty-core/jetty-ee/pom.xml
index 46f35e08f76..56ad7788e7e 100644
--- a/jetty-core/jetty-ee/pom.xml
+++ b/jetty-core/jetty-ee/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
index ecf4cc72178..a77bb118018 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
index 7a8e0f6fe9b..ba4bb032ef6 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
index 0dbed81faf5..bba93e319a0 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-fcgi/pom.xml b/jetty-core/jetty-fcgi/pom.xml
index eb4ecfeba98..3a2a906de86 100644
--- a/jetty-core/jetty-fcgi/pom.xml
+++ b/jetty-core/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http-spi/pom.xml b/jetty-core/jetty-http-spi/pom.xml
index 6d6c45a1ccd..d44212de52d 100644
--- a/jetty-core/jetty-http-spi/pom.xml
+++ b/jetty-core/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-http-spi
diff --git a/jetty-core/jetty-http-tools/pom.xml b/jetty-core/jetty-http-tools/pom.xml
index 1e8d5cfcf1d..41e9e9bfd9b 100644
--- a/jetty-core/jetty-http-tools/pom.xml
+++ b/jetty-core/jetty-http-tools/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http/pom.xml b/jetty-core/jetty-http/pom.xml
index 4c070208761..32c1a0bd37a 100644
--- a/jetty-core/jetty-http/pom.xml
+++ b/jetty-core/jetty-http/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 c4fad981ed5..935d117c4d3 100644
--- a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http2/jetty-http2-client/pom.xml b/jetty-core/jetty-http2/jetty-http2-client/pom.xml
index 281859a47d1..3ba100b183a 100644
--- a/jetty-core/jetty-http2/jetty-http2-client/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http2/jetty-http2-common/pom.xml b/jetty-core/jetty-http2/jetty-http2-common/pom.xml
index a13c5bcea93..b430d6c3781 100644
--- a/jetty-core/jetty-http2/jetty-http2-common/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
index 979a38b4e03..32226743ddc 100644
--- a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http2/jetty-http2-server/pom.xml b/jetty-core/jetty-http2/jetty-http2-server/pom.xml
index 2c156da500b..7fb2574f562 100644
--- a/jetty-core/jetty-http2/jetty-http2-server/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
index a3fdba2f7ea..9d7a134c6ae 100644
--- a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http2/pom.xml b/jetty-core/jetty-http2/pom.xml
index 4d6be40e93c..cddb8a3f754 100644
--- a/jetty-core/jetty-http2/pom.xml
+++ b/jetty-core/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 1bdedf743f4..c969ca08bd8 100644
--- a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http3/jetty-http3-client/pom.xml b/jetty-core/jetty-http3/jetty-http3-client/pom.xml
index c5f230ebb6d..b7a5a2d8ee8 100644
--- a/jetty-core/jetty-http3/jetty-http3-client/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http3/jetty-http3-common/pom.xml b/jetty-core/jetty-http3/jetty-http3-common/pom.xml
index 6b970df5e79..a4bd35bc3fd 100644
--- a/jetty-core/jetty-http3/jetty-http3-common/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
index a4b06077101..faefb35f6f3 100644
--- a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http3/jetty-http3-server/pom.xml b/jetty-core/jetty-http3/jetty-http3-server/pom.xml
index a81dbbaeb5a..a3e73223e39 100644
--- a/jetty-core/jetty-http3/jetty-http3-server/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
index d2c099b59e6..0dbe0d4b742 100644
--- a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-http3/pom.xml b/jetty-core/jetty-http3/pom.xml
index 1dea2a17e0a..1a16434d3f4 100644
--- a/jetty-core/jetty-http3/pom.xml
+++ b/jetty-core/jetty-http3/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-io/pom.xml b/jetty-core/jetty-io/pom.xml
index 12fafc1c884..1537aa97f0a 100644
--- a/jetty-core/jetty-io/pom.xml
+++ b/jetty-core/jetty-io/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-io
diff --git a/jetty-core/jetty-jmx/pom.xml b/jetty-core/jetty-jmx/pom.xml
index 2d12fb02714..be4a5d64b90 100644
--- a/jetty-core/jetty-jmx/pom.xml
+++ b/jetty-core/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-jmx
diff --git a/jetty-core/jetty-jndi/pom.xml b/jetty-core/jetty-jndi/pom.xml
index 4c30a3fb1f2..9b6f96dbf1c 100644
--- a/jetty-core/jetty-jndi/pom.xml
+++ b/jetty-core/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-keystore/pom.xml b/jetty-core/jetty-keystore/pom.xml
index 1779a93d7c7..bb8777c8eee 100644
--- a/jetty-core/jetty-keystore/pom.xml
+++ b/jetty-core/jetty-keystore/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-keystore
diff --git a/jetty-core/jetty-proxy/pom.xml b/jetty-core/jetty-proxy/pom.xml
index 18f0f92a2a7..6a5a9cde666 100644
--- a/jetty-core/jetty-proxy/pom.xml
+++ b/jetty-core/jetty-proxy/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-quic/jetty-quic-client/pom.xml b/jetty-core/jetty-quic/jetty-quic-client/pom.xml
index 53488c0a322..b35799cdfb1 100644
--- a/jetty-core/jetty-quic/jetty-quic-client/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-quic/jetty-quic-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-common/pom.xml
index d6e7ce56c90..25c8b4c0aad 100644
--- a/jetty-core/jetty-quic/jetty-quic-common/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 edc2a86674e..c7dd2fe1d1d 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 698f037081e..edc30dd3c24 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 5fa835ddf4d..3dc3e54919e 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
index fb0165ba288..68afb993517 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-quic/jetty-quic-server/pom.xml b/jetty-core/jetty-quic/jetty-quic-server/pom.xml
index 9a999c3a530..b4d09921ca2 100644
--- a/jetty-core/jetty-quic/jetty-quic-server/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-quic/pom.xml b/jetty-core/jetty-quic/pom.xml
index e21ee15410a..36909a45823 100644
--- a/jetty-core/jetty-quic/pom.xml
+++ b/jetty-core/jetty-quic/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-rewrite/pom.xml b/jetty-core/jetty-rewrite/pom.xml
index 63c0a9c8318..c79695598e6 100644
--- a/jetty-core/jetty-rewrite/pom.xml
+++ b/jetty-core/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-server/pom.xml b/jetty-core/jetty-server/pom.xml
index 11c47164cec..8bf5c09f471 100644
--- a/jetty-core/jetty-server/pom.xml
+++ b/jetty-core/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-session/pom.xml b/jetty-core/jetty-session/pom.xml
index 5c865d4e6c3..e0f293162d1 100644
--- a/jetty-core/jetty-session/pom.xml
+++ b/jetty-core/jetty-session/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-slf4j-impl/pom.xml b/jetty-core/jetty-slf4j-impl/pom.xml
index 2ba010cff0b..966b29facdc 100644
--- a/jetty-core/jetty-slf4j-impl/pom.xml
+++ b/jetty-core/jetty-slf4j-impl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-start/pom.xml b/jetty-core/jetty-start/pom.xml
index dd29c6820ce..304143c541c 100644
--- a/jetty-core/jetty-start/pom.xml
+++ b/jetty-core/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-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 4dd610e3d79..fa0492fc249 100644
--- a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml
+++ b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-tests/pom.xml b/jetty-core/jetty-tests/pom.xml
index 3c10dd046a2..fadf528d11d 100644
--- a/jetty-core/jetty-tests/pom.xml
+++ b/jetty-core/jetty-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-unixdomain-server/pom.xml b/jetty-core/jetty-unixdomain-server/pom.xml
index 8983c17cd11..0dc6d1e7960 100644
--- a/jetty-core/jetty-unixdomain-server/pom.xml
+++ b/jetty-core/jetty-unixdomain-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-util-ajax/pom.xml b/jetty-core/jetty-util-ajax/pom.xml
index 77b5f8549c9..728b55003ba 100644
--- a/jetty-core/jetty-util-ajax/pom.xml
+++ b/jetty-core/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-util-ajax
diff --git a/jetty-core/jetty-util/pom.xml b/jetty-core/jetty-util/pom.xml
index 24e2ef48da9..bc1c4162b90 100644
--- a/jetty-core/jetty-util/pom.xml
+++ b/jetty-core/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-util
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 74b454fee95..4978f5ca082 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 13678f42736..a7c4099379f 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 d362a92c5e2..cbf7cd04bf7 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 fd176f08f0f..255b90e6b56 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-websocket/pom.xml b/jetty-core/jetty-websocket/pom.xml
index 74bc5c3c6c0..fb28ac988f5 100644
--- a/jetty-core/jetty-websocket/pom.xml
+++ b/jetty-core/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-core/jetty-xml/pom.xml b/jetty-core/jetty-xml/pom.xml
index b8e3527eb48..42f2e081f30 100644
--- a/jetty-core/jetty-xml/pom.xml
+++ b/jetty-core/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-core
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-xml
diff --git a/jetty-core/pom.xml b/jetty-core/pom.xml
index 007f096dc3b..9c260bd8835 100644
--- a/jetty-core/pom.xml
+++ b/jetty-core/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-annotations/pom.xml b/jetty-ee10/jetty-ee10-annotations/pom.xml
index 425f7a85e2f..20b839e6789 100644
--- a/jetty-ee10/jetty-ee10-annotations/pom.xml
+++ b/jetty-ee10/jetty-ee10-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
index 8defa366e04..0e9f6efbe1e 100644
--- a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
+++ b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-bom/pom.xml b/jetty-ee10/jetty-ee10-bom/pom.xml
index 64b4b836862..430e5b29352 100644
--- a/jetty-ee10/jetty-ee10-bom/pom.xml
+++ b/jetty-ee10/jetty-ee10-bom/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee10-bom
@@ -43,107 +43,107 @@
org.eclipse.jetty.ee10
jetty-ee10-annotations
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-apache-jsp
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-cdi
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-glassfish-jstl
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-jaas
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-jaspi
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-openid
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-plus
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-proxy
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-quickstart
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-servlet
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-servlets
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10
jetty-ee10-webapp
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-api
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-servlet
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
diff --git a/jetty-ee10/jetty-ee10-cdi/pom.xml b/jetty-ee10/jetty-ee10-cdi/pom.xml
index 875885d0ffc..7e171c9cac3 100644
--- a/jetty-ee10/jetty-ee10-cdi/pom.xml
+++ b/jetty-ee10/jetty-ee10-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee10-cdi
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 441231d64ae..48d33157629 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 c4d6eea5e8d..25899d4bda7 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 70ba0c52df2..487119bc6bd 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 c667e61027a..6ae229e1123 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 8fd720e39c8..26d977e2f48 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee10-demo-embedded
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 4f07bfabc19..1131f5589d5 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.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee10-demo-jaas-webapp
EE10 :: Jetty Demo :: JAAS :: WebApp
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 92cf92d980c..9fef3a04af9 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee10-demo-jetty-webapp
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 7f239d95aad..4dd79f139b1 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.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee10-demo-jndi-webapp
EE10 :: Jetty Demo :: JNDI :: WebApp
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 778792b0872..af97fd2c345 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 b8dc7f87c56..4a984ad315b 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
EE10 :: Jetty Demo :: Mock Resources
jetty-ee10-demo-mock-resources
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 0e148ba6552..c5ad676298c 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee10-demo-proxy-webapp
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 6a8326a8760..6eadcdb4237 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 73898211c23..6b46d609eb1 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../../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 4298607560c..b888735e0ee 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.0-SNAPSHOT
+ 12.0.0.alpha3
../../pom.xml
EE10 :: Jetty Demo :: Servlet 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 82f9b9aec63..635f0e5ca9e 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../../pom.xml
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 31348473bb8..7f08a14dd4d 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.0-SNAPSHOT
+ 12.0.0.alpha3
EE10 :: Jetty Demo :: Servlet Spec
jetty-ee10-demo-spec
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 6fb53e93de0..d3e9499eab9 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-demos/pom.xml b/jetty-ee10/jetty-ee10-demos/pom.xml
index 68b67e8ec22..d9c0e983745 100644
--- a/jetty-ee10/jetty-ee10-demos/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
index 95ff5ee7b6b..fcfc665e706 100644
--- a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
+++ b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee10-glassfish-jstl
diff --git a/jetty-ee10/jetty-ee10-home/pom.xml b/jetty-ee10/jetty-ee10-home/pom.xml
index 2e62cdbd9d9..1b188a124ba 100644
--- a/jetty-ee10/jetty-ee10-home/pom.xml
+++ b/jetty-ee10/jetty-ee10-home/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
4.0.0
diff --git a/jetty-ee10/jetty-ee10-jaas/pom.xml b/jetty-ee10/jetty-ee10-jaas/pom.xml
index d9fb5935ce1..89517695f75 100644
--- a/jetty-ee10/jetty-ee10-jaas/pom.xml
+++ b/jetty-ee10/jetty-ee10-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-jaspi/pom.xml b/jetty-ee10/jetty-ee10-jaspi/pom.xml
index ab711b1d6a8..275ff14a7c4 100644
--- a/jetty-ee10/jetty-ee10-jaspi/pom.xml
+++ b/jetty-ee10/jetty-ee10-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-jndi/pom.xml b/jetty-ee10/jetty-ee10-jndi/pom.xml
index ccec8d68135..30ff3033892 100644
--- a/jetty-ee10/jetty-ee10-jndi/pom.xml
+++ b/jetty-ee10/jetty-ee10-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
index cdf1cd0bfaa..ef6ede59907 100644
--- a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
+++ b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee10-jspc-maven-plugin
diff --git a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
index 3124b1141c4..3b1934ba018 100644
--- a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
+++ b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
4.0.0
diff --git a/jetty-ee10/jetty-ee10-openid/pom.xml b/jetty-ee10/jetty-ee10-openid/pom.xml
index a24d3868df2..69212064958 100644
--- a/jetty-ee10/jetty-ee10-openid/pom.xml
+++ b/jetty-ee10/jetty-ee10-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-plus/pom.xml b/jetty-ee10/jetty-ee10-plus/pom.xml
index 7a503869712..4ef58baacb7 100644
--- a/jetty-ee10/jetty-ee10-plus/pom.xml
+++ b/jetty-ee10/jetty-ee10-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-proxy/pom.xml b/jetty-ee10/jetty-ee10-proxy/pom.xml
index 69fda81399a..77643ae42d2 100644
--- a/jetty-ee10/jetty-ee10-proxy/pom.xml
+++ b/jetty-ee10/jetty-ee10-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-quickstart/pom.xml b/jetty-ee10/jetty-ee10-quickstart/pom.xml
index 6059c2e566c..84c4ed6cb71 100644
--- a/jetty-ee10/jetty-ee10-quickstart/pom.xml
+++ b/jetty-ee10/jetty-ee10-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-runner/pom.xml b/jetty-ee10/jetty-ee10-runner/pom.xml
index 262966bd352..2baa4275c57 100644
--- a/jetty-ee10/jetty-ee10-runner/pom.xml
+++ b/jetty-ee10/jetty-ee10-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee10-runner
diff --git a/jetty-ee10/jetty-ee10-servlet/pom.xml b/jetty-ee10/jetty-ee10-servlet/pom.xml
index a93c8b845e9..d12799526a1 100644
--- a/jetty-ee10/jetty-ee10-servlet/pom.xml
+++ b/jetty-ee10/jetty-ee10-servlet/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-servlets/pom.xml b/jetty-ee10/jetty-ee10-servlets/pom.xml
index 97d4ae16d85..375f21cb307 100644
--- a/jetty-ee10/jetty-ee10-servlets/pom.xml
+++ b/jetty-ee10/jetty-ee10-servlets/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 dd1209a1d0e..22d249efe7a 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 c610e2c7975..0b69d441012 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.0-SNAPSHOT
+ 12.0.0.alpha3
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 9895eab6ced..cbc344804ab 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 ca6771466f5..4933a47bc6e 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 006cfeb6d96..100dc435b3c 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 f5352bc64c2..99a0d0bbd12 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 82c66009a01..3495de4ad8e 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-jmx
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee10-jmx-webapp-it
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 ce0eff2e48f..ec310f1638e 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.0-SNAPSHOT
+ 12.0.0.alpha3
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 40d5fc8bb63..777beafcc42 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee10-test-jmx
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 1b48fbb409f..fb73d39026b 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
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 f0d1e08e75b..cbe17bd8fd6 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.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee10-test-loginservice
EE10 :: Jetty Test :: 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 ec56bc594a8..1fac51015e3 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 694f6bb5c1b..1f6c608bf0a 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 0bf899fc1b9..b913449f616 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee10-test-quickstart
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 79f1f248416..1aa285960fc 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.0-SNAPSHOT
+ 12.0.0.alpha3
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 a845a85d7f0..b73f4696873 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.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee10-test-webapp-rfc2616
Tests :: Jetty EE10 RFC2616 WebApp
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 96a16c6efa0..414b811c53e 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 8dd53ec9396..9d9abe6065e 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 cf5b8ac0b9f..5b80249449e 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 93c0c408fa4..0185c9b532e 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-tests/pom.xml b/jetty-ee10/jetty-ee10-tests/pom.xml
index 477789eb762..40c9aaa39ea 100644
--- a/jetty-ee10/jetty-ee10-tests/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
diff --git a/jetty-ee10/jetty-ee10-webapp/pom.xml b/jetty-ee10/jetty-ee10-webapp/pom.xml
index 7b2f1932c2b..5b8783531ae 100644
--- a/jetty-ee10/jetty-ee10-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 69feeef2113..4311c6a98ed 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 9ddc3c0aad5..fa748912a55 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 e7e4d9414ee..c716cc815bb 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 1826fd3e673..b3c124daaf3 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-api/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-api/pom.xml
index cc0622d72d3..085c2062cc6 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-api/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-api/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client/pom.xml
index 21893f7b70b..7f93950b875 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-common/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-common/pom.xml
index ceb57724bd2..6c447b33a97 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-common/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 189f72468ea..4412adb9b03 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 a04b6ccb736..ea8ce139d27 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 3d2272d8a7f..320626bed08 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-ee10-websocket/pom.xml b/jetty-ee10/jetty-ee10-websocket/pom.xml
index 70d5a3a9831..e340caf795e 100644
--- a/jetty-ee10/jetty-ee10-websocket/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/jetty-examples/pom.xml b/jetty-ee10/jetty-examples/pom.xml
index 970a6c22f76..3e48c89f5f0 100644
--- a/jetty-ee10/jetty-examples/pom.xml
+++ b/jetty-ee10/jetty-examples/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/pom.xml b/jetty-ee10/pom.xml
index c3a3ee7c532..3ed52f1f210 100644
--- a/jetty-ee10/pom.xml
+++ b/jetty-ee10/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee10/test-ee10-sessions/pom.xml b/jetty-ee10/test-ee10-sessions/pom.xml
index 6bdd5808e52..e3195ab527f 100644
--- a/jetty-ee10/test-ee10-sessions/pom.xml
+++ b/jetty-ee10/test-ee10-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee10-sessions
diff --git a/jetty-ee10/test-ee10-sessions/test-ee10-file-sessions/pom.xml b/jetty-ee10/test-ee10-sessions/test-ee10-file-sessions/pom.xml
index 42b70aa4a6f..6f6fd5c25e6 100644
--- a/jetty-ee10/test-ee10-sessions/test-ee10-file-sessions/pom.xml
+++ b/jetty-ee10/test-ee10-sessions/test-ee10-file-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
test-ee10-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee10-file-sessions
diff --git a/jetty-ee10/test-ee10-sessions/test-ee10-gcloud-sessions/pom.xml b/jetty-ee10/test-ee10-sessions/test-ee10-gcloud-sessions/pom.xml
index b45cc6e1b3a..75f0280ef92 100644
--- a/jetty-ee10/test-ee10-sessions/test-ee10-gcloud-sessions/pom.xml
+++ b/jetty-ee10/test-ee10-sessions/test-ee10-gcloud-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
test-ee10-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee10-gcloud-sessions
diff --git a/jetty-ee10/test-ee10-sessions/test-ee10-hazelcast-sessions/pom.xml b/jetty-ee10/test-ee10-sessions/test-ee10-hazelcast-sessions/pom.xml
index dbc4cf268c4..7643cd102e4 100644
--- a/jetty-ee10/test-ee10-sessions/test-ee10-hazelcast-sessions/pom.xml
+++ b/jetty-ee10/test-ee10-sessions/test-ee10-hazelcast-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
test-ee10-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee10-hazelcast-sessions
diff --git a/jetty-ee10/test-ee10-sessions/test-ee10-infinispan-sessions/pom.xml b/jetty-ee10/test-ee10-sessions/test-ee10-infinispan-sessions/pom.xml
index 54c7f3b28db..64b14209dcb 100644
--- a/jetty-ee10/test-ee10-sessions/test-ee10-infinispan-sessions/pom.xml
+++ b/jetty-ee10/test-ee10-sessions/test-ee10-infinispan-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
test-ee10-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee10-infinispan-sessions
diff --git a/jetty-ee10/test-ee10-sessions/test-ee10-jdbc-sessions/pom.xml b/jetty-ee10/test-ee10-sessions/test-ee10-jdbc-sessions/pom.xml
index d98dca2b288..7765101e46b 100644
--- a/jetty-ee10/test-ee10-sessions/test-ee10-jdbc-sessions/pom.xml
+++ b/jetty-ee10/test-ee10-sessions/test-ee10-jdbc-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
test-ee10-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee10-jdbc-sessions
diff --git a/jetty-ee10/test-ee10-sessions/test-ee10-memcached-sessions/pom.xml b/jetty-ee10/test-ee10-sessions/test-ee10-memcached-sessions/pom.xml
index 7731312cd7f..972cbdac42a 100644
--- a/jetty-ee10/test-ee10-sessions/test-ee10-memcached-sessions/pom.xml
+++ b/jetty-ee10/test-ee10-sessions/test-ee10-memcached-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
test-ee10-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee10-memcached-sessions
diff --git a/jetty-ee10/test-ee10-sessions/test-ee10-mongodb-sessions/pom.xml b/jetty-ee10/test-ee10-sessions/test-ee10-mongodb-sessions/pom.xml
index b2693e73afe..a9fd5daf57c 100644
--- a/jetty-ee10/test-ee10-sessions/test-ee10-mongodb-sessions/pom.xml
+++ b/jetty-ee10/test-ee10-sessions/test-ee10-mongodb-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
test-ee10-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee10-mongodb-sessions
diff --git a/jetty-ee10/test-ee10-sessions/test-ee10-sessions-common/pom.xml b/jetty-ee10/test-ee10-sessions/test-ee10-sessions-common/pom.xml
index ef4aba6b2b0..812c85fd221 100644
--- a/jetty-ee10/test-ee10-sessions/test-ee10-sessions-common/pom.xml
+++ b/jetty-ee10/test-ee10-sessions/test-ee10-sessions-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
test-ee10-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee10-sessions-common
diff --git a/jetty-ee8/jetty-ee8-annotations/pom.xml b/jetty-ee8/jetty-ee8-annotations/pom.xml
index 9defa5644bd..44a0480d501 100644
--- a/jetty-ee8/jetty-ee8-annotations/pom.xml
+++ b/jetty-ee8/jetty-ee8-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
index 7fd8159071b..ca92691f866 100644
--- a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
+++ b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-bom/pom.xml b/jetty-ee8/jetty-ee8-bom/pom.xml
index d715d7f2601..b60013672a8 100644
--- a/jetty-ee8/jetty-ee8-bom/pom.xml
+++ b/jetty-ee8/jetty-ee8-bom/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee8-bom
@@ -43,7 +43,7 @@
org.eclipse.jetty.ee8
jetty-ee8-annotations
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
@@ -63,7 +63,7 @@
org.eclipse.jetty.ee8
jetty-ee8-jaas
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
@@ -88,12 +88,12 @@
org.eclipse.jetty.ee8
jetty-ee8-plus
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8
jetty-ee8-jndi
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
@@ -103,73 +103,73 @@
org.eclipse.jetty.ee8
jetty-ee8-quickstart
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8
jetty-ee8-nested
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8
jetty-ee8-security
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8
jetty-ee8-servlet
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8
jetty-ee8-servlets
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8
jetty-ee8-webapp
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-api
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-servlet
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
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 eedbe0198a0..d1dbaaa2943 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 72183934143..26acdb236bc 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 2aaa6c06e5f..f04d91012ff 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 6607c47f4b3..3b51509244e 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 903eff752ed..a2ad2873423 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.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee8-demo-jaas-webapp
EE8 :: Jetty Demo :: JAAS :: WebApp
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 00dfa285010..2c053a675df 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee8-demo-jetty-webapp
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 174c0df1703..c800d91b37f 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.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee8-demo-jndi-webapp
EE8 :: Jetty Demo :: JNDI :: WebApp
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 89a05c17284..39b50441033 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 fcfb151b100..66bc9f09e05 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
EE8 :: Jetty Demo :: Mock Resources
jetty-ee8-demo-mock-resources
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 2b0ac2e558f..af850c8ace5 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee8-demo-proxy-webapp
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 fc6347a1ca0..8ae63529272 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 0b1fa92430c..069d4dc01bd 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-spec
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
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 5a892de7731..d8c9c5e0e2f 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.0-SNAPSHOT
+ 12.0.0.alpha3
ee8 :: Jetty Demo :: Servlet Spec :: Webapp
jetty-ee8-demo-spec-webapp
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 7ddda2bd854..dc819b63070 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-spec
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
EE8 :: Jetty Demo :: Servlet Spec :: 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 d02cb317de7..673de01bf3e 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.0-SNAPSHOT
+ 12.0.0.alpha3
EE8 :: Jetty Demo :: Servlet Spec
jetty-ee8-demo-spec
diff --git a/jetty-ee8/jetty-ee8-demos/pom.xml b/jetty-ee8/jetty-ee8-demos/pom.xml
index ec85716f54e..673ea642e85 100644
--- a/jetty-ee8/jetty-ee8-demos/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
index 5420339cf44..e42f981f659 100644
--- a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
+++ b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee8-glassfish-jstl
diff --git a/jetty-ee8/jetty-ee8-home/pom.xml b/jetty-ee8/jetty-ee8-home/pom.xml
index 8aa416b8727..616479c73b1 100644
--- a/jetty-ee8/jetty-ee8-home/pom.xml
+++ b/jetty-ee8/jetty-ee8-home/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee8-home
diff --git a/jetty-ee8/jetty-ee8-jaas/pom.xml b/jetty-ee8/jetty-ee8-jaas/pom.xml
index 4a637a083f6..e3c92a28cd3 100644
--- a/jetty-ee8/jetty-ee8-jaas/pom.xml
+++ b/jetty-ee8/jetty-ee8-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-jndi/pom.xml b/jetty-ee8/jetty-ee8-jndi/pom.xml
index 34050a47805..972f0a14412 100644
--- a/jetty-ee8/jetty-ee8-jndi/pom.xml
+++ b/jetty-ee8/jetty-ee8-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
index 4ffdd268eaa..430e744d1c6 100644
--- a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
+++ b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee8-jspc-maven-plugin
diff --git a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
index fd24012e7ec..950dfed2a9f 100644
--- a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
+++ b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee8-maven-plugin
diff --git a/jetty-ee8/jetty-ee8-nested/pom.xml b/jetty-ee8/jetty-ee8-nested/pom.xml
index 00b7a817695..c9ed6aa67ec 100644
--- a/jetty-ee8/jetty-ee8-nested/pom.xml
+++ b/jetty-ee8/jetty-ee8-nested/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-openid/pom.xml b/jetty-ee8/jetty-ee8-openid/pom.xml
index de7ff420d1c..2042a0cb383 100644
--- a/jetty-ee8/jetty-ee8-openid/pom.xml
+++ b/jetty-ee8/jetty-ee8-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-plus/pom.xml b/jetty-ee8/jetty-ee8-plus/pom.xml
index daa74c8bc49..92c279250bf 100644
--- a/jetty-ee8/jetty-ee8-plus/pom.xml
+++ b/jetty-ee8/jetty-ee8-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-proxy/pom.xml b/jetty-ee8/jetty-ee8-proxy/pom.xml
index 8ddb2323f6f..dcf00d6c64e 100644
--- a/jetty-ee8/jetty-ee8-proxy/pom.xml
+++ b/jetty-ee8/jetty-ee8-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-quickstart/pom.xml b/jetty-ee8/jetty-ee8-quickstart/pom.xml
index 8f0b54ac5a9..a4c590a7c40 100644
--- a/jetty-ee8/jetty-ee8-quickstart/pom.xml
+++ b/jetty-ee8/jetty-ee8-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-security/pom.xml b/jetty-ee8/jetty-ee8-security/pom.xml
index ef1f0ed7aac..2c4350ea743 100644
--- a/jetty-ee8/jetty-ee8-security/pom.xml
+++ b/jetty-ee8/jetty-ee8-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-servlet/pom.xml b/jetty-ee8/jetty-ee8-servlet/pom.xml
index 7099dafd9e8..97d09a57f1f 100644
--- a/jetty-ee8/jetty-ee8-servlet/pom.xml
+++ b/jetty-ee8/jetty-ee8-servlet/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-servlets/pom.xml b/jetty-ee8/jetty-ee8-servlets/pom.xml
index ff785f54a84..ad9c804760d 100644
--- a/jetty-ee8/jetty-ee8-servlets/pom.xml
+++ b/jetty-ee8/jetty-ee8-servlets/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-webapp/pom.xml b/jetty-ee8/jetty-ee8-webapp/pom.xml
index 25013d35ead..c66ef5ae3be 100644
--- a/jetty-ee8/jetty-ee8-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 6614968e8df..a69c4ee49a3 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
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 467ba96fb42..d1c2cc127f5 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 fcba5dd126d..2bc76f7a799 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 f3a2c4419d0..6ac9bd5e7f9 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 78753389b87..6d4a7975552 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 d73f29e8021..3408d17f2e6 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 9c8c6329d43..fde4f168387 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 fcc8c5fffca..4a188ec1a13 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 fea25c7afa1..30e6e11ed66 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 5301c8ffe06..c6df5c1dd7e 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/jetty-ee8-websocket/pom.xml b/jetty-ee8/jetty-ee8-websocket/pom.xml
index b47df241977..22871a9626e 100644
--- a/jetty-ee8/jetty-ee8-websocket/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
diff --git a/jetty-ee8/pom.xml b/jetty-ee8/pom.xml
index dc82a846c1f..49e2486334c 100644
--- a/jetty-ee8/pom.xml
+++ b/jetty-ee8/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee8/test-ee8-sessions/pom.xml b/jetty-ee8/test-ee8-sessions/pom.xml
index 22952b2a9af..57b22fc82ed 100644
--- a/jetty-ee8/test-ee8-sessions/pom.xml
+++ b/jetty-ee8/test-ee8-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
test-ee8-sessions
EE8 :: Sessions Tests
diff --git a/jetty-ee8/test-ee8-sessions/test-ee8-file-sessions/pom.xml b/jetty-ee8/test-ee8-sessions/test-ee8-file-sessions/pom.xml
index 2911a04da41..457bc427b8c 100644
--- a/jetty-ee8/test-ee8-sessions/test-ee8-file-sessions/pom.xml
+++ b/jetty-ee8/test-ee8-sessions/test-ee8-file-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
test-ee8-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
test-ee8-file-sessions
EE8 :: Sessions Tests :: File
diff --git a/jetty-ee8/test-ee8-sessions/test-ee8-gcloud-sessions/pom.xml b/jetty-ee8/test-ee8-sessions/test-ee8-gcloud-sessions/pom.xml
index 61b48445c11..be7a5c419cd 100644
--- a/jetty-ee8/test-ee8-sessions/test-ee8-gcloud-sessions/pom.xml
+++ b/jetty-ee8/test-ee8-sessions/test-ee8-gcloud-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
test-ee8-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee8-gcloud-sessions
diff --git a/jetty-ee8/test-ee8-sessions/test-ee8-hazelcast-sessions/pom.xml b/jetty-ee8/test-ee8-sessions/test-ee8-hazelcast-sessions/pom.xml
index 7da446a7a3e..b803965f17b 100644
--- a/jetty-ee8/test-ee8-sessions/test-ee8-hazelcast-sessions/pom.xml
+++ b/jetty-ee8/test-ee8-sessions/test-ee8-hazelcast-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
test-ee8-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee8-hazelcast-sessions
diff --git a/jetty-ee8/test-ee8-sessions/test-ee8-infinispan-sessions/pom.xml b/jetty-ee8/test-ee8-sessions/test-ee8-infinispan-sessions/pom.xml
index 3cf8b887ffa..96957edb3b4 100644
--- a/jetty-ee8/test-ee8-sessions/test-ee8-infinispan-sessions/pom.xml
+++ b/jetty-ee8/test-ee8-sessions/test-ee8-infinispan-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
test-ee8-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
test-ee8-infinispan-sessions
EE8 :: Sessions Tests :: Infinispan
diff --git a/jetty-ee8/test-ee8-sessions/test-ee8-jdbc-sessions/pom.xml b/jetty-ee8/test-ee8-sessions/test-ee8-jdbc-sessions/pom.xml
index 6ed59ad8424..50b77fedfef 100644
--- a/jetty-ee8/test-ee8-sessions/test-ee8-jdbc-sessions/pom.xml
+++ b/jetty-ee8/test-ee8-sessions/test-ee8-jdbc-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
test-ee8-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
test-ee8-jdbc-sessions
EE8 :: Sessions Tests :: JDBC
diff --git a/jetty-ee8/test-ee8-sessions/test-ee8-memcached-sessions/pom.xml b/jetty-ee8/test-ee8-sessions/test-ee8-memcached-sessions/pom.xml
index 18796dff893..f6d98a99c64 100644
--- a/jetty-ee8/test-ee8-sessions/test-ee8-memcached-sessions/pom.xml
+++ b/jetty-ee8/test-ee8-sessions/test-ee8-memcached-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
test-ee8-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
test-ee8-memcached-sessions
EE8 :: Sessions Tests :: Memcached
diff --git a/jetty-ee8/test-ee8-sessions/test-ee8-mongodb-sessions/pom.xml b/jetty-ee8/test-ee8-sessions/test-ee8-mongodb-sessions/pom.xml
index e203e3b529a..7ae47934082 100644
--- a/jetty-ee8/test-ee8-sessions/test-ee8-mongodb-sessions/pom.xml
+++ b/jetty-ee8/test-ee8-sessions/test-ee8-mongodb-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
test-ee8-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
test-ee8-mongodb-sessions
EE8 :: Sessions Tests :: Mongo
diff --git a/jetty-ee8/test-ee8-sessions/test-ee8-sessions-common/pom.xml b/jetty-ee8/test-ee8-sessions/test-ee8-sessions-common/pom.xml
index 0a1e5f63ceb..c4adfbbf005 100644
--- a/jetty-ee8/test-ee8-sessions/test-ee8-sessions-common/pom.xml
+++ b/jetty-ee8/test-ee8-sessions/test-ee8-sessions-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
test-ee8-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
test-ee8-sessions-common
EE8 :: Sessions Tests :: Common
diff --git a/jetty-ee9/jetty-ee9-annotations/pom.xml b/jetty-ee9/jetty-ee9-annotations/pom.xml
index e2d3c93b688..74d917bfd33 100644
--- a/jetty-ee9/jetty-ee9-annotations/pom.xml
+++ b/jetty-ee9/jetty-ee9-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
index bd1d6e1c817..5fc9238e22c 100644
--- a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
+++ b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-bom/pom.xml b/jetty-ee9/jetty-ee9-bom/pom.xml
index d44188f7d06..905e8eb023f 100644
--- a/jetty-ee9/jetty-ee9-bom/pom.xml
+++ b/jetty-ee9/jetty-ee9-bom/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee9-bom
@@ -43,34 +43,34 @@
org.eclipse.jetty.ee9
jetty-ee9-annotations
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-apache-jsp
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-cdi
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-glassfish-jstl
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-jaas
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-jaspi
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
@@ -81,93 +81,93 @@
org.eclipse.jetty.ee9
jetty-ee9-maven-plugin
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-openid
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-plus
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-proxy
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-quickstart
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-nested
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-security
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-servlet
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-servlets
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9
jetty-ee9-webapp
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-api
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-client
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-common
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-server
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-servlet
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
diff --git a/jetty-ee9/jetty-ee9-cdi/pom.xml b/jetty-ee9/jetty-ee9-cdi/pom.xml
index b305d334d6f..d8bbea5dbd4 100644
--- a/jetty-ee9/jetty-ee9-cdi/pom.xml
+++ b/jetty-ee9/jetty-ee9-cdi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee9-cdi
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 474fb0b9781..b8568beffc2 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 84925223cb1..630aee596e3 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 4e250fb81bd..9a54b9c8508 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 8a45f68c048..fe98377180e 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 346141cd47e..df11e4bf6ff 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
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee9-demo-embedded
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 24801a33f1d..0ed95c62f34 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.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee9-demo-jaas-webapp
EE9 :: Jetty Demo :: JAAS :: WebApp
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 90953cd78a5..c44ed4b89df 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee9-demo-jetty-webapp
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 6c23ba5bee5..455d55a703a 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.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee9-demo-jndi-webapp
EE9 :: Jetty Demo :: JNDI :: WebApp
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 56ba9427a6d..a3959396b56 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 605c0b6d2ac..cfbb81ba258 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
EE9 :: Jetty Demo :: Mock Resources
jetty-ee9-demo-mock-resources
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 d24c2c5c797..0c01126f83a 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee9-demo-proxy-webapp
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 7bc30baf998..8a790dee265 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 7b2dc1ae970..6580f3cd2e5 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../../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 3e393cc3adc..69247c45042 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.0-SNAPSHOT
+ 12.0.0.alpha3
../../pom.xml
EE9 :: Jetty Demo :: Servlet 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 5c18d312794..38311894988 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../../pom.xml
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 51c77cbd92d..148a01cb60d 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.0-SNAPSHOT
+ 12.0.0.alpha3
EE9 :: Jetty Demo :: Servlet Spec
jetty-ee9-demo-spec
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 945407ad3e7..77d1c37ccf0 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-demos/pom.xml b/jetty-ee9/jetty-ee9-demos/pom.xml
index a28056af85d..bf392300047 100644
--- a/jetty-ee9/jetty-ee9-demos/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
index 7b04f062e00..ab11542a87b 100644
--- a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
+++ b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee9-glassfish-jstl
diff --git a/jetty-ee9/jetty-ee9-home/pom.xml b/jetty-ee9/jetty-ee9-home/pom.xml
index a0b78d8f3f4..030647b9691 100644
--- a/jetty-ee9/jetty-ee9-home/pom.xml
+++ b/jetty-ee9/jetty-ee9-home/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee9-home
diff --git a/jetty-ee9/jetty-ee9-jaas/pom.xml b/jetty-ee9/jetty-ee9-jaas/pom.xml
index a2f60060957..91f14bef96e 100644
--- a/jetty-ee9/jetty-ee9-jaas/pom.xml
+++ b/jetty-ee9/jetty-ee9-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-jaspi/pom.xml b/jetty-ee9/jetty-ee9-jaspi/pom.xml
index 45b23287800..236306ff696 100644
--- a/jetty-ee9/jetty-ee9-jaspi/pom.xml
+++ b/jetty-ee9/jetty-ee9-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-jndi/pom.xml b/jetty-ee9/jetty-ee9-jndi/pom.xml
index 938c913ae66..1b3e6a19e4f 100644
--- a/jetty-ee9/jetty-ee9-jndi/pom.xml
+++ b/jetty-ee9/jetty-ee9-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
index c294c4689f9..f54632d53bc 100644
--- a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
+++ b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee9-jspc-maven-plugin
diff --git a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
index aa2013ed635..79a9b107c9b 100644
--- a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
+++ b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee9-maven-plugin
diff --git a/jetty-ee9/jetty-ee9-nested/pom.xml b/jetty-ee9/jetty-ee9-nested/pom.xml
index 7f32d0011e9..73bee5bb93d 100644
--- a/jetty-ee9/jetty-ee9-nested/pom.xml
+++ b/jetty-ee9/jetty-ee9-nested/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-openid/pom.xml b/jetty-ee9/jetty-ee9-openid/pom.xml
index 45466cf034c..322b43f5122 100644
--- a/jetty-ee9/jetty-ee9-openid/pom.xml
+++ b/jetty-ee9/jetty-ee9-openid/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-plus/pom.xml b/jetty-ee9/jetty-ee9-plus/pom.xml
index e571a14bbe6..0274c567105 100644
--- a/jetty-ee9/jetty-ee9-plus/pom.xml
+++ b/jetty-ee9/jetty-ee9-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-proxy/pom.xml b/jetty-ee9/jetty-ee9-proxy/pom.xml
index a2fa483dbee..bbadbf0c344 100644
--- a/jetty-ee9/jetty-ee9-proxy/pom.xml
+++ b/jetty-ee9/jetty-ee9-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-quickstart/pom.xml b/jetty-ee9/jetty-ee9-quickstart/pom.xml
index c10ed34b485..547534922af 100644
--- a/jetty-ee9/jetty-ee9-quickstart/pom.xml
+++ b/jetty-ee9/jetty-ee9-quickstart/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-security/pom.xml b/jetty-ee9/jetty-ee9-security/pom.xml
index f56b1b95562..dc105bb4706 100644
--- a/jetty-ee9/jetty-ee9-security/pom.xml
+++ b/jetty-ee9/jetty-ee9-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-servlet/pom.xml b/jetty-ee9/jetty-ee9-servlet/pom.xml
index e6da107dd6f..7f0c15250ef 100644
--- a/jetty-ee9/jetty-ee9-servlet/pom.xml
+++ b/jetty-ee9/jetty-ee9-servlet/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-servlets/pom.xml b/jetty-ee9/jetty-ee9-servlets/pom.xml
index 187375a28ac..ed054f39136 100644
--- a/jetty-ee9/jetty-ee9-servlets/pom.xml
+++ b/jetty-ee9/jetty-ee9-servlets/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 ba674c91bbf..055a8a1cf7e 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.0-SNAPSHOT
+ 12.0.0.alpha3
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 dfc0abfadd4..56fb2014a88 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 319185441be..535b97e85f7 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 19213a87111..df650d0f37d 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 32533129d80..07b0361da71 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 93f070fc8a4..58f3f0b7f1f 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 c322516bc69..5e3280690d1 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 73baccc9fae..2bdc4ba51cc 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-ee9-test-quickstart
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 c17f8720a98..d1a80ef4ee8 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.0-SNAPSHOT
+ 12.0.0.alpha3
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 f86bc00d344..598aea89625 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.0-SNAPSHOT
+ 12.0.0.alpha3
jetty-ee9-test-webapp-rfc2616
Tests :: Jetty EE9 RFC2616 WebApp
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 acbce7e4d02..edb3b553e40 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 3c66d6abec8..0e7fbb51568 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 a51f225b9b6..46361882595 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 2a00e0d3885..522d3c22309 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-tests/pom.xml b/jetty-ee9/jetty-ee9-tests/pom.xml
index 9c2c0d29aa5..ec9fa4773f9 100644
--- a/jetty-ee9/jetty-ee9-tests/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-webapp/pom.xml b/jetty-ee9/jetty-ee9-webapp/pom.xml
index bba91eafc0c..c8de583e865 100644
--- a/jetty-ee9/jetty-ee9-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 ae92d9a235d..e374ba2eb8e 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
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 23b1c884adb..33a46154285 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 b099b94b993..4eb723e85c5 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 063a51c2418..31f4e14f366 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 2cf5f3464ca..a996744ae31 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 c0db684db5b..5ead121fddd 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 d68bfcb351e..c7d08127375 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 ff80cf281db..a6135326de4 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 c32d6cdeb81..dc911c58298 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
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 e2aec7f8e1f..a439e2f3e61 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
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/jetty-ee9-websocket/pom.xml b/jetty-ee9/jetty-ee9-websocket/pom.xml
index db884130e28..75d6e05d5be 100644
--- a/jetty-ee9/jetty-ee9-websocket/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
diff --git a/jetty-ee9/pom.xml b/jetty-ee9/pom.xml
index d21d3a9382b..4c0c695be26 100644
--- a/jetty-ee9/pom.xml
+++ b/jetty-ee9/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-ee9/test-ee9-sessions/pom.xml b/jetty-ee9/test-ee9-sessions/pom.xml
index 59ebeff6fff..8fe79d4f899 100644
--- a/jetty-ee9/test-ee9-sessions/pom.xml
+++ b/jetty-ee9/test-ee9-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee9-sessions
diff --git a/jetty-ee9/test-ee9-sessions/test-ee9-file-sessions/pom.xml b/jetty-ee9/test-ee9-sessions/test-ee9-file-sessions/pom.xml
index 482e42dfdd9..4a3808097cf 100644
--- a/jetty-ee9/test-ee9-sessions/test-ee9-file-sessions/pom.xml
+++ b/jetty-ee9/test-ee9-sessions/test-ee9-file-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
test-ee9-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee9-file-sessions
diff --git a/jetty-ee9/test-ee9-sessions/test-ee9-gcloud-sessions/pom.xml b/jetty-ee9/test-ee9-sessions/test-ee9-gcloud-sessions/pom.xml
index 07f4c9bad27..a3f0e7b87c9 100644
--- a/jetty-ee9/test-ee9-sessions/test-ee9-gcloud-sessions/pom.xml
+++ b/jetty-ee9/test-ee9-sessions/test-ee9-gcloud-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
test-ee9-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee9-gcloud-sessions
diff --git a/jetty-ee9/test-ee9-sessions/test-ee9-hazelcast-sessions/pom.xml b/jetty-ee9/test-ee9-sessions/test-ee9-hazelcast-sessions/pom.xml
index 5f7a60f9bc6..c63e6d74854 100644
--- a/jetty-ee9/test-ee9-sessions/test-ee9-hazelcast-sessions/pom.xml
+++ b/jetty-ee9/test-ee9-sessions/test-ee9-hazelcast-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
test-ee9-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee9-hazelcast-sessions
diff --git a/jetty-ee9/test-ee9-sessions/test-ee9-infinispan-sessions/pom.xml b/jetty-ee9/test-ee9-sessions/test-ee9-infinispan-sessions/pom.xml
index 9798658a485..5aca66d5980 100644
--- a/jetty-ee9/test-ee9-sessions/test-ee9-infinispan-sessions/pom.xml
+++ b/jetty-ee9/test-ee9-sessions/test-ee9-infinispan-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
test-ee9-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee9-infinispan-sessions
diff --git a/jetty-ee9/test-ee9-sessions/test-ee9-jdbc-sessions/pom.xml b/jetty-ee9/test-ee9-sessions/test-ee9-jdbc-sessions/pom.xml
index 6aa406eff97..60ae7935e63 100644
--- a/jetty-ee9/test-ee9-sessions/test-ee9-jdbc-sessions/pom.xml
+++ b/jetty-ee9/test-ee9-sessions/test-ee9-jdbc-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
test-ee9-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee9-jdbc-sessions
diff --git a/jetty-ee9/test-ee9-sessions/test-ee9-memcached-sessions/pom.xml b/jetty-ee9/test-ee9-sessions/test-ee9-memcached-sessions/pom.xml
index 474c3177e2e..298f164cc74 100644
--- a/jetty-ee9/test-ee9-sessions/test-ee9-memcached-sessions/pom.xml
+++ b/jetty-ee9/test-ee9-sessions/test-ee9-memcached-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
test-ee9-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee9-memcached-sessions
diff --git a/jetty-ee9/test-ee9-sessions/test-ee9-mongodb-sessions/pom.xml b/jetty-ee9/test-ee9-sessions/test-ee9-mongodb-sessions/pom.xml
index d6c2db47182..95d80bc1e2b 100644
--- a/jetty-ee9/test-ee9-sessions/test-ee9-mongodb-sessions/pom.xml
+++ b/jetty-ee9/test-ee9-sessions/test-ee9-mongodb-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
test-ee9-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee9-mongodb-sessions
diff --git a/jetty-ee9/test-ee9-sessions/test-ee9-sessions-common/pom.xml b/jetty-ee9/test-ee9-sessions/test-ee9-sessions-common/pom.xml
index df9134265b4..65d67b0237f 100644
--- a/jetty-ee9/test-ee9-sessions/test-ee9-sessions-common/pom.xml
+++ b/jetty-ee9/test-ee9-sessions/test-ee9-sessions-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
test-ee9-sessions
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
test-ee9-sessions-common
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 8b58939e02d..4b31f4b7dff 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
../pom.xml
4.0.0
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 a9dbef9036d..ced1ea1fb53 100644
--- a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
+++ b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.gcloud
jetty-gcloud
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-integrations/jetty-gcloud/pom.xml b/jetty-integrations/jetty-gcloud/pom.xml
index af3e9ff1d05..50513a12cc0 100644
--- a/jetty-integrations/jetty-gcloud/pom.xml
+++ b/jetty-integrations/jetty-gcloud/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-integrations/jetty-hazelcast/pom.xml b/jetty-integrations/jetty-hazelcast/pom.xml
index 51eaf2941ae..0da41b505b3 100644
--- a/jetty-integrations/jetty-hazelcast/pom.xml
+++ b/jetty-integrations/jetty-hazelcast/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
index e499d258dd4..63feec3d7e1 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-infinispan-common
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 667c9460fb7..0ee77656166 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-infinispan-embedded-query
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
index 86abaa3781b..7baad6a42ec 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-infinispan-embedded
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 6e4c66fb05b..e9d18588d98 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-infinispan-remote-query
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
index 947646d9162..d11e7252468 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-infinispan-remote
diff --git a/jetty-integrations/jetty-infinispan/pom.xml b/jetty-integrations/jetty-infinispan/pom.xml
index 92d17a6f714..c623392e8b9 100644
--- a/jetty-integrations/jetty-infinispan/pom.xml
+++ b/jetty-integrations/jetty-infinispan/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
index f9ed9272bda..3d56febf08e 100644
--- a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
+++ b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.memcached
jetty-memcached
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-integrations/jetty-memcached/pom.xml b/jetty-integrations/jetty-memcached/pom.xml
index 97fed4375f7..90a8dc72f92 100644
--- a/jetty-integrations/jetty-memcached/pom.xml
+++ b/jetty-integrations/jetty-memcached/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/jetty-integrations/jetty-nosql/pom.xml b/jetty-integrations/jetty-nosql/pom.xml
index 62623909cd9..ed5d26ce210 100644
--- a/jetty-integrations/jetty-nosql/pom.xml
+++ b/jetty-integrations/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
jetty-nosql
diff --git a/jetty-integrations/pom.xml b/jetty-integrations/pom.xml
index f722106bb50..e4db2f096fd 100644
--- a/jetty-integrations/pom.xml
+++ b/jetty-integrations/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/pom.xml b/pom.xml
index e5f6801376a..2739d3def01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
Jetty :: Project
The Eclipse Jetty Project
pom
diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml
index b9f1e2bafb8..f313c2c5aee 100644
--- a/tests/jetty-home-tester/pom.xml
+++ b/tests/jetty-home-tester/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index f0bf8091353..a1623314557 100644
--- a/tests/jetty-jmh/pom.xml
+++ b/tests/jetty-jmh/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/tests/pom.xml b/tests/pom.xml
index c307c2a7043..73cb77730c9 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
org.eclipse.jetty.tests
tests
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 08ae386188f..ea88cbf728b 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml
index d6f2c5cb8d0..86083d337c5 100644
--- a/tests/test-distribution/test-distribution-common/pom.xml
+++ b/tests/test-distribution/test-distribution-common/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/tests/test-distribution/test-ee10-distribution/pom.xml b/tests/test-distribution/test-ee10-distribution/pom.xml
index e1b6d14f038..fdfac51b303 100644
--- a/tests/test-distribution/test-ee10-distribution/pom.xml
+++ b/tests/test-distribution/test-ee10-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/tests/test-distribution/test-ee9-distribution/pom.xml b/tests/test-distribution/test-ee9-distribution/pom.xml
index 9fb34a48a76..472f62360bf 100644
--- a/tests/test-distribution/test-ee9-distribution/pom.xml
+++ b/tests/test-distribution/test-ee9-distribution/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 76ec3ac0188..c5075015992 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
tests
- 12.0.0-SNAPSHOT
+ 12.0.0.alpha3
4.0.0
test-integration