diff --git a/VERSION.txt b/VERSION.txt index 374bb9eaa8e..dddd4a7bb56 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,65 @@ -jetty-10.0.8-SNAPSHOT +jetty-10.0.8 - 07 February 2022 + + 2504 Expose more WebSocket details in JMX and Server Dump + + 4275 Path Normalization/Traversal - Context Matching + + 4317 EventSource does not work with GzipHandler + + 6017 Property overriding does not work + + 6282 SecuredRedirectHandler should probably redirect with 301 + + 6497 Replace SameFileAliasChecker + + 6728 QUIC and HTTP/3 + + 6730 HTTP3: update Quiche to 0.9.0 + + 6965 Expose Spec `ServerContainer.upgrade()` API + + 6973 Jetty starts consuming CPU that remains high even without any traffic + + 6974 Major websocket memory change in 9.4.36 + + 6980 ELContextCleaner failed because cannot access a member of class + javax.el.BeanELResolver with modifiers "private static final" + + 6987 jetty-unixdomain-server is missing from jetty-bom + + 6990 UnixDomainServerConnector throws misleading exception on invalid socket + path + + 7008 Problem with jetty.sh start regression 10.0.6 -> 10.0.7 when using + JETTY_USER + + 7012 Remove all old geronimo spec jars from jetty-10 + + 7031 ResponseWriter.println(char) does not print newline + + 7042 Simplify configuration to use different OpenIdConfiguration per webapp. + + 7059 NPE in AllowedResourceAliasChecker.getPath() + + 7063 Simplify command line use of org.eclipse.jetty.util.Password + + 7064 Cleanup or clarify `(null)` in output of `--list-config` + + 7086 WebSocket: java.lang.IllegalStateException: already released + RetainableByteBuffer + + 7103 Rework LaF of distro landing page + + 7107 Client timeout and async close exceptions when setting max duration on + pool + + 7109 Deprecate UnixSocket JNR support + + 7111 Add support to deprecate jetty-home modules + + 7113 Improve Unix-Domain client documentation + + 7124 Add default methods on LifeCycle.Listener interface + + 7131 Use Charset instead of encoding string where possible + + 7157 Multiplexed connection pools retain CLOSED entries + + 7160 HttpURI considers %25 to be ambiguous, preventing access to static + resources with % in their name + + 7240 Clarify and javadoc InvocationType + + 7243 Reset pooled ByteBuffer endianness + + 7262 Allow the SerlvetHandler.getFilterChain method to be overridden. + + 7277 Allow override of `ServletRequest.getLocalName()` and `.getLocalPort()` + in post-intermediary scenarios + + 7280 Interceptors don't get destroyed in HttpInput + + 7281 EOFs are not passed to interceptors any more - shouldn't they? + + 7284 HttpInput reopen/recycle cleanup + + 7297 Deprecate log4j 1.x support + + 7313 addBean(_attributes); only called in the Convenience constructor of + org.eclipse.jetty.server.Server + + 7327 jetty-slf4j-impl missing from BOM + + 7348 Slow CONNECT request causes NPE + + 7351 Large WebSocket payloads with permessage-deflate hang on 10.0.7 + + 7354 Demo jars should not be in jetty-home + + 7369 Document CustomRequestLog + + 7375 Some environments require Request scoping during session save + + 7435 Investigate Infinispan transitive dependencies + + 7496 Transient 400: Bad Request responses in jetty-9.4.45.v20220128 + + 7514 Adding InheritedListeners to already-started components can cause + IllegalStateException + + 7523 Typo in AnnotationConfiguration + + 7524 Missing package in JmxConfiguration + + 7529 Upgrade quiche to version 0.11.0 jetty-10.0.7 - 06 October 2021 + 3514 Use interpolation of versions from pom in mod files @@ -13,15 +74,15 @@ jetty-10.0.7 - 06 October 2021 active modules + 6487 Expose ServletHolder getter in ServletHandler$ChainEnd for auditing libraries to use - + 6489 Some URI valid compliance modes cannot be set in .ini file. + + 6489 Some URI valid compliance modes cannot be set in .ini file + 6491 onDataAvailable() not called when HttpParser is closed prematurely + 6497 Replace SameFileAliasChecker - + 6520 Error page has HTML error when writePoweredBy is enabled. + + 6520 Error page has HTML error when writePoweredBy is enabled + 6544 Using jetty.gzip.excludedMimeTypeList property results in an error + 6545 image/webp MIME type support + 6552 FileBufferedInterceptor.dispose not working due to locked file + 6553 Review usage of Authentication.UNAUTHENTICATED in SecurityHandler - + 6554 Allow creation of DefaultIdentityService without realmName. + + 6554 Allow creation of DefaultIdentityService without realmName + 6556 MemcachedSessionDataMap needs to set the context classloader before serialization/deseriazliation. + 6558 Allow to configure return type in JSON array parsing @@ -36,7 +97,7 @@ jetty-10.0.7 - 06 October 2021 + 6617 Add basic auth support for OpenId token endpoint (client_secret_basic) + 6618 ID token `azp` claim should not be required if `aud` is single value array - + 6642 WebSocket handling of Connection: upgrade,close. + + 6642 WebSocket handling of Connection: upgrade,close + 6646 Deadlock in HTTP2Flusher when using a small thread pool due to incorrect InvocableType + 6652 Improve ReservedThreadExecutor dump diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index b28a7397a06..431f26668b7 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index d7f976fecd4..97c4000de2f 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index ee419eb4788..326af32f70a 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -7,7 +7,7 @@ --> org.eclipse.jetty build-resources - 10.0.8-SNAPSHOT + 10.0.8 Jetty :: Build Resources jar diff --git a/demos/demo-async-rest/demo-async-rest-jar/pom.xml b/demos/demo-async-rest/demo-async-rest-jar/pom.xml index d80ff252d5d..5cbbd9e19e7 100644 --- a/demos/demo-async-rest/demo-async-rest-jar/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-jar/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/demos/demo-async-rest/demo-async-rest-server/pom.xml b/demos/demo-async-rest/demo-async-rest-server/pom.xml index 41c0337e2ce..3b9672cd4be 100644 --- a/demos/demo-async-rest/demo-async-rest-server/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml index a3945be9e28..1d95e9d8dbe 100644 --- a/demos/demo-async-rest/demo-async-rest-webapp/pom.xml +++ b/demos/demo-async-rest/demo-async-rest-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demo-async-rest-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml index 598d319e075..683a31efcbe 100644 --- a/demos/demo-async-rest/pom.xml +++ b/demos/demo-async-rest/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml index 38fb6e50bb1..f1f0746c75b 100644 --- a/demos/demo-jaas-webapp/pom.xml +++ b/demos/demo-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 demo-jaas-webapp Demo :: JAAS :: WebApp diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml index c8d034ab3e1..7732b7d2661 100644 --- a/demos/demo-jetty-webapp/pom.xml +++ b/demos/demo-jetty-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 ../pom.xml 4.0.0 diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml index 2da4ee5a07f..ee76ec2bda1 100644 --- a/demos/demo-jndi-webapp/pom.xml +++ b/demos/demo-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 demo-jndi-webapp Demo :: JNDI :: WebApp diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml index 0f85989f74a..3a892ed0bbc 100644 --- a/demos/demo-jsp-webapp/pom.xml +++ b/demos/demo-jsp-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml index 83d091f7355..22674123ba5 100644 --- a/demos/demo-mock-resources/pom.xml +++ b/demos/demo-mock-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 Demo :: Mock Resources demo-mock-resources diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml index 9d354c90e5d..6973c2594a9 100644 --- a/demos/demo-proxy-webapp/pom.xml +++ b/demos/demo-proxy-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 demo-proxy-webapp diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml index 33e8188695f..822e20e2da9 100644 --- a/demos/demo-simple-webapp/pom.xml +++ b/demos/demo-simple-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml index 892a453443e..9aea9f22b40 100644 --- a/demos/demo-spec/demo-container-initializer/pom.xml +++ b/demos/demo-spec/demo-container-initializer/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 ../../pom.xml demo-container-initializer diff --git a/demos/demo-spec/demo-spec-webapp/pom.xml b/demos/demo-spec/demo-spec-webapp/pom.xml index 20926635bb3..cc3e5273501 100644 --- a/demos/demo-spec/demo-spec-webapp/pom.xml +++ b/demos/demo-spec/demo-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 ../../pom.xml Demo :: Servlet Spec :: Webapp diff --git a/demos/demo-spec/demo-web-fragment/pom.xml b/demos/demo-spec/demo-web-fragment/pom.xml index fe00b8011b3..95ddaf77858 100644 --- a/demos/demo-spec/demo-web-fragment/pom.xml +++ b/demos/demo-spec/demo-web-fragment/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 ../../pom.xml diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml index dd8f379e6ff..a6f806e69a9 100644 --- a/demos/demo-spec/pom.xml +++ b/demos/demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 Demo :: Servlet Spec demo-spec diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml index b46e4225f7d..9b373788c13 100644 --- a/demos/embedded/pom.xml +++ b/demos/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 demos-jetty-embedded diff --git a/demos/pom.xml b/demos/pom.xml index 92fdf883c38..12b0396888e 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml index 5c1418d8191..3c1014e61e7 100644 --- a/documentation/jetty-asciidoctor-extensions/pom.xml +++ b/documentation/jetty-asciidoctor-extensions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml index 517a3244587..80748f96bec 100644 --- a/documentation/jetty-documentation/pom.xml +++ b/documentation/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/documentation/pom.xml b/documentation/pom.xml index 0064e59d141..409fc3fbfc1 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/javadoc/pom.xml b/javadoc/pom.xml index d5bf9cd98c4..1d61f5dd738 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index fe6dc278c2c..3453c5bd813 100644 --- a/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-alpn/jetty-alpn-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-alpn-client diff --git a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml index f13171752ad..030350a0737 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 4ccb67f7b79..e2c6ce9fa53 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index 85a7feb0435..f67a03f161d 100644 --- a/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index 572e415cbf0..1f8d7f6ea62 100644 --- a/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 5c5abf9c711..4c6a74f5926 100644 --- a/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-alpn/jetty-alpn-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index b12c7092600..3db59329a00 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index 3d10ae35284..7e8d2ccfa67 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index 07609e6c5b0..3021f043227 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index e6070bcff29..cc3236c0e19 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 jetty-bom @@ -53,419 +53,419 @@ org.eclipse.jetty apache-jsp - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty apache-jstl - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-alpn-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-alpn-java-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-alpn-java-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-alpn-conscrypt-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-alpn-conscrypt-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-alpn-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-annotations - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-ant - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-cdi - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-deploy - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.fcgi fcgi-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.fcgi fcgi-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-home - 10.0.8-SNAPSHOT + 10.0.8 zip org.eclipse.jetty jetty-home - 10.0.8-SNAPSHOT + 10.0.8 tar.gz org.eclipse.jetty jetty-http - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.http2 http2-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.http2 http2-common - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.http2 http2-hpack - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.http2 http2-http-client-transport - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.http2 http2-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.http3 http3-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.http3 http3-common - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.http3 http3-http-client-transport - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.http3 http3-qpack - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.http3 http3-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-http-spi - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty infinispan-common - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty infinispan-remote - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty infinispan-remote-query - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty infinispan-embedded - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty infinispan-embedded-query - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-hazelcast - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-io - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-jaas - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-jaspi - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-jmx - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-jndi - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-keystore - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.memcached jetty-memcached-sessions - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-nosql - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.osgi jetty-osgi-alpn - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.osgi jetty-osgi-boot - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.quic quic-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.quic quic-common - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.quic quic-quiche-common - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.quic quic-quiche-jna - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.quic quic-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.osgi jetty-httpservice - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-plus - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-proxy - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-quickstart - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-rewrite - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-security - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-openid - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-servlet - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-servlets - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-slf4j-impl - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-unixdomain-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-unixsocket-common - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-unixsocket-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-unixsocket-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-util - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-util-ajax - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-webapp - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.websocket websocket-javax-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.websocket websocket-javax-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.websocket websocket-javax-common - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.websocket websocket-jetty-api - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.websocket websocket-jetty-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.websocket websocket-jetty-common - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.websocket websocket-jetty-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.websocket websocket-servlet - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.websocket websocket-core-common - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.websocket websocket-core-client - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty.websocket websocket-core-server - 10.0.8-SNAPSHOT + 10.0.8 org.eclipse.jetty jetty-xml - 10.0.8-SNAPSHOT + 10.0.8 @@ -481,7 +481,7 @@ org.eclipse.jetty.quic quic-quiche-foreign-incubator - 10.0.8-SNAPSHOT + 10.0.8 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 531bd7f3855..1512acea641 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index 92ff6c83523..56fee66ae60 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 72c0b5046d7..6f00890f949 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index b4d772347a1..eac817a964b 100644 --- a/jetty-fcgi/fcgi-client/pom.xml +++ b/jetty-fcgi/fcgi-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index e7ed95a8a09..acea812d7db 100644 --- a/jetty-fcgi/fcgi-server/pom.xml +++ b/jetty-fcgi/fcgi-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index 955fd491afa..779cf145442 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 2a304d6b045..d0d8f05f381 100644 --- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.gcloud gcloud-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index 85c62114200..82e769e0c88 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index a95376509d0..f3479477e4c 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 32833fe6bc7..9718f3d88b4 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index 446e7b8787e..7729a22f29e 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index d1a9c8cf755..70405a3afb0 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index 0c2b4cb1498..bb09fabfb77 100644 --- a/jetty-http2/http2-client/pom.xml +++ b/jetty-http2/http2-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 51e9f69867c..c5a6887005d 100644 --- a/jetty-http2/http2-common/pom.xml +++ b/jetty-http2/http2-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 61d7303959b..835cb91c7c1 100644 --- a/jetty-http2/http2-hpack/pom.xml +++ b/jetty-http2/http2-hpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index ed707c6861a..484104998b9 100644 --- a/jetty-http2/http2-http-client-transport/pom.xml +++ b/jetty-http2/http2-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 4fe289cd675..d00ba89ac85 100644 --- a/jetty-http2/http2-server/pom.xml +++ b/jetty-http2/http2-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index b623a51902f..c8db34ed275 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml index e7d887667aa..3eedc370308 100644 --- a/jetty-http3/http3-client/pom.xml +++ b/jetty-http3/http3-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml index 606403852b3..a7f0ac766ae 100644 --- a/jetty-http3/http3-common/pom.xml +++ b/jetty-http3/http3-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml index b5c19f0db03..f35a402e91f 100644 --- a/jetty-http3/http3-http-client-transport/pom.xml +++ b/jetty-http3/http3-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml index 42a7640acc9..41879556c1c 100644 --- a/jetty-http3/http3-qpack/pom.xml +++ b/jetty-http3/http3-qpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml index 377242bb87f..4b310f8a5a8 100644 --- a/jetty-http3/http3-server/pom.xml +++ b/jetty-http3/http3-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml index 03b9161de77..b0db9d7c8ac 100644 --- a/jetty-http3/http3-tests/pom.xml +++ b/jetty-http3/http3-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http3 http3-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml index a7a16502f16..ec862ba4f6c 100644 --- a/jetty-http3/pom.xml +++ b/jetty-http3/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index fd86989580c..5903d928cb1 100644 --- a/jetty-infinispan/infinispan-common/pom.xml +++ b/jetty-infinispan/infinispan-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index ad0608f101a..446ce6484e8 100644 --- a/jetty-infinispan/infinispan-embedded-query/pom.xml +++ b/jetty-infinispan/infinispan-embedded-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 5bbd17801a1..e6d98e0e453 100644 --- a/jetty-infinispan/infinispan-embedded/pom.xml +++ b/jetty-infinispan/infinispan-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index a10bfa106c4..cee76e86367 100644 --- a/jetty-infinispan/infinispan-remote-query/pom.xml +++ b/jetty-infinispan/infinispan-remote-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index 154189501ac..5a72519e516 100644 --- a/jetty-infinispan/infinispan-remote/pom.xml +++ b/jetty-infinispan/infinispan-remote/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index 2d6361ecd1e..9ee98b2f44c 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index cdfba4c6192..9a7fbe9fe40 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 5bc0cb9030b..8eb3fb8b334 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index b8f667348e1..3e196834512 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index ccb8c8f6730..4d804707022 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index adc2ed78e60..7df0e02c011 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index 3c9209ea6a2..8d2da7aeefc 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml index 83b80273109..1b8b21831ab 100644 --- a/jetty-keystore/pom.xml +++ b/jetty-keystore/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-keystore diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index ca9517f727f..318c72e1fc1 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-maven-plugin diff --git a/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-memcached/jetty-memcached-sessions/pom.xml index 2121e98b4ec..204b67c8de0 100644 --- a/jetty-memcached/jetty-memcached-sessions/pom.xml +++ b/jetty-memcached/jetty-memcached-sessions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.memcached memcached-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index 7a20034f762..40bc94034b5 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 2d54782baa9..23a27588bb6 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index cd59df85630..00e8707ac68 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 6ee644b14f9..ee2a53cf1f8 100644 --- a/jetty-osgi/jetty-osgi-alpn/pom.xml +++ b/jetty-osgi/jetty-osgi-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.8-SNAPSHOT + 10.0.8 diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index 2926a898a97..4da7eb78ea1 100644 --- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-osgi-boot-jsp diff --git a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml index 026a9731fd7..f892a3ba205 100644 --- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.8-SNAPSHOT + 10.0.8 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index 70904099d63..29fea770566 100644 --- a/jetty-osgi/jetty-osgi-boot/pom.xml +++ b/jetty-osgi/jetty-osgi-boot/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-osgi-boot diff --git a/jetty-osgi/jetty-osgi-httpservice/pom.xml b/jetty-osgi/jetty-osgi-httpservice/pom.xml index 26da5a3b29a..90116db362b 100644 --- a/jetty-osgi/jetty-osgi-httpservice/pom.xml +++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 460b5eaf794..29e0c124782 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 2debb079f7a..731a6bbde9b 100644 --- a/jetty-osgi/test-jetty-osgi-context/pom.xml +++ b/jetty-osgi/test-jetty-osgi-context/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 test-jetty-osgi-context diff --git a/jetty-osgi/test-jetty-osgi-fragment/pom.xml b/jetty-osgi/test-jetty-osgi-fragment/pom.xml index 064e392b307..46928408a73 100644 --- a/jetty-osgi/test-jetty-osgi-fragment/pom.xml +++ b/jetty-osgi/test-jetty-osgi-fragment/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.8-SNAPSHOT + 10.0.8 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-server/pom.xml b/jetty-osgi/test-jetty-osgi-server/pom.xml index b0ec0cf22b6..8f7f11a7231 100644 --- a/jetty-osgi/test-jetty-osgi-server/pom.xml +++ b/jetty-osgi/test-jetty-osgi-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 test-jetty-osgi-server diff --git a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml index 35156236533..f5217877bab 100644 --- a/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 test-jetty-osgi-webapp-resources diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml index 8a610fc767a..237e2e62dfc 100644 --- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.8-SNAPSHOT + 10.0.8 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 7f5ee29d108..086fceb6dfb 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.8-SNAPSHOT + 10.0.8 ../pom.xml 4.0.0 diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index 38ed979d8f1..b9eb977b68c 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-p2 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 02b706c7a4b..98ac9f79ac2 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 085567512af..c1d9abf91cc 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml index 31abeda10fc..3ace03fc875 100644 --- a/jetty-quic/pom.xml +++ b/jetty-quic/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml index 9a998e5c38c..11fde0859fd 100644 --- a/jetty-quic/quic-client/pom.xml +++ b/jetty-quic/quic-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml index 837b06be343..b90e6933d96 100644 --- a/jetty-quic/quic-common/pom.xml +++ b/jetty-quic/quic-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml index c420d9861c3..8f9bbfbdaec 100644 --- a/jetty-quic/quic-quiche/pom.xml +++ b/jetty-quic/quic-quiche/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml index 30f6062b007..b2ba278b5a0 100644 --- a/jetty-quic/quic-quiche/quic-quiche-common/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml index 915b9a0ee8e..91eccefa9ee 100644 --- a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml index 3dc909d32fd..2e4dca8d38d 100644 --- a/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml +++ b/jetty-quic/quic-quiche/quic-quiche-jna/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-quiche - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml index 4b54ffb12c2..0a42a3607e7 100644 --- a/jetty-quic/quic-server/pom.xml +++ b/jetty-quic/quic-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.quic quic-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index fbd74148c5e..933116a5b80 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index c22ecf41a1d..3a163eb8561 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 4dadd7610ba..1159cb61cf7 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 3374447727c..af91c3f9d23 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index a38a18c582a..5c6fb6f0860 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index 286ee670e7c..9ec5bdf3fb5 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index 5f7f2b51338..dbbe31e3237 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml index 817aa241bed..1a2c89fa810 100644 --- a/jetty-slf4j-impl/pom.xml +++ b/jetty-slf4j-impl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 211b1f62cc4..da03710814e 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-start diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml index 1f2cff586e8..680f78d33d2 100644 --- a/jetty-unixdomain-server/pom.xml +++ b/jetty-unixdomain-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml index d3e077273fd..68671e90ef7 100644 --- a/jetty-unixsocket/jetty-unixsocket-client/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-client/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml index 4daf951db48..46e15be199c 100644 --- a/jetty-unixsocket/jetty-unixsocket-common/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-unixsocket - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml index 5432ec840bb..5ceb4d59fd6 100644 --- a/jetty-unixsocket/jetty-unixsocket-server/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-server/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index 5892c440c3f..4f8e4128db5 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 6aa67c77f35..1e3a381b989 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 27ec017b922..eee59dd951a 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 94dd025e50c..07d8c80d66e 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index effc75e6609..b69332a789e 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml index f2b81390146..736c7e4126d 100644 --- a/jetty-websocket/websocket-core-client/pom.xml +++ b/jetty-websocket/websocket-core-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml index 207f8d62f7d..4ae6e028be4 100644 --- a/jetty-websocket/websocket-core-common/pom.xml +++ b/jetty-websocket/websocket-core-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml index 9437b3e90f9..4be3a9f2fb3 100644 --- a/jetty-websocket/websocket-core-server/pom.xml +++ b/jetty-websocket/websocket-core-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml index 50d54917b6f..6062ef2a6ef 100644 --- a/jetty-websocket/websocket-core-tests/pom.xml +++ b/jetty-websocket/websocket-core-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-javax-client/pom.xml b/jetty-websocket/websocket-javax-client/pom.xml index ad14f94f7ce..083feffbfc2 100644 --- a/jetty-websocket/websocket-javax-client/pom.xml +++ b/jetty-websocket/websocket-javax-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-javax-common/pom.xml b/jetty-websocket/websocket-javax-common/pom.xml index 54b7261d4a5..723064321c5 100644 --- a/jetty-websocket/websocket-javax-common/pom.xml +++ b/jetty-websocket/websocket-javax-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-javax-server/pom.xml b/jetty-websocket/websocket-javax-server/pom.xml index 21c8845d025..305ad77cae8 100644 --- a/jetty-websocket/websocket-javax-server/pom.xml +++ b/jetty-websocket/websocket-javax-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-javax-tests/pom.xml b/jetty-websocket/websocket-javax-tests/pom.xml index 181b8b4914a..d990d290f5a 100644 --- a/jetty-websocket/websocket-javax-tests/pom.xml +++ b/jetty-websocket/websocket-javax-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml index e7f23213186..abe555427c2 100644 --- a/jetty-websocket/websocket-jetty-api/pom.xml +++ b/jetty-websocket/websocket-jetty-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml index f3695d4ed54..02b091ec632 100644 --- a/jetty-websocket/websocket-jetty-client/pom.xml +++ b/jetty-websocket/websocket-jetty-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml index f196ba3f4f1..cce1e4b6be3 100644 --- a/jetty-websocket/websocket-jetty-common/pom.xml +++ b/jetty-websocket/websocket-jetty-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml index afe1edd83c7..340e0dea503 100644 --- a/jetty-websocket/websocket-jetty-server/pom.xml +++ b/jetty-websocket/websocket-jetty-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml index f0d76c6b908..bb8fc2db0a8 100644 --- a/jetty-websocket/websocket-jetty-tests/pom.xml +++ b/jetty-websocket/websocket-jetty-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index 264a95adc51..732a1d3b049 100644 --- a/jetty-websocket/websocket-servlet/pom.xml +++ b/jetty-websocket/websocket-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index 9f134cc55fe..923bf4c4f11 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index c48c10248a1..770ecdf9f0c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml index d5235acbc62..6e206d8df17 100644 --- a/tests/jetty-http-tools/pom.xml +++ b/tests/jetty-http-tools/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index e418878d0cb..420d2a73927 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index 8d397c72195..07cc0ec61d3 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.8-SNAPSHOT + 10.0.8 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml index e21cbef4a7b..0c793b2805d 100644 --- a/tests/test-cdi/pom.xml +++ b/tests/test-cdi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 1c866241043..f84b97fdec0 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index 80bde581a49..bf5c9825d5b 100644 --- a/tests/test-http-client-transport/pom.xml +++ b/tests/test-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index bf1a8cd1f17..825f5bf8245 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 test-integration diff --git a/tests/test-jmx/jmx-webapp-it/pom.xml b/tests/test-jmx/jmx-webapp-it/pom.xml index 6622c9232df..4cf4e0db1ac 100644 --- a/tests/test-jmx/jmx-webapp-it/pom.xml +++ b/tests/test-jmx/jmx-webapp-it/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-jmx-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 jmx-webapp-it diff --git a/tests/test-jmx/jmx-webapp/pom.xml b/tests/test-jmx/jmx-webapp/pom.xml index a5be89751b9..d255c8834a7 100644 --- a/tests/test-jmx/jmx-webapp/pom.xml +++ b/tests/test-jmx/jmx-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-jmx-parent - 10.0.8-SNAPSHOT + 10.0.8 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index db90bd7a3d5..d5f52182888 100644 --- a/tests/test-jmx/pom.xml +++ b/tests/test-jmx/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 test-jmx-parent diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml index fa6143a9fbf..48a80d5bd66 100644 --- a/tests/test-jpms/pom.xml +++ b/tests/test-jpms/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 test-jpms diff --git a/tests/test-jpms/test-jpms-websocket-core/pom.xml b/tests/test-jpms/test-jpms-websocket-core/pom.xml index 0b159badf68..b0bfc6cdd73 100644 --- a/tests/test-jpms/test-jpms-websocket-core/pom.xml +++ b/tests/test-jpms/test-jpms-websocket-core/pom.xml @@ -3,7 +3,7 @@ test-jpms org.eclipse.jetty.tests - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 test-jpms-websocket-core diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 0031a1bd495..4262f652dc5 100644 --- a/tests/test-loginservice/pom.xml +++ b/tests/test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index d4a5b82376b..5fc26816eb1 100644 --- a/tests/test-quickstart/pom.xml +++ b/tests/test-quickstart/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 095c675d13a..13a82cf1fc7 100644 --- a/tests/test-sessions/pom.xml +++ b/tests/test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 test-sessions-parent Jetty Tests :: Sessions :: Parent diff --git a/tests/test-sessions/test-file-sessions/pom.xml b/tests/test-sessions/test-file-sessions/pom.xml index 294a7d03445..84563b425ed 100644 --- a/tests/test-sessions/test-file-sessions/pom.xml +++ b/tests/test-sessions/test-file-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.8-SNAPSHOT + 10.0.8 test-file-sessions Jetty Tests :: Sessions :: File diff --git a/tests/test-sessions/test-gcloud-sessions/pom.xml b/tests/test-sessions/test-gcloud-sessions/pom.xml index e1e060192ae..5816926a8ef 100644 --- a/tests/test-sessions/test-gcloud-sessions/pom.xml +++ b/tests/test-sessions/test-gcloud-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.8-SNAPSHOT + 10.0.8 test-gcloud-sessions Jetty Tests :: Sessions :: GCloud diff --git a/tests/test-sessions/test-hazelcast-sessions/pom.xml b/tests/test-sessions/test-hazelcast-sessions/pom.xml index 9e792363940..1d488250635 100644 --- a/tests/test-sessions/test-hazelcast-sessions/pom.xml +++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.8-SNAPSHOT + 10.0.8 test-hazelcast-sessions Jetty Tests :: Sessions :: Hazelcast diff --git a/tests/test-sessions/test-infinispan-sessions/pom.xml b/tests/test-sessions/test-infinispan-sessions/pom.xml index d673432c066..21792d9c923 100644 --- a/tests/test-sessions/test-infinispan-sessions/pom.xml +++ b/tests/test-sessions/test-infinispan-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.8-SNAPSHOT + 10.0.8 test-infinispan-sessions Jetty Tests :: Sessions :: Infinispan diff --git a/tests/test-sessions/test-jdbc-sessions/pom.xml b/tests/test-sessions/test-jdbc-sessions/pom.xml index a43834199f9..03e50e73034 100644 --- a/tests/test-sessions/test-jdbc-sessions/pom.xml +++ b/tests/test-sessions/test-jdbc-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.8-SNAPSHOT + 10.0.8 test-jdbc-sessions Jetty Tests :: Sessions :: JDBC diff --git a/tests/test-sessions/test-memcached-sessions/pom.xml b/tests/test-sessions/test-memcached-sessions/pom.xml index e19ca490d1f..9b204b05acf 100644 --- a/tests/test-sessions/test-memcached-sessions/pom.xml +++ b/tests/test-sessions/test-memcached-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.8-SNAPSHOT + 10.0.8 test-memcached-sessions Jetty Tests :: Sessions :: Memcached diff --git a/tests/test-sessions/test-mongodb-sessions/pom.xml b/tests/test-sessions/test-mongodb-sessions/pom.xml index 576e8c77522..148f5ad84b1 100644 --- a/tests/test-sessions/test-mongodb-sessions/pom.xml +++ b/tests/test-sessions/test-mongodb-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.8-SNAPSHOT + 10.0.8 test-mongodb-sessions Jetty Tests :: Sessions :: Mongo diff --git a/tests/test-sessions/test-sessions-common/pom.xml b/tests/test-sessions/test-sessions-common/pom.xml index 63263b0ed04..49a13904546 100644 --- a/tests/test-sessions/test-sessions-common/pom.xml +++ b/tests/test-sessions/test-sessions-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.8-SNAPSHOT + 10.0.8 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 42ebd00ddf1..93f0248b654 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 ../pom.xml test-webapps-parent diff --git a/tests/test-webapps/test-bad-websocket-webapp/pom.xml b/tests/test-webapps/test-bad-websocket-webapp/pom.xml index c092e9a3755..3a610756bf4 100644 --- a/tests/test-webapps/test-bad-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-bad-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-webapps/test-cdi-common-webapp/pom.xml b/tests/test-webapps/test-cdi-common-webapp/pom.xml index 84bfe7b08dd..ac58d6166c5 100644 --- a/tests/test-webapps/test-cdi-common-webapp/pom.xml +++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index 75cc700dcae..fa227272bc3 100644 --- a/tests/test-webapps/test-felix-webapp/pom.xml +++ b/tests/test-webapps/test-felix-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index 48edc008a06..ef850dde954 100644 --- a/tests/test-webapps/test-http2-webapp/pom.xml +++ b/tests/test-webapps/test-http2-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-webapps/test-owb-cdi-webapp/pom.xml b/tests/test-webapps/test-owb-cdi-webapp/pom.xml index 88418fa625d..33a1b53eb97 100644 --- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-webapps/test-simple-session-webapp/pom.xml b/tests/test-webapps/test-simple-session-webapp/pom.xml index 06cc46ba11e..e5b2311af94 100644 --- a/tests/test-webapps/test-simple-session-webapp/pom.xml +++ b/tests/test-webapps/test-simple-session-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.8-SNAPSHOT + 10.0.8 test-simple-session-webapp diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index cc04801451b..295b4e6a420 100644 --- a/tests/test-webapps/test-webapp-rfc2616/pom.xml +++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.8-SNAPSHOT + 10.0.8 test-webapp-rfc2616 Jetty Tests :: WebApp :: RFC2616 diff --git a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml index be20a44a7da..620be6da0b9 100644 --- a/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-provided-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-webapps/test-websocket-client-webapp/pom.xml b/tests/test-webapps/test-websocket-client-webapp/pom.xml index aae875c5491..67e79034643 100644 --- a/tests/test-webapps/test-websocket-client-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-client-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml index ffd7a8083b3..cff37984db0 100644 --- a/tests/test-webapps/test-websocket-webapp/pom.xml +++ b/tests/test-webapps/test-websocket-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml index 8ca6dcd2535..a3c54acc73d 100644 --- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0 diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml index f3371e86c9c..23836e66b3b 100644 --- a/tests/test-websocket-autobahn/pom.xml +++ b/tests/test-websocket-autobahn/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.8-SNAPSHOT + 10.0.8 4.0.0