diff --git a/VERSION.txt b/VERSION.txt index 10e46ad5b8d..546c444d602 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,7 +1,167 @@ -jetty-10.0.0-SNAPSHOT +jetty-10.0.0.alpha1 - 26 November 2019 + + 97 Permanent UnavailableException thrown during servlet request handling + should cause servlet destroy + + 137 Support OAuth + + 155 No way to set keystore for JSR 356 websocket clients, needed for SSL + client authentication + + 250 Implement HTTP CONNECT for HTTP/2 + + 995 UrlEncoded.encodeString should skip more characters + + 1036 Allow easy configuration of Scheduler-Threads and name them more + appropriate + + 1485 Add systemd service file + + 1743 Refactor jetty maven plugin goals to be more orthogonal + + 2266 Jetty maven plugin reload is triggered each time the + `scanIntervalSeconds` pass + + 2340 Remove raw ServletHandler usage examples from documentation + + 2429 Review HttpClient backpressure semantic + + 2578 Use addEventListener(EventListener listener) + + 2709 current default for headerCacheSize is not large enough for many + requests + + 2815 hpack fields are opaque octets + + 3040 Allow RFC6265 Cookies to include optional SameSite attribute. + + 3083 The ini-template for jetty.console-capture.dir does not match the + default value + + 3106 Websocket connection stats and request stats + + 3558 Error notifications can be received after a successful websocket close + + 3601 HTTP2 stall on reset streams + + 3705 Review ClientUpgradeRequest exception handling + + 3734 websocket suspend when input closed + + 3747 Make Jetty Demo work with JPMS + + 3787 Jetty client sometimes returns EOFException instead of + SSLHandshakeException on certificate errors. + + 3804 Weld/CDI XML backwards compat? + + 3806 Error Page handling Async race with ProxyServlet + + 3822 trustAll will not work on some servers + + 3829 Avoid sending empty trailer frames for http/2 responses + + 3840 Byte-range request performance problems with large files + + 3856 Different behaviour with maxFormContentSize=0 if Content-Length header + is present/missing + + 3863 Enforce use of SNI + + 3869 Update to ASM 7.2 for jdk 13 + + 3872 Review exposure of JavaxWebSocketServletContainerInitializer + + 3876 WebSocketPartialListener is only called for initial frames, not for + continuation frames + + 3884 @WebSocket without @OnWebSocketMessage handler fails when receiving a + continuation frame + + 3888 BufferUtil.toBuffer(Resource resource,boolean direct) does not like + large (4G+) Resources + + 3906 Fix for #3840 breaks Path encapsulation in PathResource + + 3913 Clustered HttpSession IllegalStateException: Invalid for read + + 3929 Deadlock between new HTTP2Connection() and Server.stop() + + 3936 Race condition when modifying session + sendRedirect() + + 3940 Double initialization of Log + + 3951 Consider adding demand API to HTTP/2 + + 3952 Server configuration for direct/heap ByteBuffers + + 3956 Remove and warn on use of illegal HTTP/2 response headers + + 3957 CustomRequestLog bad usage of MethodHandles.lookup() + + 3960 Fix HttpConfiguration copy constructor + + 3964 Improve efficiency of listeners + + 3968 WebSocket sporadic ReadPendingException using suspend/resume + + 3969 X-Forwarded-Port header customization isn't possible + + 3978 HTTP/2 fixes for robustly handling abnormal traffic and resource + exhaustion + + 3983 JarFileResource incorrectly lists the contents of directories with + spaces + + 3985 Improve lenient Cookie parsing + + 3989 Inform custom ManagedSelector of dead selector via optional + onFailedSelect() + + 4000 Add SameFileAliasChecker to help with FileSystem static file access + normalization on Mac and Windows + + 4003 Quickstart broken in jetty-10 + + 4007 Getting NullPointerException while trying to run jetty start.run on + Windows + + 4009 ServletContextHandler setSecurityHandler broke handler chain + + 4020 Revert WebSocket ExtensionFactory change to interface + + 4022 Servlet which is added by ServletRegistration can't be started + + 4025 Provide more write-through behaviours for DefaultSessionCache + + 4027 Ensure AbstractSessionDataStore cannot be used unless it is started + + 4033 Ignore bad percent encodings in paths during + URIUtil.equalsIgnoreEncodings() + + 4047 Gracefully stopped Jetty not flushing all response data + + 4048 Multiple values in X-Forwarded-Port throw NumberFormatException + + 4057 NullPointerException in o.e.j.h.HttpFields + + 4058 Review Locker + + 4064 java.lang.NullPointerException initializing embedded servlet + + 4075 Do not fail on servlet-mapping with url-pattern /On* + + 4076 Restarting quickstarted webapp throws IllegalStateException: + ServletContainerInitializersStarter already exists + + 4082 Debug logging causes NullPointerException in client + + 4084 Use of HttpConfiguration.setBlockingTimeout(long) in jetty.xml produces + warning on jetty-home startup + + 4096 Thread in ReservedThreadExecutor does not exit when stopped + + 4104 Frames are sent through ExtensionStack even if WebSocket Session is + closed + + 4105 QueuedThreadPool increased thread usage and no idle thread decay + + 4113 HttpClient fails with JDK 13 and TLS 1.3 + + 4115 Drop HTTP/2 pseudo headers + + 4121 QueuedThreadPool should support ThreadFactory behaviors + + 4122 QueuedThreadPool should reset thread interrupted on failed run + + 4124 Run websocket autobahn tests with jetty and javax apis instead of just + with core. + + 4128 OpenIdCredentials can't decode JWT ID token + + 4132 Should be possible to use OIDC without metadata + + 4138 OpenID module should use HttpClient instead of HttpURLConnection + + 4141 ClassCastException with non-async Servlet + async Filter + + HttpServletRequestWrapper + + 4142 Configurable HTTP/2 RateControl + + 4144 Naked cast to Request should be avoided + + 4150 Module org.eclipse.jetty.alpn.client not found, required by + org.eclipse.jetty.proxy + + 4152 WebSocket autoFragment does not fragment based on maxFrameSize + + 4156 IllegalStateException when forwarding to jsp with new session + + 4161 Regression: EofException: request lifecycle violation + + 4170 Client-side alias selection based on SSLEngine + + 4173 NullPointerException warning in log from WebInfConfiguration after + upgrade + + 4174 ConcurrentModificationException when stopping jetty:run-war + + 4176 Should not set header if sendError has been called + + 4177 Configure HTTP proxy with SslContextFactory + + 4179 Improve HttpChannel$SendCallback references for GC + + 4183 Jetty considers bootstrap injected class to be a "server class" + + 4188 Spin in HttpOutput.close + + 4190 Jetty hangs after thread blocked in SharedBlockingCallback.block() + called by HttpOutput.close + + 4191 Increase GzipHandler minGzipSize default value + + 4193 InetAccessHandler - new includeConnectors/excludeConnectors not quite + correct anymore + + 4201 Throw SSLHandshakeException in case of TLS handshake failures + + 4203 Some Transfer-Encoding and Content-Length combinations do not result in + expected 400 Bad Request + + 4204 Transfer-Encoding behavior does not follow RFC7230 + + 4208 304 response with Content-Length fails, not conform to RFC7230 + + 4209 Unused TLS connection is not closed in Java 11 + + 4217 SslConnection.DecryptedEnpoint.flush eternal busy loop + + 4222 Major/Minor Version wrong (jetty 10 is servlet 4) + + 4227 First authorization request produced by OIDC module fails due to + inclusion of sessionid + + 4236 clean up redirect code calculation for OpenIdAuthenticator + + 4237 simplify openid module configuration + + 4240 CGI form post results in 500 response if no character encoding + + 4243 ErrorHandler produces invalid json error response + + 4247 Cookie security attributes are going to mandated by Google Chrome + + 4248 Websocket client UpgradeListener never reports success + + 4251 Http 2.0 clients cannot upgrade protocol + + 4258 RateControl should be per-connection + + 4264 Spring Boot BasicErrorController no longer invoked + + 4265 HttpChannel SEND_ERROR should use ErrorHandler.doError() + + 4277 Reading streamed gzipped body never terminates + + 4279 Regression: ResponseWriter#close blocks indefinitely + + 4282 Review HttpParser handling in case of no content + + 4283 Wrong package for OpenJDK8ClientALPNProcessor + + 4284 Possible NullPointerException in Main.java when stopped from command + line + + 4287 Move getUriLastPathSegment(URI uri) to URIUtil + + 4296 Unable to create WebSocket connect if the query string of the URL has % + symbol. + + 4301 Demand beforeContent is not forwarded + + 4305 Jetty server ALPN shall alert fatal no_application_protocol if no + client application protocol is supported + + 4325 Deprecate SniX509ExtendedKeyManager constructor without + SslContextFactory$Server + + 4334 Better test ErrorHandler changes + + 4342 OpenID module cannot create HttpClient in Jetty 10 -jetty-10.0.0-alpha0 - 11 July - 2019 +jetty-10.0.0-alpha0 + 113 Add support for NCSA Extended Log File Format + 114 Bring back overlay deployer + 132 ClientConnector abstraction diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml index dd6db29871e..69f48d4452a 100644 --- a/aggregates/jetty-all/pom.xml +++ b/aggregates/jetty-all/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 ../../pom.xml 4.0.0 diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index 4220f823685..4ed3de9b272 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index df81b031bca..e830ac9faaa 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 apache-jstl diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 57d2d612ef4..3a35b4acad3 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.eclipse.jetty build-resources - 10.0.0-SNAPSHOT + 10.0.0.alpha1 Jetty :: Build Resources diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml index b9fedd3572c..7fc8f29fd50 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/examples/async-rest/async-rest-server/pom.xml b/examples/async-rest/async-rest-server/pom.xml index 6e08928ad41..adab2fec8a5 100644 --- a/examples/async-rest/async-rest-server/pom.xml +++ b/examples/async-rest/async-rest-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty example-async-rest - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml index fc23683060f..1238f508833 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml index 062104027f5..c340f87ffdb 100644 --- a/examples/async-rest/pom.xml +++ b/examples/async-rest/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml index cd11566a15b..61a3d969dbb 100644 --- a/examples/embedded/pom.xml +++ b/examples/embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.examples examples-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 ../pom.xml 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 5d4660605ab..bc351f5e826 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index db889380de8..f460b9a1de6 100644 --- a/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-alpn/jetty-alpn-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 e2863c7231f..98a76976405 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index b12dd062925..8d8a60783cd 100644 --- a/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-alpn/jetty-alpn-java-client/pom.xml index fb8b4a1bb2a..f9d8acd4891 100644 --- a/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-alpn/jetty-alpn-java-server/pom.xml index 918725febde..0175e60f6f4 100644 --- a/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 0cf6794b9fa..3f0a6602647 100644 --- a/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-alpn/jetty-alpn-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-alpn-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-alpn-server diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 7263f3de469..a3788d63cc4 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-alpn-parent diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index 8eadf27f3b3..eab8297a0c3 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index b66fb07eaeb..dc2b477ddf2 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-ant diff --git a/jetty-bom/pom.xml b/jetty-bom/pom.xml index fcdf3fe7d3d..7fdcaf59c45 100644 --- a/jetty-bom/pom.xml +++ b/jetty-bom/pom.xml @@ -9,7 +9,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 @@ -53,341 +53,341 @@ org.eclipse.jetty apache-jsp - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty apache-jstl - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-alpn-client - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-alpn-java-client - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-alpn-java-server - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-alpn-conscrypt-client - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-alpn-conscrypt-server - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-alpn-server - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-annotations - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-ant - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-client - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-deploy - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-distribution - 10.0.0-SNAPSHOT + 10.0.0.alpha1 zip org.eclipse.jetty jetty-distribution - 10.0.0-SNAPSHOT + 10.0.0.alpha1 tar.gz org.eclipse.jetty.fcgi fcgi-client - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.fcgi fcgi-server - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.gcloud jetty-gcloud-session-manager - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-home - 10.0.0-SNAPSHOT + 10.0.0.alpha1 zip org.eclipse.jetty jetty-home - 10.0.0-SNAPSHOT + 10.0.0.alpha1 tar.gz org.eclipse.jetty jetty-http - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.http2 http2-client - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.http2 http2-common - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.http2 http2-hpack - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.http2 http2-http-client-transport - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.http2 http2-server - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-http-spi - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty infinispan-common - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty infinispan-remote-query - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty infinispan-embedded-query - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-hazelcast - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-io - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-jaas - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-jaspi - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-jmx - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-jndi - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.memcached jetty-memcached-sessions - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-nosql - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.osgi jetty-osgi-boot - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.osgi jetty-osgi-boot-jsp - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.osgi jetty-osgi-boot-warurl - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.osgi jetty-httpservice - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-plus - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-proxy - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-quickstart - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-rewrite - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-security - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-openid - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-server - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-servlet - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-servlets - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-spring - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-unixsocket-common - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-unixsocket-client - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-unixsocket-server - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-util - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-util-ajax - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-webapp - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.websocket javax-websocket-client - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.websocket javax-websocket-server - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.websocket javax-websocket-common - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.websocket jetty-websocket-api - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.websocket jetty-websocket-client - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.websocket jetty-websocket-common - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.websocket jetty-websocket-server - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.websocket websocket-servlet - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty.websocket websocket-core - 10.0.0-SNAPSHOT + 10.0.0.alpha1 org.eclipse.jetty jetty-xml - 10.0.0-SNAPSHOT + 10.0.0.alpha1 diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 21cd915ce5d..15016c20bf9 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 org.eclipse.jetty diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index 6947c91b5d7..d03ce067126 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 45376093155..0889dc50fd7 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index f6b2843d79e..d1fd7f728b2 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-distribution diff --git a/jetty-documentation/pom.xml b/jetty-documentation/pom.xml index 5a0e52c7510..8e56f84948d 100644 --- a/jetty-documentation/pom.xml +++ b/jetty-documentation/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index 9d4ec739d53..55f2a22ee8a 100644 --- a/jetty-fcgi/fcgi-client/pom.xml +++ b/jetty-fcgi/fcgi-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index 742fcf5a9fe..bda551cef9f 100644 --- a/jetty-fcgi/fcgi-server/pom.xml +++ b/jetty-fcgi/fcgi-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.fcgi fcgi-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index 6ea9032ffb8..0cff4a925be 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 4e2c291d2b7..74da97c7e87 100644 --- a/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.gcloud gcloud-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index 02487b97ac0..2e07b51b576 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-hazelcast/pom.xml b/jetty-hazelcast/pom.xml index 5ed59343949..2aa94444c4c 100644 --- a/jetty-hazelcast/pom.xml +++ b/jetty-hazelcast/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index 08acbaa9a8b..bc62a1ab969 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-home diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index 2fb509cd685..dc34bb280d5 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-http-spi diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index a5071238200..df62ae498a6 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index e7753a1fc70..1857861b66a 100644 --- a/jetty-http2/http2-client/pom.xml +++ b/jetty-http2/http2-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index 995a3b8d592..2a523e1e18e 100644 --- a/jetty-http2/http2-common/pom.xml +++ b/jetty-http2/http2-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index 6f154432a16..d46574a56a5 100644 --- a/jetty-http2/http2-hpack/pom.xml +++ b/jetty-http2/http2-hpack/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index da589baa10d..628ccc411e5 100644 --- a/jetty-http2/http2-http-client-transport/pom.xml +++ b/jetty-http2/http2-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 702a6204ab0..1e811d8b06e 100644 --- a/jetty-http2/http2-server/pom.xml +++ b/jetty-http2/http2-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.http2 http2-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index 7a32c9046ab..000a9a9ca6f 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-infinispan/infinispan-common/pom.xml b/jetty-infinispan/infinispan-common/pom.xml index 751d63b19e2..c5b1f7356a1 100644 --- a/jetty-infinispan/infinispan-common/pom.xml +++ b/jetty-infinispan/infinispan-common/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 infinispan-common diff --git a/jetty-infinispan/infinispan-embedded-query/pom.xml b/jetty-infinispan/infinispan-embedded-query/pom.xml index 87964ce79ce..83b2c7397b7 100644 --- a/jetty-infinispan/infinispan-embedded-query/pom.xml +++ b/jetty-infinispan/infinispan-embedded-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 infinispan-embedded-query diff --git a/jetty-infinispan/infinispan-embedded/pom.xml b/jetty-infinispan/infinispan-embedded/pom.xml index 04349f164a6..cab7f4fe067 100644 --- a/jetty-infinispan/infinispan-embedded/pom.xml +++ b/jetty-infinispan/infinispan-embedded/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 infinispan-embedded diff --git a/jetty-infinispan/infinispan-remote-query/pom.xml b/jetty-infinispan/infinispan-remote-query/pom.xml index fb3ecfcb25d..fa06f6b1136 100644 --- a/jetty-infinispan/infinispan-remote-query/pom.xml +++ b/jetty-infinispan/infinispan-remote-query/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 infinispan-remote-query diff --git a/jetty-infinispan/infinispan-remote/pom.xml b/jetty-infinispan/infinispan-remote/pom.xml index 6d20c59c0be..58052f05dc9 100644 --- a/jetty-infinispan/infinispan-remote/pom.xml +++ b/jetty-infinispan/infinispan-remote/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty infinispan-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 infinispan-remote diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index d693cbf4819..61f05888c80 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index ef53deabed6..dce0dfe85d7 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-io diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 6662377bb20..c055bbc9349 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 0d16ccb6974..0071ab176d7 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index 639ef6aaa5f..d89fa37c385 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-jmx diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 2442dd6f097..a1c2af2e943 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index 2e260fffbe6..5ba80741c22 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-jspc-maven-plugin diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index d6b9d10d0d9..a7258240c99 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 ca218096903..84d659aa252 100644 --- a/jetty-memcached/jetty-memcached-sessions/pom.xml +++ b/jetty-memcached/jetty-memcached-sessions/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.memcached memcached-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-memcached/pom.xml b/jetty-memcached/pom.xml index a672294c41a..f290be436d7 100644 --- a/jetty-memcached/pom.xml +++ b/jetty-memcached/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 1d3f099c606..1241eda6e3f 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-nosql diff --git a/jetty-openid/pom.xml b/jetty-openid/pom.xml index ac1cb6bebb6..6e49c279d7c 100644 --- a/jetty-openid/pom.xml +++ b/jetty-openid/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 0d18a508cd8..43224298b68 100644 --- a/jetty-osgi/jetty-osgi-alpn/pom.xml +++ b/jetty-osgi/jetty-osgi-alpn/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index b8ebe520cab..b830e751ea3 100644 --- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 025d737ea11..b99bcb5f158 100644 --- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 ../pom.xml 4.0.0 diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index 443fe24c095..2e95e601d62 100644 --- a/jetty-osgi/jetty-osgi-boot/pom.xml +++ b/jetty-osgi/jetty-osgi-boot/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 7bc6e744093..0621cabd69b 100644 --- a/jetty-osgi/jetty-osgi-httpservice/pom.xml +++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-httpservice diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index ecc03573a34..d7dd17e561f 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 9deafe864a6..54d8918b3ea 100644 --- a/jetty-osgi/test-jetty-osgi-context/pom.xml +++ b/jetty-osgi/test-jetty-osgi-context/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 e43a76e22a4..5487a3d2889 100644 --- a/jetty-osgi/test-jetty-osgi-fragment/pom.xml +++ b/jetty-osgi/test-jetty-osgi-fragment/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 ../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 a213793c34f..7ac9263b37d 100644 --- a/jetty-osgi/test-jetty-osgi-server/pom.xml +++ b/jetty-osgi/test-jetty-osgi-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 test-jetty-osgi-server diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml index cb9ff9bc9a6..2e670746de2 100644 --- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 ../pom.xml 4.0.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 4dd970f92dd..cafcb5f85bb 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.osgi jetty-osgi-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 ../pom.xml 4.0.0 diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index 045a9e76671..14d8688856f 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index d8964411ccd..450a391b775 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 1134d4ff73e..ae13d4cf228 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 76b9b905bc1..d0c8e8060ad 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 03dac2de706..598c3b969f8 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-runner diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index ed204799803..770bfecedb9 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index af6e5b32e47..ab4a4abb31a 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index c705a9f382c..f4bd7efdce0 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index 6854e8c3eb8..4e671e64872 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml index 459c4b98159..9cae4348e19 100644 --- a/jetty-spring/pom.xml +++ b/jetty-spring/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 062db44d4f3..59a84138828 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-start diff --git a/jetty-unixsocket/jetty-unixsocket-client/pom.xml b/jetty-unixsocket/jetty-unixsocket-client/pom.xml index fc66c9e5dcc..0fbd7fc10e1 100644 --- a/jetty-unixsocket/jetty-unixsocket-client/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-client/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-common/pom.xml b/jetty-unixsocket/jetty-unixsocket-common/pom.xml index 1667195b810..13858c810c2 100644 --- a/jetty-unixsocket/jetty-unixsocket-common/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty jetty-unixsocket - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-unixsocket/jetty-unixsocket-server/pom.xml b/jetty-unixsocket/jetty-unixsocket-server/pom.xml index 0ba25d24bbc..9822b132fc6 100644 --- a/jetty-unixsocket/jetty-unixsocket-server/pom.xml +++ b/jetty-unixsocket/jetty-unixsocket-server/pom.xml @@ -3,7 +3,7 @@ jetty-unixsocket org.eclipse.jetty - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-unixsocket/pom.xml b/jetty-unixsocket/pom.xml index b4e4c4d2b16..c543ff407b6 100644 --- a/jetty-unixsocket/pom.xml +++ b/jetty-unixsocket/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 6fcf4b1e14f..914d2add266 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-util-ajax diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index a0188a09aab..55ed068b72e 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-util diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 350b35c7d73..92f21417989 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/javax-websocket-client/pom.xml b/jetty-websocket/javax-websocket-client/pom.xml index bdbaea8cb23..371621cb314 100644 --- a/jetty-websocket/javax-websocket-client/pom.xml +++ b/jetty-websocket/javax-websocket-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/javax-websocket-common/pom.xml b/jetty-websocket/javax-websocket-common/pom.xml index 9fd8f573acd..c3f940e0674 100644 --- a/jetty-websocket/javax-websocket-common/pom.xml +++ b/jetty-websocket/javax-websocket-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/javax-websocket-server/pom.xml b/jetty-websocket/javax-websocket-server/pom.xml index c4d3ee0e98d..ffb0060ac8b 100644 --- a/jetty-websocket/javax-websocket-server/pom.xml +++ b/jetty-websocket/javax-websocket-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/javax-websocket-tests/pom.xml b/jetty-websocket/javax-websocket-tests/pom.xml index 0976122edee..d90b0af2a2c 100644 --- a/jetty-websocket/javax-websocket-tests/pom.xml +++ b/jetty-websocket/javax-websocket-tests/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/jetty-websocket-api/pom.xml b/jetty-websocket/jetty-websocket-api/pom.xml index a2486c5739b..901ceb6ef89 100644 --- a/jetty-websocket/jetty-websocket-api/pom.xml +++ b/jetty-websocket/jetty-websocket-api/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/jetty-websocket-client/pom.xml b/jetty-websocket/jetty-websocket-client/pom.xml index caeae04bc80..d14de68e6cf 100644 --- a/jetty-websocket/jetty-websocket-client/pom.xml +++ b/jetty-websocket/jetty-websocket-client/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/jetty-websocket-common/pom.xml b/jetty-websocket/jetty-websocket-common/pom.xml index bd6c711d235..bcdc2b0fc35 100644 --- a/jetty-websocket/jetty-websocket-common/pom.xml +++ b/jetty-websocket/jetty-websocket-common/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/jetty-websocket-server/pom.xml b/jetty-websocket/jetty-websocket-server/pom.xml index 80303e8640b..c99720136c3 100644 --- a/jetty-websocket/jetty-websocket-server/pom.xml +++ b/jetty-websocket/jetty-websocket-server/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/jetty-websocket-tests/pom.xml b/jetty-websocket/jetty-websocket-tests/pom.xml index bfd1689a5d7..6896a584c41 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index e4c5bbe5837..0620ef3c17f 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml @@ -3,7 +3,7 @@ jetty-project org.eclipse.jetty - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/websocket-core/pom.xml b/jetty-websocket/websocket-core/pom.xml index 60879dcaa46..ddc1c10d7b7 100644 --- a/jetty-websocket/websocket-core/pom.xml +++ b/jetty-websocket/websocket-core/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index f803f732e80..ad00e9255cf 100644 --- a/jetty-websocket/websocket-servlet/pom.xml +++ b/jetty-websocket/websocket-servlet/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.websocket websocket-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index be891ef3f1b..60f3d184096 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 jetty-xml diff --git a/pom.xml b/pom.xml index 3622e377ec1..9657b446973 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 Jetty :: Project The Eclipse Jetty Project pom diff --git a/tests/jetty-http-tools/pom.xml b/tests/jetty-http-tools/pom.xml index 47e7cd69a86..dab57aaf1e7 100644 --- a/tests/jetty-http-tools/pom.xml +++ b/tests/jetty-http-tools/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index bc4827112ef..320355a75c1 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/tests/pom.xml b/tests/pom.xml index 75cd4504512..b34ca7666d8 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 10.0.0-SNAPSHOT + 10.0.0.alpha1 ../pom.xml org.eclipse.jetty.tests diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 27fcd0dab1e..9833c8fa008 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -2,7 +2,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index 84d9d7de5b9..35bc10a3930 100644 --- a/tests/test-http-client-transport/pom.xml +++ b/tests/test-http-client-transport/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 4168685fe5e..110edf217b9 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 6543bcc1d1e..00b6a0a7437 100644 --- a/tests/test-jmx/jmx-webapp-it/pom.xml +++ b/tests/test-jmx/jmx-webapp-it/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-jmx-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 38445f8c86f..501ba1cb387 100644 --- a/tests/test-jmx/jmx-webapp/pom.xml +++ b/tests/test-jmx/jmx-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-jmx-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 jmx-webapp war diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index d64b3e8ef45..8b95a50f9e8 100644 --- a/tests/test-jmx/pom.xml +++ b/tests/test-jmx/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 test-jmx-parent diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 9c521147677..31c9c3d7c0a 100644 --- a/tests/test-loginservice/pom.xml +++ b/tests/test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 test-loginservice Jetty Tests :: Login Service diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 8e52029caac..1ae87bb8441 100644 --- a/tests/test-quickstart/pom.xml +++ b/tests/test-quickstart/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 ../pom.xml 4.0.0 diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index 25a0746b134..6066ada2e05 100644 --- a/tests/test-sessions/pom.xml +++ b/tests/test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 d79168404c6..16519039a35 100644 --- a/tests/test-sessions/test-file-sessions/pom.xml +++ b/tests/test-sessions/test-file-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 6b5ae8f14da..ac1ce3887ab 100644 --- a/tests/test-sessions/test-gcloud-sessions/pom.xml +++ b/tests/test-sessions/test-gcloud-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 fa96894adad..e1579369076 100644 --- a/tests/test-sessions/test-hazelcast-sessions/pom.xml +++ b/tests/test-sessions/test-hazelcast-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 c414f7f5848..f192067383a 100644 --- a/tests/test-sessions/test-infinispan-sessions/pom.xml +++ b/tests/test-sessions/test-infinispan-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 ae24d2bd6b1..0c42830037c 100644 --- a/tests/test-sessions/test-jdbc-sessions/pom.xml +++ b/tests/test-sessions/test-jdbc-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 60ac2f524da..8bce98c18c1 100644 --- a/tests/test-sessions/test-memcached-sessions/pom.xml +++ b/tests/test-sessions/test-memcached-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 1c1f7718f8e..abda788df35 100644 --- a/tests/test-sessions/test-mongodb-sessions/pom.xml +++ b/tests/test-sessions/test-mongodb-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 a423ae8630a..018c9fe7844 100644 --- a/tests/test-sessions/test-sessions-common/pom.xml +++ b/tests/test-sessions/test-sessions-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-sessions-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 test-sessions-common Jetty Tests :: Sessions :: Common diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index cf05e8a0007..3e48a7f60d2 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 ../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 ab8cff68cdc..ef2d4c4c358 100644 --- a/tests/test-webapps/test-cdi-common-webapp/pom.xml +++ b/tests/test-webapps/test-cdi-common-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/tests/test-webapps/test-felix-webapp/pom.xml b/tests/test-webapps/test-felix-webapp/pom.xml index 1b1e57e46a2..9ea42404f91 100644 --- a/tests/test-webapps/test-felix-webapp/pom.xml +++ b/tests/test-webapps/test-felix-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/tests/test-webapps/test-http2-webapp/pom.xml b/tests/test-webapps/test-http2-webapp/pom.xml index 7db6283bc92..638769a7452 100644 --- a/tests/test-webapps/test-http2-webapp/pom.xml +++ b/tests/test-webapps/test-http2-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml index 563dc6b029b..4259e8dec31 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 76eff45b4f9..b775a857c8e 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 ../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 08fce22680d..a8f067f093b 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 aa30708c191..6f5e6ce5799 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 95a25c5a629..7da90fab653 100644 --- a/tests/test-webapps/test-owb-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-owb-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml index efd499fa3d0..1aba855b5f3 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 ../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 e1baa56d470..a6ba7d798c4 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 8beeaf3a468..e5c2e69a690 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 bada431d66d..87efaca4834 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 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 8a0fed27d72..0ba3c010711 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 - 10.0.0-SNAPSHOT + 10.0.0.alpha1 Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar diff --git a/tests/test-webapps/test-simple-webapp/pom.xml b/tests/test-webapps/test-simple-webapp/pom.xml index 9c31f9dcde5..bb9d9829fd8 100644 --- a/tests/test-webapps/test-simple-webapp/pom.xml +++ b/tests/test-webapps/test-simple-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0 diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index ddec187e699..9241c8a0b58 100644 --- a/tests/test-webapps/test-webapp-rfc2616/pom.xml +++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 test-webapp-rfc2616 Jetty Tests :: WebApp :: RFC2616 diff --git a/tests/test-webapps/test-weld-cdi-webapp/pom.xml b/tests/test-webapps/test-weld-cdi-webapp/pom.xml index 1c00b20c05f..41a9e01208d 100644 --- a/tests/test-webapps/test-weld-cdi-webapp/pom.xml +++ b/tests/test-webapps/test-weld-cdi-webapp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.jetty.tests test-webapps-parent - 10.0.0-SNAPSHOT + 10.0.0.alpha1 4.0.0