diff --git a/VERSION.txt b/VERSION.txt index 46a6a7b5f34b..e43981a35b20 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,28 @@ -jetty-9.4.44-SNAPSHOT +jetty-9.4.44.v20210927 - 27 September 2021 + + 3514 Use interpolation of versions from pom in mod files + + 6369 Increment default jetty.http2.rateControl.maxEventsPerSecond + + 6372 Review socket options configuration + + 6487 Expose ServletHolder getter in ServletHandler$ChainEnd for auditing + libraries to use + + 6491 onDataAvailable() not called when HttpParser is closed prematurely + + 6520 Error page has HTML error when writePoweredBy is enabled. + + 6545 image/webp MIME type support + + 6553 Review usage of Authentication.UNAUTHENTICATED in SecurityHandler + + 6554 Allow creation of DefaultIdentityService without realmName. + + 6558 Allow to configure return type in JSON array parsing + + 6562 HttpOutput.write(ByteBuffer buffer) + + 6603 HTTP/2 max local stream count exceeded + + 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 + + 6652 Improve ReservedThreadExecutor dump + + 6671 Update to apache jsp 8.5.70 + + 6772 Update to asm 9.2 + + 6853 Remove pack200 plugins + + 6860 Correct IPv6 format + + 6869 Correct Content-Type within HTML error pages + + 6870 Encode control characters in URIUtil.encodePath + + 6883 Welcome file redirects do not honor the relativeRedirectAllowed option jetty-9.4.43.v20210629 - 30 June 2021 + 6379 Reduce contention in all `ByteBufferPool` implementations @@ -30,7 +54,8 @@ jetty-9.4.41.v20210516 - 16 May 2021 + 6254 Total timeout not enforced for queued requests + 6263 Review URI encoding in ConcatServlet & WelcomeFilter (Resolved CVE-2021-28169) - + 6277 Better handle exceptions thrown from session destroy listener (Resolved CVE-2021-34428) + + 6277 Better handle exceptions thrown from session destroy listener (Resolved + CVE-2021-34428) + 6280 Copy ServletHolder class/instance properly during startWebapp jetty-9.4.40.v20210413 - 13 April 2021 diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml index 869af42bbd48..7ef5d6cd1422 100644 --- a/aggregates/jetty-all-compact3/pom.xml +++ b/aggregates/jetty-all-compact3/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../../pom.xml 4.0.0 diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml index de29a41994c9..2fcc3b1cb7d9 100644 --- a/aggregates/jetty-all/pom.xml +++ b/aggregates/jetty-all/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../../pom.xml 4.0.0 diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index 9f533c146918..81dd37d1b879 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 apache-jsp diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index 0019020b2e37..68ed4b7c9414 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 03f1f2a787a1..bd55cbd04ea2 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.eclipse.jetty build-resources - 9.4.44-SNAPSHOT + 9.4.44.v20210927 jar Jetty :: Build Resources diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml index 40614a2ef6ff..5708c0704104 100644 --- a/examples/async-rest/async-rest-jar/pom.xml +++ b/examples/async-rest/async-rest-jar/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty example-async-rest - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml index 769157cd848a..817bae440b0d 100644 --- a/examples/async-rest/async-rest-webapp/pom.xml +++ b/examples/async-rest/async-rest-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty example-async-rest - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml index aefff3f3b953..2669999bedb9 100644 --- a/examples/async-rest/pom.xml +++ b/examples/async-rest/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml index b51597fa8d93..6d6b6b96d5c5 100644 --- a/examples/embedded/pom.xml +++ b/examples/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../pom.xml 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 7734efd88eab..c7731e3a2a76 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 02abe9d9e221..6ca85ffbfa54 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 4d4368721a0e..bce0059fae50 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index e5d6fa94443e..d540ef361f9b 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index c6dcfc5087a2..d59cdaf67465 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index a39bfc21192b..6bb918868798 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml index 8f1845da4065..f1e019f9ab0e 100644 --- a/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml +++ b/jetty-alpn/jetty-alpn-openjdk8-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml index efcaa26840f0..6dbddf07706f 100644 --- a/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml +++ b/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 2ba70f2f3413..7e4adba69297 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 7577b54971c5..73b2b73e265a 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index 62525c0cc5f4..b982cea603a6 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-annotations diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index d69f07cc5fd9..7dbc6fb1c9e4 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index a30755f81a48..2ce7bfd27841 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -9,7 +9,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 @@ -53,336 +53,336 @@ org.eclipse.jetty apache-jsp - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty apache-jstl - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-alpn-client - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-alpn-java-client - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-alpn-java-server - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-alpn-openjdk8-client - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-alpn-openjdk8-server - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-alpn-conscrypt-client - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-alpn-conscrypt-server - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-alpn-server - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-annotations - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-ant - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-client - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-continuation - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-deploy - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-distribution - 9.4.44-SNAPSHOT + 9.4.44.v20210927 zip org.eclipse.jetty jetty-distribution - 9.4.44-SNAPSHOT + 9.4.44.v20210927 tar.gz org.eclipse.jetty.fcgi fcgi-client - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.fcgi fcgi-server - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-home - 9.4.44-SNAPSHOT + 9.4.44.v20210927 zip org.eclipse.jetty jetty-home - 9.4.44-SNAPSHOT + 9.4.44.v20210927 tar.gz org.eclipse.jetty jetty-http - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.http2 http2-client - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.http2 http2-common - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.http2 http2-hpack - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.http2 http2-http-client-transport - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.http2 http2-server - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-http-spi - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty infinispan-common - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty infinispan-remote-query - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty infinispan-embedded-query - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-hazelcast - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-io - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-jaas - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-jaspi - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-jmx - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-jndi - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.memcached jetty-memcached-sessions - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-nosql - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.osgi jetty-osgi-boot - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.osgi jetty-httpservice - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-plus - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-proxy - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-quickstart - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-rewrite - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-security - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-openid - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-server - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-servlet - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-servlets - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-spring - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-unixsocket - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-util - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-util-ajax - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-webapp - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.websocket javax-websocket-client-impl - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.websocket javax-websocket-server-impl - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.websocket websocket-api - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.websocket websocket-client - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.websocket websocket-common - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.websocket websocket-server - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty.websocket websocket-servlet - 9.4.44-SNAPSHOT + 9.4.44.v20210927 org.eclipse.jetty jetty-xml - 9.4.44-SNAPSHOT + 9.4.44.v20210927 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index b58315b97ec6..38e28563da36 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index 73ecc601924b..ac6bfd030935 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml index a239cfb42f0e..848c4aca27a5 100644 --- a/jetty-continuation/pom.xml +++ b/jetty-continuation/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-continuation diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 876b419529c6..2ab92469e380 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-deploy diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index a8725309ca71..6de9e06e3f77 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-distribution diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml index bb6f2b96bf90..f618f7d72f48 100644 --- a/jetty-documentation/pom.xml +++ b/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index e9df626ad2d1..c617149b37d7 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index ef50e6da87ba..23de548146c4 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index 03173e2e2578..dea75e628dfb 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 298b7188f3ef..1cb5b20497f7 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index cf557a0b914a..4b3aea5713c4 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index 63a9fa6411a4..869c056a0f65 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 79a9dfcbcd2a..6b3f17654829 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index d05aa23afc2e..9ef1d35b467b 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 139acbe114d1..945e0b2e4ede 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-http diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml index 9fc1bf168238..c26f445f2924 100644 --- a/jetty-http2/http2-alpn-tests/pom.xml +++ b/jetty-http2/http2-alpn-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index 09bce19acd71..d8ef5346885f 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 8fba83c54ac5..7980e902dcbf 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 736f88720f3c..baf6ccaa40dd 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index 717bbfdf54b0..5a549489ee8b 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index a3c6343f735d..404026e92af8 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index b753ef6287d8..5f6ec694f74c 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index f1a3ff59c38e..daffafba6dfa 100644 --- a/jetty-infinispan/infinispan-common/pom.xml +++ b/jetty-infinispan/infinispan-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 202b4321ee00..515c4ad74dfd 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index ca81d1c0ebe5..99b1fa206ef6 100644 --- a/jetty-infinispan/infinispan-embedded/pom.xml +++ b/jetty-infinispan/infinispan-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index a5a1615a43b3..caa557fab181 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index 6a6433f5e18e..9ff08cfdad0c 100644 --- a/jetty-infinispan/infinispan-remote/pom.xml +++ b/jetty-infinispan/infinispan-remote/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index 3926ad16a962..97bb2ae3d995 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 1eb76dc447a0..04ea199816b9 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 40ac36266f52..7c4d0c4798ff 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-jaas diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index d47dcf24b49e..6ed27d3a5959 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-jmh/pom.xml b/jetty-jmh/pom.xml index e758b860c58e..ce17a66b870b 100644 --- a/jetty-jmh/pom.xml +++ b/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index 9560c3b16ff1..da7fc22d7613 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index a7845c8de42b..5a9b5c71f175 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-jndi diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index 8ce91638254c..80c79fad1eda 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 1ba7963f954b..c77289993834 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 a4d2a9c35018..eb0f160177cf 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index f296e65a50ad..b769edcfc4a1 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 22341a475631..03ce0063d070 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index 6fa5c4de4774..2c71a4f78679 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index fcc9525fb8c5..dabc38911d2b 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-osgi-alpn diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index 9d74c9b44d27..9cdf4516f5d4 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 b21d6e118508..e9ac1ed94006 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index 2582a681b670..ed9340af7a0f 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 5ab39a4ce0cc..28d0a80b92b3 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 1e2ed83442d8..83c06443ffaa 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index bab5e37fb4c5..fa7107061368 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 5872be5afdb6..77c27ccbfeb2 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../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 f7334ec3aed5..0e1c4d06d7e3 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 26d97250d349..5255a8a80434 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 5e71a087c610..12690e081af3 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 12399c3babdd..8af116e7a2bd 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../pom.xml 4.0.0 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 72165fecf0c6..37b61f8a8d4c 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-plus diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index 4cff18ace882..f8d0aae95361 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-proxy diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index f75fe37d076d..9e794559624f 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 org.eclipse.jetty diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 92cde11226b9..2155c450dbd2 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-rewrite diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 8d8e8b7a235f..6fad11fb7671 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index 980eb29042a0..92f10b76c4d6 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-security diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 088fe4ae87ea..f73fe47dd70d 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-server diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index c86d27c5cca1..ce41aa755bfe 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-servlet diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index da493056aa9c..8f7907985f05 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-servlets diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml index b31dbd4acfad..1e396ad5cd53 100644 --- a/jetty-spring/pom.xml +++ b/jetty-spring/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-spring diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index cebb520c2dfd..8098b8a13452 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-start diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index 50a3fc6af1de..674ad7096782 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-unixsocket diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 7915b8cd8480..0f6ffe6f44d6 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index ee79b3e03b59..4f6fbde84ca6 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index e8b03430a5a3..f9a9329def6f 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-webapp diff --git a/jetty-websocket/javax-websocket-client-impl/pom.xml b/jetty-websocket/javax-websocket-client-impl/pom.xml index 1b65b7ff4f26..cea68214cc3c 100644 --- a/jetty-websocket/javax-websocket-client-impl/pom.xml +++ b/jetty-websocket/javax-websocket-client-impl/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml index f3db0aa435ea..20c7ff8c52be 100644 --- a/jetty-websocket/javax-websocket-server-impl/pom.xml +++ b/jetty-websocket/javax-websocket-server-impl/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml index 75b807815f6f..1beb4d412978 100644 --- a/jetty-websocket/jetty-websocket-tests/pom.xml +++ b/jetty-websocket/jetty-websocket-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index 6a2be4cca352..736832dcfc66 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml index 241996e67e25..f949ec9e628e 100644 --- a/jetty-websocket/websocket-api/pom.xml +++ b/jetty-websocket/websocket-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml index a4a3beda6493..9b26121e31e7 100644 --- a/jetty-websocket/websocket-client/pom.xml +++ b/jetty-websocket/websocket-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml index b286cfc44fd0..14af3b664268 100644 --- a/jetty-websocket/websocket-common/pom.xml +++ b/jetty-websocket/websocket-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml index 858d9bd3d802..a7bb6e6bc81b 100644 --- a/jetty-websocket/websocket-server/pom.xml +++ b/jetty-websocket/websocket-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index f7bbd2624023..fbc3b864b413 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index 7ea9b714a463..0f2294e314c6 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index f696c7fbb46f..8e541279e685 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/pom.xml b/tests/pom.xml index 789c94e90006..dcbd4dce7bbc 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml index 48cc76f0561a..5a94551c1f25 100644 --- a/tests/test-continuation/pom.xml +++ b/tests/test-continuation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../pom.xml 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index ed1cb9145372..0d884258e569 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -2,7 +2,7 @@ tests-parent org.eclipse.jetty.tests - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index bc66affa91c9..d7175d0916ee 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 1cf5adbd1544..80fb5a749a1c 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 a14e0f6a31c5..c545c94b8f34 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 4c1124738f5c..9576e3199d49 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 822cf5ff929c..47dcc15d25f6 100644 --- a/tests/test-jmx/pom.xml +++ b/tests/test-jmx/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 test-jmx-parent diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 44b773963f3f..2bdf37f03de2 100644 --- a/tests/test-loginservice/pom.xml +++ b/tests/test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index eaf275ffa9fb..d9fee70afb2c 100644 --- a/tests/test-quickstart/pom.xml +++ b/tests/test-quickstart/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 942d56f20a41..fcd110ee7187 100644 --- a/tests/test-sessions/pom.xml +++ b/tests/test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 5b6cc122175e..62de3551e99b 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 75f90b5ee018..bae1b795933f 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 cafd0dfd3ab4..df990bdf3f64 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 a49878e239c2..575924f16e6d 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 0ad575d1ec40..6a6114903149 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 a1eadd4c0e56..934f62aaa1c5 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 a75b0e1e4795..ab59a121883d 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 bf2ef90fb2a2..217264963f48 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index de7282dee0d3..becea7280eb7 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../pom.xml test-webapps-parent diff --git a/tests/test-webapps/test-cdi-common-webapp/pom.xml b/tests/test-webapps/test-cdi-common-webapp/pom.xml index 11653a0c74bf..fd7b43636bb7 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index f77d2d11278e..7faa3319103b 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index 5527260c4eef..cfe687c8b783 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml index 54c05b03ca1c..2b6d731c18ce 100644 --- a/tests/test-webapps/test-jaas-webapp/pom.xml +++ b/tests/test-webapps/test-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 test-jaas-webapp Jetty Tests :: WebApp :: JAAS diff --git a/tests/test-webapps/test-jetty-webapp/pom.xml b/tests/test-webapps/test-jetty-webapp/pom.xml index 19322b138383..e5c533aeb5ef 100644 --- a/tests/test-webapps/test-jetty-webapp/pom.xml +++ b/tests/test-webapps/test-jetty-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../pom.xml 4.0.0 diff --git a/tests/test-webapps/test-jndi-webapp/pom.xml b/tests/test-webapps/test-jndi-webapp/pom.xml index a841ba0f981c..02d973b2eb4f 100644 --- a/tests/test-webapps/test-jndi-webapp/pom.xml +++ b/tests/test-webapps/test-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 test-jndi-webapp Jetty Tests :: WebApp :: JNDI diff --git a/tests/test-webapps/test-mock-resources/pom.xml b/tests/test-webapps/test-mock-resources/pom.xml index 96bbeec1ffc9..c54864a31268 100644 --- a/tests/test-webapps/test-mock-resources/pom.xml +++ b/tests/test-webapps/test-mock-resources/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 Jetty Tests :: WebApp :: Mock Resources test-mock-resources diff --git a/tests/test-webapps/test-owb-cdi-webapp/pom.xml b/tests/test-webapps/test-owb-cdi-webapp/pom.xml index 0b5e9d1d0275..53ab7a5cf7b6 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0 diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml index a9c33d804a7d..543cc5359d6f 100644 --- a/tests/test-webapps/test-proxy-webapp/pom.xml +++ b/tests/test-webapps/test-proxy-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 ../pom.xml 4.0.0 diff --git a/tests/test-webapps/test-servlet-spec/pom.xml b/tests/test-webapps/test-servlet-spec/pom.xml index 970ebcad887e..a779a6145404 100644 --- a/tests/test-webapps/test-servlet-spec/pom.xml +++ b/tests/test-webapps/test-servlet-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 test-servlet-spec-parent Jetty Tests :: Spec Test WebApp :: Parent diff --git a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml index ef886b7f7441..af8bcd63727f 100644 --- a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml +++ b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-servlet-spec-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 test-container-initializer jar diff --git a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml index b73bad05b452..a7379ee8a030 100644 --- a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml +++ b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-servlet-spec-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 Jetty Tests :: Webapps :: Spec Webapp test-spec-webapp diff --git a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml index 1631a7549e22..cbcd13ff3e56 100644 --- a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml +++ b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-servlet-spec-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar diff --git a/tests/test-webapps/test-simple-session-webapp/pom.xml b/tests/test-webapps/test-simple-session-webapp/pom.xml index de41a3fa3b7c..977e7c54451e 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 test-simple-session-webapp diff --git a/tests/test-webapps/test-simple-webapp/pom.xml b/tests/test-webapps/test-simple-webapp/pom.xml index b99c7f365c26..8e06308e6476 100644 --- a/tests/test-webapps/test-simple-webapp/pom.xml +++ b/tests/test-webapps/test-simple-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 9.4.44-SNAPSHOT + 9.4.44.v20210927 test-simple-webapp diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index 0ce6a52667c6..e9fd0a6af283 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 9cba1c0b4ae5..5db9aa179f90 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 bda2fb2bb8e8..7f6c7f023330 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 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 907818cc3324..b84470503931 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 - 9.4.44-SNAPSHOT + 9.4.44.v20210927 4.0.0