Change version to 1.2.0-SNAPSHOT
diff --git a/README.md b/README.md
index dfd840a..52f0dd3 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,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 (1.1.0-SNAPSHOT)](https://brooklyn.apache.org/v/1.1.0-SNAPSHOT/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 (1.2.0-SNAPSHOT)](https://brooklyn.apache.org/v/1.2.0-SNAPSHOT/dev/), [latest stable](https://brooklyn.apache.org/v/latest/dev/), and [older releases](https://brooklyn.apache.org/meta/versions.html).
 
 Useful topics include:
 
@@ -83,7 +83,7 @@
 * the **[maven build](https://brooklyn.apache.org/v/latest/dev/env/maven-build.html)** and what to do on build errors
 
 <!--- BROOKLYN_VERSION_BELOW -->
-* **[project structure](https://brooklyn.apache.org/v/1.1.0-SNAPSHOT/dev/code/structure.html)** of the codebase and submodules
+* **[project structure](https://brooklyn.apache.org/v/1.2.0-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 d1f7954..93d8160 160000
--- a/brooklyn-client
+++ b/brooklyn-client
@@ -1 +1 @@
-Subproject commit d1f79544dda54d6c12ae616607a4db5b52a419a8
+Subproject commit 93d81602ff4abaff3f90823f61926362e914e574
diff --git a/brooklyn-dist b/brooklyn-dist
index 8642aac..1640998 160000
--- a/brooklyn-dist
+++ b/brooklyn-dist
@@ -1 +1 @@
-Subproject commit 8642aac00a35875af6470ec35d4099d9af198a61
+Subproject commit 1640998134fce828dbdd95b0f76ef5186c61ad51
diff --git a/brooklyn-docs b/brooklyn-docs
index 43a861e..528999d 160000
--- a/brooklyn-docs
+++ b/brooklyn-docs
@@ -1 +1 @@
-Subproject commit 43a861e83e9d28fba8d960f9e74d95d150eca0c7
+Subproject commit 528999db51bde50f71a20a38fa7acc098b401062
diff --git a/brooklyn-library b/brooklyn-library
index 34094f3..5afd815 160000
--- a/brooklyn-library
+++ b/brooklyn-library
@@ -1 +1 @@
-Subproject commit 34094f3ff3a24fa274403f5bef087245d4d33671
+Subproject commit 5afd815a1337bc84dc9ff1fbf86e3de11fca2223
diff --git a/brooklyn-server b/brooklyn-server
index f1cd632..f2a35dc 160000
--- a/brooklyn-server
+++ b/brooklyn-server
@@ -1 +1 @@
-Subproject commit f1cd632ed777d5076aedca843e5a4da9ff8e47dc
+Subproject commit f2a35dc6eea23cf9c6ee9bd93efb223abd7bcd9f
diff --git a/brooklyn-ui b/brooklyn-ui
index 7302b1a..ae74419 160000
--- a/brooklyn-ui
+++ b/brooklyn-ui
@@ -1 +1 @@
-Subproject commit 7302b1a3f6fe71b4b482aeabba8c25a984869a18
+Subproject commit ae74419c97d379a0e1e4249953dcbc2c4e05ed99
diff --git a/pom.xml b/pom.xml
index bc27bf7..2939f52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn</artifactId>
-    <version>1.1.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>1.2.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
     <packaging>pom</packaging>
 
     <name>Brooklyn Root</name>