diff --git a/VERSION.txt b/VERSION.txt
index 20734565435..df9a323b12a 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,87 @@
-jetty-9.0.5-SNAPSHOT
+jetty-9.0.5.v20130815 - 15 August 2013
+ + 414898 Only upgrade v0 to v1 cookies on dquote , ; backslash space and tab
+ in the value
+ + 404468 Ported jetty-http-spi to Jetty-9
+ + 405424 add X-Powered-By and Server header to SPDY
+ + 405535 implement Request.isUserInRole(role) check security-role-refs
+ defaulting to security-role if no matching ref
+ + 408235 SPDYtoHTTP proxy fix: remove hop headers from upstream server
+ + 409028 Jetty HttpClient does not work with proxy CONNECT method.
+ + 409282 fix intermittently failing MaxConcurrentStreamTest
+ + 409845 add test that makes sure that DataFrameGenerator correctly prepends
+ the header information
+ + 410498 ignore type of exception in
+ GoAwayTest.testDataNotProcessedAfterGoAway
+ + 410668 HTTP client should support the PATCH method.
+ + 410800 Make RewritePatternRule queryString aware
+ + 410805 StandardSession: remove all frameBytes for a given stream from queue
+ if the stream is reset
+ + 411216 RequestLogHandler handles async completion
+ + 411458 MultiPartFilter getParameterMap doesn't preserve multivalued
+ parameters 411459 MultiPartFilter.Wrapper getParameter should use charset
+ encoding of part
+ + 411538 Use Replacement character for bad parameter % encodings
+ + 411545 SslConnection.DecryptedEndpoint.fill() sometimes misses a few network
+ bytes
+ + 411755 MultiPartInputStreamParser fails on base64 encoded content
+ + 411844 ArrayIndexOutOfBoundsException on wild URL.
+ + 411909 GzipFilter flushbuffer() results in erroneous finish() call
+ + 412234 fix bug where NetworkTrafficSelectChannelEndpoint counted bytes wrong
+ on incomplete writes
+ + 412318 HttpChannel fix multiple calls to _transport.completed() if handle()
+ is called multiple times while the channel is COMPLETED
+ + 412418 HttpTransportOverSPDY fix race condition while sending push streams
+ that could cause push data not to be sent. Fixes intermittent test issues in
+ ReferrerPushStrategyTest
+ + 412442 Avoid connection timeout after FIN-FIN close
+ + 412466 Improved search for unset JETTY_HOME
+ + 412608 EOF Chunk not sent on inputstream static content
+ + 412629 PropertyFileLoginModule doesn't cache user configuration file even
+ for refreshInterval=0
+ + 412637 ShutdownMonitorThread already started
+ + 412712 HttpClient does not send the terminal chunk after partial writes.
+ + 412713 add dumpOnStart configuration to jetty-maven-plugin
+ + 412750 HttpClient close expired connections fix
+ + 412814 HttpClient calling CompleteListener.onComplete() twice.
+ + 412846 jetty Http Client Connection through Proxy is failing with Timeout.
+ + 412938 Request.setCharacterEncoding now throws UnsupportedEncodingException
+ instead of UnsupportedCharsetException
+ + 413034 Multiple webapps redeploy returns NamingException with AppDynamics
+ javaagent
+ + 413066 accept lower case method: head
+ + 413108 HttpClient hardcodes dispatchIO=false when using SSL.
+ + 413113 Inconsistent Request.getURI() when adding parameters via
+ Request.param().
+ + 413154 ContextHandlerCollection defers virtual host handling to
+ ContextHandler
+ + 413155 HttpTransportOverSPDY remove constructor argument for version and get
+ version from stream.getSession instead
+ + 413371 Default JSON.Converters for List and Set.
+ + 413372 JSON Enum uses name rather than toString()
+ + 413393 better logging of bad URLs in Resources
+ + 413486 SessionCookieConfig setters should throw IllegalStateException if
+ called after context started
+ + 413568 Made AJP worker name generic
+ + 413684 Trailing slash shows JSP source
+ + 413901 isAsyncStarted remains true while original request is dispatched
+ + 414085 Add jetty-continuations to plugin dependencies
+ + 414101 Do not escape special characters in cookies
+ + 414235 RequestLogHandler configured on a context fails to handle forwarded
+ requests
+ + 414393 StringIndexOutofBoundsException with > 8k multipart content without
+ CR or LF
+ + 414449 Added HttpParser strict mode for case sensitivity
+ + 414507 Ensure AnnotationParser ignores parent dir hierarchy when checking
+ for hidden dirnames
+ + 414625 final static version fields
+ + 414640 HTTP header value encoding
+ + 414652 WebSocket's sendMessage() may hang on congested connections.
+ + 414727 Ensure asynchronously flushed resources are closed
+ + 414763 Added org.eclipse.jetty.util.log.stderr.ESCAPE option
+ + 414833 HttpSessionListener.destroy must be invoked in reverse order
+ + 414840 Request.login() throws NPE if username is null
+ + 414951 QueuedThreadPool fix constructor that missed to pass the idleTimeout
+ + 414972 HttpClient may read bytes with pre-tunnelled connection.
jetty-9.0.4.v20130625 - 25 June 2013
+ 396706 CGI support parameters
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index b7a23e96d64..a12034f8dba 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,12 +2,13 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../../pom.xml
4.0.0
org.eclipse.jetty.aggregate
jetty-all
+ 9.0.5.v20130815
Jetty :: Aggregate :: All core Jetty
http://www.eclipse.org/jetty
@@ -99,31 +100,31 @@
org.eclipse.jetty
jetty-client
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
org.eclipse.jetty
jetty-deploy
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
org.eclipse.jetty.websocket
websocket-server
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
org.eclipse.jetty.websocket
websocket-client
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
org.eclipse.jetty.spdy
spdy-http-server
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
@@ -134,49 +135,49 @@
org.eclipse.jetty
jetty-jmx
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
org.eclipse.jetty
jetty-plus
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
org.eclipse.jetty
jetty-annotations
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
org.eclipse.jetty
jetty-util
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
org.eclipse.jetty
jetty-jaspi
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
org.eclipse.jetty
jetty-jndi
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
org.eclipse.jetty
jetty-rewrite
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
org.eclipse.jetty
jetty-servlets
- ${project.version}
+ 9.0.6-SNAPSHOT
provided
diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml
index 9a6c6e8acb3..527b4aa7841 100644
--- a/examples/async-rest/async-rest-jar/pom.xml
+++ b/examples/async-rest/async-rest-jar/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
example-async-rest
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
org.eclipse.jetty.example-async-rest
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 3e3d48dc6bb..805130697db 100644
--- a/examples/async-rest/async-rest-webapp/pom.xml
+++ b/examples/async-rest/async-rest-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
example-async-rest
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
org.eclipse.jetty.example-async-rest
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 25f20fcfda3..735b799eacb 100644
--- a/examples/async-rest/pom.xml
+++ b/examples/async-rest/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../pom.xml
4.0.0
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index 80d165662a4..42cf44411fa 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.examples
examples-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../pom.xml
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index e311e4d9465..a7ef50aa49e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../pom.xml
org.eclipse.jetty.examples
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 0d696db8950..4e60b134df2 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-annotations
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index d75604169f1..e72fa624e80 100755
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-ant
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index cfa10eb3ad2..5b5c3491b42 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index 047c8f293bc..b69b457d7ba 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-continuation
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index fc174140bbf..6779aad7a01 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-deploy
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index eebc1d395b4..8e0654ad0c4 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
jetty-distribution
Jetty :: Distribution Assemblies
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index 263c91fcc12..77ade960dfd 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-http-spi
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index e8de81ef116..43b30561b7b 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-http
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index 3da554a4c9a..3b73ef6f08e 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -2,7 +2,7 @@
jetty-project
org.eclipse.jetty
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-io
diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml
index d84da94c271..460f25dbfeb 100644
--- a/jetty-jaas/pom.xml
+++ b/jetty-jaas/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-jaas
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 414e03b51ef..9f8395d04c5 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-jaspi
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index d6949288ce2..b196615a7b8 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-jmx
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 903f7e94147..fe144186a7b 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-jndi
diff --git a/jetty-jsp/pom.xml b/jetty-jsp/pom.xml
index d6ab59448a0..cc75fdbaacf 100644
--- a/jetty-jsp/pom.xml
+++ b/jetty-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-jsp
diff --git a/jetty-jspc-maven-plugin/pom.xml b/jetty-jspc-maven-plugin/pom.xml
index 37d267d4c14..48f3d8208b3 100644
--- a/jetty-jspc-maven-plugin/pom.xml
+++ b/jetty-jspc-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-jspc-maven-plugin
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index 8b5f9914a06..de9a5c032b0 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-maven-plugin
diff --git a/jetty-monitor/pom.xml b/jetty-monitor/pom.xml
index 54c88cb3a98..837697ee7da 100644
--- a/jetty-monitor/pom.xml
+++ b/jetty-monitor/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-monitor
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 80b926a574c..ccf1e8ba314 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-nosql
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
index ef649226ea6..a11b3578a55 100644
--- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-osgi-boot-jsp
diff --git a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
index 60eb08b5006..76b161b9939 100644
--- a/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-warurl/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../pom.xml
4.0.0
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index be8b6f49408..10c55dc7696 100644
--- a/jetty-osgi/jetty-osgi-boot/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-osgi-boot
diff --git a/jetty-osgi/jetty-osgi-httpservice/pom.xml b/jetty-osgi/jetty-osgi-httpservice/pom.xml
index e7fcc7528f9..c080cf1759a 100644
--- a/jetty-osgi/jetty-osgi-httpservice/pom.xml
+++ b/jetty-osgi/jetty-osgi-httpservice/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-httpservice
diff --git a/jetty-osgi/jetty-osgi-npn/pom.xml b/jetty-osgi/jetty-osgi-npn/pom.xml
index de04a5c5f6f..1f62e2bca71 100644
--- a/jetty-osgi/jetty-osgi-npn/pom.xml
+++ b/jetty-osgi/jetty-osgi-npn/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-osgi-npn
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 29826d2fc45..f50ed4d9fee 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
org.eclipse.jetty.osgi
jetty-osgi-project
diff --git a/jetty-osgi/test-jetty-osgi-context/pom.xml b/jetty-osgi/test-jetty-osgi-context/pom.xml
index 72f3d78aa29..50f795ab9c9 100644
--- a/jetty-osgi/test-jetty-osgi-context/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-context/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
test-jetty-osgi-context
diff --git a/jetty-osgi/test-jetty-osgi-webapp/pom.xml b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
index 0140115eb16..a1afbe108fc 100644
--- a/jetty-osgi/test-jetty-osgi-webapp/pom.xml
+++ b/jetty-osgi/test-jetty-osgi-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../pom.xml
4.0.0
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 9120a43a3f9..03af2c19d20 100644
--- a/jetty-osgi/test-jetty-osgi/pom.xml
+++ b/jetty-osgi/test-jetty-osgi/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty.osgi
jetty-osgi-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../pom.xml
4.0.0
diff --git a/jetty-overlay-deployer/pom.xml b/jetty-overlay-deployer/pom.xml
index 03abbaa3cf1..d18914e2e6c 100644
--- a/jetty-overlay-deployer/pom.xml
+++ b/jetty-overlay-deployer/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-overlay-deployer
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index e7e33721f16..eedbba5a2b2 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-plus
diff --git a/jetty-proxy/pom.xml b/jetty-proxy/pom.xml
index f2a1d005aed..4b2432a5bf7 100644
--- a/jetty-proxy/pom.xml
+++ b/jetty-proxy/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-proxy
diff --git a/jetty-rewrite/pom.xml b/jetty-rewrite/pom.xml
index daa1fe17e1d..1149c4bfbe5 100644
--- a/jetty-rewrite/pom.xml
+++ b/jetty-rewrite/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-rewrite
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 1c4fe9d3114..753cba588ee 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
org.eclipse.jetty
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index 7a4643e7f02..f9eb10b6845 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-security
diff --git a/jetty-server/pom.xml b/jetty-server/pom.xml
index 70f2af62a88..e980573cace 100644
--- a/jetty-server/pom.xml
+++ b/jetty-server/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-server
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index 9a6785acd6f..c31f595ad3a 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-servlet
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index 14c1ec2928e..55810c255c5 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-servlets
diff --git a/jetty-spdy/pom.xml b/jetty-spdy/pom.xml
index d351bed6ceb..9adf942c294 100644
--- a/jetty-spdy/pom.xml
+++ b/jetty-spdy/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
diff --git a/jetty-spdy/spdy-client/pom.xml b/jetty-spdy/spdy-client/pom.xml
index 7e4923454f8..d7166746cb6 100644
--- a/jetty-spdy/spdy-client/pom.xml
+++ b/jetty-spdy/spdy-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.spdy
spdy-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
diff --git a/jetty-spdy/spdy-core/pom.xml b/jetty-spdy/spdy-core/pom.xml
index 60df8ab8e84..d4c1e700b73 100644
--- a/jetty-spdy/spdy-core/pom.xml
+++ b/jetty-spdy/spdy-core/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.spdy
spdy-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
diff --git a/jetty-spdy/spdy-example-webapp/pom.xml b/jetty-spdy/spdy-example-webapp/pom.xml
index d2df0aaa9d3..4fa35e7578b 100644
--- a/jetty-spdy/spdy-example-webapp/pom.xml
+++ b/jetty-spdy/spdy-example-webapp/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.spdy
spdy-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
spdy-example-webapp
diff --git a/jetty-spdy/spdy-http-server/pom.xml b/jetty-spdy/spdy-http-server/pom.xml
index af9bb4d2509..f9e3b04e3e0 100644
--- a/jetty-spdy/spdy-http-server/pom.xml
+++ b/jetty-spdy/spdy-http-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.spdy
spdy-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
spdy-http-server
diff --git a/jetty-spdy/spdy-server/pom.xml b/jetty-spdy/spdy-server/pom.xml
index 699a2e1bf7f..26633f5bdbf 100644
--- a/jetty-spdy/spdy-server/pom.xml
+++ b/jetty-spdy/spdy-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.spdy
spdy-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index 0af3ab1edaf..70fe0241f19 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-spring
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index df3606bf8db..f3d5f079e3f 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-start
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index 9a7f15f1953..7f8f819f51e 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-util-ajax
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index c0cecebdd7d..967a8e6a154 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-util
diff --git a/jetty-webapp/pom.xml b/jetty-webapp/pom.xml
index 4428c65988a..536e1926ac5 100644
--- a/jetty-webapp/pom.xml
+++ b/jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-webapp
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 07e52e698b9..0ec128e75f8 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
jetty-project
org.eclipse.jetty
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index e24e073f012..0c2585e42c3 100644
--- a/jetty-websocket/websocket-api/pom.xml
+++ b/jetty-websocket/websocket-api/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index 8036f8ef5a4..03943ec1db1 100644
--- a/jetty-websocket/websocket-client/pom.xml
+++ b/jetty-websocket/websocket-client/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index cf0ca81a4d1..d3459acf775 100644
--- a/jetty-websocket/websocket-common/pom.xml
+++ b/jetty-websocket/websocket-common/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index a2bae1ec042..d88518d52cd 100644
--- a/jetty-websocket/websocket-server/pom.xml
+++ b/jetty-websocket/websocket-server/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index a8e1d7ebb38..9c23bd94785 100644
--- a/jetty-websocket/websocket-servlet/pom.xml
+++ b/jetty-websocket/websocket-servlet/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.websocket
websocket-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index 873e2721ef9..459672c156a 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
4.0.0
jetty-xml
diff --git a/pom.xml b/pom.xml
index 9d0329fdef0..d89dea31026 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
20
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
Jetty :: Project
http://www.eclipse.org/jetty
pom
diff --git a/tests/pom.xml b/tests/pom.xml
index ecf5c4e0c8f..9cc1286a1fb 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jetty
jetty-project
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../pom.xml
org.eclipse.jetty.tests
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index 36dfbf80626..6eb7e60f0df 100644
--- a/tests/test-continuation/pom.xml
+++ b/tests/test-continuation/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tests/test-loginservice/pom.xml b/tests/test-loginservice/pom.xml
index cc472957b70..0d3b249d9cc 100644
--- a/tests/test-loginservice/pom.xml
+++ b/tests/test-loginservice/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
test-loginservice
Jetty Tests :: Login Service
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index aedc181b052..7d163133005 100644
--- a/tests/test-sessions/pom.xml
+++ b/tests/test-sessions/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
test-sessions-parent
Jetty Tests :: Sessions :: Parent
diff --git a/tests/test-sessions/test-hash-sessions/pom.xml b/tests/test-sessions/test-hash-sessions/pom.xml
index 6ebe408e5ea..4f446e89046 100644
--- a/tests/test-sessions/test-hash-sessions/pom.xml
+++ b/tests/test-sessions/test-hash-sessions/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
test-hash-sessions
Jetty Tests :: Sessions :: Hash
diff --git a/tests/test-sessions/test-jdbc-sessions/pom.xml b/tests/test-sessions/test-jdbc-sessions/pom.xml
index 79931d7a4a4..afda126c3bf 100644
--- a/tests/test-sessions/test-jdbc-sessions/pom.xml
+++ b/tests/test-sessions/test-jdbc-sessions/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
test-jdbc-sessions
Jetty Tests :: Sessions :: JDBC
diff --git a/tests/test-sessions/test-sessions-common/pom.xml b/tests/test-sessions/test-sessions-common/pom.xml
index f0d4a03fd80..a90b152f671 100644
--- a/tests/test-sessions/test-sessions-common/pom.xml
+++ b/tests/test-sessions/test-sessions-common/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jetty.tests
test-sessions-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
test-sessions-common
Jetty Tests :: Sessions :: Common
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index fc232ded383..8f3992ee1d6 100644
--- a/tests/test-webapps/pom.xml
+++ b/tests/test-webapps/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jetty.tests
tests-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../pom.xml
test-webapps-parent
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index 1836e487eee..48d531d6134 100644
--- a/tests/test-webapps/test-jaas-webapp/pom.xml
+++ b/tests/test-webapps/test-jaas-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
test-jaas-webapp
Jetty Tests :: WebApp :: JAAS
diff --git a/tests/test-webapps/test-jetty-webapp/pom.xml b/tests/test-webapps/test-jetty-webapp/pom.xml
index 477a5f703e1..13108954fa7 100644
--- a/tests/test-webapps/test-jetty-webapp/pom.xml
+++ b/tests/test-webapps/test-jetty-webapp/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tests/test-webapps/test-jndi-webapp/pom.xml b/tests/test-webapps/test-jndi-webapp/pom.xml
index 2f5c2f0728c..442f1218d66 100644
--- a/tests/test-webapps/test-jndi-webapp/pom.xml
+++ b/tests/test-webapps/test-jndi-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
test-jndi-webapp
Jetty Tests :: WebApp :: JNDI
diff --git a/tests/test-webapps/test-mock-resources/pom.xml b/tests/test-webapps/test-mock-resources/pom.xml
index 34af72dc0ca..eb2a2987465 100644
--- a/tests/test-webapps/test-mock-resources/pom.xml
+++ b/tests/test-webapps/test-mock-resources/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
Jetty Tests :: WebApp :: Mock Resources
test-mock-resources
diff --git a/tests/test-webapps/test-proxy-webapp/pom.xml b/tests/test-webapps/test-proxy-webapp/pom.xml
index 2b71367f759..da85339026a 100644
--- a/tests/test-webapps/test-proxy-webapp/pom.xml
+++ b/tests/test-webapps/test-proxy-webapp/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tests/test-webapps/test-servlet-spec/pom.xml b/tests/test-webapps/test-servlet-spec/pom.xml
index 031f2fce86a..8858bdac4b2 100644
--- a/tests/test-webapps/test-servlet-spec/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
test-servlet-spec-parent
Jetty Tests :: Spec Test WebApp :: Parent
diff --git a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
index f900a5fe3eb..32b7f657852 100644
--- a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-servlet-spec-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
test-container-initializer
jar
diff --git a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
index 44344dd4c68..bcd44bbbdbb 100644
--- a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.jetty.tests
test-servlet-spec-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
Jetty Tests :: Webapps :: Spec Webapp
test-spec-webapp
diff --git a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
index d331255885f..7f4e40dc01c 100644
--- a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
@@ -3,7 +3,7 @@
org.eclipse.jetty.tests
test-servlet-spec-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar
org.eclipse.jetty.tests
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index 433b97a7001..1c28956df26 100644
--- a/tests/test-webapps/test-webapp-rfc2616/pom.xml
+++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jetty.tests
test-webapps-parent
- 9.0.5-SNAPSHOT
+ 9.0.6-SNAPSHOT
test-webapp-rfc2616
Jetty Tests :: WebApp :: RFC2616