diff --git a/VERSION.txt b/VERSION.txt index 0c7bef3874e5..5b689e0e69a9 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,12 +1,50 @@ -jetty-12.0.2-SNAPSHOT +jetty-12.0.2 - 09 October 2023 + + 7408 Change scope of maven plugin dependencies + + 9665 `HttpCookieStore` incorrectly rejects cookies for domains that are an + IPv6 address + + 9777 CrossOriginFilter does not return Vary header on no-cors mode + + 9928 Backport `Request.getBeginNanoTime()` + + 10219 Review HTTP Cookie parsing + + 10271 jetty.sh does not stop jetty anymore + + 10328 Review `ResourceFactory.newSystemResource(String)` behavior & javadoc + + 10361 Introduce QoSHandler + + 10382 NPE thrown during HttpClient tests + + 10388 Jetty10 inetaccess mod started error + + 10440 ClassCastException with `` use in + `jetty-ee10-maven-plugin` + + 10441 Jetty 12 ee8 jaspi is missing + + 10442 Reduce verbosity when JMX finds overloaded setter + + 10463 Jetty 12 throws Exception handling static files when using response + wrapper + + 10466 Review HTTP session documentation + + 10473 Startup Script reports `ok` too fast, and doesn't wait for actual + start of Jetty + + 10474 Jetty 12 default error handler throws IllegalStateException for + application/json + + 10475 Update Jetty 12 MANIFEST's Bundle-Copyright + + 10482 RewriteHandler with multiple HeaderPatternRules + + 10490 Jetty 12 Jakarta Websockets user principal is always null + + 10498 NullPointerException from call to UpgradeRequest#getUserPrincipal with + Jetty 12 + + 10500 Jetty 12 HTTP SPI does not preserve double-quotes on valid request + headers + + 10508 Jetty 12 IllegalArgumentExeption when setting a HTTP header to null + + 10513 Lockup processing POST request body with Jetty 12.0.1 using http/2 + + 10543 Review HttpStream.consumeAvailable() implementations + + 10547 Cannot customize Executor on WebSocketClient + + 10557 Update quiche to 0.18.0 + + 10558 NPE when forwarding a request to default servlet which should redirect + to a subdirectory with trailing slash + + 10665 Wrong BREE in Jetty jars + + 10679 Review HTTP/2 rate control jetty-12.0.1 - 29 August 2023 + 8926 HttpClient GZIPContentDecoder should remove Content-Length and Content-Encoding: gzip + 9169 Idle timeout is ignored if callback is not completed + 9900 Improve `Request.getBeginNanoTime()` accuracy - + 10158 Deploying on Jetty 12 using context XML files will only work - when a .properties file with the EE details is also present + + 10158 Deploying on Jetty 12 using context XML files will only work when a + .properties file with the EE details is also present + 10207 Update failed JSP deployment message + 10213 UnknownFormatConversionException in `start.jar --debug` if path has `%` sign @@ -15,8 +53,7 @@ jetty-12.0.1 - 29 August 2023 + 10274 java.nio.file.FileSystemNotFoundException when creating a resource from a JAR URL + 10294 Request.getContext().getContextPath() - + 10295 FormAuthenticator does not dispatch to an error page but - redirect + + 10295 FormAuthenticator does not dispatch to an error page but redirect + 10306 Jetty 12 generates wrong Host header + 10309 Jetty 12: X-Powered-By header is added 2 times (if enabled) + 10312 Remove jetty-home-with-docs to eliminate build time cyclic @@ -239,7 +276,8 @@ jetty-12.0.0.beta1 - 02 May 2023 + 9444 Unexpected encoding in request.getPathInfo() with Jetty 12 beta 0 + 9459 Path is missing from JSESSIONID cookie in 12 beta 0 + 9463 NPE when starting jetty-ee10-maven-plugin - + 9464 Add optional configuration to log user out after OpenID idToken expires (CVE-2023-41900) + + 9464 Add optional configuration to log user out after OpenID idToken expires + (CVE-2023-41900) + 9466 WebSocket `DeploymentException` is not thrown by client nor server + 9467 Jetty 12 - Review BOMs + 9468 Jetty 11.0.14 is less tolerant of non-compliant cookies than 11.0.13 @@ -449,7 +487,8 @@ jetty-11.0.15 - 11 April 2023 + 9309 `jetty.sh` cannot handle complex Jetty properties from `start.d/*.ini` + 9400 Jetty logs warning with stacktrace when annotation parser encounters module-info.class file inside elasticsearch-x-content jar - + 9464 Add optional configuration to log user out after OpenID idToken expires (CVE-2023-41900) + + 9464 Add optional configuration to log user out after OpenID idToken expires + (CVE-2023-41900) + 9468 Jetty 11.0.14 is less tolerant of non-compliant cookies than 11.0.13 + 9497 Maven plugin effective web xml: add support for jar projects + 9501 jetty client with proxy - ssl traffic between both proxy and servers @@ -463,7 +502,8 @@ jetty-10.0.15 - 11 April 2023 + 9309 `jetty.sh` cannot handle complex Jetty properties from `start.d/*.ini` + 9400 Jetty logs warning with stacktrace when annotation parser encounters module-info.class file inside elasticsearch-x-content jar - + 9464 Add optional configuration to log user out after OpenID idToken expires (CVE-2023-41900) + + 9464 Add optional configuration to log user out after OpenID idToken expires + (CVE-2023-41900) + 9468 Jetty 11.0.14 is less tolerant of non-compliant cookies than 11.0.13 + 9497 Maven plugin effective web xml: add support for jar projects + 9501 jetty client with proxy - ssl traffic between both proxy and servers @@ -1378,7 +1418,8 @@ jetty-10.0.3 - 20 May 2021 + 6254 Total timeout not enforced for queued requests + 6263 Review URI encoding in ConcatServlet & WelcomeFilter (CVE-2021-28169) + 6272 Reduce allocation in HttpClient when notifying content listeners - + 6277 Better handle exceptions thrown from session destroy listener (CVE-2021-34428) + + 6277 Better handle exceptions thrown from session destroy listener + (CVE-2021-34428) + 6280 Copy ServletHolder class/instance properly during startWebapp + 6287 Class loading broken for WebSocketClient used inside webapp @@ -1632,7 +1673,7 @@ jetty-11.0.0.beta1 - 10 July 2020 SETTINGS Frame. + 4903 Give better errors for non public Websocket Endpoints + 4904 WebsocketClient creates more connections than needed - + 4907 + + 4907 org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose + 4920 Restore ability to delete sessions on stop + 4921 Quickstart run improperly runs dynamically added context initializers @@ -1682,7 +1723,8 @@ jetty-10.0.2 - 26 March 2021 + 6037 Review logging modules for j.u.l + 6050 Websocket: NotUtf8Exception after upgrade 9.4.35 -> 9.4.36 or newer + 6063 Allow override of hazelcast version when using module - + 6072 jetty server high CPU when client send data length > 17408 (CVE-2021-28165) + + 6072 jetty server high CPU when client send data length > 17408 + (CVE-2021-28165) + 6076 Embedded Jetty throws null pointer exception + 6082 SslConnection compacting + 6085 Jetty keeps Sessions in use after "Duplicate valid session cookies" @@ -1758,7 +1800,8 @@ jetty-10.0.0 - 02 December 2020 + 5555 NPE for servlet with no mapping + 5562 ArrayTernaryTrie consumes too much memory + 5575 Add SEARCH as a known HttpMethod - + 5605 java.io.IOException: unconsumed input during http request parsing (CVE-2020-27218) + + 5605 java.io.IOException: unconsumed input during http request parsing + (CVE-2020-27218) + 5633 Allow to configure HttpClient request authority + 5679 Distro argument --list-all-modules does not work + 5680 No way to see which modules are enabled for the distro @@ -2045,7 +2088,8 @@ jetty-9.4.41.v20210516 - 16 May 2021 `AsyncContext.dispatch` + 6254 Total timeout not enforced for queued requests + 6263 Review URI encoding in ConcatServlet & WelcomeFilter (CVE-2021-28169) - + 6277 Better handle exceptions thrown from session destroy listener (CVE-2021-34428) + + 6277 Better handle exceptions thrown from session destroy listener + (CVE-2021-34428) + 6280 Copy ServletHolder class/instance properly during startWebapp jetty-9.4.40.v20210413 - 13 April 2021 @@ -2061,7 +2105,8 @@ jetty-9.4.39.v20210325 - 25 March 2021 + 6052 Cleanup TypeUtil and ModuleLocation to allow jetty-client/hybrid to work on Android + 6063 Allow override of hazelcast version when using module - + 6072 jetty server high CPU when client send data length > 17408 (CVE-2021-28165) + + 6072 jetty server high CPU when client send data length > 17408 + (CVE-2021-28165) + 6085 Jetty keeps Sessions in use after "Duplicate valid session cookies" Message + 6101 Normalize ambiguous URIs (CVE-2021-28164) @@ -2117,7 +2162,8 @@ jetty-9.4.35.v20201120 - 20 November 2020 + 5539 StatisticsServlet output is not valid + 5562 ArrayTernaryTrie consumes too much memory + 5575 Add SEARCH as a known HttpMethod - + 5605 java.io.IOException: unconsumed input during http request parsing (CVE-2020-27218) + + 5605 java.io.IOException: unconsumed input during http request parsing + (CVE-2020-27218) + 5633 Allow to configure HttpClient request authority jetty-9.4.34.v20201102 - 02 November 2020 @@ -2611,8 +2657,10 @@ jetty-9.4.18.v20190429 - 29 April 2019 jetty-9.4.17.v20190418 - 18 April 2019 + 2140 Infinispan and hazelcast changes to scavenge zombie expired sessions + 3464 Split SslContextFactory into Client and Server - + 3549 Directory Listing on Windows reveals Resource Base path (CVE-2019-10246) - + 3555 DefaultHandler Reveals Base Resource Path of each Context (CVE-2019-10247) + + 3549 Directory Listing on Windows reveals Resource Base path + (CVE-2019-10246) + + 3555 DefaultHandler Reveals Base Resource Path of each Context + (CVE-2019-10247) jetty-9.4.16.v20190411 - 11 April 2019 + 1861 Limit total bytes pooled by ByteBufferPools @@ -2693,8 +2741,10 @@ jetty-9.3.28.v20191105 - 05 November 2019 + 4217 SslConnection.DecryptedEnpoint.flush eternal busy loop jetty-9.3.27.v20190418 - 18 April 2019 - + 3549 Directory Listing on Windows reveals Resource Base path (CVE-2019-10246) - + 3555 DefaultHandler Reveals Base Resource Path of each Context (CVE-2019-10247) + + 3549 Directory Listing on Windows reveals Resource Base path + (CVE-2019-10246) + + 3555 DefaultHandler Reveals Base Resource Path of each Context + (CVE-2019-10247) jetty-9.3.26.v20190403 - 03 April 2019 + 2954 Improve cause reporting for HttpClient failures @@ -2708,11 +2758,14 @@ jetty-9.2.29.v20191105 - 05 November 2019 + 4217 SslConnection.DecryptedEnpoint.flush eternal busy loop jetty-9.2.28.v20190418 - 18 April 2019 - + 3549 Directory Listing on Windows reveals Resource Base path (CVE-2019-10246) - + 3555 DefaultHandler Reveals Base Resource Path of each Context (CVE-2019-10247) + + 3549 Directory Listing on Windows reveals Resource Base path + (CVE-2019-10246) + + 3555 DefaultHandler Reveals Base Resource Path of each Context + (CVE-2019-10247) jetty-9.2.27.v20190403 - 03 April 2019 - + 3319 Refactored Directory Listing to modernize and avoid XSS (CVE-2019-10241) + + 3319 Refactored Directory Listing to modernize and avoid XSS + (CVE-2019-10241) jetty-9.4.14.v20181114 - 14 November 2018 + 3097 Duplicated programmatic Servlet Listeners causing duplicate calls diff --git a/build/build-resources/pom.xml b/build/build-resources/pom.xml index 5960280149b9..4a342ec66f19 100644 --- a/build/build-resources/pom.xml +++ b/build/build-resources/pom.xml @@ -7,7 +7,7 @@ --> org.eclipse.jetty build-resources - 12.0.2-SNAPSHOT + 12.0.2 Build :: Resources jar diff --git a/build/pom.xml b/build/pom.xml index 7e75bb49fb37..f8a5c49b6539 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml index c1556620c1a5..fc8f058de2ea 100644 --- a/documentation/jetty-asciidoctor-extensions/pom.xml +++ b/documentation/jetty-asciidoctor-extensions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml index e0658bab62d3..5ea04d365591 100644 --- a/documentation/jetty-documentation/pom.xml +++ b/documentation/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/documentation/pom.xml b/documentation/pom.xml index e6ea4326d0a1..8ede8458e3d5 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/javadoc/pom.xml b/javadoc/pom.xml index cb9b51ce3e89..25e0e9c4aa7c 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml index d7dd2b008cf2..f767ea286c20 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-alpn-client diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml index 1d998fce47e7..103b86a85f0a 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index a312b4ad89a4..02f3232e9f05 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml index 2c4133801785..af8b430b6214 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml index 5fe3fa677784..7cb00b0f2541 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml index b757eacbbea9..d72db936608d 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-alpn-server diff --git a/jetty-core/jetty-alpn/pom.xml b/jetty-core/jetty-alpn/pom.xml index d53b63dab7aa..6197e534e55c 100644 --- a/jetty-core/jetty-alpn/pom.xml +++ b/jetty-core/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-alpn diff --git a/jetty-core/jetty-bom/pom.xml b/jetty-core/jetty-bom/pom.xml index c03e9d50224a..98b2e1f75ac9 100644 --- a/jetty-core/jetty-bom/pom.xml +++ b/jetty-core/jetty-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 jetty-bom @@ -42,277 +42,277 @@ org.eclipse.jetty jetty-alpn-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-alpn-conscrypt-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-alpn-conscrypt-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-alpn-java-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-alpn-java-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-alpn-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-deploy - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-http - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-http-spi - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-http-tools - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-io - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-jmx - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-jndi - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-keystore - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-openid - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-osgi - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-proxy - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-rewrite - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-session - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-slf4j-impl - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-start - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-security - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-unixdomain-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-util - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-util-ajax - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty jetty-xml - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.demos jetty-demo-handler - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.fcgi jetty-fcgi-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.fcgi jetty-fcgi-proxy - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.fcgi jetty-fcgi-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.http2 jetty-http2-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.http2 jetty-http2-client-transport - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.http2 jetty-http2-common - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.http2 jetty-http2-hpack - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.http2 jetty-http2-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.http3 jetty-http3-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.http3 jetty-http3-client-transport - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.http3 jetty-http3-common - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.http3 jetty-http3-qpack - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.http3 jetty-http3-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.quic jetty-quic-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.quic jetty-quic-common - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.quic jetty-quic-quiche-common - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.quic jetty-quic-quiche-foreign-incubator - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.quic jetty-quic-quiche-jna - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.quic jetty-quic-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.websocket jetty-websocket-core-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.websocket jetty-websocket-core-common - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.websocket jetty-websocket-core-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.websocket jetty-websocket-jetty-api - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.websocket jetty-websocket-jetty-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.websocket jetty-websocket-jetty-common - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.websocket jetty-websocket-jetty-server - 12.0.2-SNAPSHOT + 12.0.2 diff --git a/jetty-core/jetty-client/pom.xml b/jetty-core/jetty-client/pom.xml index e9fff869812b..bc3c0ab3dc90 100644 --- a/jetty-core/jetty-client/pom.xml +++ b/jetty-core/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml index 4b23ad10d5d2..e6ce7f669f41 100644 --- a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml +++ b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos jetty-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-demo-handler diff --git a/jetty-core/jetty-demos/pom.xml b/jetty-core/jetty-demos/pom.xml index a0df5e300754..846689b89e3b 100644 --- a/jetty-core/jetty-demos/pom.xml +++ b/jetty-core/jetty-demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-deploy/pom.xml b/jetty-core/jetty-deploy/pom.xml index ea3be250a060..223104c0da7d 100644 --- a/jetty-core/jetty-deploy/pom.xml +++ b/jetty-core/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml index ef75c9e917f3..1022d70b6e09 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml index fccf13c50311..5fea6c3f3e7f 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml index 2714732b0aaf..555fb26ab391 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-fcgi/pom.xml b/jetty-core/jetty-fcgi/pom.xml index 1c2940bf8efd..9c57290ac311 100644 --- a/jetty-core/jetty-fcgi/pom.xml +++ b/jetty-core/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http-spi/pom.xml b/jetty-core/jetty-http-spi/pom.xml index dc7385178535..200c158cb584 100644 --- a/jetty-core/jetty-http-spi/pom.xml +++ b/jetty-core/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-http-spi diff --git a/jetty-core/jetty-http-tools/pom.xml b/jetty-core/jetty-http-tools/pom.xml index 31741f2055fc..60ec942285b7 100644 --- a/jetty-core/jetty-http-tools/pom.xml +++ b/jetty-core/jetty-http-tools/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http/pom.xml b/jetty-core/jetty-http/pom.xml index 77514c6597c7..21a45247cc95 100644 --- a/jetty-core/jetty-http/pom.xml +++ b/jetty-core/jetty-http/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml index dea7b1d84e15..d2edc20ecda0 100644 --- a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http2/jetty-http2-client/pom.xml b/jetty-core/jetty-http2/jetty-http2-client/pom.xml index 9e00c328e842..100d13655dd2 100644 --- a/jetty-core/jetty-http2/jetty-http2-client/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http2/jetty-http2-common/pom.xml b/jetty-core/jetty-http2/jetty-http2-common/pom.xml index bae58272b2ec..fe71d5177fc7 100644 --- a/jetty-core/jetty-http2/jetty-http2-common/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml index 0b69a4aac6c2..1c32194b3588 100644 --- a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http2/jetty-http2-server/pom.xml b/jetty-core/jetty-http2/jetty-http2-server/pom.xml index 27ffe7e91847..bd11dd64c2c6 100644 --- a/jetty-core/jetty-http2/jetty-http2-server/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml index c5330f2c6ab2..458ebf1cd539 100644 --- a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http2/pom.xml b/jetty-core/jetty-http2/pom.xml index f91f66b3bf46..1d8caf9039ff 100644 --- a/jetty-core/jetty-http2/pom.xml +++ b/jetty-core/jetty-http2/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml index 3c175c9345c9..cca14b0baf48 100644 --- a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http3/jetty-http3-client/pom.xml b/jetty-core/jetty-http3/jetty-http3-client/pom.xml index 7f37c85d027d..61080bb7f4a3 100644 --- a/jetty-core/jetty-http3/jetty-http3-client/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http3/jetty-http3-common/pom.xml b/jetty-core/jetty-http3/jetty-http3-common/pom.xml index 5cf117e57550..e283c82f3655 100644 --- a/jetty-core/jetty-http3/jetty-http3-common/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml index 56f9ec031674..65a531005520 100644 --- a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http3/jetty-http3-server/pom.xml b/jetty-core/jetty-http3/jetty-http3-server/pom.xml index 59beeb6e9509..81ab13b0be44 100644 --- a/jetty-core/jetty-http3/jetty-http3-server/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml index 1d86d5f6db83..7465412c7ac2 100644 --- a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-http3/pom.xml b/jetty-core/jetty-http3/pom.xml index c795b988252f..7b59427b2cb3 100644 --- a/jetty-core/jetty-http3/pom.xml +++ b/jetty-core/jetty-http3/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-io/pom.xml b/jetty-core/jetty-io/pom.xml index e57f528229a5..8dcc4592ac05 100644 --- a/jetty-core/jetty-io/pom.xml +++ b/jetty-core/jetty-io/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-io diff --git a/jetty-core/jetty-jmx/pom.xml b/jetty-core/jetty-jmx/pom.xml index ce409fa1d870..3bb3aa2061de 100644 --- a/jetty-core/jetty-jmx/pom.xml +++ b/jetty-core/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-jmx diff --git a/jetty-core/jetty-jndi/pom.xml b/jetty-core/jetty-jndi/pom.xml index 04cc6fd4a418..c96d26f8db27 100644 --- a/jetty-core/jetty-jndi/pom.xml +++ b/jetty-core/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-keystore/pom.xml b/jetty-core/jetty-keystore/pom.xml index 8a585ebd4eae..30dc1cfe3af4 100644 --- a/jetty-core/jetty-keystore/pom.xml +++ b/jetty-core/jetty-keystore/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-keystore diff --git a/jetty-core/jetty-openid/pom.xml b/jetty-core/jetty-openid/pom.xml index 11c03db1cf04..c146e9e67392 100644 --- a/jetty-core/jetty-openid/pom.xml +++ b/jetty-core/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-osgi/pom.xml b/jetty-core/jetty-osgi/pom.xml index c3e3e2a03812..faff4310322a 100644 --- a/jetty-core/jetty-osgi/pom.xml +++ b/jetty-core/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-proxy/pom.xml b/jetty-core/jetty-proxy/pom.xml index 2551e15a6ea4..7f4db554b737 100644 --- a/jetty-core/jetty-proxy/pom.xml +++ b/jetty-core/jetty-proxy/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-client/pom.xml b/jetty-core/jetty-quic/jetty-quic-client/pom.xml index 82f1de3ef993..d9f91ece1e19 100644 --- a/jetty-core/jetty-quic/jetty-quic-client/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-common/pom.xml index 5adffe6c1a8e..bf9b60224e2e 100644 --- a/jetty-core/jetty-quic/jetty-quic-common/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml index dc067fd8645c..21c7de7a71ee 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml index 646c08711aff..e4a0f0cfdf69 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign-incubator/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml index 79f5fe277954..0eff777e8ab0 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml index a2380586530f..ebe1941924ea 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-quic/jetty-quic-server/pom.xml b/jetty-core/jetty-quic/jetty-quic-server/pom.xml index 73b95f6a1422..02934354432f 100644 --- a/jetty-core/jetty-quic/jetty-quic-server/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-quic/pom.xml b/jetty-core/jetty-quic/pom.xml index f5b15d7b7581..8c1a18143f44 100644 --- a/jetty-core/jetty-quic/pom.xml +++ b/jetty-core/jetty-quic/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-rewrite/pom.xml b/jetty-core/jetty-rewrite/pom.xml index 14375ff90e01..4f45d2de7332 100644 --- a/jetty-core/jetty-rewrite/pom.xml +++ b/jetty-core/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-security/pom.xml b/jetty-core/jetty-security/pom.xml index a59acd0043a7..8768bd0036d4 100644 --- a/jetty-core/jetty-security/pom.xml +++ b/jetty-core/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-server/pom.xml b/jetty-core/jetty-server/pom.xml index 5b720181db60..d56f9fa79404 100644 --- a/jetty-core/jetty-server/pom.xml +++ b/jetty-core/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-session/pom.xml b/jetty-core/jetty-session/pom.xml index 3975a03ed432..1d24fbf923ed 100644 --- a/jetty-core/jetty-session/pom.xml +++ b/jetty-core/jetty-session/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-slf4j-impl/pom.xml b/jetty-core/jetty-slf4j-impl/pom.xml index 0e6e6cb74512..6d2a0c0dd6d0 100644 --- a/jetty-core/jetty-slf4j-impl/pom.xml +++ b/jetty-core/jetty-slf4j-impl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-start/pom.xml b/jetty-core/jetty-start/pom.xml index e030d85fd40d..cc0e74f43628 100644 --- a/jetty-core/jetty-start/pom.xml +++ b/jetty-core/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-start diff --git a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml index b3884d08b0af..76cb15c13838 100644 --- a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml +++ b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-tests/pom.xml b/jetty-core/jetty-tests/pom.xml index 8744441da41f..0431dc7245b1 100644 --- a/jetty-core/jetty-tests/pom.xml +++ b/jetty-core/jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-unixdomain-server/pom.xml b/jetty-core/jetty-unixdomain-server/pom.xml index 49b1c0a5051e..ef5a716676fe 100644 --- a/jetty-core/jetty-unixdomain-server/pom.xml +++ b/jetty-core/jetty-unixdomain-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-util-ajax/pom.xml b/jetty-core/jetty-util-ajax/pom.xml index 9f644de3d5ff..694be881f930 100644 --- a/jetty-core/jetty-util-ajax/pom.xml +++ b/jetty-core/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-util-ajax diff --git a/jetty-core/jetty-util/pom.xml b/jetty-core/jetty-util/pom.xml index 780ee4c98af8..b23460e75e8f 100644 --- a/jetty-core/jetty-util/pom.xml +++ b/jetty-core/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-util diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml index 1f378b859c4d..ce6a492b0a29 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml index 53638783a430..1851a4b6772c 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml index 04c78396b12f..f25d54098808 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml index d7bf62004a3e..2d3a1239b6f9 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 d6ed20b27226..d8f5d633f095 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 65bbcefb7319..31bffe4aca73 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 932ac057d382..4cdabd8c8e03 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 80779fe3ae0e..bdf52863a2a1 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 ccde778e43d2..5b06919cdc02 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-websocket/pom.xml b/jetty-core/jetty-websocket/pom.xml index 152ec8e5c827..5ebc0265e917 100644 --- a/jetty-core/jetty-websocket/pom.xml +++ b/jetty-core/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-core/jetty-xml/pom.xml b/jetty-core/jetty-xml/pom.xml index dbf13b7a6dd9..afe95b7198ed 100644 --- a/jetty-core/jetty-xml/pom.xml +++ b/jetty-core/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-core - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-xml diff --git a/jetty-core/pom.xml b/jetty-core/pom.xml index 1d3b41250dc7..6523b5b68e99 100644 --- a/jetty-core/pom.xml +++ b/jetty-core/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-annotations/pom.xml b/jetty-ee10/jetty-ee10-annotations/pom.xml index 1e27295808ce..8fedb5c0200c 100644 --- a/jetty-ee10/jetty-ee10-annotations/pom.xml +++ b/jetty-ee10/jetty-ee10-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml index d84f74d5af60..1a9a635de430 100644 --- a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml +++ b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-bom/pom.xml b/jetty-ee10/jetty-ee10-bom/pom.xml index 6ed67cdb090d..f2d8f790c59e 100644 --- a/jetty-ee10/jetty-ee10-bom/pom.xml +++ b/jetty-ee10/jetty-ee10-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 jetty-ee10-bom @@ -43,132 +43,132 @@ org.eclipse.jetty.ee10 jetty-ee10-annotations - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-apache-jsp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-cdi - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-fcgi-proxy - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-glassfish-jstl - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-jaspi - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-jndi - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-jspc-maven-plugin - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-maven-plugin - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-plus - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-proxy - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-quickstart - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-runner - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-servlet - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-servlets - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10 jetty-ee10-webapp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-alpn - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot-jsp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-client-webapp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-common - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jetty-client-webapp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jetty-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-servlet - 12.0.2-SNAPSHOT + 12.0.2 diff --git a/jetty-ee10/jetty-ee10-cdi/pom.xml b/jetty-ee10/jetty-ee10-cdi/pom.xml index 014a041ccca5..20ae120c020b 100644 --- a/jetty-ee10/jetty-ee10-cdi/pom.xml +++ b/jetty-ee10/jetty-ee10-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-cdi diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml index 1a6068291691..b35741cf2098 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml index 2d3eed831301..104dda002e38 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml index 94de0eaba596..8589a923c426 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml index c98db74073e5..c660e2092a07 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml index eb0d82eacdaa..a82dc1afbac3 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-demo-embedded diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml index 64dd435bc1eb..282b4c677019 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.2-SNAPSHOT + 12.0.2 jetty-ee10-demo-jaas-webapp EE10 :: Demo :: JAAS WebApp diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml index d90433644331..ac8875684d41 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-demo-jetty-webapp diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml index 52fdba5ad02d..f2be19ad7b19 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.2-SNAPSHOT + 12.0.2 jetty-ee10-demo-jndi-webapp EE10 :: Demo :: JNDI WebApp diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml index 7d1ae686225d..0e13e6bb268f 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml index 7a428d193390..cf96aa341588 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.2-SNAPSHOT + 12.0.2 EE10 :: Demo :: Mock Resources jetty-ee10-demo-mock-resources diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml index 7e7f2516c761..f43981684f78 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-demo-proxy-webapp diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml index d839ca171a51..852f8e5276e1 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml index 32fe2122a65f..d48109e165db 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.2-SNAPSHOT + 12.0.2 ../../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 8fb1fd6092ee..f98406a287bb 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.2-SNAPSHOT + 12.0.2 ../../pom.xml EE10 :: Demo :: Servlet Spec :: WebApp diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml index 45db3575479d..65f4fcccc2a4 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.2-SNAPSHOT + 12.0.2 ../../pom.xml diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml index 974b6da09176..3dbc9cb45167 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.2-SNAPSHOT + 12.0.2 EE10 :: Demo :: Servlet Spec jetty-ee10-demo-spec diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml index 5cd6efd4ed35..1ba423c291e4 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-demos/pom.xml b/jetty-ee10/jetty-ee10-demos/pom.xml index fce267b99fb0..f336fd27d51a 100644 --- a/jetty-ee10/jetty-ee10-demos/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-examples/pom.xml b/jetty-ee10/jetty-ee10-examples/pom.xml index 8fa7589f146a..5d1f8f83de70 100644 --- a/jetty-ee10/jetty-ee10-examples/pom.xml +++ b/jetty-ee10/jetty-ee10-examples/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml index d27ef964869a..b91c6af1ff05 100644 --- a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml +++ b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml index d7fd1cd4fae3..5e3d8b4b6371 100644 --- a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml +++ b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-glassfish-jstl diff --git a/jetty-ee10/jetty-ee10-home/pom.xml b/jetty-ee10/jetty-ee10-home/pom.xml index 8216348e7bae..821eb6fce840 100644 --- a/jetty-ee10/jetty-ee10-home/pom.xml +++ b/jetty-ee10/jetty-ee10-home/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 ../pom.xml 4.0.0 diff --git a/jetty-ee10/jetty-ee10-jaspi/pom.xml b/jetty-ee10/jetty-ee10-jaspi/pom.xml index f67cd5443ad7..80cb7fe6ceff 100644 --- a/jetty-ee10/jetty-ee10-jaspi/pom.xml +++ b/jetty-ee10/jetty-ee10-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-jndi/pom.xml b/jetty-ee10/jetty-ee10-jndi/pom.xml index 1c63fd381f4f..3844ee048587 100644 --- a/jetty-ee10/jetty-ee10-jndi/pom.xml +++ b/jetty-ee10/jetty-ee10-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml index 0b34ee0a3b52..2d2f0f9afe5f 100644 --- a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml +++ b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-jspc-maven-plugin diff --git a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml index ca8fbabf0d98..445e49eee11a 100644 --- a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml +++ b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 ../pom.xml 4.0.0 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 2156e801845d..f421c65230fa 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.2-SNAPSHOT + 12.0.2 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 c91a9696ccef..8660871a9163 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-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 2ae1ea9846e5..1ba8c64cfed9 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-osgi-boot diff --git a/jetty-ee10/jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/pom.xml index c2fd8871f77b..d0ea84562a75 100644 --- a/jetty-ee10/jetty-ee10-osgi/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 071406d1972e..598ed328a725 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 test-jetty-ee10-osgi-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 26031e368c96..c8e36c5feaa1 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 test-jetty-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 4de44e73116e..6b6974995247 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 test-jetty-ee10-osgi-webapp-resources 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 e77492875d44..fee7c05f685e 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 test-jetty-ee10-osgi diff --git a/jetty-ee10/jetty-ee10-plus/pom.xml b/jetty-ee10/jetty-ee10-plus/pom.xml index dfbcd88f03e1..d5a324845767 100644 --- a/jetty-ee10/jetty-ee10-plus/pom.xml +++ b/jetty-ee10/jetty-ee10-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-proxy/pom.xml b/jetty-ee10/jetty-ee10-proxy/pom.xml index eb1d76ed0a3e..c7945b89f46a 100644 --- a/jetty-ee10/jetty-ee10-proxy/pom.xml +++ b/jetty-ee10/jetty-ee10-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-quickstart/pom.xml b/jetty-ee10/jetty-ee10-quickstart/pom.xml index 4bfc711e2800..3b45c51f9678 100644 --- a/jetty-ee10/jetty-ee10-quickstart/pom.xml +++ b/jetty-ee10/jetty-ee10-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-runner/pom.xml b/jetty-ee10/jetty-ee10-runner/pom.xml index d88b748e7e44..6b51a82073c9 100644 --- a/jetty-ee10/jetty-ee10-runner/pom.xml +++ b/jetty-ee10/jetty-ee10-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-runner diff --git a/jetty-ee10/jetty-ee10-servlet/pom.xml b/jetty-ee10/jetty-ee10-servlet/pom.xml index b09777b3ae45..aee35429b2df 100644 --- a/jetty-ee10/jetty-ee10-servlet/pom.xml +++ b/jetty-ee10/jetty-ee10-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-servlets/pom.xml b/jetty-ee10/jetty-ee10-servlets/pom.xml index 245f1e3d43e6..ba06891f4433 100644 --- a/jetty-ee10/jetty-ee10-servlets/pom.xml +++ b/jetty-ee10/jetty-ee10-servlets/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml index 31831f6acf1b..8c2f0f312bed 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml index 5aa65f8da37f..523a047f2bc0 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.2-SNAPSHOT + 12.0.2 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 317c2fb06f1b..b47439c47ac9 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml index ca6f68d7ef95..63a495c7a240 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml index 51df7916b835..2261b2bbf8e3 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml index 7649348884de..71af26bf6bd5 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 33e5f2b7c9ee..369588e886dd 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 e0f2c98d922e..dc487f0ade10 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-test-integration 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 6d63f6196cb0..ffc697031ca2 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-jmx - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-jmx-webapp-it diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml index d9f925936a79..0fd0f91752ba 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.2-SNAPSHOT + 12.0.2 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 bdc5a916d846..417ad6b82aea 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-test-jmx diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml index 00ba3700c783..b431533de74c 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 ../pom.xml diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml index 5952cefc3d7e..060ca9ef9f4e 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.2-SNAPSHOT + 12.0.2 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 6c334f4f89d5..33e6cd712240 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml index df38632a317d..b4c87c2f3cdc 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml index 2d943d6a081d..844443714bc4 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee10-test-quickstart 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 1110090e0735..491f6f30815a 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.2-SNAPSHOT + 12.0.2 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 4cc8c0672d0b..6ee08fa0708b 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.2-SNAPSHOT + 12.0.2 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 6908351dc8ee..43d2b2e9142b 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.2-SNAPSHOT + 12.0.2 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 941c2aa19e7e..04e2c8f74f9a 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.2-SNAPSHOT + 12.0.2 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 d22d2bd24408..04927ede60cd 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.2-SNAPSHOT + 12.0.2 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 e3b950fcea75..c53e963dcbee 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.2-SNAPSHOT + 12.0.2 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 f43343734630..6c20569eb6a2 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.2-SNAPSHOT + 12.0.2 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 1b69e4787001..42a9769db80a 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.2-SNAPSHOT + 12.0.2 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 87a29680b6d7..53118afc5528 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.2-SNAPSHOT + 12.0.2 jetty-ee10-test-sessions EE10 :: Tests :: Sessions 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 e45e15a0c973..3ae0766e8bd5 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.2-SNAPSHOT + 12.0.2 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 d117208dfe4e..c98552e8f143 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.2-SNAPSHOT + 12.0.2 jetty-ee10-test-webapp-rfc2616 EE10 :: Tests :: RFC2616 WebApp diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml index 115922c07a64..31b05255fe8f 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml index 077dc1868519..05ced258ecbe 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml index 8e8e088c3942..443f63486596 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml index a5bd94479301..a3f222a73df7 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-tests/pom.xml b/jetty-ee10/jetty-ee10-tests/pom.xml index 859b25aeb135..8fb582a21a85 100644 --- a/jetty-ee10/jetty-ee10-tests/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 ../pom.xml diff --git a/jetty-ee10/jetty-ee10-webapp/pom.xml b/jetty-ee10/jetty-ee10-webapp/pom.xml index 553fa907084f..e59c34fe5751 100644 --- a/jetty-ee10/jetty-ee10-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 f90446c0af79..13415954ba46 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml index b5535b045afc..ca06497dd227 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml index 4a3aabfbbe29..7cf904579a55 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml index 378778ceb831..edb952f5a92c 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml index d9f0a3b7e8a4..40ed6cf5266b 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 53f344257889..c342c84b2df1 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml index 8bf2abbba479..e97a3d6b32da 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml index 94fd08b2cf52..217fc9d89eea 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml index bf79f1ec5c27..2561b089cf2a 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/jetty-ee10-websocket/pom.xml b/jetty-ee10/jetty-ee10-websocket/pom.xml index 6f5520060288..3c7918993d38 100644 --- a/jetty-ee10/jetty-ee10-websocket/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee10/pom.xml b/jetty-ee10/pom.xml index a7a3375281e2..b3521728afa4 100644 --- a/jetty-ee10/pom.xml +++ b/jetty-ee10/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-annotations/pom.xml b/jetty-ee8/jetty-ee8-annotations/pom.xml index c769788286ca..c1f6ddbadab0 100644 --- a/jetty-ee8/jetty-ee8-annotations/pom.xml +++ b/jetty-ee8/jetty-ee8-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml index 5fcda8eb88fe..b6ac29f37bdb 100644 --- a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml +++ b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-bom/pom.xml b/jetty-ee8/jetty-ee8-bom/pom.xml index 704b2c42852d..107538bef946 100644 --- a/jetty-ee8/jetty-ee8-bom/pom.xml +++ b/jetty-ee8/jetty-ee8-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 jetty-ee8-bom @@ -43,117 +43,117 @@ org.eclipse.jetty.ee8 jetty-ee8-annotations - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-apache-jsp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-glassfish-jstl - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-jndi - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-nested - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-openid - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-plus - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-proxy - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-quickstart - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-security - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-servlet - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-servlets - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8 jetty-ee8-webapp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-client-webapp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-common - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-api - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-client-webapp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-common - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-servlet - 12.0.2-SNAPSHOT + 12.0.2 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 d09f6ae16308..4347f1c4f6dc 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml index 78d0c157f7e7..025c2cf797a4 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml index f2b44b6f71e6..d23de737f770 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml index 60e9e0b3a45f..cacfd83ed6a8 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml index 44afae0df8a3..b364258444b7 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.2-SNAPSHOT + 12.0.2 jetty-ee8-demo-jaas-webapp EE8 :: Demo :: JAAS WebApp diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml index 0aed79e1a050..24d62bafcd2f 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee8-demo-jetty-webapp diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml index da6ad5fadd82..791b36ae51b0 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.2-SNAPSHOT + 12.0.2 jetty-ee8-demo-jndi-webapp EE8 :: Demo :: JNDI WebApp diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml index 1b008caf1010..9ee740a1dbcb 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml index d81bc8a1041b..88d0c0862dae 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.2-SNAPSHOT + 12.0.2 EE8 :: Demo :: Mock Resources jetty-ee8-demo-mock-resources diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml index bb21a9d9a706..89093675caba 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee8-demo-proxy-webapp diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml index 0468ea16042f..e95dfd8f7228 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml index 97ff7af1b1ce..ecb9c13654a8 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-spec - 12.0.2-SNAPSHOT + 12.0.2 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 98e9de7ba328..d9af7d6556ee 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.2-SNAPSHOT + 12.0.2 EE8 :: Demo :: Servlet Spec :: WebApp jetty-ee8-demo-spec-webapp diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml index 0a3524f5a5fc..5667aa327542 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-spec - 12.0.2-SNAPSHOT + 12.0.2 EE8 :: Demo :: Servlet Spec :: Fragment Jar diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml index 6f0061e326ab..dc3da32bfb70 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.2-SNAPSHOT + 12.0.2 EE8 :: Demo :: Servlet Spec jetty-ee8-demo-spec diff --git a/jetty-ee8/jetty-ee8-demos/pom.xml b/jetty-ee8/jetty-ee8-demos/pom.xml index ab7d292d1dab..d113f9465796 100644 --- a/jetty-ee8/jetty-ee8-demos/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml index b20d2875bdde..8ef500415276 100644 --- a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml +++ b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee8-glassfish-jstl diff --git a/jetty-ee8/jetty-ee8-home/pom.xml b/jetty-ee8/jetty-ee8-home/pom.xml index a096911c11b4..ef330d18c447 100644 --- a/jetty-ee8/jetty-ee8-home/pom.xml +++ b/jetty-ee8/jetty-ee8-home/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee8-home diff --git a/jetty-ee8/jetty-ee8-jaspi/pom.xml b/jetty-ee8/jetty-ee8-jaspi/pom.xml index 63f224bf9060..7673b4e9665f 100644 --- a/jetty-ee8/jetty-ee8-jaspi/pom.xml +++ b/jetty-ee8/jetty-ee8-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-jndi/pom.xml b/jetty-ee8/jetty-ee8-jndi/pom.xml index bece58850077..99a4257374f1 100644 --- a/jetty-ee8/jetty-ee8-jndi/pom.xml +++ b/jetty-ee8/jetty-ee8-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml index 62bf3a5f7b03..2573ca4fbfe1 100644 --- a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml +++ b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee8-jspc-maven-plugin diff --git a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml index e426e73c0aa3..91361d598b2f 100644 --- a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml +++ b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee8-maven-plugin diff --git a/jetty-ee8/jetty-ee8-nested/pom.xml b/jetty-ee8/jetty-ee8-nested/pom.xml index f415557e7ae2..7041c60e3f3c 100644 --- a/jetty-ee8/jetty-ee8-nested/pom.xml +++ b/jetty-ee8/jetty-ee8-nested/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-openid/pom.xml b/jetty-ee8/jetty-ee8-openid/pom.xml index e97a1e234480..00eca66853b7 100644 --- a/jetty-ee8/jetty-ee8-openid/pom.xml +++ b/jetty-ee8/jetty-ee8-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-plus/pom.xml b/jetty-ee8/jetty-ee8-plus/pom.xml index bf12ea3763a0..9c481da3c891 100644 --- a/jetty-ee8/jetty-ee8-plus/pom.xml +++ b/jetty-ee8/jetty-ee8-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-proxy/pom.xml b/jetty-ee8/jetty-ee8-proxy/pom.xml index 37a87a859a1e..be79eb21fb96 100644 --- a/jetty-ee8/jetty-ee8-proxy/pom.xml +++ b/jetty-ee8/jetty-ee8-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-quickstart/pom.xml b/jetty-ee8/jetty-ee8-quickstart/pom.xml index 545b11870576..7b849ca6c94d 100644 --- a/jetty-ee8/jetty-ee8-quickstart/pom.xml +++ b/jetty-ee8/jetty-ee8-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-security/pom.xml b/jetty-ee8/jetty-ee8-security/pom.xml index c8d67867a2f9..e122073e3040 100644 --- a/jetty-ee8/jetty-ee8-security/pom.xml +++ b/jetty-ee8/jetty-ee8-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-servlet/pom.xml b/jetty-ee8/jetty-ee8-servlet/pom.xml index 40eb38d5f1df..54f8cc177aa6 100644 --- a/jetty-ee8/jetty-ee8-servlet/pom.xml +++ b/jetty-ee8/jetty-ee8-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-servlets/pom.xml b/jetty-ee8/jetty-ee8-servlets/pom.xml index 30af9201ce49..574cf989a3c8 100644 --- a/jetty-ee8/jetty-ee8-servlets/pom.xml +++ b/jetty-ee8/jetty-ee8-servlets/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-webapp/pom.xml b/jetty-ee8/jetty-ee8-webapp/pom.xml index 41b2571c3088..553c112eaef6 100644 --- a/jetty-ee8/jetty-ee8-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 a6b5873a2f8c..1bf0e02f4876 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 ../pom.xml 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 8d1770799d82..ba5ef548c47b 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 ../pom.xml diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml index 94cda6d1fbd5..129d4709749a 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml index 86f282e81630..299388b1337f 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml index 698a2f624b82..ae8ff36d99fd 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml index 68df274f1cd5..80474c8136c7 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 a237e38bb0a9..7805692669af 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml index 50e772b66704..2fb860c587c9 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml index 5fc93e5a7074..5c45e3188073 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml index da999eaaa38f..bdb45370565c 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml index 003655683f90..1f6efc83aaed 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml index ccdb0cd4d0a2..e5bba44535d2 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee8/jetty-ee8-websocket/pom.xml b/jetty-ee8/jetty-ee8-websocket/pom.xml index d7fa4781aa33..21cee7fd0d51 100644 --- a/jetty-ee8/jetty-ee8-websocket/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.2-SNAPSHOT + 12.0.2 ../pom.xml diff --git a/jetty-ee8/pom.xml b/jetty-ee8/pom.xml index 2ed73c0396f4..d83ec2f601ea 100644 --- a/jetty-ee8/pom.xml +++ b/jetty-ee8/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-annotations/pom.xml b/jetty-ee9/jetty-ee9-annotations/pom.xml index 0177348369ee..a69958534e5e 100644 --- a/jetty-ee9/jetty-ee9-annotations/pom.xml +++ b/jetty-ee9/jetty-ee9-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml index 52f084c94ad8..e21972d997d3 100644 --- a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml +++ b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-bom/pom.xml b/jetty-ee9/jetty-ee9-bom/pom.xml index 2a7adacfdfdb..50f4037d2794 100644 --- a/jetty-ee9/jetty-ee9-bom/pom.xml +++ b/jetty-ee9/jetty-ee9-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 jetty-ee9-bom @@ -43,147 +43,147 @@ org.eclipse.jetty.ee9 jetty-ee9-annotations - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-apache-jsp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-cdi - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-fcgi-proxy - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-glassfish-jstl - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-jaspi - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-jndi - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-nested - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-openid - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-plus - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-proxy - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-quickstart - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-runner - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-security - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-servlet - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-servlets - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9 jetty-ee9-webapp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.osgi jetty-ee9-osgi-boot - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.osgi jetty-ee9-osgi-boot-jsp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-client-webapp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-common - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-api - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-client - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-client-webapp - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-common - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-server - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-servlet - 12.0.2-SNAPSHOT + 12.0.2 diff --git a/jetty-ee9/jetty-ee9-cdi/pom.xml b/jetty-ee9/jetty-ee9-cdi/pom.xml index cc0f1d9bd864..b05c62faa6b5 100644 --- a/jetty-ee9/jetty-ee9-cdi/pom.xml +++ b/jetty-ee9/jetty-ee9-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-cdi diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml index 41994cdbc4e1..8281c04977a1 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml index 9aa6fb8c20f8..4de9c9dcc2da 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml index 44f2e87b2fba..888eed294d7e 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml index dcb91d48b96a..bd4326b7f13c 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml index 6d6f05496749..c9707f5a9cd5 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-demo-embedded diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml index 2dc7896bc833..fdd7e35fa87b 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.2-SNAPSHOT + 12.0.2 jetty-ee9-demo-jaas-webapp EE9 :: Demo :: JAAS WebApp diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml index b9ea28e8dedb..ae876bc49b52 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-demo-jetty-webapp diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml index e12408df35b7..71c8b247e292 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.2-SNAPSHOT + 12.0.2 jetty-ee9-demo-jndi-webapp EE9 :: Demo :: JNDI WebApp diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml index c8e4aa98620e..955370d2e58e 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml index 322eea5efcc0..d973e0f6f67c 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.2-SNAPSHOT + 12.0.2 EE9 :: Demo :: Mock Resources jetty-ee9-demo-mock-resources diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml index 9372adb92859..ee93bf6d767d 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-demo-proxy-webapp diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml index fc3b82e164c2..e8cdfa93002f 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml index 8cb8f7d82cc6..5efc5af05043 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.2-SNAPSHOT + 12.0.2 ../../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 4ea34156abfc..f98a3a72909a 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.2-SNAPSHOT + 12.0.2 ../../pom.xml EE9 :: Demo :: Servlet Spec :: WebApp diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml index 650752ff7da2..2f0de93ecfa3 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.2-SNAPSHOT + 12.0.2 ../../pom.xml diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml index 11fe46410fb0..1ed55a36aee1 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.2-SNAPSHOT + 12.0.2 EE9 :: Demo :: Servlet Spec jetty-ee9-demo-spec diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml index 76a7efba8438..46fffe2f6f51 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-demos/pom.xml b/jetty-ee9/jetty-ee9-demos/pom.xml index 4a59f735f5a0..d8edc3c4bb1e 100644 --- a/jetty-ee9/jetty-ee9-demos/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml index 38cc17769358..9bbbc5c568ee 100644 --- a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml +++ b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml index 77e875207dbf..436f04acfbd3 100644 --- a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml +++ b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-glassfish-jstl diff --git a/jetty-ee9/jetty-ee9-home/pom.xml b/jetty-ee9/jetty-ee9-home/pom.xml index 540495d1dace..3825b0689580 100644 --- a/jetty-ee9/jetty-ee9-home/pom.xml +++ b/jetty-ee9/jetty-ee9-home/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-home diff --git a/jetty-ee9/jetty-ee9-jaspi/pom.xml b/jetty-ee9/jetty-ee9-jaspi/pom.xml index 57b70c4f65f1..e4c2f3751d24 100644 --- a/jetty-ee9/jetty-ee9-jaspi/pom.xml +++ b/jetty-ee9/jetty-ee9-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-jndi/pom.xml b/jetty-ee9/jetty-ee9-jndi/pom.xml index 07aaad855b4f..93aa75df3f1b 100644 --- a/jetty-ee9/jetty-ee9-jndi/pom.xml +++ b/jetty-ee9/jetty-ee9-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml index f3770b4de837..f6396622e515 100644 --- a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml +++ b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-jspc-maven-plugin diff --git a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml index e64c56206d21..a3265024fc1c 100644 --- a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml +++ b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-maven-plugin diff --git a/jetty-ee9/jetty-ee9-nested/pom.xml b/jetty-ee9/jetty-ee9-nested/pom.xml index d83f5f9c1c51..c394aaa3bb5e 100644 --- a/jetty-ee9/jetty-ee9-nested/pom.xml +++ b/jetty-ee9/jetty-ee9-nested/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-openid/pom.xml b/jetty-ee9/jetty-ee9-openid/pom.xml index 9f07e1d592b8..e62202274a49 100644 --- a/jetty-ee9/jetty-ee9-openid/pom.xml +++ b/jetty-ee9/jetty-ee9-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 74777db8e9d7..2157a36f0e19 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-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 e403e4f0fc7e..9d84b035c314 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-osgi-boot diff --git a/jetty-ee9/jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/pom.xml index 2abb6644c41f..f9abb5e84b44 100644 --- a/jetty-ee9/jetty-ee9-osgi/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 de67c74fb54a..82d4ff712d6e 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 test-jetty-ee9-osgi-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 9e6ee57f5fa2..45e7314c96d7 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 test-jetty-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 cdc4c9fd8700..df08588e3257 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 test-jetty-ee9-osgi-webapp-resources 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 06e47aba0017..136aaea82e04 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 @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 test-jetty-ee9-osgi diff --git a/jetty-ee9/jetty-ee9-plus/pom.xml b/jetty-ee9/jetty-ee9-plus/pom.xml index 30456c20d6cf..080f2ae96873 100644 --- a/jetty-ee9/jetty-ee9-plus/pom.xml +++ b/jetty-ee9/jetty-ee9-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-proxy/pom.xml b/jetty-ee9/jetty-ee9-proxy/pom.xml index 1db49a23333c..6e09a70f858a 100644 --- a/jetty-ee9/jetty-ee9-proxy/pom.xml +++ b/jetty-ee9/jetty-ee9-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-quickstart/pom.xml b/jetty-ee9/jetty-ee9-quickstart/pom.xml index 90e1cf31deaa..963b3c058fa7 100644 --- a/jetty-ee9/jetty-ee9-quickstart/pom.xml +++ b/jetty-ee9/jetty-ee9-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-runner/pom.xml b/jetty-ee9/jetty-ee9-runner/pom.xml index 2f0a58f2637b..9408c7a521dc 100644 --- a/jetty-ee9/jetty-ee9-runner/pom.xml +++ b/jetty-ee9/jetty-ee9-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-runner diff --git a/jetty-ee9/jetty-ee9-security/pom.xml b/jetty-ee9/jetty-ee9-security/pom.xml index bdc877221c64..63ef6eaa354c 100644 --- a/jetty-ee9/jetty-ee9-security/pom.xml +++ b/jetty-ee9/jetty-ee9-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-servlet/pom.xml b/jetty-ee9/jetty-ee9-servlet/pom.xml index 350e6f678bc0..7ada4b1a4795 100644 --- a/jetty-ee9/jetty-ee9-servlet/pom.xml +++ b/jetty-ee9/jetty-ee9-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-servlets/pom.xml b/jetty-ee9/jetty-ee9-servlets/pom.xml index f1af96a5053c..2abd3b04f74a 100644 --- a/jetty-ee9/jetty-ee9-servlets/pom.xml +++ b/jetty-ee9/jetty-ee9-servlets/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 4edf68e506b6..86e1dcb41e8e 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml index 7f1f5cdb380e..cc2cec3fd731 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.2-SNAPSHOT + 12.0.2 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 e56aac7d7af9..0c0a06f53a32 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 29191d330e96..7aec21efe00c 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml index 5008089b3885..496de8f0eb40 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml index c2e7d58fb3c8..52a3fb8439c7 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 c46e26238bf7..f4f676cca5d2 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 92cc1fcd06ae..27869707a6b1 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-test-integration 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 9be42e33df50..f709e154902e 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-jmx - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-jmx-webapp-it 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 fc63dd404bf1..af63099293f4 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.2-SNAPSHOT + 12.0.2 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 974113dedacb..fc105ede30f4 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-test-jmx 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 f92bff574148..da7c2dbae243 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 a2b2bcc6d000..104b8e80922e 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.2-SNAPSHOT + 12.0.2 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 b70638b056a0..2f7f9ce665b6 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml index 130603af02f5..aa3fe939a0c5 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml index 8921836756cf..9216aeedcc4f 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-ee9-test-quickstart 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 96724422bcb1..434fc2574a07 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.2-SNAPSHOT + 12.0.2 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 4919f0fbac06..e0037a2ae25e 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.2-SNAPSHOT + 12.0.2 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 d6b6a63f8a6d..e3dafb91e133 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.2-SNAPSHOT + 12.0.2 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 83be735b59bd..9188da936cd9 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.2-SNAPSHOT + 12.0.2 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 2fa7a3ddf329..1fc61954cb8d 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.2-SNAPSHOT + 12.0.2 ../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 daadcfe83415..79d33ec1d9ef 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.2-SNAPSHOT + 12.0.2 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 be8cdb76a706..cfb1f7a788bb 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.2-SNAPSHOT + 12.0.2 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 16a64dcc3f9d..2e6286c8ec42 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.2-SNAPSHOT + 12.0.2 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 4c0d818ee9ef..eba4825b97d1 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.2-SNAPSHOT + 12.0.2 jetty-ee9-test-sessions EE9 :: Tests :: Sessions 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 9b270c45aecb..009d36f55704 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.2-SNAPSHOT + 12.0.2 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 6d355115a7aa..ad3310e72ed6 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.2-SNAPSHOT + 12.0.2 jetty-ee9-test-webapp-rfc2616 EE9 :: Tests :: RFC2616 WebApp diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml index 67bd8ead3b6f..52447e671c1a 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml index 5ce3c2d25749..899ae62da662 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml index 3f79c95abe5d..48cdd7b3317f 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml index eb4856241f0a..727c2444dc72 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-tests/pom.xml b/jetty-ee9/jetty-ee9-tests/pom.xml index 5d9f069b87e4..0169504917df 100644 --- a/jetty-ee9/jetty-ee9-tests/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-webapp/pom.xml b/jetty-ee9/jetty-ee9-webapp/pom.xml index 44881543ab1d..b3daaae62cc1 100644 --- a/jetty-ee9/jetty-ee9-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 1679198b452f..8a59c865d500 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 ../pom.xml 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 31c29439a24a..6da6809540b9 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 ../pom.xml diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml index d4b4cbd2e2a8..1cfda1cea23a 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml index 5983306f4eac..0c01d27c9c9e 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml index b0430a2a6cd4..af5f464029e8 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml index b6a4fee269dd..10fc76ab0c9c 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 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 ec835c806ecf..6ac5124a4e23 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 @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml index 55c9143e4282..2dbe19b02c69 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml index d9d606998eec..d5cb4aed7b2a 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml index 1552f7817bfb..14691923e471 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml index ca164762ce26..622271fe090b 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml index a58cb4ebc910..8d4d04e890c2 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-ee9/jetty-ee9-websocket/pom.xml b/jetty-ee9/jetty-ee9-websocket/pom.xml index c0a411e6a20e..c157e815ddda 100644 --- a/jetty-ee9/jetty-ee9-websocket/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.2-SNAPSHOT + 12.0.2 ../pom.xml diff --git a/jetty-ee9/pom.xml b/jetty-ee9/pom.xml index 54f766bc3ee6..854f5dc3204b 100644 --- a/jetty-ee9/pom.xml +++ b/jetty-ee9/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 285d99e5f752..d7dc50fade68 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 12.0.2-SNAPSHOT + 12.0.2 ../pom.xml 4.0.0 diff --git a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 8e1a33243e6b..2d4ee7218934 100644 --- a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.gcloud jetty-gcloud - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-integrations/jetty-gcloud/pom.xml b/jetty-integrations/jetty-gcloud/pom.xml index d41e41a02bfc..e82997da0e98 100644 --- a/jetty-integrations/jetty-gcloud/pom.xml +++ b/jetty-integrations/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-integrations - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-integrations/jetty-hazelcast/pom.xml b/jetty-integrations/jetty-hazelcast/pom.xml index 237c76987358..b272b8e7c042 100644 --- a/jetty-integrations/jetty-hazelcast/pom.xml +++ b/jetty-integrations/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-integrations - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml index c24a66da1350..0a15df20ab9a 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-infinispan-common diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml index b49095078950..c891533f56c1 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-infinispan-embedded-query diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml index f29f4afe736a..9778a7c6ca3e 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-infinispan-embedded diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml index 3d3ef0937142..a8275faab511 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-infinispan-remote-query diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml index c7ad3043dc51..32089423b188 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-infinispan-remote diff --git a/jetty-integrations/jetty-infinispan/pom.xml b/jetty-integrations/jetty-infinispan/pom.xml index 5fb241bcfcb0..26d1a8f2491e 100644 --- a/jetty-integrations/jetty-infinispan/pom.xml +++ b/jetty-integrations/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-integrations - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml index 43c5b0d996a8..1b2859870967 100644 --- a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml +++ b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.memcached jetty-memcached - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-integrations/jetty-memcached/pom.xml b/jetty-integrations/jetty-memcached/pom.xml index 76bd3eb2f8c3..08762c5dbd9e 100644 --- a/jetty-integrations/jetty-memcached/pom.xml +++ b/jetty-integrations/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-integrations - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/jetty-integrations/jetty-nosql/pom.xml b/jetty-integrations/jetty-nosql/pom.xml index 470cd0454ab3..8a79b894cccf 100644 --- a/jetty-integrations/jetty-nosql/pom.xml +++ b/jetty-integrations/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-integrations - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 jetty-nosql diff --git a/jetty-integrations/pom.xml b/jetty-integrations/pom.xml index afd63c657cee..96996c879ad4 100644 --- a/jetty-integrations/pom.xml +++ b/jetty-integrations/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/pom.xml b/pom.xml index 7247067f1568..d23157c7f6f9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 12.0.2-SNAPSHOT + 12.0.2 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/jetty-home-tester/pom.xml b/tests/jetty-home-tester/pom.xml index 05fd2af17275..b55e1d4df0cb 100644 --- a/tests/jetty-home-tester/pom.xml +++ b/tests/jetty-home-tester/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index 0559795eb1e8..0e2439e81c6a 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/tests/jetty-test-session-common/pom.xml b/tests/jetty-test-session-common/pom.xml index 3b1356b1d575..263d671b9b41 100644 --- a/tests/jetty-test-session-common/pom.xml +++ b/tests/jetty-test-session-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index 44fbe3ff7492..e67ffa0715c5 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 12.0.2-SNAPSHOT + 12.0.2 org.eclipse.jetty.tests tests diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 4b26c7860a6c..6cc3f50b592f 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml index f650abee87d4..c1ac07a861b3 100644 --- a/tests/test-distribution/test-distribution-common/pom.xml +++ b/tests/test-distribution/test-distribution-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/tests/test-distribution/test-ee10-distribution/pom.xml b/tests/test-distribution/test-ee10-distribution/pom.xml index 3e0e2f6fc32f..5d12e2e98c06 100644 --- a/tests/test-distribution/test-ee10-distribution/pom.xml +++ b/tests/test-distribution/test-ee10-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/tests/test-distribution/test-ee9-distribution/pom.xml b/tests/test-distribution/test-ee9-distribution/pom.xml index 4ff61d986deb..66fab1dc8ed1 100644 --- a/tests/test-distribution/test-ee9-distribution/pom.xml +++ b/tests/test-distribution/test-ee9-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index c367ea215ccb..3a9ab360e3d6 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests - 12.0.2-SNAPSHOT + 12.0.2 4.0.0 test-integration