This closes #8
diff --git a/LICENSE b/LICENSE
index ccac2ba..ba06157 100644
--- a/LICENSE
+++ b/LICENSE
@@ -235,10 +235,15 @@
   Used under the following license: SIL OFL 1.1 (http://scripts.sil.org/OFL)
   Copyright (c) Dave Gandy (2016)
 
-This project includes the software: github.com/codegangsta/cli
-  Available at: https://github.com/codegangsta/cli
+This project includes the software: github.com/NodePrime/jsonpath/cli/jsonpath
+  Available at: github.com/NodePrime/jsonpath/
   Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (C) 2013 Jeremy Saenz
+  Copyright (c) 2015 NodePrime Inc.
+
+This project includes the software: github.com/urfave/cli
+  Available at: https://github.com/urfave/cli
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) 2016 Jeremy Saenz & Contributors
 
 This project includes the software: golang.org/x/crypto/ssh
   Available at: https://godoc.org/golang.org/x/crypto/ssh
@@ -273,6 +278,14 @@
   Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
   Copyright (c) "Cowboy" Ben Alman (2010)"
 
+This project includes the software: jQuery hashchange event
+  Available at: http://benalman.com/projects/jquery-hashchange-plugin/
+  Developed by: "Cowboy" Ben Alman (http://benalman.com/)
+  Inclusive of: jquery.ba-bbq*.js
+  Version used: 1.2
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) "Cowboy" Ben Alman (2010)"
+
 This project includes the software: DataTables Table plug-in for jQuery
   Available at: http://www.datatables.net/
   Developed by: SpryMedia Ltd (http://sprymedia.co.uk/)
@@ -283,7 +296,7 @@
 
 This project includes the software: jquery.easy-autocomplete.js
   Available at: https://github.com/pawelczak/EasyAutocomplete
-  Version used: 1.3.1
+  Version used: 1.3.3
   Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
   Copyright (c) Łukasz Pawełczak (2015)
 
diff --git a/README.md b/README.md
index 46ec7f9..8ae17bc 100644
--- a/README.md
+++ b/README.md
@@ -23,21 +23,21 @@
     git submodule init
     git submodule update --remote --merge --recursive
     
-And then, with jdk 1.8+, maven 3.1+, and go 1.6+ installed (or skip go with `-Dno-go-client`):
+And then, with jdk 1.8+ and maven 3.1+ installed:
 
-    mvn clean install
+    mvn clean install -Dno-go-client -Dno-rpm
 
-The results are in `brooklyn-dist/usage/dist/target/`. 
-To run, you might:
+The results are in `brooklyn-dist/dist/target/`, including a tar and a zip.
+Or to run straight after the build, do:
 
-    pushd brooklyn-dist/usage/dist/target/brooklyn-dist/brooklyn/
+    pushd brooklyn-dist/dist/target/brooklyn-dist/brooklyn/
     bin/brooklyn launch
 
 
 ### 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:
 
@@ -45,8 +45,10 @@
 
 * **[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
 
+* 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>