This closes #9 Update LICENSE dependencies to current project state
diff --git a/README.md b/README.md
index 2fd0a2d..8ae17bc 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.10.0-SNAPSHOT)](https://brooklyn.apache.org/v/0.10.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 (0.11.0-SNAPSHOT)](https://brooklyn.apache.org/v/0.11.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:
 
@@ -48,7 +48,7 @@
 * the **[maven build](http://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/0.10.0-SNAPSHOT/dev/code/structure.html)** of the codebase and submodules
+* **[project structure](https://brooklyn.apache.org/v/0.11.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 7139e58..c946a14 160000
--- a/brooklyn-client
+++ b/brooklyn-client
@@ -1 +1 @@
-Subproject commit 7139e5805c9ed2ff10c3603c4f5bdeef1f9efa8e
+Subproject commit c946a142aacfa71f45df21d5cc46d3966d1604be
diff --git a/brooklyn-dist b/brooklyn-dist
index 371196e..8aea0d9 160000
--- a/brooklyn-dist
+++ b/brooklyn-dist
@@ -1 +1 @@
-Subproject commit 371196e2965fce94260f79006ff7954a02633c94
+Subproject commit 8aea0d9c13909f4a7e68f2899c784251b950b27f
diff --git a/brooklyn-docs b/brooklyn-docs
index 6f8c37b..2c002ce 160000
--- a/brooklyn-docs
+++ b/brooklyn-docs
@@ -1 +1 @@
-Subproject commit 6f8c37bd0ad773021a7e68a8fe6e1d9234ce0234
+Subproject commit 2c002ce6918f23253f0c352f22644bdd2e1d0ecc
diff --git a/brooklyn-library b/brooklyn-library
index 481baff..68ca563 160000
--- a/brooklyn-library
+++ b/brooklyn-library
@@ -1 +1 @@
-Subproject commit 481baff634bf9bc13d90479ed22e7da3e93dbda4
+Subproject commit 68ca56319d650d400c5eb797c39016c48b9d4eee
diff --git a/brooklyn-server b/brooklyn-server
index cf305e2..7941682 160000
--- a/brooklyn-server
+++ b/brooklyn-server
@@ -1 +1 @@
-Subproject commit cf305e25c5680946e711b6b92dca5193a87d00f5
+Subproject commit 79416825dc9ac1f37e67247f38e795499a6d6514
diff --git a/brooklyn-ui b/brooklyn-ui
index 8b50f89..1aec511 160000
--- a/brooklyn-ui
+++ b/brooklyn-ui
@@ -1 +1 @@
-Subproject commit 8b50f890b68ad6ea0a6c87d20c56ff853c326978
+Subproject commit 1aec5119f2904dc09a1423564958dbb3b2e890ff
diff --git a/pom.xml b/pom.xml
index 241530f..3dec679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn</artifactId>
-    <version>0.10.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.11.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
     <packaging>pom</packaging>
 
     <name>Brooklyn Root</name>