Change version to 0.9.1-SNAPSHOT
diff --git a/README.md b/README.md
index d0177da..6ea8494 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
 ### Resources
 
 <!--- BROOKLYN_VERSION_BELOW -->
-The **[Developers](https://brooklyn.apache.org/developers/)** section of the main website contains more detail on working with the codebase. There is also a more **Developer Guide** specific to each version, including [this branch (0.9.0)](https://brooklyn.apache.org/v/0.9.0/dev/), [latest stable](https://brooklyn.apache.org/v/latest/dev/), and [older releases](https://brooklyn.apache.org/meta/versions.html).
+The **[Developers](https://brooklyn.apache.org/developers/)** section of the main website contains more detail on working with the codebase. There is also a more **Developer Guide** specific to each version, including [this branch (0.9.1-SNAPSHOT)](https://brooklyn.apache.org/v/0.9.1-SNAPSHOT/dev/), [latest stable](https://brooklyn.apache.org/v/latest/dev/), and [older releases](https://brooklyn.apache.org/meta/versions.html).
 
 Useful topics include:
 
@@ -46,7 +46,7 @@
 * **[setting up Git](https://brooklyn.apache.org/developers/code/git-more.html)** with forks, submodules (or alternatively [avoiding submodules](https://brooklyn.apache.org/developers/code/git-more.html#not-using-submodules)) and other productivity hints
 
 <!--- BROOKLYN_VERSION_BELOW -->
-* **[project structure](https://brooklyn.apache.org/v/0.9.0/dev/code/structure.html)** of the codebase and submodules
+* **[project structure](https://brooklyn.apache.org/v/0.9.1-SNAPSHOT/dev/code/structure.html)** of the codebase and submodules
 
 * the **[people](https://brooklyn.apache.org/community/)** behind Apache Brooklyn
 
diff --git a/brooklyn-client b/brooklyn-client
index 64573c8..6868129 160000
--- a/brooklyn-client
+++ b/brooklyn-client
@@ -1 +1 @@
-Subproject commit 64573c8e1b8630f59b23356520282c91cc46a8a1
+Subproject commit 686812930131641550e7022a8daeb6a7d67668ec
diff --git a/brooklyn-dist b/brooklyn-dist
index 7a096bf..d388a42 160000
--- a/brooklyn-dist
+++ b/brooklyn-dist
@@ -1 +1 @@
-Subproject commit 7a096bf199c1fd56a3c77b620c7218c0dc0428fc
+Subproject commit d388a428d5cf34920d405667e28b3946c24b73eb
diff --git a/brooklyn-docs b/brooklyn-docs
index 12430d1..ae7aa82 160000
--- a/brooklyn-docs
+++ b/brooklyn-docs
@@ -1 +1 @@
-Subproject commit 12430d193e1891b87a677d6b45a3b17861c83518
+Subproject commit ae7aa82bfcda703ba42854730f630bf233af6ea9
diff --git a/brooklyn-library b/brooklyn-library
index bfd8ce9..5dfaa15 160000
--- a/brooklyn-library
+++ b/brooklyn-library
@@ -1 +1 @@
-Subproject commit bfd8ce9675fca4d8aa4d98e1a7fa3de539326595
+Subproject commit 5dfaa155d35d38ece71815951c0010605e409780
diff --git a/brooklyn-server b/brooklyn-server
index 18bd4d0..de68a0a 160000
--- a/brooklyn-server
+++ b/brooklyn-server
@@ -1 +1 @@
-Subproject commit 18bd4d066c0ccbfd4162213ad14a3e1288e58968
+Subproject commit de68a0a7b95acffc4876b57722e2103a91cb1b78
diff --git a/brooklyn-ui b/brooklyn-ui
index c31ec2c..614866c 160000
--- a/brooklyn-ui
+++ b/brooklyn-ui
@@ -1 +1 @@
-Subproject commit c31ec2c962b925c907d513a62dd095acacb9cea0
+Subproject commit 614866c8782f32141d26f5567ba993c7ff0efcdb
diff --git a/pom.xml b/pom.xml
index 57243d5..93a9619 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn</artifactId>
-    <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
     <packaging>pom</packaging>
 
     <name>Brooklyn Root</name>