Updating to version 9.3.4.v20151007
diff --git a/VERSION.txt b/VERSION.txt index c41a182..6d974ca 100644 --- a/VERSION.txt +++ b/VERSION.txt
@@ -1,4 +1,49 @@ -jetty-9.3.4-SNAPSHOT +jetty-9.3.4.v20151007 - 07 October 2015 + + 428474 Expose batch mode in the Jetty WebSocket API + + 472082 isOpen returns true on CLOSING Connection + + 474936 WebSocketSessions are not always cleaned out from openSessions + + 475209 WebSocketServerFactory should not hand null object to + DecoratedObjectFactory + + 476023 Incorrect trimming of WebSocket close reason + + 476049 When using WebSocket Session.close() there should be no status code + or reason sent + + 476170 Support servers that close connections without sending Connection: + close header. + + 476720 getTrustStoreResource fixed + + 477087 Enforce that the preface contains a SETTINGS frame. + + 477123 AsyncListener callbacks need context scope + + 477270 Add ability to send a single PRIORITY frame. + + 477278 Refactored DefaultServlet for cached Gzip & Etags + + 477385 Make jetty osgi manifests only resolve jetty packages against a + single distro version + + 477641 ALPN classes exposed to webapps - fixed typo + + 477680 Encode merged query parameters + + 477737 Improve handling of etags with dynamic and static gzip + + 477757 Null args in TypeUtil .call & .construct result in confusing + exceptions + + 477817 Fixed memory leak in QueuedThreadPool + + 477878 HttpClient over HTTP/2 doesn't close upload stream. + + 477885 Jetty HTTP2 client fails to connect with Netty server - HTTP2 client + preface missing or corrupt. + + 477890 Overwhelmed HTTP/2 server discards data. + + 477895 Prevent leak of handles to deleted files after redeploy + + 477900 Increase client authentication default max content size + + 478008 Do not reset current value of CounterStatistics + + 478021 Client sending Connection: close does not shutdown output. + + 478105 prependFilterMapping check for null FilterHolder + + 478239 Remove pointless synchronize in infinispan scavenging + + 478247 WebappClassLoader pinned after redeploy + + 478275 Priority information in HEADERS frame is not sent. + + 478280 property file in temp directory + + 478372 JavaUtilLog setSourceClass and setSourceMethod + + 478434 Priority weights should be between 1 and 256 inclusive. + + 478752 Clarify support for HttpServletRequest.upgrade() + + 478757 DebugHandler thread name is mangled + + 478829 WebsocketSession not cleaned up / memory leak + + 478862 Update to jstl 1.2.5 + + 478923 threads stuck at SharedBlockingCallback$Blocker.block + + 479026 Wrong CONNECT request idle timeout. + + 479277 HttpClient with HTTP/2 transport does not work for "https" URLs. jetty-9.3.3.v20150827 - 27 August 2015 + 470311 Introduce a proxy-protocol module.
diff --git a/aggregates/jetty-all-compact3/pom.xml b/aggregates/jetty-all-compact3/pom.xml index 0e2c674..2212eb7 100644 --- a/aggregates/jetty-all-compact3/pom.xml +++ b/aggregates/jetty-all-compact3/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.1-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml index 4ce3ad4..1bbccfd 100644 --- a/aggregates/jetty-all/pom.xml +++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/apache-jsp/pom.xml b/apache-jsp/pom.xml index 7267c80..a195401 100644 --- a/apache-jsp/pom.xml +++ b/apache-jsp/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>apache-jsp</artifactId>
diff --git a/apache-jstl/pom.xml b/apache-jstl/pom.xml index 4d21ada..5f5959e 100644 --- a/apache-jstl/pom.xml +++ b/apache-jstl/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>apache-jstl</artifactId>
diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml index 447d2c1..25a3a76 100644 --- a/examples/async-rest/async-rest-jar/pom.xml +++ b/examples/async-rest/async-rest-jar/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>example-async-rest</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.eclipse.jetty.example-async-rest</groupId>
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml index a4b5301..33cc497 100644 --- a/examples/async-rest/async-rest-webapp/pom.xml +++ b/examples/async-rest/async-rest-webapp/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>example-async-rest</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.eclipse.jetty.example-async-rest</groupId>
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml index 46ac32d..4c53524 100644 --- a/examples/async-rest/pom.xml +++ b/examples/async-rest/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.examples</groupId> <artifactId>examples-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml index 0ec8639..b0ba2b9 100644 --- a/examples/embedded/pom.xml +++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.examples</groupId> <artifactId>examples-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/examples/pom.xml b/examples/pom.xml index 69bc2c2..2fe561c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.eclipse.jetty.examples</groupId>
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml index e25c280..0ab5a8c 100644 --- a/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-alpn/jetty-alpn-client/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-alpn-client</artifactId>
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml index 3465055..c085fcd 100644 --- a/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-alpn/jetty-alpn-server/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-alpn-server</artifactId>
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml index 1c9efdd..21c6290 100644 --- a/jetty-alpn/pom.xml +++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-alpn-parent</artifactId>
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml index 88ebfd7..58a0279 100644 --- a/jetty-annotations/pom.xml +++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-annotations</artifactId>
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml index f1c72ce..3099d11 100644 --- a/jetty-ant/pom.xml +++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-ant</artifactId>
diff --git a/jetty-cdi/cdi-core/pom.xml b/jetty-cdi/cdi-core/pom.xml index cfcd1ba..02b8418 100644 --- a/jetty-cdi/cdi-core/pom.xml +++ b/jetty-cdi/cdi-core/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.cdi</groupId> <artifactId>jetty-cdi-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cdi-core</artifactId>
diff --git a/jetty-cdi/cdi-full-servlet/pom.xml b/jetty-cdi/cdi-full-servlet/pom.xml index c02720f..341b449 100644 --- a/jetty-cdi/cdi-full-servlet/pom.xml +++ b/jetty-cdi/cdi-full-servlet/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.cdi</groupId> <artifactId>jetty-cdi-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cdi-full-servlet</artifactId>
diff --git a/jetty-cdi/cdi-servlet/pom.xml b/jetty-cdi/cdi-servlet/pom.xml index e1265a2..f5ec993 100644 --- a/jetty-cdi/cdi-servlet/pom.xml +++ b/jetty-cdi/cdi-servlet/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.cdi</groupId> <artifactId>jetty-cdi-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cdi-servlet</artifactId>
diff --git a/jetty-cdi/cdi-websocket/pom.xml b/jetty-cdi/cdi-websocket/pom.xml index 27e5eff..71f3aca 100644 --- a/jetty-cdi/cdi-websocket/pom.xml +++ b/jetty-cdi/cdi-websocket/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.cdi</groupId> <artifactId>jetty-cdi-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cdi-websocket</artifactId>
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 279de82..0c07f44 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.eclipse.jetty.cdi</groupId>
diff --git a/jetty-cdi/test-cdi-webapp/pom.xml b/jetty-cdi/test-cdi-webapp/pom.xml index 4410043..9aa7321 100644 --- a/jetty-cdi/test-cdi-webapp/pom.xml +++ b/jetty-cdi/test-cdi-webapp/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.eclipse.jetty.cdi</groupId> <artifactId>jetty-cdi-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>test-cdi-webapp</artifactId>
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml index dd19453..38c2892 100644 --- a/jetty-client/pom.xml +++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml index ecb449e..4e34062 100644 --- a/jetty-continuation/pom.xml +++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-continuation</artifactId>
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml index 99c00e5..06aaa97 100644 --- a/jetty-deploy/pom.xml +++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-deploy</artifactId>
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index bdda3fc..b5a9907 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>jetty-distribution</artifactId> <name>Jetty :: Distribution Assemblies</name>
diff --git a/jetty-fcgi/fcgi-client/pom.xml b/jetty-fcgi/fcgi-client/pom.xml index ecce8fd..672055f 100644 --- a/jetty-fcgi/fcgi-client/pom.xml +++ b/jetty-fcgi/fcgi-client/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.fcgi</groupId> <artifactId>fcgi-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml index cbad4c0..2355f85 100644 --- a/jetty-fcgi/fcgi-server/pom.xml +++ b/jetty-fcgi/fcgi-server/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.fcgi</groupId> <artifactId>fcgi-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index cb0d2a0..6e2d881 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml index b88be85..da4fa7d 100644 --- a/jetty-http-spi/pom.xml +++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-http-spi</artifactId>
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml index 150c4b9..6432191 100644 --- a/jetty-http/pom.xml +++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@ <parent> <artifactId>jetty-project</artifactId> <groupId>org.eclipse.jetty</groupId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-http</artifactId>
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml index 0a33193..ce6ab04 100644 --- a/jetty-http2/http2-alpn-tests/pom.xml +++ b/jetty-http2/http2-alpn-tests/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.http2</groupId> <artifactId>http2-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml index 866225d..78cffb5 100644 --- a/jetty-http2/http2-client/pom.xml +++ b/jetty-http2/http2-client/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.http2</groupId> <artifactId>http2-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml index d8c95cb..02c881d 100644 --- a/jetty-http2/http2-common/pom.xml +++ b/jetty-http2/http2-common/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.http2</groupId> <artifactId>http2-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml index be48bf6..f0f0781 100644 --- a/jetty-http2/http2-hpack/pom.xml +++ b/jetty-http2/http2-hpack/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.http2</groupId> <artifactId>http2-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml index df28dd8..a6a078e 100644 --- a/jetty-http2/http2-http-client-transport/pom.xml +++ b/jetty-http2/http2-http-client-transport/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.http2</groupId> <artifactId>http2-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml index 6313202..1283152 100644 --- a/jetty-http2/http2-server/pom.xml +++ b/jetty-http2/http2-server/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.http2</groupId> <artifactId>http2-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml index eb1aee6..d98661b 100644 --- a/jetty-http2/pom.xml +++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@ <parent> <artifactId>jetty-project</artifactId> <groupId>org.eclipse.jetty</groupId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-infinispan/pom.xml b/jetty-infinispan/pom.xml index b8f7418..72f380d 100644 --- a/jetty-infinispan/pom.xml +++ b/jetty-infinispan/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-infinispan</artifactId>
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml index 1d99e18..9fb339b 100644 --- a/jetty-io/pom.xml +++ b/jetty-io/pom.xml
@@ -2,7 +2,7 @@ <parent> <artifactId>jetty-project</artifactId> <groupId>org.eclipse.jetty</groupId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-io</artifactId>
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 9e15407..484e7e4 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-jaas</artifactId>
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 8234017..f73b658 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-jaspi</artifactId>
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml index 675b435..42a1f7b 100644 --- a/jetty-jmx/pom.xml +++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-jmx</artifactId>
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 4eec4c1..75db380 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-jndi</artifactId>
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml index e26851d..81c47d7 100644 --- a/jetty-jspc-maven-plugin/pom.xml +++ b/jetty-jspc-maven-plugin/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-jspc-maven-plugin</artifactId>
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 9362b8b..5a89ec0 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-maven-plugin</artifactId>
diff --git a/jetty-monitor/pom.xml b/jetty-monitor/pom.xml index a5142f4..7d3e021 100644 --- a/jetty-monitor/pom.xml +++ b/jetty-monitor/pom.xml
@@ -19,7 +19,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-monitor</artifactId>
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml index 7b1be58..34243e9 100644 --- a/jetty-nosql/pom.xml +++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-nosql</artifactId>
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml index 71a7d00..c5bced7 100644 --- a/jetty-osgi/jetty-osgi-alpn/pom.xml +++ b/jetty-osgi/jetty-osgi-alpn/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.osgi</groupId> <artifactId>jetty-osgi-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-osgi-alpn</artifactId>
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml index 9905190..7c690e7 100644 --- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.osgi</groupId> <artifactId>jetty-osgi-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-osgi-boot-jsp</artifactId>
diff --git a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml index f26246f..eec12d7 100644 --- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml +++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.osgi</groupId> <artifactId>jetty-osgi-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml index c2dcea6..e6820bd 100644 --- a/jetty-osgi/jetty-osgi-boot/pom.xml +++ b/jetty-osgi/jetty-osgi-boot/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.osgi</groupId> <artifactId>jetty-osgi-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-osgi-boot</artifactId>
diff --git a/jetty-osgi/jetty-osgi-httpservice/pom.xml b/jetty-osgi/jetty-osgi-httpservice/pom.xml index b4240dc..ff7af0e 100644 --- a/jetty-osgi/jetty-osgi-httpservice/pom.xml +++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.osgi</groupId> <artifactId>jetty-osgi-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-httpservice</artifactId>
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index 9984754..6cf9a8a 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <groupId>org.eclipse.jetty.osgi</groupId> <artifactId>jetty-osgi-project</artifactId>
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml index 787f33b..4fd1c23 100644 --- a/jetty-osgi/test-jetty-osgi-context/pom.xml +++ b/jetty-osgi/test-jetty-osgi-context/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.osgi</groupId> <artifactId>jetty-osgi-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>test-jetty-osgi-context</artifactId>
diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml index 93b022a..5c7a8e6 100644 --- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml +++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.osgi</groupId> <artifactId>jetty-osgi-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 4dbb039..1f72b88 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.osgi</groupId> <artifactId>jetty-osgi-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml index a470764..fcb1919 100644 --- a/jetty-plus/pom.xml +++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-plus</artifactId>
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml index e8b65b1..3354969 100644 --- a/jetty-proxy/pom.xml +++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-proxy</artifactId>
diff --git a/jetty-quickstart/pom.xml b/jetty-quickstart/pom.xml index 5cf47c9..415ee70 100644 --- a/jetty-quickstart/pom.xml +++ b/jetty-quickstart/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.eclipse.jetty</groupId>
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml index 50a6a7f..ba0d392 100644 --- a/jetty-rewrite/pom.xml +++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-rewrite</artifactId>
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml index 63bcbb8..946f42b 100644 --- a/jetty-runner/pom.xml +++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-runner</artifactId>
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml index ae58c00..2caad88 100644 --- a/jetty-security/pom.xml +++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-security</artifactId>
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml index aaa3ac1..d445d24 100644 --- a/jetty-server/pom.xml +++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-server</artifactId>
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml index ebdcdf7..47a91da 100644 --- a/jetty-servlet/pom.xml +++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@ <parent> <artifactId>jetty-project</artifactId> <groupId>org.eclipse.jetty</groupId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-servlet</artifactId>
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml index 9697084..74e8123 100644 --- a/jetty-servlets/pom.xml +++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@ <parent> <artifactId>jetty-project</artifactId> <groupId>org.eclipse.jetty</groupId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-servlets</artifactId>
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml index 681e37c..0a60b4a 100644 --- a/jetty-spring/pom.xml +++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-spring</artifactId>
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml index 57cf112..6f2f2ff 100644 --- a/jetty-start/pom.xml +++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-start</artifactId>
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml index 5165b93..c6502a1 100644 --- a/jetty-util-ajax/pom.xml +++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-util-ajax</artifactId>
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index e226b01..a042450 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-util</artifactId>
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml index 60df7c0..3ffb490 100644 --- a/jetty-webapp/pom.xml +++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-webapp</artifactId>
diff --git a/jetty-websocket/javax-websocket-client-impl/pom.xml b/jetty-websocket/javax-websocket-client-impl/pom.xml index 705b227..72d4193 100644 --- a/jetty-websocket/javax-websocket-client-impl/pom.xml +++ b/jetty-websocket/javax-websocket-client-impl/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/javax-websocket-server-impl/pom.xml b/jetty-websocket/javax-websocket-server-impl/pom.xml index 080e531..8d9e676 100644 --- a/jetty-websocket/javax-websocket-server-impl/pom.xml +++ b/jetty-websocket/javax-websocket-server-impl/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml index 519995e..37b4e85 100644 --- a/jetty-websocket/pom.xml +++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@ <parent> <artifactId>jetty-project</artifactId> <groupId>org.eclipse.jetty</groupId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml index 1096c6f..0c65de0 100644 --- a/jetty-websocket/websocket-api/pom.xml +++ b/jetty-websocket/websocket-api/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml index 6e6a088..a96015a 100644 --- a/jetty-websocket/websocket-client/pom.xml +++ b/jetty-websocket/websocket-client/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml index ab69ef2..9fb51d6 100644 --- a/jetty-websocket/websocket-common/pom.xml +++ b/jetty-websocket/websocket-common/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml index d55ef0a..9f2330c 100644 --- a/jetty-websocket/websocket-server/pom.xml +++ b/jetty-websocket/websocket-server/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml index c5062c1..d2cbc98 100644 --- a/jetty-websocket/websocket-servlet/pom.xml +++ b/jetty-websocket/websocket-servlet/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index a067e6e..8e254e4 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-xml</artifactId>
diff --git a/pom.xml b/pom.xml index b27ada0..11de219 100644 --- a/pom.xml +++ b/pom.xml
@@ -6,7 +6,7 @@ <version>25</version> </parent> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <name>Jetty :: Project</name> <url>http://www.eclipse.org/jetty</url> <packaging>pom</packaging>
diff --git a/tests/pom.xml b/tests/pom.xml index 49f5d16..0e72653 100644 --- a/tests/pom.xml +++ b/tests/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.eclipse.jetty.tests</groupId>
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml index dcd4e25..4130b0d 100644 --- a/tests/test-continuation/pom.xml +++ b/tests/test-continuation/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>tests-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/test-http-client-transport/pom.xml b/tests/test-http-client-transport/pom.xml index 5913b35..f8cccad 100644 --- a/tests/test-http-client-transport/pom.xml +++ b/tests/test-http-client-transport/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>tests-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 70bcf54..2eba1c6 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>tests-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>test-integration</artifactId>
diff --git a/tests/test-jmx/jmx-webapp-it/pom.xml b/tests/test-jmx/jmx-webapp-it/pom.xml index 56a2d61..0f69555 100644 --- a/tests/test-jmx/jmx-webapp-it/pom.xml +++ b/tests/test-jmx/jmx-webapp-it/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-jmx-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jmx-webapp-it</artifactId>
diff --git a/tests/test-jmx/jmx-webapp/pom.xml b/tests/test-jmx/jmx-webapp/pom.xml index 5437e4f..cdb87a2 100644 --- a/tests/test-jmx/jmx-webapp/pom.xml +++ b/tests/test-jmx/jmx-webapp/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-jmx-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>jmx-webapp</artifactId> <packaging>war</packaging>
diff --git a/tests/test-jmx/pom.xml b/tests/test-jmx/pom.xml index 6b1a208..7168076 100644 --- a/tests/test-jmx/pom.xml +++ b/tests/test-jmx/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>tests-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>test-jmx-parent</artifactId>
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml index 52c25d4..772a1f6 100644 --- a/tests/test-loginservice/pom.xml +++ b/tests/test-loginservice/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>tests-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-loginservice</artifactId> <name>Jetty Tests :: Login Service</name>
diff --git a/tests/test-quickstart/pom.xml b/tests/test-quickstart/pom.xml index 370c2d1..de25a3d 100644 --- a/tests/test-quickstart/pom.xml +++ b/tests/test-quickstart/pom.xml
@@ -2,7 +2,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>tests-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml index e566937..c173c24 100644 --- a/tests/test-sessions/pom.xml +++ b/tests/test-sessions/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>tests-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-sessions-parent</artifactId> <name>Jetty Tests :: Sessions :: Parent</name>
diff --git a/tests/test-sessions/test-hash-sessions/pom.xml b/tests/test-sessions/test-hash-sessions/pom.xml index 46aba7c..93f51a0 100644 --- a/tests/test-sessions/test-hash-sessions/pom.xml +++ b/tests/test-sessions/test-hash-sessions/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-sessions-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-hash-sessions</artifactId> <name>Jetty Tests :: Sessions :: Hash</name>
diff --git a/tests/test-sessions/test-infinispan-sessions/pom.xml b/tests/test-sessions/test-infinispan-sessions/pom.xml index 10e0b75..0c52486 100644 --- a/tests/test-sessions/test-infinispan-sessions/pom.xml +++ b/tests/test-sessions/test-infinispan-sessions/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-sessions-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-infinispan-sessions</artifactId> <name>Jetty Tests :: Sessions :: Infinispan</name>
diff --git a/tests/test-sessions/test-jdbc-sessions/pom.xml b/tests/test-sessions/test-jdbc-sessions/pom.xml index f32fe6d..0e47c80 100644 --- a/tests/test-sessions/test-jdbc-sessions/pom.xml +++ b/tests/test-sessions/test-jdbc-sessions/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-sessions-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-jdbc-sessions</artifactId> <name>Jetty Tests :: Sessions :: JDBC</name>
diff --git a/tests/test-sessions/test-mongodb-sessions/pom.xml b/tests/test-sessions/test-mongodb-sessions/pom.xml index 5702acd..2b30d7f 100644 --- a/tests/test-sessions/test-mongodb-sessions/pom.xml +++ b/tests/test-sessions/test-mongodb-sessions/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-sessions-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-mongodb-sessions</artifactId> <name>Jetty Tests :: Sessions :: Mongo</name>
diff --git a/tests/test-sessions/test-sessions-common/pom.xml b/tests/test-sessions/test-sessions-common/pom.xml index b26f873..e7fb01a 100644 --- a/tests/test-sessions/test-sessions-common/pom.xml +++ b/tests/test-sessions/test-sessions-common/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-sessions-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-sessions-common</artifactId> <name>Jetty Tests :: Sessions :: Common</name>
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml index 0736706..7471115 100644 --- a/tests/test-webapps/pom.xml +++ b/tests/test-webapps/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>tests-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>test-webapps-parent</artifactId>
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml index 197f94c..86f229f 100644 --- a/tests/test-webapps/test-jaas-webapp/pom.xml +++ b/tests/test-webapps/test-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-webapps-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-jaas-webapp</artifactId> <name>Jetty Tests :: WebApp :: JAAS</name>
diff --git a/tests/test-webapps/test-jetty-webapp/pom.xml b/tests/test-webapps/test-jetty-webapp/pom.xml index de3071d..72bc34f 100644 --- a/tests/test-webapps/test-jetty-webapp/pom.xml +++ b/tests/test-webapps/test-jetty-webapp/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-webapps-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/test-webapps/test-jndi-webapp/pom.xml b/tests/test-webapps/test-jndi-webapp/pom.xml index 8694731..069b3e6 100644 --- a/tests/test-webapps/test-jndi-webapp/pom.xml +++ b/tests/test-webapps/test-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-webapps-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-jndi-webapp</artifactId> <name>Jetty Tests :: WebApp :: JNDI</name>
diff --git a/tests/test-webapps/test-mock-resources/pom.xml b/tests/test-webapps/test-mock-resources/pom.xml index 8c16bcb..99c20fc 100644 --- a/tests/test-webapps/test-mock-resources/pom.xml +++ b/tests/test-webapps/test-mock-resources/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-webapps-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <name>Jetty Tests :: WebApp :: Mock Resources</name> <artifactId>test-mock-resources</artifactId>
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml index 6ed0d03..656ae65 100644 --- a/tests/test-webapps/test-proxy-webapp/pom.xml +++ b/tests/test-webapps/test-proxy-webapp/pom.xml
@@ -20,7 +20,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-webapps-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/test-webapps/test-servlet-spec/pom.xml b/tests/test-webapps/test-servlet-spec/pom.xml index 9cb0aea..7c48d35 100644 --- a/tests/test-webapps/test-servlet-spec/pom.xml +++ b/tests/test-webapps/test-servlet-spec/pom.xml
@@ -4,7 +4,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-webapps-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-servlet-spec-parent</artifactId> <name>Jetty Tests :: Spec Test WebApp :: Parent</name>
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 18bbd9d..1a2b2cb 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 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-servlet-spec-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-container-initializer</artifactId> <packaging>jar</packaging>
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 05c6927..8f2f258 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 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-servlet-spec-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <name>Jetty Tests :: Webapps :: Spec Webapp</name> <artifactId>test-spec-webapp</artifactId>
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 b7b9008..01ae07a 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 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-servlet-spec-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <name>Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar</name> <groupId>org.eclipse.jetty.tests</groupId>
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml index c26b5d9..d873bbe 100644 --- a/tests/test-webapps/test-webapp-rfc2616/pom.xml +++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.jetty.tests</groupId> <artifactId>test-webapps-parent</artifactId> - <version>9.3.4-SNAPSHOT</version> + <version>9.3.4.v20151007</version> </parent> <artifactId>test-webapp-rfc2616</artifactId> <name>Jetty Tests :: WebApp :: RFC2616</name>