Updating to version 12.0.6
This commit is contained in:
parent
275fcb2451
commit
78ab6e6ba1
49
VERSION.txt
49
VERSION.txt
|
@ -1,16 +1,55 @@
|
|||
jetty-12.0.6-SNAPSHOT
|
||||
jetty-12.0.6 - 29 January 2024
|
||||
+ 10220 Implement CrossOriginHandler
|
||||
+ 10870 How to set HttpConfiguration.securePort when the HTTPS port is
|
||||
dynamic?
|
||||
+ 11080 Can't able to make multipart request and getting error.
|
||||
+ 11081 Dropped WebSocket messages due to race condition in WebSocket frame
|
||||
handling
|
||||
+ 11095 Jetty 12.0.5 (ee10) throws IllegalStateException for completed
|
||||
requests when Gzip Handler is used
|
||||
+ 11096 IllegalAccessException when invoking WebSocket end point methods in
|
||||
Jetty 12
|
||||
+ 11098 Sporadic NPE in ArrayByteBufferPool.evict()
|
||||
+ 11213 Improve programming guide WebSocket JPMS documentation
|
||||
+ 11220 ContextHandler(anyHandler) NPE during .<init> logging 'because
|
||||
"this._vhosts" is null'
|
||||
+ 11223 WebSocketClient.connect with URI including query parameters don't work
|
||||
for HTTP2 connector
|
||||
+ 11230 Problem with parsing of form parameters without values in Jetty 12?
|
||||
+ 11253 Jetty 12 ComplianceViolation.Listener not notified for URI, Cookie,
|
||||
and Multipart violations.
|
||||
+ 11259 HTTP/2 connection not closed after idle timeout when TCP congested
|
||||
+ 11260 QuickStartConfiguration cannot be mixed with contexts that do not have
|
||||
a `WEB-INF/quickstart-web.xml`
|
||||
+ 11263 Using `jetty.version` override from jetty-start does not use version
|
||||
for various environment libs.
|
||||
+ 11273 Support BSD expr in startup script
|
||||
+ 11275 Jakarta websocket @OnMessage with Reader parameter stops working when
|
||||
there is an unhandled exception
|
||||
+ 11280 Jetty 12 EE10 OSGi Boot invalid jetty.xml Handler configuration
|
||||
+ 11281 Failed LOG.debug() with MultiPart
|
||||
+ 11282 Deadlocks with DEBUG logging enabled in jetty-server testing
|
||||
+ 11290 HTTP 400 and NPE in HttpParser for blank header value in Jetty 12.x
|
||||
+ 11296 AbstractLoginModule porting issue
|
||||
+ 11299 EE8/9 `DefaultServlet.doPost()` doesn't behave like Jetty 10/11
|
||||
+ 11303 `JettyWebSocketFrameHandler` incorrectly relies on `autoDemand` when
|
||||
handlers are not registered
|
||||
+ 11312 baseResource/resourceBase is no longer extracted from ServletContext
|
||||
+ 11317 Cleanup usages of `addBean(Object)` from constructors
|
||||
+ 11329 Jetty 11->12 migration guide has incorrect new artifact names
|
||||
+ 11339 Content-type additional parameters
|
||||
+ 11349 Update quiche to 0.20.0
|
||||
|
||||
jetty-12.0.5 - 18 December 2023
|
||||
+ 10277 Review read failures impacting writes
|
||||
+ 10852 `ResourceHandler` could use a `.setUseFileMapping(boolean)` option
|
||||
+ 10933 Review ServletChannelState.asyncError()
|
||||
+ 10956 100 Continue handling
|
||||
+ 11009 Add deployment exception for non Jakarta WebSocket endpoints used
|
||||
in ServerEndpointConfig
|
||||
+ 11009 Add deployment exception for non Jakarta WebSocket endpoints used in
|
||||
ServerEndpointConfig
|
||||
+ 11014 RedirectRegexRule and RewritePatternRule should consider
|
||||
relativeRedirectAllowed
|
||||
+ 11016 IllegalStateException when stopping Server with pending
|
||||
requests
|
||||
+ 11016 IllegalStateException when stopping Server with pending requests
|
||||
+ 11021 Do not call afterResponse() in case of failures
|
||||
+ 11024 Properly scope jetty-security optional / test dependencies
|
||||
+ 11031 HttpClient should expose Connection/EndPoint used by HTTP requests
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
-->
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>build-resources</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Build :: Resources</name>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-project</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<groupId>org.eclipse.jetty.build</groupId>
|
||||
<artifactId>build</artifactId>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.documentation</groupId>
|
||||
<artifactId>documentation</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-asciidoctor-extensions</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.documentation</groupId>
|
||||
<artifactId>documentation</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-documentation</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-project</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<groupId>org.eclipse.jetty.documentation</groupId>
|
||||
<artifactId>documentation</artifactId>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-project</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>javadoc</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-alpn-client</artifactId>
|
||||
<name>Core :: ALPN :: Client</name>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-alpn-conscrypt-client</artifactId>
|
||||
<name>Core :: ALPN :: Conscrypt Client</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-alpn-conscrypt-server</artifactId>
|
||||
<name>Core :: ALPN :: Conscrypt Server</name>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-alpn-java-client</artifactId>
|
||||
<name>Core :: ALPN :: Java Client</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-alpn-java-server</artifactId>
|
||||
<name>Core :: ALPN :: Java Server</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-alpn-server</artifactId>
|
||||
<name>Core :: ALPN :: Server</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-alpn</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jetty-bom</artifactId>
|
||||
|
@ -18,282 +18,282 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn-client</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn-conscrypt-client</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn-conscrypt-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn-java-client</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn-java-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-client</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-deploy</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-http</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-http-spi</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-http-tools</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-io</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-jmx</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-jndi</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-keystore</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-openid</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-osgi</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-plus</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-proxy</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-rewrite</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-security</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-session</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-slf4j-impl</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-start</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-unixdomain-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-util</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-util-ajax</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-xml</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.demos</groupId>
|
||||
<artifactId>jetty-demo-handler</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.fcgi</groupId>
|
||||
<artifactId>jetty-fcgi-client</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.fcgi</groupId>
|
||||
<artifactId>jetty-fcgi-proxy</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.fcgi</groupId>
|
||||
<artifactId>jetty-fcgi-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2-client</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2-client-transport</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2-common</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2-hpack</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3-client</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3-client-transport</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3-common</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3-qpack</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic-client</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic-common</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic-quiche-common</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic-quiche-foreign-incubator</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic-quiche-jna</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket-core-client</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket-core-common</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket-core-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket-jetty-api</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket-jetty-client</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket-jetty-common</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket-jetty-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-client</artifactId>
|
||||
<name>Core :: HTTP Client</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.demos</groupId>
|
||||
<artifactId>jetty-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-demo-handler</artifactId>
|
||||
<name>Core :: Demo Handler</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<groupId>org.eclipse.jetty.demos</groupId>
|
||||
<artifactId>jetty-demos</artifactId>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-deploy</artifactId>
|
||||
<name>Core :: Deployers</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.fcgi</groupId>
|
||||
<artifactId>jetty-fcgi</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-fcgi-client</artifactId>
|
||||
<name>Core :: FastCGI :: Client</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.fcgi</groupId>
|
||||
<artifactId>jetty-fcgi</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-fcgi-proxy</artifactId>
|
||||
<name>Core :: FastCGI :: Proxy</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.fcgi</groupId>
|
||||
<artifactId>jetty-fcgi</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-fcgi-server</artifactId>
|
||||
<name>Core :: FastCGI :: Server</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<groupId>org.eclipse.jetty.fcgi</groupId>
|
||||
<artifactId>jetty-fcgi</artifactId>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http-spi</artifactId>
|
||||
<name>Core :: HTTP SPI</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http-tools</artifactId>
|
||||
<name>Core :: HTTP Tools</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http</artifactId>
|
||||
<name>Core :: HTTP</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http2-client-transport</artifactId>
|
||||
<name>Core :: HTTP2 :: Client Transport</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http2-client</artifactId>
|
||||
<name>Core :: HTTP2 :: Client</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http2-common</artifactId>
|
||||
<name>Core :: HTTP2 :: Common</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http2-hpack</artifactId>
|
||||
<name>Core :: HTTP2 :: HPACK</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http2-server</artifactId>
|
||||
<name>Core :: HTTP2 :: Server</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http2-tests</artifactId>
|
||||
<name>Core :: HTTP2 :: Tests</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2</artifactId>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http3-client-transport</artifactId>
|
||||
<name>Core :: HTTP3 :: HTTP Client Transport</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http3-client</artifactId>
|
||||
<name>Core :: HTTP3 :: Client</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http3-common</artifactId>
|
||||
<name>Core :: HTTP3 :: Common</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http3-qpack</artifactId>
|
||||
<name>Core :: HTTP3 :: QPACK</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http3-server</artifactId>
|
||||
<name>Core :: HTTP3 :: Server</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-http3-tests</artifactId>
|
||||
<name>Core :: HTTP3 :: Tests</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3</artifactId>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-io</artifactId>
|
||||
<name>Core :: IO</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-jmx</artifactId>
|
||||
<name>Core :: JMX</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-jndi</artifactId>
|
||||
<name>Core :: JNDI</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-keystore</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-openid</artifactId>
|
||||
<name>EE10 :: OpenID</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-osgi</artifactId>
|
||||
<name>Core :: OSGi</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-plus</artifactId>
|
||||
<name>Core :: Plus</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-proxy</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-quic-client</artifactId>
|
||||
<name>Core :: QUIC :: Client</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-quic-common</artifactId>
|
||||
<name>Core :: QUIC :: Common</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic-quiche</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-quic-quiche-common</artifactId>
|
||||
<name>Core :: QUIC :: Quiche :: Common</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic-quiche</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-quic-quiche-foreign-incubator</artifactId>
|
||||
<name>Core :: QUIC :: Quiche :: Foreign (Java 17)</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic-quiche</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-quic-quiche-jna</artifactId>
|
||||
<name>Core :: QUIC :: Quiche :: JNA Binding</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-quic-quiche</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-quic-server</artifactId>
|
||||
<name>Core :: QUIC :: Server</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic</artifactId>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-rewrite</artifactId>
|
||||
<name>Core :: Rewrite</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-security</artifactId>
|
||||
<name>Core :: Security</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-server</artifactId>
|
||||
<name>Core :: Server</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-session</artifactId>
|
||||
<name>Core :: Sessions</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-slf4j-impl</artifactId>
|
||||
<name>Core :: SLF4J Implementation</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-start</artifactId>
|
||||
<name>Core :: Start</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-tests</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-test-client-transports</artifactId>
|
||||
<name>Core :: Tests :: Client Transports</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-tests</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-test-jmx</artifactId>
|
||||
<name>Core :: Tests :: JMX</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-tests</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-unixdomain-server</artifactId>
|
||||
<name>Core :: Unix-Domain Sockets :: Server</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-util-ajax</artifactId>
|
||||
<name>Core :: Utilities :: JSON</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-util</artifactId>
|
||||
<name>Core :: Utilities</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-websocket-core-client</artifactId>
|
||||
<name>Core :: Websocket :: Client</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-websocket-core-common</artifactId>
|
||||
<name>Core :: Websocket :: Common</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-websocket-core-server</artifactId>
|
||||
<name>Core :: Websocket :: Server</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-websocket-core-tests</artifactId>
|
||||
<name>Core :: Websocket :: Tests</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-websocket-jetty-api</artifactId>
|
||||
<name>Core :: Websocket :: Jetty API</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-websocket-jetty-client</artifactId>
|
||||
<name>Core :: Websocket :: Jetty Client</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-websocket-jetty-common</artifactId>
|
||||
<name>Core :: Websocket :: Jetty Common</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-websocket-jetty-server</artifactId>
|
||||
<name>Core :: Websocket :: Jetty Server</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-websocket-jetty-tests</artifactId>
|
||||
<name>Core :: Websocket :: Jetty Tests</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-xml</artifactId>
|
||||
<name>Core :: XML</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-project</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-annotations</artifactId>
|
||||
<name>EE10 :: Servlet Annotations</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-apache-jsp</artifactId>
|
||||
<name>EE10 :: Apache JSP</name>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jetty-ee10-bom</artifactId>
|
||||
|
@ -19,132 +19,132 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-annotations</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-apache-jsp</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-cdi</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-fcgi-proxy</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-glassfish-jstl</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-jaspi</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-jndi</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-jspc-maven-plugin</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-maven-plugin</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-plus</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-proxy</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-quickstart</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-runner</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-servlet</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-servlets</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10-webapp</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10.osgi</groupId>
|
||||
<artifactId>jetty-ee10-osgi-alpn</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10.osgi</groupId>
|
||||
<artifactId>jetty-ee10-osgi-boot</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10.osgi</groupId>
|
||||
<artifactId>jetty-ee10-osgi-boot-jsp</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
|
||||
<artifactId>jetty-ee10-websocket-jakarta-client</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
|
||||
<artifactId>jetty-ee10-websocket-jakarta-client-webapp</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
|
||||
<artifactId>jetty-ee10-websocket-jakarta-common</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
|
||||
<artifactId>jetty-ee10-websocket-jakarta-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
|
||||
<artifactId>jetty-ee10-websocket-jetty-client-webapp</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
|
||||
<artifactId>jetty-ee10-websocket-jetty-server</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
|
||||
<artifactId>jetty-ee10-websocket-servlet</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10</groupId>
|
||||
<artifactId>jetty-ee10</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-cdi</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demo-async-rest</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-async-rest-jar</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demo-async-rest</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-async-rest-server</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demo-async-rest</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-async-rest-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-async-rest</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-embedded</artifactId>
|
||||
<name>EE10 :: Demo :: Embedded Jetty</name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-jaas-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-jetty-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-jndi-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-jsp-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-mock-resources</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-proxy-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-simple-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-container-initializer</artifactId>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-spec-webapp</artifactId>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-web-fragment</artifactId>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.6-SNAPSHOT</version>
|
||||
<version>12.0.6</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-spec</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue