diff --git a/VERSION.txt b/VERSION.txt index 7457758272b2..c887e5890d23 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,6 @@ -jetty-11.0.11-SNAPSHOT +jetty-11.0.11 - 21 June 2022 + + 8184 All suffix globs except first fail to match if path has `.` character + in prefix section jetty-11.0.10 - 16 June 2022 + 1771 Add module for SecuredRedirect support diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index d741c9c26ada..18c5866f1c03 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/build-resources/pom.xml b/build-resources/pom.xml index ebdd74e88cbe..8a7414059c75 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -7,7 +7,7 @@ --> org.eclipse.jetty build-resources - 11.0.11-SNAPSHOT + 11.0.11 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 a7af9d53c4bf..cd457730385c 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 - 11.0.11-SNAPSHOT + 11.0.11 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 af7d9e2323f4..a1a47c54a2e9 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 - 11.0.11-SNAPSHOT + 11.0.11 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 98feeb6572d9..0e04d71e0021 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/demos/demo-async-rest/pom.xml b/demos/demo-async-rest/pom.xml index fb7284c048e1..54b0bff66534 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/demos/demo-jaas-webapp/pom.xml b/demos/demo-jaas-webapp/pom.xml index 1f5dfae93aba..2dc53ac7b273 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 - 11.0.11-SNAPSHOT + 11.0.11 demo-jaas-webapp Demo :: JAAS :: WebApp diff --git a/demos/demo-jetty-webapp/pom.xml b/demos/demo-jetty-webapp/pom.xml index 1e85c0730095..8a893693239d 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 - 11.0.11-SNAPSHOT + 11.0.11 ../pom.xml 4.0.0 diff --git a/demos/demo-jndi-webapp/pom.xml b/demos/demo-jndi-webapp/pom.xml index 7e8c5ed5eeb6..5e2d3aea0d05 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 - 11.0.11-SNAPSHOT + 11.0.11 demo-jndi-webapp Demo :: JNDI :: WebApp diff --git a/demos/demo-jsp-webapp/pom.xml b/demos/demo-jsp-webapp/pom.xml index 3db690ebd2fc..90f7a8f97deb 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/demos/demo-mock-resources/pom.xml b/demos/demo-mock-resources/pom.xml index 23234134a46c..a9311f65a522 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 - 11.0.11-SNAPSHOT + 11.0.11 Demo :: Mock Resources demo-mock-resources diff --git a/demos/demo-proxy-webapp/pom.xml b/demos/demo-proxy-webapp/pom.xml index c777148788f9..e59c682f6c9e 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 demo-proxy-webapp diff --git a/demos/demo-simple-webapp/pom.xml b/demos/demo-simple-webapp/pom.xml index 23aede8abde6..1bbd87633494 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/demos/demo-spec/demo-container-initializer/pom.xml b/demos/demo-spec/demo-container-initializer/pom.xml index 3930ec75626d..5606a1fabf3b 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 - 11.0.11-SNAPSHOT + 11.0.11 ../../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 83e5e2fdd7c7..2b813f106556 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 - 11.0.11-SNAPSHOT + 11.0.11 ../../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 ea22cff0b0d1..4544534e3cd9 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 - 11.0.11-SNAPSHOT + 11.0.11 ../../pom.xml diff --git a/demos/demo-spec/pom.xml b/demos/demo-spec/pom.xml index 4585edd2e6c1..bd4bae21c452 100644 --- a/demos/demo-spec/pom.xml +++ b/demos/demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.11-SNAPSHOT + 11.0.11 Demo :: Servlet Spec demo-spec diff --git a/demos/embedded/pom.xml b/demos/embedded/pom.xml index 4432533d88fc..1d78a983da97 100644 --- a/demos/embedded/pom.xml +++ b/demos/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.demos demos-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 demos-jetty-embedded diff --git a/demos/pom.xml b/demos/pom.xml index cba8312c1a13..90884b17de27 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/documentation/jetty-asciidoctor-extensions/pom.xml b/documentation/jetty-asciidoctor-extensions/pom.xml index 466c68605241..714e0d7ac313 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/documentation/jetty-documentation/pom.xml b/documentation/jetty-documentation/pom.xml index 3a4c097b4bcd..301894badbb2 100644 --- a/documentation/jetty-documentation/pom.xml +++ b/documentation/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.documentation documentation-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/documentation/pom.xml b/documentation/pom.xml index 91bf89dd514c..cca6c7cea6ec 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/glassfish-jstl/pom.xml b/glassfish-jstl/pom.xml index d64752eafcc4..2c4be97a2ccc 100644 --- a/glassfish-jstl/pom.xml +++ b/glassfish-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 glassfish-jstl diff --git a/javadoc/pom.xml b/javadoc/pom.xml index 1582ff92d1ce..79509a8527a3 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index 90e061e07c52..4c3807e2d31f 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 - 11.0.11-SNAPSHOT + 11.0.11 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 f42c962441c3..942216e608d3 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index c6f9250aaff1..07dc160cd509 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index b52b4a2498dc..627cf7899720 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index 783ab4e5a498..31e14dc28616 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index e0d6c50f3930..a18bc768e389 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 394246bc1c2b..67d6842b3ca2 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index a716e88f1530..cdf1ed6cec75 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index c815ca27b78c..317dfa13d054 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index 5a6c6519e0cb..1b9b37b06b91 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 jetty-bom @@ -53,159 +53,159 @@ org.eclipse.jetty apache-jsp - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty glassfish-jstl - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-alpn-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-alpn-java-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-alpn-java-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-alpn-conscrypt-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-alpn-conscrypt-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-alpn-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-annotations - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-ant - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-cdi - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-deploy - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.fcgi fcgi-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.fcgi fcgi-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-home - 11.0.11-SNAPSHOT + 11.0.11 zip org.eclipse.jetty jetty-home - 11.0.11-SNAPSHOT + 11.0.11 tar.gz org.eclipse.jetty jetty-http - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.http2 http2-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.http2 http2-common - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.http2 http2-hpack - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.http2 http2-http-client-transport - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.http2 http2-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.http3 http3-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.http3 http3-common - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.http3 http3-http-client-transport - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.http3 http3-qpack - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.http3 http3-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-http-spi - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty infinispan-common - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty @@ -215,7 +215,7 @@ org.eclipse.jetty infinispan-remote-query - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty @@ -225,37 +225,37 @@ org.eclipse.jetty infinispan-embedded-query - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-hazelcast - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-io - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-jaas - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-jaspi - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-jmx - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-jndi - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty @@ -265,12 +265,12 @@ org.eclipse.jetty.memcached jetty-memcached-sessions - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-nosql - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.osgi @@ -280,92 +280,92 @@ org.eclipse.jetty.osgi jetty-osgi-boot - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.quic quic-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.quic quic-common - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.quic quic-quiche-common - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.quic quic-quiche-jna - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.quic quic-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.osgi jetty-httpservice - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-plus - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-proxy - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-quickstart - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-rewrite - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-security - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-openid - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-servlet - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-servlets - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty @@ -375,97 +375,97 @@ org.eclipse.jetty jetty-unixdomain-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-unixsocket-common - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-unixsocket-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-unixsocket-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-util - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-util-ajax - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-webapp - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.websocket websocket-jakarta-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.websocket websocket-jakarta-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.websocket websocket-jakarta-common - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.websocket websocket-jetty-api - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.websocket websocket-jetty-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.websocket websocket-jetty-common - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.websocket websocket-jetty-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.websocket websocket-servlet - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.websocket websocket-core-common - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.websocket websocket-core-client - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty.websocket websocket-core-server - 11.0.11-SNAPSHOT + 11.0.11 org.eclipse.jetty jetty-xml - 11.0.11-SNAPSHOT + 11.0.11 @@ -481,7 +481,7 @@ org.eclipse.jetty.quic quic-quiche-foreign-incubator - 11.0.11-SNAPSHOT + 11.0.11 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 8f79b2569d3e..8eb5e76dfae1 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index e5d5ff422821..ad8b9a6d837a 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 1d57b0b4703f..6a930c1cde07 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index d4fded3aa0c8..42743a7f73d0 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 8c6736895599..d4a90f53374d 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index 21549ee3d303..54208ab3d5df 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 626af4cca1f9..633fce6e751a 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index 118eafa843a6..8c9714a815b8 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index 91775bd49f0e..2c0abf2cee6f 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index e5e401ab07da..bbdb11e826d6 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index c30e379a59fe..6b0a048451d4 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index cd9f2468ba85..7d7d39f362d3 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index f28f25bed57c..03d77552a80b 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index b3e56f647a1e..6e6ecda38597 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 1daf54ed8986..566acff11b20 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index 7c0e5b106750..ced10fdb390a 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 9ed4003cebb9..b66c6553a5e8 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index ab73d63851b2..aa8aee688a48 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http3/http3-client/pom.xml b/jetty-http3/http3-client/pom.xml index c4dea991d6c9..9086e148648e 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http3/http3-common/pom.xml b/jetty-http3/http3-common/pom.xml index c98ee4118edd..415e2e868ae0 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http3/http3-http-client-transport/pom.xml b/jetty-http3/http3-http-client-transport/pom.xml index e86059112006..857e0c24541d 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http3/http3-qpack/pom.xml b/jetty-http3/http3-qpack/pom.xml index 730f88e6d749..deb7f1db4fda 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http3/http3-server/pom.xml b/jetty-http3/http3-server/pom.xml index f6c4fe936f26..72ecb2775364 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http3/http3-tests/pom.xml b/jetty-http3/http3-tests/pom.xml index 5dbff273c6c6..c71378d89554 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-http3/pom.xml b/jetty-http3/pom.xml index 4f3345777cbb..7c6bf107b580 100644 --- a/jetty-http3/pom.xml +++ b/jetty-http3/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index 4091c791f6c2..ad2667ddadff 100644 --- a/jetty-infinispan/infinispan-common/pom.xml +++ b/jetty-infinispan/infinispan-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 83f27ab99946..1f2c4b1960ed 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 8af32ddb7112..f0ebaf256df4 100644 --- a/jetty-infinispan/infinispan-embedded/pom.xml +++ b/jetty-infinispan/infinispan-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index 47238942d8a7..0b2db22f7a2b 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index ecf5a0bcaa4e..c8e0488755a6 100644 --- a/jetty-infinispan/infinispan-remote/pom.xml +++ b/jetty-infinispan/infinispan-remote/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index bd5c25c089b5..4eba35eb6434 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 5fe6f70785d3..f49fd7192a3b 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 0b21e3031eb4..cc1592920d20 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 189db66cce55..89109f969e30 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index f06dd6e52abd..6334ba9a6f9f 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 6803479aa7f8..0acbeb504c33 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index ed95f3fee98e..24f19c2bba47 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-keystore/pom.xml b/jetty-keystore/pom.xml index c8a44cc64083..235b77082b17 100644 --- a/jetty-keystore/pom.xml +++ b/jetty-keystore/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-keystore diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 432f54eabce7..f2b0fc9186a2 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 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 863ed4047923..694e77e4915e 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index 0b8d6ad9ffbb..2a753fd2c16e 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index f720c32308eb..f9dce3dab731 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index ddc6d104359c..a50ebdc8b09e 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index b0ff30f40d95..f3655b3c3dd8 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 - 11.0.11-SNAPSHOT + 11.0.11 diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index c836eef5dd06..8c9fa45b3277 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 - 11.0.11-SNAPSHOT + 11.0.11 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 78924222698d..3460805fa033 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 - 11.0.11-SNAPSHOT + 11.0.11 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index c35b1f1e0274..d2ead4310893 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 - 11.0.11-SNAPSHOT + 11.0.11 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 c1b945597629..7845ef6f333e 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index dd4efae3850c..59730e085fd3 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index f2004bf2f52e..faaf1f0a840c 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 - 11.0.11-SNAPSHOT + 11.0.11 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 4cae76681f43..0ec1d165e5c8 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 - 11.0.11-SNAPSHOT + 11.0.11 ../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 d340f4e1ceed..1885dcaeea9a 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 - 11.0.11-SNAPSHOT + 11.0.11 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 f9d56617b3b9..4ea20b882506 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 - 11.0.11-SNAPSHOT + 11.0.11 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 e6c8f6d0a12e..232407f8903e 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 - 11.0.11-SNAPSHOT + 11.0.11 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 8d87fe25d20b..7152d8ab5e87 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 - 11.0.11-SNAPSHOT + 11.0.11 ../pom.xml 4.0.0 diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index 4cabe5ac2561..be66d623cc5b 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-p2 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 5fa108ff899a..4ddc1a153ffe 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index bf73b2695c53..248490e89f6d 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-quic/pom.xml b/jetty-quic/pom.xml index 5eb0185edc5a..d82354d23720 100644 --- a/jetty-quic/pom.xml +++ b/jetty-quic/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml index 78d114137954..d29647bb8c2a 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-quic/quic-common/pom.xml b/jetty-quic/quic-common/pom.xml index 7851c0c40736..c4127c12bbf3 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-quic/quic-quiche/pom.xml b/jetty-quic/quic-quiche/pom.xml index 7f0cb09ffdf7..20f3b934da27 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 - 11.0.11-SNAPSHOT + 11.0.11 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 8b20e7b88753..585364a5ccea 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 - 11.0.11-SNAPSHOT + 11.0.11 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 99a21b4ade4d..54a691f49bff 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 - 11.0.11-SNAPSHOT + 11.0.11 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 54e749943f36..632276521165 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-quic/quic-server/pom.xml b/jetty-quic/quic-server/pom.xml index 525b6ae425c9..fc4cc95338e0 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 386e9313a1f3..e6d8f9097d63 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 26b20985b898..835f009060a8 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 614138c468f3..461eb6afc239 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index e04135fdd0c0..3f01061f2303 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index 0e28b6ae75c3..9ee12f8e1047 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index 8d6a9d827ad3..b79a7e0638d8 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index cc8811a41a8b..1c4ef7cd2baa 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-slf4j-impl/pom.xml b/jetty-slf4j-impl/pom.xml index 033b99da2b22..d1c619a5aa11 100644 --- a/jetty-slf4j-impl/pom.xml +++ b/jetty-slf4j-impl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 6f6c79dedf33..d7923e01834a 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-start diff --git a/jetty-unixdomain-server/pom.xml b/jetty-unixdomain-server/pom.xml index ffb1ee8f5bef..a74eb24b3aa0 100644 --- a/jetty-unixdomain-server/pom.xml +++ b/jetty-unixdomain-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml index 3eb4639e71b4..41b41def74ee 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml index 2337ef013968..4cc75abc1c39 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml index 4b5957244397..7d87f253d1ce 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index adbea64bf50a..7b2b7bb6b440 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index d62f405e7f7d..29ed1603805b 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index a4cd927977ab..5d7ce433f255 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 1a88217bb598..2ead32ac7498 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index b0b5b76af3ae..f3740ce5d89c 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-core-client/pom.xml b/jetty-websocket/websocket-core-client/pom.xml index 43cec53788da..c86337b795e3 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-core-common/pom.xml b/jetty-websocket/websocket-core-common/pom.xml index b454f2b1af2b..b740d861a58d 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-core-server/pom.xml b/jetty-websocket/websocket-core-server/pom.xml index 96cf3f5d868b..4c3f053e22bb 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-core-tests/pom.xml b/jetty-websocket/websocket-core-tests/pom.xml index 0e395a415960..ef1b0735fa02 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-jakarta-client/pom.xml b/jetty-websocket/websocket-jakarta-client/pom.xml index ecb6748a050c..b262e8abecf6 100644 --- a/jetty-websocket/websocket-jakarta-client/pom.xml +++ b/jetty-websocket/websocket-jakarta-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-jakarta-common/pom.xml b/jetty-websocket/websocket-jakarta-common/pom.xml index 71eb49bfe2f4..da20e4bffb8a 100644 --- a/jetty-websocket/websocket-jakarta-common/pom.xml +++ b/jetty-websocket/websocket-jakarta-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-jakarta-server/pom.xml b/jetty-websocket/websocket-jakarta-server/pom.xml index 29819818b4a5..7a3bf31cfeff 100644 --- a/jetty-websocket/websocket-jakarta-server/pom.xml +++ b/jetty-websocket/websocket-jakarta-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-jakarta-tests/pom.xml b/jetty-websocket/websocket-jakarta-tests/pom.xml index fc1668a7ccb3..ab7bf2878a41 100644 --- a/jetty-websocket/websocket-jakarta-tests/pom.xml +++ b/jetty-websocket/websocket-jakarta-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-jetty-api/pom.xml b/jetty-websocket/websocket-jetty-api/pom.xml index 241d0be355a0..166b5898325a 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-jetty-client/pom.xml b/jetty-websocket/websocket-jetty-client/pom.xml index ca07084a5d63..9f00c0b62aed 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-jetty-common/pom.xml b/jetty-websocket/websocket-jetty-common/pom.xml index 2cbf12d93efb..36dbebdbc5b2 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-jetty-server/pom.xml b/jetty-websocket/websocket-jetty-server/pom.xml index e7b5e077bc13..0dda1162d2d2 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-jetty-tests/pom.xml b/jetty-websocket/websocket-jetty-tests/pom.xml index 0ed4d1480ca1..346ac8d9a742 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index 8550392b1543..91d301f18b6a 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index fbe0cee4ce0a..c499c79b5c40 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index 81dd604bd074..5cf9431c5af7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml index a0795c136f73..a73cb8c5bbb1 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index c83ca355ddb3..554901155646 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index 7c78b647a2a7..c90266058090 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 11.0.11-SNAPSHOT + 11.0.11 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-cdi/pom.xml b/tests/test-cdi/pom.xml index 9410377a72f9..1c0a5ba16691 100644 --- a/tests/test-cdi/pom.xml +++ b/tests/test-cdi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 5a28b29b74ce..1518bfe2c3ba 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index 43b7064791e1..7a0b9de0f6e1 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index d1dd8feff428..bfaefb5c2316 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.11-SNAPSHOT + 11.0.11 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 3699725bd449..a575fb513f88 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 - 11.0.11-SNAPSHOT + 11.0.11 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 aca91c261f34..851a39596e66 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 - 11.0.11-SNAPSHOT + 11.0.11 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 01bb7bb77c1d..51455f58ea5f 100644 --- a/tests/test-jmx/pom.xml +++ b/tests/test-jmx/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 test-jmx-parent diff --git a/tests/test-jndi/pom.xml b/tests/test-jndi/pom.xml index 0b9d714366bf..bf0d984dea58 100644 --- a/tests/test-jndi/pom.xml +++ b/tests/test-jndi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml index 3e8c28436ba5..6dafded58c29 100644 --- a/tests/test-jpms/pom.xml +++ b/tests/test-jpms/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.11-SNAPSHOT + 11.0.11 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 242c6d70045c..2851176ecd9f 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 test-jpms-websocket-core diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index df9bdc7ea245..5a62009b0e58 100644 --- a/tests/test-loginservice/pom.xml +++ b/tests/test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.11-SNAPSHOT + 11.0.11 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index b571044ecf21..73a24c48d761 100644 --- a/tests/test-quickstart/pom.xml +++ b/tests/test-quickstart/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.11-SNAPSHOT + 11.0.11 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 71cc96fa1c87..a2db45c88ef4 100644 --- a/tests/test-sessions/pom.xml +++ b/tests/test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.11-SNAPSHOT + 11.0.11 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 cff51c23a9f3..263a3cee19e3 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 - 11.0.11-SNAPSHOT + 11.0.11 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 69ea2dd2073f..32147cb60353 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 - 11.0.11-SNAPSHOT + 11.0.11 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 55c286778459..b8e8430014e9 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 - 11.0.11-SNAPSHOT + 11.0.11 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 5f8bd8d51599..a36a96beff83 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 - 11.0.11-SNAPSHOT + 11.0.11 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 1c0fdfe6b3ca..3b6cfcd2de5e 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 - 11.0.11-SNAPSHOT + 11.0.11 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 d49589e1faa2..4bf253db875f 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 - 11.0.11-SNAPSHOT + 11.0.11 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 5b07f3cefd6a..cbfcd7592604 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 - 11.0.11-SNAPSHOT + 11.0.11 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 c113a83655e1..da1b69521a13 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 - 11.0.11-SNAPSHOT + 11.0.11 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index e861319b56ab..d3b9fa587ead 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 11.0.11-SNAPSHOT + 11.0.11 ../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 bab51831b4af..345985f708b5 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 - 11.0.11-SNAPSHOT + 11.0.11 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 a7bbf741eb7d..5338ce9247f3 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index 47205be0a1a2..a3103241ec5a 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index 3b3a6231f2d4..df521caa0b9b 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/tests/test-webapps/test-openid-webapp/pom.xml b/tests/test-webapps/test-openid-webapp/pom.xml index ed979a5bce1c..f50c787e65c1 100644 --- a/tests/test-webapps/test-openid-webapp/pom.xml +++ b/tests/test-webapps/test-openid-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 11.0.11-SNAPSHOT + 11.0.11 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 b9bb761ca1f3..062b27b4b4ef 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 - 11.0.11-SNAPSHOT + 11.0.11 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 54e7033b6d2d..070f0fb52be4 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 - 11.0.11-SNAPSHOT + 11.0.11 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 96e293cdc9e6..789de0df50b2 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 - 11.0.11-SNAPSHOT + 11.0.11 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 df20937133e0..8a7ae7121479 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 - 11.0.11-SNAPSHOT + 11.0.11 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 1097ade2748b..cbb38712f8b0 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/tests/test-webapps/test-websocket-webapp/pom.xml b/tests/test-webapps/test-websocket-webapp/pom.xml index 26ae6f3eb212..e4546f848fb6 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 - 11.0.11-SNAPSHOT + 11.0.11 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 2bbe961ea742..bec29593ed25 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0 diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml index 3914003bc94e..457409535126 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 - 11.0.11-SNAPSHOT + 11.0.11 4.0.0