diff --git a/VERSION.txt b/VERSION.txt
index da3048896c94..a7d83ceb572c 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,10 +1,44 @@
-jetty-12.0.7-SNAPSHOT
+jetty-12.0.7 - 29 February 2024
+ + 6140 Report total number of keys in SelectorManager
+ + 7750 HttpURI.toURI() does not copy fragment
+ + 8887 Jetty-12 client calls onDataAvailable with producing thread
+ + 8979 Jetty 12 - HttpClientTransport network "modes"
+ + 10805 Jetty response with an invalid HTTP2 packet if the client set the
+ hpack table size as 0
+ + 11278 500 response when trying to display symlinked directory
+ + 11310 Uploading big multipart files via jetty 12.0.5 with spring boot 3.2.1
+ cause problems
+ + 11353 The default virtual thread executor should created named threads
+ + 11356 Allow ServerWebSocketContainer to be created without ContextHandler
+ + 11361 Update UriCompliance.checkUriCompliance
+ + 11363 ContentSourcePublisher throws from request
+ + 11370 IllegalStateException when last write fails
+ + 11371 Review ArrayByteBufferPool eviction
+ + 11372 Scheduler queue in the HTTP client grows infinitely when a server
+ times out
+ + 11377 Jetty 12 fails to start WebApp Bundle with OSGi Boot bundle (or when
+ packaged)
+ + 11387 Reintroduce MultiPartCompliance.LEGACY (not as default) too allow for
+ parsing of non-compliant `multipart/form-data`
+ + 11396 NullPointerException when getting parts from HttpServletRequest
+ + 11398 WebSocket ClosedChannelException when demanding frames in onOpen
+ + 11401 Replace StringBuffer with StringBuilder
+ + 11403 Expose `SslEndPoint` in `SslHandshakeListener`
+ + 11410 PathMappingsHandler does not start ResourceHandler properly
+ + 11414 When producing URI/URL strings follow spec and produce lowercase
+ schemes and drop default ports
+ + 11424 What is the `jetty.deploy.scanInterval` default? module, ini, code,
+ and documentation do not agree.
+ + 11432 Review number of acceptor threads
+ + 11441 Quote escaping in HTML file
+ + 11448 UriCompliance.Violation ignored despite being set
+ + 11465 HttpURI.toURI() sets userInfo to null
jetty-12.0.6 - 29 January 2024
+ 10220 Implement CrossOriginHandler
+ 10870 How to set HttpConfiguration.securePort when the HTTPS port is
dynamic?
- + 11080 Can't able to make multipart request and getting error.
+ + 11080 Can't able to make multipart request and getting error
+ 11081 Dropped WebSocket messages due to race condition in WebSocket frame
handling
+ 11095 Jetty 12.0.5 (ee10) throws IllegalStateException for completed
@@ -18,8 +52,8 @@ jetty-12.0.6 - 29 January 2024
+ 11223 WebSocketClient.connect with URI including query parameters don't work
for HTTP2 connector
+ 11230 Problem with parsing of form parameters without values in Jetty 12?
- + 11253 Jetty 12 ComplianceViolation.Listener not notified for URI, Cookie,
- and Multipart violations.
+ + 11253 Jetty 12 ComplianceViolation.Listener not notified for URI, Cookie and
+ Multipart violations.
+ 11259 HTTP/2 connection not closed after idle timeout when TCP congested
(CVE-2024-22201)
+ 11260 QuickStartConfiguration cannot be mixed with contexts that do not have
@@ -201,7 +235,7 @@ jetty-9.4.54.v20240208 - 08 February 2024
+ 11259 HTTP/2 connection not closed after idle timeout when TCP congested
(CVE-2024-22201)
+ 11389 Strip default ports on ws/wss scheme uris too
-
+
jetty-11.0.20 - 29 January 2024
+ 11081 Dropped WebSocket messages due to race condition in WebSocket frame
handling
diff --git a/build/build-resources/pom.xml b/build/build-resources/pom.xml
index 1804e83901eb..83d3a14c04dd 100644
--- a/build/build-resources/pom.xml
+++ b/build/build-resources/pom.xml
@@ -8,7 +8,7 @@
-->
org.eclipse.jetty
build-resources
- 12.0.7-SNAPSHOT
+ 12.0.7
jar
Build :: Resources
diff --git a/build/pom.xml b/build/pom.xml
index b27619a60a31..d62b88927cc9 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.build
build
diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml
index 250ffce0f17d..2f8fd21bddb6 100644
--- a/documentation/jetty-asciidoctor-extensions/pom.xml
+++ b/documentation/jetty-asciidoctor-extensions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.documentation
documentation
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-asciidoctor-extensions
jar
diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml
index fa15c64ab5c6..f9810a3103a2 100644
--- a/documentation/jetty-documentation/pom.xml
+++ b/documentation/jetty-documentation/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.documentation
documentation
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-documentation
pom
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 700e439960b0..cd1b7d7e6eb4 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.documentation
documentation
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index f911cbc47587..f2ecfcc0ad82 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.7-SNAPSHOT
+ 12.0.7
javadoc
jar
diff --git a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
index ef6b5bb00c6a..64e2f3361dfc 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-alpn-client
Core :: ALPN :: Client
diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
index 9242a8f8a5d6..c9a2660b78c5 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-alpn-conscrypt-client
Core :: ALPN :: Conscrypt Client
diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
index cfe02d28d66f..f5412e18eddc 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-alpn-conscrypt-server
Core :: ALPN :: Conscrypt Server
diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
index 8e8ebb425cbf..422facc647d4 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-alpn-java-client
Core :: ALPN :: Java Client
diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
index 83f0e5be375b..2a03110c55ad 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-alpn-java-server
Core :: ALPN :: Java Server
diff --git a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
index b5ff5db68f8d..697d453c1de1 100644
--- a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
+++ b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-alpn
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-alpn-server
Core :: ALPN :: Server
diff --git a/jetty-core/jetty-alpn/pom.xml b/jetty-core/jetty-alpn/pom.xml
index 46ae64ec36a3..3aaa1ae60aad 100644
--- a/jetty-core/jetty-alpn/pom.xml
+++ b/jetty-core/jetty-alpn/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-alpn
pom
diff --git a/jetty-core/jetty-bom/pom.xml b/jetty-core/jetty-bom/pom.xml
index 080641a6d8f8..d6cd313e2043 100644
--- a/jetty-core/jetty-bom/pom.xml
+++ b/jetty-core/jetty-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-bom
@@ -18,282 +18,282 @@
org.eclipse.jetty
jetty-alpn-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-alpn-conscrypt-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-alpn-conscrypt-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-alpn-java-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-alpn-java-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-alpn-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-deploy
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-http
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-http-spi
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-http-tools
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-io
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-jmx
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-jndi
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-keystore
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-openid
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-plus
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-proxy
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-rewrite
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-security
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-session
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-slf4j-impl
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-start
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-unixdomain-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-util
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-util-ajax
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty
jetty-xml
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.demos
jetty-demo-handler
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.fcgi
jetty-fcgi-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.fcgi
jetty-fcgi-proxy
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.fcgi
jetty-fcgi-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http2
jetty-http2-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http2
jetty-http2-client-transport
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http2
jetty-http2-common
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http2
jetty-http2-hpack
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http2
jetty-http2-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http3
jetty-http3-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http3
jetty-http3-client-transport
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http3
jetty-http3-common
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http3
jetty-http3-qpack
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http3
jetty-http3-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.quic
jetty-quic-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.quic
jetty-quic-common
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.quic
jetty-quic-quiche-common
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.quic
jetty-quic-quiche-foreign-incubator
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.quic
jetty-quic-quiche-jna
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.quic
jetty-quic-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.websocket
jetty-websocket-core-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.websocket
jetty-websocket-core-common
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.websocket
jetty-websocket-core-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.websocket
jetty-websocket-jetty-api
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.websocket
jetty-websocket-jetty-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.websocket
jetty-websocket-jetty-common
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.websocket
jetty-websocket-jetty-server
- 12.0.7-SNAPSHOT
+ 12.0.7
diff --git a/jetty-core/jetty-client/pom.xml b/jetty-core/jetty-client/pom.xml
index 196420a89752..9dd462aea8be 100644
--- a/jetty-core/jetty-client/pom.xml
+++ b/jetty-core/jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-client
Core :: HTTP Client
diff --git a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
index a1403c62f7a0..e3cf20313d3d 100644
--- a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
+++ b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.demos
jetty-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-demo-handler
Core :: Demo Handler
diff --git a/jetty-core/jetty-demos/pom.xml b/jetty-core/jetty-demos/pom.xml
index 9f47f6e24b1b..89990360375f 100644
--- a/jetty-core/jetty-demos/pom.xml
+++ b/jetty-core/jetty-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.demos
jetty-demos
diff --git a/jetty-core/jetty-deploy/pom.xml b/jetty-core/jetty-deploy/pom.xml
index 84d1bf2f2d58..a5225963e60d 100644
--- a/jetty-core/jetty-deploy/pom.xml
+++ b/jetty-core/jetty-deploy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-deploy
Core :: Deployers
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
index 1579a0192389..51f0130b68dd 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-fcgi-client
Core :: FastCGI :: Client
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
index d5ab1c2dc69e..109810a7af34 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-fcgi-proxy
Core :: FastCGI :: Proxy
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
index 25eda6565bf6..f18f6aab5540 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.fcgi
jetty-fcgi
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-fcgi-server
Core :: FastCGI :: Server
diff --git a/jetty-core/jetty-fcgi/pom.xml b/jetty-core/jetty-fcgi/pom.xml
index 0bf5d15ca143..72a8cb0ca816 100644
--- a/jetty-core/jetty-fcgi/pom.xml
+++ b/jetty-core/jetty-fcgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.fcgi
jetty-fcgi
diff --git a/jetty-core/jetty-http-spi/pom.xml b/jetty-core/jetty-http-spi/pom.xml
index 111251792407..feebe1bfef0b 100644
--- a/jetty-core/jetty-http-spi/pom.xml
+++ b/jetty-core/jetty-http-spi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http-spi
Core :: HTTP SPI
diff --git a/jetty-core/jetty-http-tools/pom.xml b/jetty-core/jetty-http-tools/pom.xml
index 61ddca749d2c..b7c515b96458 100644
--- a/jetty-core/jetty-http-tools/pom.xml
+++ b/jetty-core/jetty-http-tools/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http-tools
Core :: HTTP Tools
diff --git a/jetty-core/jetty-http/pom.xml b/jetty-core/jetty-http/pom.xml
index 410dd4583b8d..399e47a1fdd7 100644
--- a/jetty-core/jetty-http/pom.xml
+++ b/jetty-core/jetty-http/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http
Core :: HTTP
diff --git a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml
index f0e7bd14f5dc..0fe2f3062cc3 100644
--- a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http2-client-transport
Core :: HTTP2 :: Client Transport
diff --git a/jetty-core/jetty-http2/jetty-http2-client/pom.xml b/jetty-core/jetty-http2/jetty-http2-client/pom.xml
index bc41d52830f3..6d6a9f0a1930 100644
--- a/jetty-core/jetty-http2/jetty-http2-client/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http2-client
Core :: HTTP2 :: Client
diff --git a/jetty-core/jetty-http2/jetty-http2-common/pom.xml b/jetty-core/jetty-http2/jetty-http2-common/pom.xml
index 8e948509f785..88e4980324cc 100644
--- a/jetty-core/jetty-http2/jetty-http2-common/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http2-common
Core :: HTTP2 :: Common
diff --git a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
index 5715218f1f6c..521b3918bf0e 100644
--- a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http2-hpack
Core :: HTTP2 :: HPACK
diff --git a/jetty-core/jetty-http2/jetty-http2-server/pom.xml b/jetty-core/jetty-http2/jetty-http2-server/pom.xml
index 6a64e843dd31..e82baaee7e5b 100644
--- a/jetty-core/jetty-http2/jetty-http2-server/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http2-server
Core :: HTTP2 :: Server
diff --git a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
index 4cce68b15102..59a7015d01aa 100644
--- a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http2
jetty-http2
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http2-tests
Core :: HTTP2 :: Tests
diff --git a/jetty-core/jetty-http2/pom.xml b/jetty-core/jetty-http2/pom.xml
index cb79a67f78d4..679aaad39e7c 100644
--- a/jetty-core/jetty-http2/pom.xml
+++ b/jetty-core/jetty-http2/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http2
jetty-http2
diff --git a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml
index 59c156582eed..6d18f8f48ee1 100644
--- a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http3-client-transport
Core :: HTTP3 :: HTTP Client Transport
diff --git a/jetty-core/jetty-http3/jetty-http3-client/pom.xml b/jetty-core/jetty-http3/jetty-http3-client/pom.xml
index fe336fa8f9c6..0639579361c2 100644
--- a/jetty-core/jetty-http3/jetty-http3-client/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http3-client
Core :: HTTP3 :: Client
diff --git a/jetty-core/jetty-http3/jetty-http3-common/pom.xml b/jetty-core/jetty-http3/jetty-http3-common/pom.xml
index c7cb4ba7ecd8..f2956c4a3775 100644
--- a/jetty-core/jetty-http3/jetty-http3-common/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http3-common
Core :: HTTP3 :: Common
diff --git a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
index b2e6ccbab45b..b26268a9af7b 100644
--- a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http3-qpack
Core :: HTTP3 :: QPACK
diff --git a/jetty-core/jetty-http3/jetty-http3-server/pom.xml b/jetty-core/jetty-http3/jetty-http3-server/pom.xml
index bbff2c8e49f8..b55b236c8128 100644
--- a/jetty-core/jetty-http3/jetty-http3-server/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http3-server
Core :: HTTP3 :: Server
diff --git a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
index 707aef91caf2..d8e9749fb579 100644
--- a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
+++ b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.http3
jetty-http3
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-http3-tests
Core :: HTTP3 :: Tests
diff --git a/jetty-core/jetty-http3/pom.xml b/jetty-core/jetty-http3/pom.xml
index eda97f10efa1..a3da8c9adbdb 100644
--- a/jetty-core/jetty-http3/pom.xml
+++ b/jetty-core/jetty-http3/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.http3
jetty-http3
diff --git a/jetty-core/jetty-io/pom.xml b/jetty-core/jetty-io/pom.xml
index 7a00eec9e0f1..8ebd25a1bb89 100644
--- a/jetty-core/jetty-io/pom.xml
+++ b/jetty-core/jetty-io/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-io
Core :: IO
diff --git a/jetty-core/jetty-jmx/pom.xml b/jetty-core/jetty-jmx/pom.xml
index d55555f36ad8..ff52fad2366c 100644
--- a/jetty-core/jetty-jmx/pom.xml
+++ b/jetty-core/jetty-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-jmx
Core :: JMX
diff --git a/jetty-core/jetty-jndi/pom.xml b/jetty-core/jetty-jndi/pom.xml
index 1f7cf5cea2d3..7fe36acf7573 100644
--- a/jetty-core/jetty-jndi/pom.xml
+++ b/jetty-core/jetty-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-jndi
Core :: JNDI
diff --git a/jetty-core/jetty-keystore/pom.xml b/jetty-core/jetty-keystore/pom.xml
index 32c06bc9b0ae..a1ddf12f1e1d 100644
--- a/jetty-core/jetty-keystore/pom.xml
+++ b/jetty-core/jetty-keystore/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-keystore
jar
diff --git a/jetty-core/jetty-openid/pom.xml b/jetty-core/jetty-openid/pom.xml
index 4dc8b5707210..aa2a2f252f7e 100644
--- a/jetty-core/jetty-openid/pom.xml
+++ b/jetty-core/jetty-openid/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-openid
EE10 :: OpenID
diff --git a/jetty-core/jetty-osgi/pom.xml b/jetty-core/jetty-osgi/pom.xml
index 9eed005fec5b..94d87861173e 100644
--- a/jetty-core/jetty-osgi/pom.xml
+++ b/jetty-core/jetty-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-osgi
Core :: OSGi
diff --git a/jetty-core/jetty-plus/pom.xml b/jetty-core/jetty-plus/pom.xml
index 1f31de822e80..0d9775f9a92e 100644
--- a/jetty-core/jetty-plus/pom.xml
+++ b/jetty-core/jetty-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-plus
Core :: Plus
diff --git a/jetty-core/jetty-proxy/pom.xml b/jetty-core/jetty-proxy/pom.xml
index a6c39c16e69e..0004a9720777 100644
--- a/jetty-core/jetty-proxy/pom.xml
+++ b/jetty-core/jetty-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-proxy
jar
diff --git a/jetty-core/jetty-quic/jetty-quic-client/pom.xml b/jetty-core/jetty-quic/jetty-quic-client/pom.xml
index 92cc795de0e6..ecf87b30ea9b 100644
--- a/jetty-core/jetty-quic/jetty-quic-client/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-quic-client
Core :: QUIC :: Client
diff --git a/jetty-core/jetty-quic/jetty-quic-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-common/pom.xml
index db648807e102..598549ec877c 100644
--- a/jetty-core/jetty-quic/jetty-quic-common/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-quic-common
Core :: QUIC :: Common
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml
index 7c6a41895e89..d06c73e357b8 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-quic-quiche-common
Core :: QUIC :: Quiche :: Common
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml
index 4baf9b41726d..0902f5198645 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-quic-quiche-foreign-incubator
Core :: QUIC :: Quiche :: Foreign (Java 17)
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml
index de58ed339184..57c07e09f02f 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic-quiche
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-quic-quiche-jna
Core :: QUIC :: Quiche :: JNA Binding
diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
index c9db43e1a6f9..18120058aeb3 100644
--- a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-quic-quiche
pom
diff --git a/jetty-core/jetty-quic/jetty-quic-server/pom.xml b/jetty-core/jetty-quic/jetty-quic-server/pom.xml
index bc77be0e6319..ebdc0c8a1702 100644
--- a/jetty-core/jetty-quic/jetty-quic-server/pom.xml
+++ b/jetty-core/jetty-quic/jetty-quic-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.quic
jetty-quic
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-quic-server
Core :: QUIC :: Server
diff --git a/jetty-core/jetty-quic/pom.xml b/jetty-core/jetty-quic/pom.xml
index 6d58d1a76a23..3ac3436626c0 100644
--- a/jetty-core/jetty-quic/pom.xml
+++ b/jetty-core/jetty-quic/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.quic
jetty-quic
diff --git a/jetty-core/jetty-rewrite/pom.xml b/jetty-core/jetty-rewrite/pom.xml
index 9a60e972d935..afe995e85d29 100644
--- a/jetty-core/jetty-rewrite/pom.xml
+++ b/jetty-core/jetty-rewrite/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-rewrite
Core :: Rewrite
diff --git a/jetty-core/jetty-security/pom.xml b/jetty-core/jetty-security/pom.xml
index 685a1baeae71..caafb19447e1 100644
--- a/jetty-core/jetty-security/pom.xml
+++ b/jetty-core/jetty-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-security
Core :: Security
diff --git a/jetty-core/jetty-server/pom.xml b/jetty-core/jetty-server/pom.xml
index 8cde85b64168..373ba499de4b 100644
--- a/jetty-core/jetty-server/pom.xml
+++ b/jetty-core/jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-server
Core :: Server
diff --git a/jetty-core/jetty-session/pom.xml b/jetty-core/jetty-session/pom.xml
index a5d120f6e98b..04807e68b061 100644
--- a/jetty-core/jetty-session/pom.xml
+++ b/jetty-core/jetty-session/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-session
Core :: Sessions
diff --git a/jetty-core/jetty-slf4j-impl/pom.xml b/jetty-core/jetty-slf4j-impl/pom.xml
index 951effe47a72..101c23a0d77f 100644
--- a/jetty-core/jetty-slf4j-impl/pom.xml
+++ b/jetty-core/jetty-slf4j-impl/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-slf4j-impl
Core :: SLF4J Implementation
diff --git a/jetty-core/jetty-start/pom.xml b/jetty-core/jetty-start/pom.xml
index e37012255aa5..4d237958c06f 100644
--- a/jetty-core/jetty-start/pom.xml
+++ b/jetty-core/jetty-start/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-start
Core :: Start
diff --git a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml
index 22bbefbff9f5..95caf6b153bc 100644
--- a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml
+++ b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-test-client-transports
Core :: Tests :: Client Transports
diff --git a/jetty-core/jetty-tests/jetty-test-jmx/pom.xml b/jetty-core/jetty-tests/jetty-test-jmx/pom.xml
index 3274002f3afa..0dfd23cd8978 100644
--- a/jetty-core/jetty-tests/jetty-test-jmx/pom.xml
+++ b/jetty-core/jetty-tests/jetty-test-jmx/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-test-jmx
Core :: Tests :: JMX
diff --git a/jetty-core/jetty-tests/pom.xml b/jetty-core/jetty-tests/pom.xml
index e995fe50b84b..ebae1b6313fd 100644
--- a/jetty-core/jetty-tests/pom.xml
+++ b/jetty-core/jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-tests
pom
diff --git a/jetty-core/jetty-unixdomain-server/pom.xml b/jetty-core/jetty-unixdomain-server/pom.xml
index 17fd4469e124..1ec9308530bf 100644
--- a/jetty-core/jetty-unixdomain-server/pom.xml
+++ b/jetty-core/jetty-unixdomain-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-unixdomain-server
Core :: Unix-Domain Sockets :: Server
diff --git a/jetty-core/jetty-util-ajax/pom.xml b/jetty-core/jetty-util-ajax/pom.xml
index e2769f8cf932..aa8f523f3de1 100644
--- a/jetty-core/jetty-util-ajax/pom.xml
+++ b/jetty-core/jetty-util-ajax/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-util-ajax
Core :: Utilities :: JSON
diff --git a/jetty-core/jetty-util/pom.xml b/jetty-core/jetty-util/pom.xml
index baabfd6cc6be..0168af9cfd42 100644
--- a/jetty-core/jetty-util/pom.xml
+++ b/jetty-core/jetty-util/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-util
Core :: Utilities
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml
index 7847c11f73b0..46e6cad4227e 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-websocket-core-client
Core :: Websocket :: Client
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml
index 6afcc02c34ef..2a2ee8b4225d 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-websocket-core-common
Core :: Websocket :: Common
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml
index d8c3dc3c2b0a..a6b73b3a0c4e 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-websocket-core-server
Core :: Websocket :: Server
diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml
index 31ac17108aa0..e6cc66d3b7ae 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-websocket-core-tests
Core :: Websocket :: Tests
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml
index 6201e76e810f..85452d72310b 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-websocket-jetty-api
Core :: Websocket :: Jetty API
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml
index cc48af575dcc..98ac0d78dc21 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-websocket-jetty-client
Core :: Websocket :: Jetty Client
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml
index 77ffc4607e52..032a9019d2fb 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-websocket-jetty-common
Core :: Websocket :: Jetty Common
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml
index 9337b916ea25..256b62676e26 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-websocket-jetty-server
Core :: Websocket :: Jetty Server
diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml
index d8084947b5c6..f12a296aca0e 100644
--- a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml
+++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.websocket
jetty-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-websocket-jetty-tests
Core :: Websocket :: Jetty Tests
diff --git a/jetty-core/jetty-websocket/pom.xml b/jetty-core/jetty-websocket/pom.xml
index 27881540bfc9..d29af782c848 100644
--- a/jetty-core/jetty-websocket/pom.xml
+++ b/jetty-core/jetty-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.websocket
jetty-websocket
diff --git a/jetty-core/jetty-xml/pom.xml b/jetty-core/jetty-xml/pom.xml
index 1501194cb7fb..c862fafd55a4 100644
--- a/jetty-core/jetty-xml/pom.xml
+++ b/jetty-core/jetty-xml/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-core
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-xml
Core :: XML
diff --git a/jetty-core/pom.xml b/jetty-core/pom.xml
index 3353a1725d44..910f1952920d 100644
--- a/jetty-core/pom.xml
+++ b/jetty-core/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-core
pom
diff --git a/jetty-ee10/jetty-ee10-annotations/pom.xml b/jetty-ee10/jetty-ee10-annotations/pom.xml
index 7ae6a476f7eb..9402bf83537e 100644
--- a/jetty-ee10/jetty-ee10-annotations/pom.xml
+++ b/jetty-ee10/jetty-ee10-annotations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-annotations
EE10 :: Servlet Annotations
diff --git a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
index bd55f74302fb..42f923288e3f 100644
--- a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
+++ b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-apache-jsp
EE10 :: Apache JSP
diff --git a/jetty-ee10/jetty-ee10-bom/pom.xml b/jetty-ee10/jetty-ee10-bom/pom.xml
index 3956f22430a9..98e53b4397db 100644
--- a/jetty-ee10/jetty-ee10-bom/pom.xml
+++ b/jetty-ee10/jetty-ee10-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-bom
@@ -19,132 +19,132 @@
org.eclipse.jetty.ee10
jetty-ee10-annotations
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-apache-jsp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-cdi
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-fcgi-proxy
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-glassfish-jstl
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-jaspi
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-jndi
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-jspc-maven-plugin
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-maven-plugin
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-plus
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-proxy
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-quickstart
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-runner
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-servlet
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-servlets
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10-webapp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-alpn
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-boot
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi-boot-jsp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-client-webapp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-common
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jakarta-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-client-webapp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-jetty-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket-servlet
- 12.0.7-SNAPSHOT
+ 12.0.7
diff --git a/jetty-ee10/jetty-ee10-cdi/pom.xml b/jetty-ee10/jetty-ee10-cdi/pom.xml
index c995f8b551dd..3a7b42ff1bde 100644
--- a/jetty-ee10/jetty-ee10-cdi/pom.xml
+++ b/jetty-ee10/jetty-ee10-cdi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-cdi
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml
index 0a9e5533ee19..8456c112dd81 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-async-rest-jar
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml
index 2ca272ba456c..03c1ae53be62 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-async-rest-server
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml
index e5122d5f50bc..f412d9d713a9 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demo-async-rest
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-async-rest-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml
index b267a4eef3a7..c9d9b58a5218 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-async-rest
pom
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml
index 0c7d6c7f4c07..ca0a1caceb5f 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-embedded
EE10 :: Demo :: Embedded Jetty
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml
index fc0893346ea7..ffcc243f48ab 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.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-jaas-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml
index eaafb4fe7e94..78ef1656f7f2 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-jetty-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml
index 5513aa957337..e5777b072498 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.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-jndi-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml
index 14a9136db70a..a88223872c75 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-jsp-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml
index 496774913d7e..328aeadf8528 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-mock-resources
jar
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml
index 05f775731d75..15106f6709d5 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-proxy-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml
index c6aab8ae7209..da6276890543 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-simple-webapp
war
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml
index a7d6c6580920..e40d4ee710ff 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
../../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 729546f9e270..60a740d8390e 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.7-SNAPSHOT
+ 12.0.7
../../pom.xml
jetty-ee10-demo-spec-webapp
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml
index 049d70a1c130..e81aa556d252 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
../../pom.xml
jetty-ee10-demo-web-fragment
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml
index 799eb044dd09..a14138972df7 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.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-spec
pom
diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml
index 8b0468269644..46f90a3bf596 100644
--- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-demo-template
jar
diff --git a/jetty-ee10/jetty-ee10-demos/pom.xml b/jetty-ee10/jetty-ee10-demos/pom.xml
index 5889a34072f1..af369f7d3650 100644
--- a/jetty-ee10/jetty-ee10-demos/pom.xml
+++ b/jetty-ee10/jetty-ee10-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.demos
jetty-ee10-demos
diff --git a/jetty-ee10/jetty-ee10-examples/pom.xml b/jetty-ee10/jetty-ee10-examples/pom.xml
index 448a6ac1eed1..f9cbd6af6f92 100644
--- a/jetty-ee10/jetty-ee10-examples/pom.xml
+++ b/jetty-ee10/jetty-ee10-examples/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-examples
EE10 :: Examples
diff --git a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml
index 106df3cc19b9..29029bd695d3 100644
--- a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml
+++ b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-fcgi-proxy
EE10 :: FCGI Proxy
diff --git a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
index 358d8ffa051c..2a624c8568d3 100644
--- a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
+++ b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-glassfish-jstl
jar
diff --git a/jetty-ee10/jetty-ee10-home/pom.xml b/jetty-ee10/jetty-ee10-home/pom.xml
index f63492be775f..1b6245ea04f8 100644
--- a/jetty-ee10/jetty-ee10-home/pom.xml
+++ b/jetty-ee10/jetty-ee10-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
jetty-ee10-home
diff --git a/jetty-ee10/jetty-ee10-jaspi/pom.xml b/jetty-ee10/jetty-ee10-jaspi/pom.xml
index d3b62249be2f..af1e58666d1f 100644
--- a/jetty-ee10/jetty-ee10-jaspi/pom.xml
+++ b/jetty-ee10/jetty-ee10-jaspi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-jaspi
EE10 :: JASPI
diff --git a/jetty-ee10/jetty-ee10-jndi/pom.xml b/jetty-ee10/jetty-ee10-jndi/pom.xml
index c1ccbdae0c66..dc3944d38476 100644
--- a/jetty-ee10/jetty-ee10-jndi/pom.xml
+++ b/jetty-ee10/jetty-ee10-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-jndi
EE10 :: JNDI
diff --git a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
index c47948822afb..6af9d0ce3e58 100644
--- a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
+++ b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-jspc-maven-plugin
maven-plugin
diff --git a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
index bd269ba1ef6d..5671f1d2c3b9 100644
--- a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
+++ b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
jetty-ee10-maven-plugin
diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml
index 3e8828d6c081..200b21702ecc 100644
--- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml
@@ -7,7 +7,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-osgi-alpn
jar
diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml
index a47aed1a65ea..27f7d2252595 100644
--- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-osgi-boot-jsp
EE10 :: OSGi :: Boot JSP
diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml
index b18c5b44ab6e..f034455b9c62 100644
--- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-osgi-boot
EE10 :: OSGi :: Boot
diff --git a/jetty-ee10/jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/pom.xml
index 7b0e8d13c621..3787b9ec10c9 100644
--- a/jetty-ee10/jetty-ee10-osgi/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml
index eb91046047fc..090a611fbd00 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee10-osgi-fragment
EE10 :: OSGi :: WebApp Fragment
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml
index aaec04325fec..0827b0042a6e 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee10-osgi-server
EE10 :: OSGi :: Server
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml
index 4e1c0550c434..36513b40e911 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee10-osgi-webapp-resources
war
diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml
index 423f259f65d8..f1ab67440c21 100644
--- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml
+++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10.osgi
jetty-ee10-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee10-osgi
EE10 :: OSGi :: Test
diff --git a/jetty-ee10/jetty-ee10-plus/pom.xml b/jetty-ee10/jetty-ee10-plus/pom.xml
index 628cde678954..d8745ef0718a 100644
--- a/jetty-ee10/jetty-ee10-plus/pom.xml
+++ b/jetty-ee10/jetty-ee10-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-plus
EE10 :: Plus
diff --git a/jetty-ee10/jetty-ee10-proxy/pom.xml b/jetty-ee10/jetty-ee10-proxy/pom.xml
index 56ea93119672..c5f28d19aa99 100644
--- a/jetty-ee10/jetty-ee10-proxy/pom.xml
+++ b/jetty-ee10/jetty-ee10-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-proxy
EE10 :: Proxy
diff --git a/jetty-ee10/jetty-ee10-quickstart/pom.xml b/jetty-ee10/jetty-ee10-quickstart/pom.xml
index 547e084e437e..e64d7e2692b2 100644
--- a/jetty-ee10/jetty-ee10-quickstart/pom.xml
+++ b/jetty-ee10/jetty-ee10-quickstart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-quickstart
EE10 :: Quick Start
diff --git a/jetty-ee10/jetty-ee10-runner/pom.xml b/jetty-ee10/jetty-ee10-runner/pom.xml
index dcb28bedc0ae..a0ef3c100aaf 100644
--- a/jetty-ee10/jetty-ee10-runner/pom.xml
+++ b/jetty-ee10/jetty-ee10-runner/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-runner
EE10 :: Runner
diff --git a/jetty-ee10/jetty-ee10-servlet/pom.xml b/jetty-ee10/jetty-ee10-servlet/pom.xml
index 33e3554defbc..2a865766bf18 100644
--- a/jetty-ee10/jetty-ee10-servlet/pom.xml
+++ b/jetty-ee10/jetty-ee10-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-servlet
EE10 :: Servlet
diff --git a/jetty-ee10/jetty-ee10-servlets/pom.xml b/jetty-ee10/jetty-ee10-servlets/pom.xml
index 36ada9c7bc8a..d8bcc51c7426 100644
--- a/jetty-ee10/jetty-ee10-servlets/pom.xml
+++ b/jetty-ee10/jetty-ee10-servlets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-servlets
EE10 :: Utility Servlets and Filters
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml
index 70f99a6c7ecb..fb3473d0222e 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-bad-websocket-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml
index 11d52c310b3b..9c1ecd998876 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.7-SNAPSHOT
+ 12.0.7
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 5d7fccdea2d2..4ee05266787b 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-cdi-common-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml
index 5a040c867fcf..b6c4fa90d489 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-cdi
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml
index a1b5cf928e08..99ec5ff0d8fc 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-client-transports
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml
index 7cd54ec661d2..658bb4cfafbe 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-felix-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml
index daf6fc79c054..5975cbf1df86 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-http2-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml
index c37fe2a0339e..ce4c67afe92d 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-integration
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml
index a256f6fa171c..9cc1c3532ddd 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-jersey
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml
index 0a69f16633e1..1190d5dd55ea 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-jmx
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-jmx-webapp-it
jar
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml
index 130e950eac8e..f7e8a52531fc 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.7-SNAPSHOT
+ 12.0.7
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 c3854ed38aa1..194b3bf2c1b7 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-jmx
pom
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml
index a7cde86b171a..ccb82aa1942f 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
jetty-ee10-test-jndi
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml
index a69d846b2a9d..fc1af40fa43c 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.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-loginservice
EE10 :: Tests :: Login Service
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml
index 25b33f7b2289..bdfb65e05c32 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-openid-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml
index 70d1ebf2eadc..2fb8d1c08c6b 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-owb-cdi-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml
index 0afbdd187b05..7177da6e27b3 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-quickstart
EE10 :: Tests :: Quick Start
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml
index 22989e18f4a9..69e60578dd67 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-sessions-common
EE10 :: Tests :: Sessions :: Common
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml
index e37c2fbe0e46..56f0ce6fe7d7 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-sessions-file
EE10 :: Tests :: Sessions :: File
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml
index 1d412a077432..1f367db3eadb 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-sessions-gcloud
EE10 :: Tests :: Sessions :: GCloud
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml
index cbdeec9382f5..2ce9b5076634 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-sessions-hazelcast
EE10 :: Tests :: Sessions :: Hazelcast
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml
index 76f6ac0df730..0e6e13a70c2c 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-sessions-infinispan
EE10 :: Tests :: Sessions :: Infinispan
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml
index 52bdf6ba2bd6..770fbc6fdbd8 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-sessions-jdbc
EE10 :: Tests :: Sessions :: JDBC
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml
index b606f7bbcd11..72b2c42a1f01 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-sessions-memcached
EE10 :: Tests :: Sessions :: Memcached
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml
index 016cab72240c..fb658cf1b99e 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-sessions-mongodb
EE10 :: Tests :: Sessions :: Mongo
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml
index 4ca2b9c4efdc..cf04c86458c2 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-sessions
pom
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml
index 89aec7fbef7f..408d76595f63 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.7-SNAPSHOT
+ 12.0.7
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 19f66e13d52d..28b78e21ccd3 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.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-webapp-rfc2616
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml
index 5da5a0ebca6f..c05ade1d2a06 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-websocket-client-provided-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml
index 10bc0a1cfa78..90e3f9725750 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-websocket-client-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml
index a80d88691f27..c94719bebd46 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-websocket-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml
index 669022c583e9..dd19ec869630 100644
--- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-test-weld-cdi-webapp
war
diff --git a/jetty-ee10/jetty-ee10-tests/pom.xml b/jetty-ee10/jetty-ee10-tests/pom.xml
index d3e64ca04725..a1c18f6d1b53 100644
--- a/jetty-ee10/jetty-ee10-tests/pom.xml
+++ b/jetty-ee10/jetty-ee10-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
jetty-ee10-tests
diff --git a/jetty-ee10/jetty-ee10-webapp/pom.xml b/jetty-ee10/jetty-ee10-webapp/pom.xml
index 4f9ea58b6458..121f63ccc09f 100644
--- a/jetty-ee10/jetty-ee10-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-webapp
EE10 :: WebApp
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml
index 50037c39a426..1dae37d13d4f 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-websocket-jakarta-client-webapp
EE10 :: Websocket :: Jakarta Client WebApp
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml
index dc8bfa922d04..23e50e8e0b7b 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-websocket-jakarta-client
EE10 :: Websocket :: Jakarta Client
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml
index d1294f37e7aa..946a09260494 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-websocket-jakarta-common
EE10 :: Websocket :: Jakarta Common
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml
index 912862e30951..105fee6b8765 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-websocket-jakarta-server
EE10 :: Websocket :: Jakarta Server
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml
index bf443ad17f62..47b1f7194d5c 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-websocket-jakarta-tests
EE10 :: Websocket :: Jakarta Tests
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml
index 854f7f6b0496..c1c7fc54ed35 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-websocket-jetty-client-webapp
EE10 :: Websocket :: Jetty Client WebApp
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml
index ae40834da630..13e7dd7ff10d 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-websocket-jetty-server
EE10 :: Websocket :: Jetty Server
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml
index c4c06be50e85..8f3ac4ff0050 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-websocket-jetty-tests
EE10 :: Websocket :: Jetty Tests
diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml
index 03330e1f81dd..a70adca919ae 100644
--- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee10-websocket-servlet
EE10 :: Websocket :: Servlet
diff --git a/jetty-ee10/jetty-ee10-websocket/pom.xml b/jetty-ee10/jetty-ee10-websocket/pom.xml
index 68d6f2320b44..a5ec519ca3c8 100644
--- a/jetty-ee10/jetty-ee10-websocket/pom.xml
+++ b/jetty-ee10/jetty-ee10-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee10
jetty-ee10
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10.websocket
jetty-ee10-websocket
diff --git a/jetty-ee10/pom.xml b/jetty-ee10/pom.xml
index 30aa2afba5a8..09e998c7b896 100644
--- a/jetty-ee10/pom.xml
+++ b/jetty-ee10/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee10
jetty-ee10
diff --git a/jetty-ee8/jetty-ee8-annotations/pom.xml b/jetty-ee8/jetty-ee8-annotations/pom.xml
index e3cabc88641e..0aacae05c8c4 100644
--- a/jetty-ee8/jetty-ee8-annotations/pom.xml
+++ b/jetty-ee8/jetty-ee8-annotations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-annotations
EE8 :: Servlet Annotations
diff --git a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
index eb67b8823387..ce38e118167c 100644
--- a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
+++ b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-apache-jsp
EE8 :: Apache JSP
diff --git a/jetty-ee8/jetty-ee8-bom/pom.xml b/jetty-ee8/jetty-ee8-bom/pom.xml
index 32ee5302a618..8c7c70c02c7a 100644
--- a/jetty-ee8/jetty-ee8-bom/pom.xml
+++ b/jetty-ee8/jetty-ee8-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-bom
@@ -19,117 +19,117 @@
org.eclipse.jetty.ee8
jetty-ee8-annotations
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-apache-jsp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-glassfish-jstl
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-jndi
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-nested
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-openid
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-plus
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-proxy
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-quickstart
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-security
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-servlet
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-servlets
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8-webapp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-client-webapp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-common
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-javax-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-api
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-client-webapp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-common
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-jetty-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket-servlet
- 12.0.7-SNAPSHOT
+ 12.0.7
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 a8978915c490..b626b53830bd 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-async-rest-jar
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml
index 68ddc97b00fd..25316b4960d1 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-async-rest-server
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml
index db7d4a72a3c2..c70801977bdb 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-async-rest
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-async-rest-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml
index 896ffdfaa6d5..1f0e73819a53 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-async-rest
pom
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml
index 1b58d2b39dba..08a1e70ed23f 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.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-jaas-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml
index be7e76b58b11..4681438e5617 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-jetty-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml
index 80f057381d88..8f7f0efd5162 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.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-jndi-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml
index b75d63f82a2c..6b09d0b282ed 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-jsp-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml
index fde8c2ab6d4d..ab8f0cb31c2f 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-mock-resources
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml
index 346423b939ce..bdfe1f641ad4 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-proxy-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml
index 7e9719617249..eac95ea49a8b 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-simple-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml
index 1581c03af670..348bb62bbd99 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-spec
- 12.0.7-SNAPSHOT
+ 12.0.7
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 88b4c60ac0f8..d643972f81b2 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.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-spec-webapp
war
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml
index ca4a0c51767f..fae3e3232cf0 100644
--- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.demos
jetty-ee8-demo-spec
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-web-fragment
jar
diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml
index f03cf9119eff..90f1323b3e92 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.7-SNAPSHOT
+ 12.0.7
jetty-ee8-demo-spec
pom
diff --git a/jetty-ee8/jetty-ee8-demos/pom.xml b/jetty-ee8/jetty-ee8-demos/pom.xml
index 97c93c5de150..d71bf12a1492 100644
--- a/jetty-ee8/jetty-ee8-demos/pom.xml
+++ b/jetty-ee8/jetty-ee8-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.demos
jetty-ee8-demos
diff --git a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
index 94a512c7d2d4..f5b6ffc4f9a4 100644
--- a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
+++ b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-glassfish-jstl
jar
diff --git a/jetty-ee8/jetty-ee8-home/pom.xml b/jetty-ee8/jetty-ee8-home/pom.xml
index 1035b504c0b9..f3fc43e2ca46 100644
--- a/jetty-ee8/jetty-ee8-home/pom.xml
+++ b/jetty-ee8/jetty-ee8-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-home
pom
diff --git a/jetty-ee8/jetty-ee8-jaspi/pom.xml b/jetty-ee8/jetty-ee8-jaspi/pom.xml
index 96a170da024c..3af5e601cbe5 100644
--- a/jetty-ee8/jetty-ee8-jaspi/pom.xml
+++ b/jetty-ee8/jetty-ee8-jaspi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-jaspi
EE8 :: Jetty :: JASPI Security
diff --git a/jetty-ee8/jetty-ee8-jndi/pom.xml b/jetty-ee8/jetty-ee8-jndi/pom.xml
index 7b7ccc6ded18..c24e7f932abb 100644
--- a/jetty-ee8/jetty-ee8-jndi/pom.xml
+++ b/jetty-ee8/jetty-ee8-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-jndi
EE8 :: JNDI
diff --git a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
index 81e0ed8660e7..f49e9e96b245 100644
--- a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
+++ b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-jspc-maven-plugin
maven-plugin
diff --git a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
index 4f4b0e8dd0d8..dd762f5e1c82 100644
--- a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
+++ b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-maven-plugin
maven-plugin
diff --git a/jetty-ee8/jetty-ee8-nested/pom.xml b/jetty-ee8/jetty-ee8-nested/pom.xml
index 159211eb69ee..89be969b8393 100644
--- a/jetty-ee8/jetty-ee8-nested/pom.xml
+++ b/jetty-ee8/jetty-ee8-nested/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-nested
EE8 :: Nested
diff --git a/jetty-ee8/jetty-ee8-openid/pom.xml b/jetty-ee8/jetty-ee8-openid/pom.xml
index 567b5c0aba85..95df9afdef5e 100644
--- a/jetty-ee8/jetty-ee8-openid/pom.xml
+++ b/jetty-ee8/jetty-ee8-openid/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-openid
EE8 :: OpenID
diff --git a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml
index 37402495447a..a2755e7ed485 100644
--- a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-osgi-boot-jsp
EE8 :: OSGi :: Boot JSP
diff --git a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml
index 458491bac0ae..e3cb7a432e4e 100644
--- a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-osgi-boot
EE8 :: OSGi :: Boot
diff --git a/jetty-ee8/jetty-ee8-osgi/pom.xml b/jetty-ee8/jetty-ee8-osgi/pom.xml
index 957045b7c3ab..b3d31cdc7581 100644
--- a/jetty-ee8/jetty-ee8-osgi/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml
index 3df81b83439f..649999fd862a 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee8-osgi-fragment
EE8 :: OSGi :: WebApp Fragment
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml
index 144bc8413cfa..4ff9ee1cd17e 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee8-osgi-server
EE8 :: OSGi :: Server
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml
index 503fe540e165..9e5ba2ebfda4 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee8-osgi-webapp-resources
war
diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml
index 7cc481440fef..fcd3b13cddab 100644
--- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml
+++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee8.osgi
jetty-ee8-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee8-osgi
EE8 :: OSGi :: Test
diff --git a/jetty-ee8/jetty-ee8-plus/pom.xml b/jetty-ee8/jetty-ee8-plus/pom.xml
index 10c54a68e389..e1ad92eb271d 100644
--- a/jetty-ee8/jetty-ee8-plus/pom.xml
+++ b/jetty-ee8/jetty-ee8-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-plus
EE8 :: Plus
diff --git a/jetty-ee8/jetty-ee8-proxy/pom.xml b/jetty-ee8/jetty-ee8-proxy/pom.xml
index bf19c5da4375..bde361173887 100644
--- a/jetty-ee8/jetty-ee8-proxy/pom.xml
+++ b/jetty-ee8/jetty-ee8-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-proxy
EE8 :: Proxy
diff --git a/jetty-ee8/jetty-ee8-quickstart/pom.xml b/jetty-ee8/jetty-ee8-quickstart/pom.xml
index d89fa1a84441..c393f2e1c39b 100644
--- a/jetty-ee8/jetty-ee8-quickstart/pom.xml
+++ b/jetty-ee8/jetty-ee8-quickstart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-quickstart
EE8 :: Quick Start
diff --git a/jetty-ee8/jetty-ee8-security/pom.xml b/jetty-ee8/jetty-ee8-security/pom.xml
index ec4ce4f1eb71..6141c45475d9 100644
--- a/jetty-ee8/jetty-ee8-security/pom.xml
+++ b/jetty-ee8/jetty-ee8-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-security
EE8 :: Security
diff --git a/jetty-ee8/jetty-ee8-servlet/pom.xml b/jetty-ee8/jetty-ee8-servlet/pom.xml
index a379a4272271..90734399fc75 100644
--- a/jetty-ee8/jetty-ee8-servlet/pom.xml
+++ b/jetty-ee8/jetty-ee8-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-servlet
EE8 :: Servlet
diff --git a/jetty-ee8/jetty-ee8-servlets/pom.xml b/jetty-ee8/jetty-ee8-servlets/pom.xml
index ce7f7b9fca76..20003858c437 100644
--- a/jetty-ee8/jetty-ee8-servlets/pom.xml
+++ b/jetty-ee8/jetty-ee8-servlets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-servlets
EE8 :: Utility Servlets and Filters
diff --git a/jetty-ee8/jetty-ee8-webapp/pom.xml b/jetty-ee8/jetty-ee8-webapp/pom.xml
index b4a8f9d46fc0..e47e62361b1b 100644
--- a/jetty-ee8/jetty-ee8-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-webapp
EE8 :: WebApp
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml
index b475e815f0fe..958f69abaaf6 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
jetty-ee8-websocket-javax-client-webapp
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml
index cb2450729393..b17e9e7a1afd 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
jetty-ee8-websocket-javax-client
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml
index bb0154a2cd6d..009c00cf918b 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-websocket-javax-common
EE8 :: Websocket :: Javax Common
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml
index d612e1787fa5..352750f80527 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-websocket-javax-server
EE8 :: Websocket :: Javax Server
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml
index 37b154a885d6..1dbee5592846 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-websocket-javax-tests
EE8 :: Websocket :: Javax Tests
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml
index 7049b3692876..1fd2ed349c23 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-websocket-jetty-api
EE8 :: Websocket :: Jetty API
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml
index 6e54227e7c85..1c26bca06711 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-websocket-jetty-client-webapp
EE8 :: Websocket :: Jetty Client WebApp
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml
index b671f5be390f..bdf7bc84a44c 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-websocket-jetty-client
EE8 :: Websocket :: Jetty Client
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml
index cec19083d2b6..a0b7c2b3f61e 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-websocket-jetty-common
EE8 :: Websocket :: Jetty Common
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml
index dc4af6e5c5ee..2ffdb8f33547 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-websocket-jetty-server
EE8 :: Websocket :: Jetty Server
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml
index 17ceac61b8da..424d407607de 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-websocket-jetty-tests
EE8 :: Websocket :: Jetty Tests
diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml
index f86f6952a25b..60054bc31969 100644
--- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8.websocket
jetty-ee8-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee8-websocket-servlet
EE8 :: Websocket :: Servlet
diff --git a/jetty-ee8/jetty-ee8-websocket/pom.xml b/jetty-ee8/jetty-ee8-websocket/pom.xml
index d48d6435ec4b..d2560b36b76b 100644
--- a/jetty-ee8/jetty-ee8-websocket/pom.xml
+++ b/jetty-ee8/jetty-ee8-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee8
jetty-ee8
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
org.eclipse.jetty.ee8.websocket
diff --git a/jetty-ee8/pom.xml b/jetty-ee8/pom.xml
index 0529e7b6a1d2..c0f4385f3a58 100644
--- a/jetty-ee8/pom.xml
+++ b/jetty-ee8/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee8
jetty-ee8
diff --git a/jetty-ee9/jetty-ee9-annotations/pom.xml b/jetty-ee9/jetty-ee9-annotations/pom.xml
index a59229347bd1..058027f7986a 100644
--- a/jetty-ee9/jetty-ee9-annotations/pom.xml
+++ b/jetty-ee9/jetty-ee9-annotations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-annotations
EE9 :: Servlet Annotations
diff --git a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
index b732b5ad4618..e25a5bb38483 100644
--- a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
+++ b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-apache-jsp
EE9 :: Apache JSP
diff --git a/jetty-ee9/jetty-ee9-bom/pom.xml b/jetty-ee9/jetty-ee9-bom/pom.xml
index 055ead2e3064..732ecf141384 100644
--- a/jetty-ee9/jetty-ee9-bom/pom.xml
+++ b/jetty-ee9/jetty-ee9-bom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-bom
@@ -19,147 +19,147 @@
org.eclipse.jetty.ee9
jetty-ee9-annotations
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-apache-jsp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-cdi
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-fcgi-proxy
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-glassfish-jstl
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-jaspi
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-jndi
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-nested
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-openid
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-plus
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-proxy
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-quickstart
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-runner
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-security
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-servlet
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-servlets
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9-webapp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi-boot
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi-boot-jsp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-client-webapp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-common
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jakarta-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-api
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-client
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-client-webapp
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-common
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-jetty-server
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket-servlet
- 12.0.7-SNAPSHOT
+ 12.0.7
diff --git a/jetty-ee9/jetty-ee9-cdi/pom.xml b/jetty-ee9/jetty-ee9-cdi/pom.xml
index b5b13356022b..d6429b21240b 100644
--- a/jetty-ee9/jetty-ee9-cdi/pom.xml
+++ b/jetty-ee9/jetty-ee9-cdi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-cdi
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml
index 98b959e06a1f..b23f970b3488 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-async-rest-jar
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml
index 0b522744451b..48966011e0b3 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-async-rest-server
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml
index cefef3101b50..94185963c6a3 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demo-async-rest
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-async-rest-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml
index 27b3a34275d6..d55ba4432c4d 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-async-rest
pom
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml
index 3c316e78e8eb..4306d8d3e848 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-embedded
EE9 :: Demo :: Embedded Jetty
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml
index 2afe41520929..03dc4305374a 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.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-jaas-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml
index 51476503eb7c..2cfe88a7c34f 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-jetty-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml
index a444756a166d..ce52541efb23 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.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-jndi-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml
index d0c32b55b8f3..ea315176f747 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-jsp-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml
index 331a9729ffb9..1547c4be12b9 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-mock-resources
jar
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml
index ddf0ff448efd..1ae3962e490a 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-proxy-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml
index 071da003239d..d12ea1c34c5b 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-simple-webapp
war
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml
index 65ada627d378..32ffd771e8ba 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
../../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 f56253607a42..1513f0711dd2 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.7-SNAPSHOT
+ 12.0.7
../../pom.xml
jetty-ee9-demo-spec-webapp
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml
index 5f911e50269d..8c6110791810 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
../../pom.xml
jetty-ee9-demo-web-fragment
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml
index 971dac9a0cdd..11b315a236ce 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.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-spec
pom
diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml
index 5064e3965487..930fca7e07fb 100644
--- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-demo-template
jar
diff --git a/jetty-ee9/jetty-ee9-demos/pom.xml b/jetty-ee9/jetty-ee9-demos/pom.xml
index 0fcbe2bf368b..e7d9f5abac2b 100644
--- a/jetty-ee9/jetty-ee9-demos/pom.xml
+++ b/jetty-ee9/jetty-ee9-demos/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.demos
jetty-ee9-demos
diff --git a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml
index b0e2b01d716a..1d51d8449642 100644
--- a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml
+++ b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-fcgi-proxy
EE9 :: FCGI Proxy
diff --git a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
index 3feef8935054..22be4156bfd2 100644
--- a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
+++ b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-glassfish-jstl
jar
diff --git a/jetty-ee9/jetty-ee9-home/pom.xml b/jetty-ee9/jetty-ee9-home/pom.xml
index 4890644c8d09..0c8571e9b68e 100644
--- a/jetty-ee9/jetty-ee9-home/pom.xml
+++ b/jetty-ee9/jetty-ee9-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-home
pom
diff --git a/jetty-ee9/jetty-ee9-jaspi/pom.xml b/jetty-ee9/jetty-ee9-jaspi/pom.xml
index 58fa9ee2292b..411c85b8c4b9 100644
--- a/jetty-ee9/jetty-ee9-jaspi/pom.xml
+++ b/jetty-ee9/jetty-ee9-jaspi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-jaspi
EE9 :: JASPI
diff --git a/jetty-ee9/jetty-ee9-jndi/pom.xml b/jetty-ee9/jetty-ee9-jndi/pom.xml
index e93c4f3fe2cf..0d7b44ba2c9f 100644
--- a/jetty-ee9/jetty-ee9-jndi/pom.xml
+++ b/jetty-ee9/jetty-ee9-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-jndi
EE9 :: JNDI
diff --git a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
index 8121f5f56caa..699beeadd5c2 100644
--- a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
+++ b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-jspc-maven-plugin
maven-plugin
diff --git a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
index 6215c7b2dbde..40c30602ab3b 100644
--- a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
+++ b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-maven-plugin
maven-plugin
diff --git a/jetty-ee9/jetty-ee9-nested/pom.xml b/jetty-ee9/jetty-ee9-nested/pom.xml
index 9249f05091a3..5a2489ac668c 100644
--- a/jetty-ee9/jetty-ee9-nested/pom.xml
+++ b/jetty-ee9/jetty-ee9-nested/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-nested
EE9 :: Nested
diff --git a/jetty-ee9/jetty-ee9-openid/pom.xml b/jetty-ee9/jetty-ee9-openid/pom.xml
index 076136fc1456..1d668abc93b7 100644
--- a/jetty-ee9/jetty-ee9-openid/pom.xml
+++ b/jetty-ee9/jetty-ee9-openid/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-openid
EE9 :: OpenID
diff --git a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml
index cda64ab46967..63639df935f5 100644
--- a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-osgi-boot-jsp
EE9 :: OSGi :: Boot JSP
diff --git a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml
index 7b1120bb467d..1e77ffd59472 100644
--- a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-osgi-boot
EE9 :: OSGi :: Boot
diff --git a/jetty-ee9/jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/pom.xml
index 6d2e2533af4a..768efb7a4121 100644
--- a/jetty-ee9/jetty-ee9-osgi/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml
index c3ccc654b125..47bc3233a579 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee9-osgi-fragment
EE9 :: OSGi :: WebApp Fragment
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml
index b736b07457cd..f61e5a326807 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee9-osgi-server
EE9 :: OSGi :: Server
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml
index ba9898904572..45daff4b6c48 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee9-osgi-webapp-resources
war
diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml
index 23d2abef2cf6..35a612f44880 100644
--- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml
+++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9.osgi
jetty-ee9-osgi
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jetty-ee9-osgi
EE9 :: OSGi :: Test
diff --git a/jetty-ee9/jetty-ee9-plus/pom.xml b/jetty-ee9/jetty-ee9-plus/pom.xml
index 52fccd368605..c248fc9c87be 100644
--- a/jetty-ee9/jetty-ee9-plus/pom.xml
+++ b/jetty-ee9/jetty-ee9-plus/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-plus
EE9 :: Plus
diff --git a/jetty-ee9/jetty-ee9-proxy/pom.xml b/jetty-ee9/jetty-ee9-proxy/pom.xml
index 7df98732bea1..4ba45dcd6fe6 100644
--- a/jetty-ee9/jetty-ee9-proxy/pom.xml
+++ b/jetty-ee9/jetty-ee9-proxy/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-proxy
EE9 :: Proxy
diff --git a/jetty-ee9/jetty-ee9-quickstart/pom.xml b/jetty-ee9/jetty-ee9-quickstart/pom.xml
index 6554c4c8381b..d191c566674d 100644
--- a/jetty-ee9/jetty-ee9-quickstart/pom.xml
+++ b/jetty-ee9/jetty-ee9-quickstart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-quickstart
EE9 :: Quick Start
diff --git a/jetty-ee9/jetty-ee9-runner/pom.xml b/jetty-ee9/jetty-ee9-runner/pom.xml
index 313a46cea12f..7c163058f45b 100644
--- a/jetty-ee9/jetty-ee9-runner/pom.xml
+++ b/jetty-ee9/jetty-ee9-runner/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-runner
EE9 :: Runner
diff --git a/jetty-ee9/jetty-ee9-security/pom.xml b/jetty-ee9/jetty-ee9-security/pom.xml
index 555aa0e66290..ba55d9fd7553 100644
--- a/jetty-ee9/jetty-ee9-security/pom.xml
+++ b/jetty-ee9/jetty-ee9-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-security
EE9 :: Security
diff --git a/jetty-ee9/jetty-ee9-servlet/pom.xml b/jetty-ee9/jetty-ee9-servlet/pom.xml
index 572b49d3be46..6e90f1f76c13 100644
--- a/jetty-ee9/jetty-ee9-servlet/pom.xml
+++ b/jetty-ee9/jetty-ee9-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-servlet
EE9 :: Servlet
diff --git a/jetty-ee9/jetty-ee9-servlets/pom.xml b/jetty-ee9/jetty-ee9-servlets/pom.xml
index 8de62902c489..1395b9d78325 100644
--- a/jetty-ee9/jetty-ee9-servlets/pom.xml
+++ b/jetty-ee9/jetty-ee9-servlets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-servlets
EE9 :: Utility Servlets and Filters
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml
index 1a766d3cc58a..5b4e5c1d1036 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-bad-websocket-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml
index f65fcb0bed01..1b158696017a 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.7-SNAPSHOT
+ 12.0.7
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 b8ce353523f7..95c636189393 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-cdi-common-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml
index a8728e510a8f..51a8c436a6c2 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-cdi
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml
index 887f8d143d5c..00b765a13cd2 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-client-transports
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml
index 1c4f72f5e665..9ec523726530 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-felix-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml
index 27f41fa4203b..e041ce60b309 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-http2-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml
index 2cbc22c304d5..131323662357 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-integration
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml
index cce67391850a..e46cdb6c281b 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-jmx
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-jmx-webapp-it
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml
index e4d687d531c8..e9c44ccdc1c0 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-jmx
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-jmx-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml
index e9fe77b8d64f..a9fab09cf6fb 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-jmx
pom
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml
index de9f5cd8c3c0..2b4cdc114023 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-jndi
jar
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml
index 6634a59e1007..0db22d9c508f 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-loginservice
EE9 :: Tests :: Login Service
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml
index 62f65f83bb5b..a4d41651a3ff 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-openid-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml
index 088f76e7f6cc..34828fe5ec55 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-owb-cdi-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml
index 09b34e8536bf..0084819013d9 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-quickstart
EE9 :: Tests :: Quick Start
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml
index d7e32701d647..128f6d915545 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-sessions-common
EE9 :: Tests :: Sessions :: Common
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml
index 016c1cf284e4..e126e5eef57e 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-sessions-file
EE9 :: Tests :: Sessions :: File
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml
index 0b6adc7509cd..5810cb4b73ce 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-sessions-gcloud
EE9 :: Tests :: Sessions :: GCloud
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml
index d4e4c8e754e2..d654128c38a2 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-sessions-hazelcast
EE9 :: Tests :: Sessions :: Hazelcast
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml
index cef8941cb9f1..38408d88249e 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
jetty-ee9-test-sessions-infinispan
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml
index 16b0e6e8cfdb..9f83038ca5f7 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-sessions-jdbc
EE9 :: Tests :: Sessions :: JDBC
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml
index b6da411ce796..f0288a12a215 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-sessions-memcached
EE9 :: Tests :: Sessions :: Memcached
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml
index d1319d4aef9f..707b727db27b 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-test-sessions
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-sessions-mongodb
EE9 :: Tests :: Sessions :: Mongo
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml
index 14eb140c2939..996f7d64256a 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-sessions
pom
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml
index 7f4daa61f311..5494dd94bb87 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.7-SNAPSHOT
+ 12.0.7
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 68c83dd0de50..0c9ff00fa2e1 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.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-webapp-rfc2616
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml
index 585fdc667af7..3818275f78fd 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-websocket-client-provided-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml
index b58830a7dae5..ddfdaf6ecf6e 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-websocket-client-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml
index fd18f3ebb720..d6bf27d9ba53 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-websocket-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml
index 957c57f5f9d8..f958a30b62a4 100644
--- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9-tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-test-weld-cdi-webapp
war
diff --git a/jetty-ee9/jetty-ee9-tests/pom.xml b/jetty-ee9/jetty-ee9-tests/pom.xml
index 8e90e0d03c04..f5a5a6cd7863 100644
--- a/jetty-ee9/jetty-ee9-tests/pom.xml
+++ b/jetty-ee9/jetty-ee9-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-tests
pom
diff --git a/jetty-ee9/jetty-ee9-webapp/pom.xml b/jetty-ee9/jetty-ee9-webapp/pom.xml
index 057eb22f54b7..5f07a6940dbf 100644
--- a/jetty-ee9/jetty-ee9-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-webapp
EE9 :: WebApp
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml
index 5910043a13ff..1f2f55c9d71d 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
jetty-ee9-websocket-jakarta-client-webapp
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml
index afc901d99dd0..eb5fc1f84207 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
jetty-ee9-websocket-jakarta-client
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml
index 8b72bba8039d..3d4876e10a4b 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-websocket-jakarta-common
EE9 :: Websocket :: Jakarta Common
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml
index 7b88c2aa8d52..fc97cd3c3878 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-websocket-jakarta-server
EE9 :: Websocket :: Jakarta Server
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml
index 82360beaefbf..47a7ca7ef79c 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-websocket-jakarta-tests
EE9 :: Websocket :: Jakarta Tests
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml
index a45f4363080e..ede9ff2e0621 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-websocket-jetty-api
EE9 :: Websocket :: Jetty API
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml
index eaf87e01af64..0cc4b0f1e923 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-websocket-jetty-client-webapp
EE9 :: Websocket :: Jetty Client WebApp
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml
index e4d861d16417..e5e42b6a7909 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-websocket-jetty-client
EE9 :: Websocket :: Jetty Client
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml
index 27d1981a08a7..e03a09632c92 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-websocket-jetty-common
EE9 :: Websocket :: Jetty Common
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml
index 7628a23fd885..6ff3da34ae09 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-websocket-jetty-server
EE9 :: Websocket :: Jetty Server
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml
index 61e92600e657..1a90a427856e 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-websocket-jetty-tests
EE9 :: Websocket :: Jetty Tests
diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml
index 9ab1cf3d4a23..30999f8f8d34 100644
--- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9.websocket
jetty-ee9-websocket
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-ee9-websocket-servlet
EE9 :: Websocket :: Servlet
diff --git a/jetty-ee9/jetty-ee9-websocket/pom.xml b/jetty-ee9/jetty-ee9-websocket/pom.xml
index fdc0a466918e..022bd2927d56 100644
--- a/jetty-ee9/jetty-ee9-websocket/pom.xml
+++ b/jetty-ee9/jetty-ee9-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.ee9
jetty-ee9
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
org.eclipse.jetty.ee9.websocket
diff --git a/jetty-ee9/pom.xml b/jetty-ee9/pom.xml
index ea74de02c5e3..60bd76f5bfc0 100644
--- a/jetty-ee9/pom.xml
+++ b/jetty-ee9/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.ee9
jetty-ee9
diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml
index 9396ee024a66..f8f299589406 100644
--- a/jetty-home/pom.xml
+++ b/jetty-home/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 12.0.7-SNAPSHOT
+ 12.0.7
../pom.xml
jetty-home
diff --git a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
index 7bdd32441b98..decd7fb4c673 100644
--- a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
+++ b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.gcloud
jetty-gcloud
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-gcloud-session-manager
Integrations :: GCloud :: Sessions
diff --git a/jetty-integrations/jetty-gcloud/pom.xml b/jetty-integrations/jetty-gcloud/pom.xml
index 5caae1d0ba39..25dd8337c3a6 100644
--- a/jetty-integrations/jetty-gcloud/pom.xml
+++ b/jetty-integrations/jetty-gcloud/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.gcloud
jetty-gcloud
diff --git a/jetty-integrations/jetty-hazelcast/pom.xml b/jetty-integrations/jetty-hazelcast/pom.xml
index bfa0913d54df..5ba01ece1442 100644
--- a/jetty-integrations/jetty-hazelcast/pom.xml
+++ b/jetty-integrations/jetty-hazelcast/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-hazelcast
Integrations :: Hazelcast :: Sessions
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
index 75b18ffa198d..f22ebebc2a68 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-infinispan-common
Integrations :: Infinispan :: Sessions
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml
index 6efdf192befe..aa98b52aed67 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-infinispan-embedded-query
Integrations :: Infinispan :: Embedded with Querying
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
index d30c7c3bd516..812b7a367224 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-infinispan-embedded
pom
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml
index feb345459189..c3831b440fe0 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-infinispan-remote-query
Integrations :: Infinispan :: Remote with Querying
diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
index 32e1532836cd..4401286adb56 100644
--- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
+++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-infinispan
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-infinispan-remote
pom
diff --git a/jetty-integrations/jetty-infinispan/pom.xml b/jetty-integrations/jetty-infinispan/pom.xml
index c21a2cbea7bb..f34d387abcbb 100644
--- a/jetty-integrations/jetty-infinispan/pom.xml
+++ b/jetty-integrations/jetty-infinispan/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-infinispan
pom
diff --git a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
index bc0582509f9d..0b47d0d3b132 100644
--- a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
+++ b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.memcached
jetty-memcached
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-memcached-sessions
Integrations :: Memcached :: Sessions
diff --git a/jetty-integrations/jetty-memcached/pom.xml b/jetty-integrations/jetty-memcached/pom.xml
index 12c146de549e..28f365a31d2b 100644
--- a/jetty-integrations/jetty-memcached/pom.xml
+++ b/jetty-integrations/jetty-memcached/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.memcached
jetty-memcached
diff --git a/jetty-integrations/jetty-nosql/pom.xml b/jetty-integrations/jetty-nosql/pom.xml
index 29d26bd71c53..69d5b724d159 100644
--- a/jetty-integrations/jetty-nosql/pom.xml
+++ b/jetty-integrations/jetty-nosql/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-integrations
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-nosql
Integrations :: NoSQL :: Sessions
diff --git a/jetty-integrations/pom.xml b/jetty-integrations/pom.xml
index 12656fb12f9a..2715ff1e3657 100644
--- a/jetty-integrations/pom.xml
+++ b/jetty-integrations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty
jetty-project
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-integrations
pom
diff --git a/pom.xml b/pom.xml
index d70450f0ba1c..0957b8f7de13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.eclipse.jetty
jetty-project
- 12.0.7-SNAPSHOT
+ 12.0.7
pom
Jetty :: Project
The Eclipse Jetty Project
diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml
index 44d7932f9238..8b261194b488 100644
--- a/tests/jetty-jmh/pom.xml
+++ b/tests/jetty-jmh/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-jmh
Tests :: JMH
diff --git a/tests/jetty-test-multipart/pom.xml b/tests/jetty-test-multipart/pom.xml
index dff0484594ff..09154e2f3e71 100644
--- a/tests/jetty-test-multipart/pom.xml
+++ b/tests/jetty-test-multipart/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-test-multipart
jar
diff --git a/tests/jetty-test-session-common/pom.xml b/tests/jetty-test-session-common/pom.xml
index 9a6b91a3ecab..83b95945600c 100644
--- a/tests/jetty-test-session-common/pom.xml
+++ b/tests/jetty-test-session-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-test-session-common
jar
diff --git a/tests/jetty-testers/pom.xml b/tests/jetty-testers/pom.xml
index 0c5cc4819877..538f9e8cac9b 100644
--- a/tests/jetty-testers/pom.xml
+++ b/tests/jetty-testers/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.7-SNAPSHOT
+ 12.0.7
jetty-testers
jar
diff --git a/tests/pom.xml b/tests/pom.xml
index 94b0ee9219b9..bfd2587e55b7 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty
jetty-project
- 12.0.7-SNAPSHOT
+ 12.0.7
org.eclipse.jetty.tests
tests
diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml
index 514e073b1bfc..809fbdb49ff0 100644
--- a/tests/test-distribution/pom.xml
+++ b/tests/test-distribution/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
tests
- 12.0.7-SNAPSHOT
+ 12.0.7
test-distribution
pom
diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml
index 68b224aaad71..5bb8b7b11eb4 100644
--- a/tests/test-distribution/test-distribution-common/pom.xml
+++ b/tests/test-distribution/test-distribution-common/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.7-SNAPSHOT
+ 12.0.7
test-distribution-common
jar
diff --git a/tests/test-distribution/test-ee10-distribution/pom.xml b/tests/test-distribution/test-ee10-distribution/pom.xml
index 2f2360b4b0df..c3b94077fcd6 100644
--- a/tests/test-distribution/test-ee10-distribution/pom.xml
+++ b/tests/test-distribution/test-ee10-distribution/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.7-SNAPSHOT
+ 12.0.7
test-ee10-distribution
jar
diff --git a/tests/test-distribution/test-ee9-distribution/pom.xml b/tests/test-distribution/test-ee9-distribution/pom.xml
index c5753139945e..8cb86a8fca6a 100644
--- a/tests/test-distribution/test-ee9-distribution/pom.xml
+++ b/tests/test-distribution/test-ee9-distribution/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.jetty.tests
test-distribution
- 12.0.7-SNAPSHOT
+ 12.0.7
test-ee9-distribution
jar
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 40f94162c563..8405bb90978a 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests
- 12.0.7-SNAPSHOT
+ 12.0.7
test-integration
jar
diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml
index a97fadb1bba5..9a8a345bee89 100644
--- a/tests/test-jpms/pom.xml
+++ b/tests/test-jpms/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
tests
- 12.0.7-SNAPSHOT
+ 12.0.7
test-jpms
Tests :: JPMS