You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2016/04/13 08:00:04 UTC

svn commit: r1738893 - in /brooklyn/site/v/latest: ./ concepts/ dev/env/ dev/tips/ java/ misc/ ops/ ops/gui/ ops/locations/ ops/troubleshooting/ start/ style/js/catalog/ yaml/ yaml/test/ yaml/winrm/

Author: richard
Date: Wed Apr 13 06:00:04 2016
New Revision: 1738893

URL: http://svn.apache.org/viewvc?rev=1738893&view=rev
Log:
Apache Brooklyn: user guide for v0.9.0 as latest (fix error in previous commit)

Modified:
    brooklyn/site/v/latest/concepts/index.html
    brooklyn/site/v/latest/dev/env/maven-build.html
    brooklyn/site/v/latest/dev/tips/debugging-remote-brooklyn.html
    brooklyn/site/v/latest/index.html
    brooklyn/site/v/latest/java/archetype.html
    brooklyn/site/v/latest/java/entitlements.html
    brooklyn/site/v/latest/java/index.html
    brooklyn/site/v/latest/misc/download.html
    brooklyn/site/v/latest/misc/index.html
    brooklyn/site/v/latest/misc/known-issues.html
    brooklyn/site/v/latest/misc/migrate-to-0.8.0.html
    brooklyn/site/v/latest/misc/release-notes.html
    brooklyn/site/v/latest/ops/brooklyn_properties.html
    brooklyn/site/v/latest/ops/gui/blueprints.html
    brooklyn/site/v/latest/ops/gui/running.html
    brooklyn/site/v/latest/ops/index.html
    brooklyn/site/v/latest/ops/locations/clouds.html
    brooklyn/site/v/latest/ops/locations/special-locations.html
    brooklyn/site/v/latest/ops/logging.html
    brooklyn/site/v/latest/ops/production-installation.html
    brooklyn/site/v/latest/ops/rest.html
    brooklyn/site/v/latest/ops/troubleshooting/going-deep-in-java-and-logs.html
    brooklyn/site/v/latest/start/running.html
    brooklyn/site/v/latest/style/js/catalog/items.js
    brooklyn/site/v/latest/yaml/custom-entities.html
    brooklyn/site/v/latest/yaml/index.html
    brooklyn/site/v/latest/yaml/setting-locations.html
    brooklyn/site/v/latest/yaml/test/test-entities.html
    brooklyn/site/v/latest/yaml/test/usage-examples.html
    brooklyn/site/v/latest/yaml/winrm/index.html

Modified: brooklyn/site/v/latest/concepts/index.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/concepts/index.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/concepts/index.html (original)
+++ brooklyn/site/v/latest/concepts/index.html Wed Apr 13 06:00:04 2016
@@ -512,7 +512,7 @@ policies.</p>
                  
                 
                   
-                  <a href="/v/latest/misc/index.html" class="list-group-item">Other 0.9.0-SNAPSHOT Resources
+                  <a href="/v/latest/misc/index.html" class="list-group-item">Other 0.9.0 Resources
                     </a>
                 
               

Modified: brooklyn/site/v/latest/dev/env/maven-build.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/dev/env/maven-build.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/dev/env/maven-build.html (original)
+++ brooklyn/site/v/latest/dev/env/maven-build.html Wed Apr 13 06:00:04 2016
@@ -498,7 +498,7 @@ although we’d love to if anyone can
 
 <span class="o">[</span>INFO<span class="o">]</span> — maven-assembly-plugin:2.3:single <span class="o">(</span>build-distribution-dir<span class="o">)</span> @ brooklyn-dist —
 <span class="o">[</span>INFO<span class="o">]</span> Reading assembly descriptor: src/main/config/build-distribution-dir.xml
-<span class="o">[</span>WARNING<span class="o">]</span> Cannot include project artifact: io.brooklyn:brooklyn-dist:jar:0.9.0-SNAPSHOT<span class="p">;</span> it doesn<span class="s1">&#39;t have an associated file or directory.</span>
+<span class="o">[</span>WARNING<span class="o">]</span> Cannot include project artifact: io.brooklyn:brooklyn-dist:jar:0.9.0<span class="p">;</span> it doesn<span class="s1">&#39;t have an associated file or directory.</span>
 <span class="s1">[INFO] Copying files to ~/repos/apache/brooklyn/usage/dist/target/brooklyn-dist</span>
 <span class="s1">[WARNING] Assembly file: ~/repos/apache/brooklyn/usage/dist/target/brooklyn-dist is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.</span>
 
@@ -506,9 +506,9 @@ although we’d love to if anyone can
 
 <span class="s1">[INFO] — maven-assembly-plugin:2.3:single (build-distribution-archive) @ brooklyn-dist —</span>
 <span class="s1">[INFO] Reading assembly descriptor: src/main/config/build-distribution-archive.xml</span>
-<span class="s1">[WARNING] Cannot include project artifact: io.brooklyn:brooklyn-dist:jar:0.9.0-SNAPSHOT; it doesn&#39;</span>t have an associated file or directory.
-<span class="o">[</span>INFO<span class="o">]</span> Building tar: /Users/aled/repos/apache/brooklyn/usage/dist/target/brooklyn-0.9.0-SNAPSHOT-dist.tar.gz
-<span class="o">[</span>WARNING<span class="o">]</span> Cannot include project artifact: io.brooklyn:brooklyn-dist:jar:0.9.0-SNAPSHOT<span class="p">;</span> it doesn<span class="s1">&#39;t have an associated file or directory.</span>
+<span class="s1">[WARNING] Cannot include project artifact: io.brooklyn:brooklyn-dist:jar:0.9.0; it doesn&#39;</span>t have an associated file or directory.
+<span class="o">[</span>INFO<span class="o">]</span> Building tar: /Users/aled/repos/apache/brooklyn/usage/dist/target/brooklyn-0.9.0-dist.tar.gz
+<span class="o">[</span>WARNING<span class="o">]</span> Cannot include project artifact: io.brooklyn:brooklyn-dist:jar:0.9.0<span class="p">;</span> it doesn<span class="s1">&#39;t have an associated file or directory.</span>
 
 <span class="s1">...</span>
 

Modified: brooklyn/site/v/latest/dev/tips/debugging-remote-brooklyn.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/dev/tips/debugging-remote-brooklyn.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/dev/tips/debugging-remote-brooklyn.html (original)
+++ brooklyn/site/v/latest/dev/tips/debugging-remote-brooklyn.html Wed Apr 13 06:00:04 2016
@@ -399,7 +399,7 @@ instance. The git commit that was used t
 <p>This should return details of the build as a JSON string similar to the following (formatted for clarity):</p>
 
 <div class="highlight"><pre><code class="language-json" data-lang="json"><span class="p">{</span>
-    <span class="nt">&quot;version&quot;</span><span class="p">:</span> <span class="s2">&quot;0.9.0-SNAPSHOT&quot;</span><span class="p">,</span>  
+    <span class="nt">&quot;version&quot;</span><span class="p">:</span> <span class="s2">&quot;0.9.0&quot;</span><span class="p">,</span>  
     <span class="nt">&quot;buildSha1&quot;</span><span class="p">:</span> <span class="s2">&quot;c0fdc15291702281acdebf1b11d431a6385f5224&quot;</span><span class="p">,</span>
     <span class="nt">&quot;buildBranch&quot;</span><span class="p">:</span> <span class="s2">&quot;UNKNOWN&quot;</span>
 <span class="p">}</span></code></pre></div>

Modified: brooklyn/site/v/latest/index.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/index.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/index.html (original)
+++ brooklyn/site/v/latest/index.html Wed Apr 13 06:00:04 2016
@@ -376,7 +376,7 @@ under the License.
         <div class="col-md-9" id="content_container">
             <div id="page_notes"></div>
             <h1>User Guide</h1>
-            <p>This is the Brooklyn User Guide for v0.9.0-SNAPSHOT:</p>
+            <p>This is the Brooklyn User Guide for v0.9.0:</p>
 
 <div class="list-children"><ul>
 
@@ -392,7 +392,7 @@ under the License.
 
 <li> <a href="/v/latest/ops/index.html">Operations</a> </li>
 
-<li> <a href="/v/latest/misc/index.html">Other 0.9.0-SNAPSHOT Resources</a> </li>
+<li> <a href="/v/latest/misc/index.html">Other 0.9.0 Resources</a> </li>
 
 </ul></div>
 
@@ -453,7 +453,7 @@ under the License.
                     
                       
                       <a href="/v/latest/misc/index.html" class="list-group-item sub-item " >
-                        Other 0.9.0-SNAPSHOT Resources
+                        Other 0.9.0 Resources
                         </a>
                     
                   </div>

Modified: brooklyn/site/v/latest/java/archetype.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/java/archetype.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/java/archetype.html (original)
+++ brooklyn/site/v/latest/java/archetype.html Wed Apr 13 06:00:04 2016
@@ -397,7 +397,7 @@ if creating a project named “autobr
 <div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span>mvn archetype:generate <span class="se">\</span>
 	-DarchetypeGroupId<span class="o">=</span>org.apache.brooklyn <span class="se">\</span>
 	-DarchetypeArtifactId<span class="o">=</span>brooklyn-archetype-quickstart <span class="se">\</span>
-	-DarchetypeVersion<span class="o">=</span>0.9.0-SNAPSHOT <span class="se">\</span>
+	-DarchetypeVersion<span class="o">=</span>0.9.0 <span class="se">\</span>
 	-DgroupId<span class="o">=</span>com.acme -DartifactId<span class="o">=</span>autobrick <span class="se">\</span>
 	-Dversion<span class="o">=</span>0.1.0-SNAPSHOT <span class="se">\</span>
 	-DpackageName<span class="o">=</span>com.acme.autobrick <span class="se">\</span>

Modified: brooklyn/site/v/latest/java/entitlements.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/java/entitlements.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/java/entitlements.html (original)
+++ brooklyn/site/v/latest/java/entitlements.html Wed Apr 13 06:00:04 2016
@@ -404,7 +404,7 @@ of <code>SEE_SENSOR</code></li>
 </code></pre>
 
 <p>The example above refers to a sample manager which is included in the test JARs of Brooklyn,
-which you can see <a href="https://github.com/apache/brooklyn/tree/master/core/src/test/java/org/apache/brooklyn/core/mgmt/entitlement/AcmeEntitlementManagerTest.java">here</a>,
+which you can see <a href="https://github.com/apache/brooklyn/tree/0.9.0/core/src/test/java/org/apache/brooklyn/core/mgmt/entitlement/AcmeEntitlementManagerTest.java">here</a>,
 and include in your project by adding the core tests JAR to your <code>dropins</code> folder.</p>
 
 <p>There are some entitlements schemes which exist out of the box, so for a simpler setup,
@@ -417,7 +417,7 @@ For more information on this, ask on IRC
 and see 
 <code>EntitlementManager</code>
   (<a href="/v/latest/misc/javadoc/org/apache/brooklyn/api/mgmt/entitlement/EntitlementManager.html">javadoc</a>, 
-   <a href="https://github.com/apache/brooklyn/tree/master/api/src/main/java/org/apache/brooklyn/api/mgmt/entitlement/EntitlementManager.java">src</a>)
+   <a href="https://github.com/apache/brooklyn/tree/0.9.0/api/src/main/java/org/apache/brooklyn/api/mgmt/entitlement/EntitlementManager.java">src</a>)
 .</p>
 
 

Modified: brooklyn/site/v/latest/java/index.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/java/index.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/java/index.html (original)
+++ brooklyn/site/v/latest/java/index.html Wed Apr 13 06:00:04 2016
@@ -540,7 +540,7 @@ if you come across a use-case that is ha
                  
                 
                   
-                  <a href="/v/latest/misc/index.html" class="list-group-item">Other 0.9.0-SNAPSHOT Resources
+                  <a href="/v/latest/misc/index.html" class="list-group-item">Other 0.9.0 Resources
                     </a>
                 
               

Modified: brooklyn/site/v/latest/misc/download.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/misc/download.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/misc/download.html (original)
+++ brooklyn/site/v/latest/misc/download.html Wed Apr 13 06:00:04 2016
@@ -377,44 +377,41 @@ under the License.
             <div id="page_notes"></div>
             <h1>Downloads</h1>
             
-<p><!-- put e field last, so we can append .sha1 --></p>
+<!--- RELEASE -->
 
-<p><strong>The downloads on this page have not been voted on and should be used at your own risk.
-The latest stable release can be accessed on the <a href="/download/">main download page</a>.</strong></p>
-
-<h2 id="download-version-090-snapshot">Download Version 0.9.0-SNAPSHOT</h2>
+<h2 id="download-version-090">Download Version 0.9.0</h2>
 
 <table class="table">
   <tr>
 	<th style="text-align:left">Download</th>
 	<th style="text-align:left">File/Format</th>
-	<th>checksums <small><a href="/download/verify.html" title="Instructions on verifying the integrity of your downloads. May not be available for SNAPSHOT artifacts.">(?)</a></small></th>
+	<th>checksums <small><a href="/download/verify.html" title="Instructions on verifying the integrity of your downloads.">(?)</a></small></th>
   </tr>
   <tr>
 	<td style="text-align:left;vertical-align:top" rowspan="2">Distro</td>
-	<td style="text-align:left"><a href="https://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&amp;g=org.apache.brooklyn&amp;a=brooklyn-dist&amp;v=0.9.0-SNAPSHOT&amp;c=dist&amp;e=zip" title="Download ZIP archive">brooklyn-dist-0.9.0-SNAPSHOT-dist.zip</a></td>
+	<td style="text-align:left"><a href="https://repository.apache.org/content/repositories/releases/org/apache/brooklyn/brooklyn-dist/0.9.0//brooklyn-dist-0.9.0-dist.zip" title="Download ZIP archive">brooklyn-dist-0.9.0-dist.zip</a></td>
 	<td><small>
-	  
-	  <a href="https://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&amp;g=org.apache.brooklyn&amp;a=brooklyn-dist&amp;v=0.9.0-SNAPSHOT&amp;c=dist&amp;e=zip.sha1">SHA1</a></small></td>
+	  <a href="https://repository.apache.org/content/repositories/releases/org/apache/brooklyn/brooklyn-dist/0.9.0//brooklyn-dist-0.9.0-dist.zip.asc">PGP</a>, 
+	  <a href="https://repository.apache.org/content/repositories/releases/org/apache/brooklyn/brooklyn-dist/0.9.0//brooklyn-dist-0.9.0-dist.zip.sha1">SHA1</a></small></td>
   </tr>
   <tr>
-	<td style="text-align:left"><a href="https://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&amp;g=org.apache.brooklyn&amp;a=brooklyn-dist&amp;v=0.9.0-SNAPSHOT&amp;c=dist&amp;e=tar.gz" title="Download TGZ archive">brooklyn-dist-0.9.0-SNAPSHOT-dist.tar.gz</a></td>
+	<td style="text-align:left"><a href="https://repository.apache.org/content/repositories/releases/org/apache/brooklyn/brooklyn-dist/0.9.0//brooklyn-dist-0.9.0-dist.tar.gz" title="Download TGZ archive">brooklyn-dist-0.9.0-dist.tar.gz</a></td>
 	<td><small>
-	  
-	  <a href="https://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&amp;g=org.apache.brooklyn&amp;a=brooklyn-dist&amp;v=0.9.0-SNAPSHOT&amp;c=dist&amp;e=tar.gz.sha1">SHA1</a></small></td>
+	  <a href="https://repository.apache.org/content/repositories/releases/org/apache/brooklyn/brooklyn-dist/0.9.0//brooklyn-dist-0.9.0-dist.tar.gz.asc">PGP</a>, 
+	  <a href="https://repository.apache.org/content/repositories/releases/org/apache/brooklyn/brooklyn-dist/0.9.0//brooklyn-dist-0.9.0-dist.tar.gz.sha1">SHA1</a></small></td>
   </tr>
   <tr>
     <td style="text-align:left">Apache Repo</td>
     <td style="text-align:left">
-      <a href="https://repository.apache.org/index.html#nexus-search;gav~org.apache.brooklyn~~0.9.0-SNAPSHOT~~" title="Search"><i>GUI</i></a>
+      <a href="https://repository.apache.org/index.html#nexus-search;gav~org.apache.brooklyn~~0.9.0~~" title="Search"><i>GUI</i></a>
       —
-      <a href="https://repository.apache.org/content/repositories/snapshots/org/apache/brooklyn/brooklyn-dist/0.9.0-SNAPSHOT/" title="List"><i>dir</i></a>
+      <a href="https://repository.apache.org/content/repositories/releases/org/apache/brooklyn/brooklyn-dist/0.9.0/" title="List"><i>dir</i></a>
     </td>
     <td> — </td>
   </tr>
   <tr>
 	<td style="text-align:left">Release Notes</td>
-	<td style="text-align:left"><a href="/v/latest/misc/release-notes.html">0.9.0-SNAPSHOT</a></td>
+	<td style="text-align:left"><a href="/v/latest/misc/release-notes.html">0.9.0</a></td>
 	<td> — </td>
   </tr>
 </table>
@@ -426,8 +423,8 @@ The latest stable release can be accesse
 <p>The binary distribution archive contains Brooklyn as a standalone executable package.</p>
 
 <ul>
-  <li><a href="https://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&amp;g=org.apache.brooklyn&amp;a=brooklyn-dist&amp;v=0.9.0-SNAPSHOT&amp;c=dist&amp;e=zip">This version ZIP</a></li>
-  <li><a href="https://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&amp;g=org.apache.brooklyn&amp;a=brooklyn-dist&amp;v=0.9.0-SNAPSHOT&amp;c=dist&amp;e=tar.gz">This version TGZ</a></li>
+  <li><a href="https://repository.apache.org/content/repositories/releases/org/apache/brooklyn/brooklyn-dist/0.9.0//brooklyn-dist-0.9.0-dist.zip">This version ZIP</a></li>
+  <li><a href="https://repository.apache.org/content/repositories/releases/org/apache/brooklyn/brooklyn-dist/0.9.0//brooklyn-dist-0.9.0-dist.tar.gz">This version TGZ</a></li>
   <li><a href="https://repository.apache.org/content/repositories/releases/org/apache/brooklyn/brooklyn-dist/">Apache stable versions</a></li>
   <li><a href="https://repository.apache.org/content/repositories/snapshots/org/apache/brooklyn/brooklyn-dist/">Apache snapshot versions</a></li>
 </ul>
@@ -435,10 +432,6 @@ The latest stable release can be accesse
 <p>Released versions are also available at 
 <a href="https://search.maven.org/#search%7Cga%7C1%7Corg.apache.brooklyn">Maven Central</a>.</p>
 
-<p><strong>Please note</strong>: You are reading the documentation for a snapshot version of Brooklyn.
-You should always confirm that the source repository and datestamp for downloaded snapshot artifacts
-match the intended dependencies, as snapshot artifacts change as code is written.</p>
-
 <h2 id="release-notes">Release Notes</h2>
 
 <p>Release notes can be found <a href="/v/latest/misc/release-notes.html">here</a>.</p>
@@ -458,14 +451,14 @@ match the intended dependencies, as snap
         <span class="nt">&lt;dependency&gt;</span>
             <span class="nt">&lt;groupId&gt;</span>org.apache.brooklyn<span class="nt">&lt;/groupId&gt;</span>
             <span class="nt">&lt;artifactId&gt;</span>brooklyn-all<span class="nt">&lt;/artifactId&gt;</span>
-            <span class="nt">&lt;version&gt;</span>0.9.0-SNAPSHOT<span class="nt">&lt;/version&gt;</span>
+            <span class="nt">&lt;version&gt;</span>0.9.0<span class="nt">&lt;/version&gt;</span>
         <span class="nt">&lt;/dependency&gt;</span>
     <span class="nt">&lt;/dependencies&gt;</span></code></pre></div>
 
 <p><code>brooklyn-all</code> brings in all dependencies, including jclouds.
 If you prefer a smaller repo you might want just <code>brooklyn-core</code>,  <code>brooklyn-policies</code>, 
 and some of <code>brooklyn-software-webapp</code>,  <code>brooklyn-software-database</code>, <code>brooklyn-software-messaging</code>, or others
-(browse the full list <a href="https://repository.apache.org/index.html#nexus-search;gav~org.apache.brooklyn~~0.9.0-SNAPSHOT~~">here</a>).</p>
+(browse the full list <a href="https://repository.apache.org/index.html#nexus-search;gav~org.apache.brooklyn~~0.9.0~~">here</a>).</p>
 
 <p>If you wish to use the Apache snapshot repo and/or Cloudsoft repositories,
 you can add some of the following sections:</p>
@@ -494,15 +487,12 @@ you can add some of the following sectio
          <span class="nt">&lt;/repository&gt;</span>
     <span class="nt">&lt;/repositories&gt;</span></code></pre></div>
 
-<p><strong>Please note</strong>: to add a snapshot version of Brooklyn as a dependency to your project, 
-you must either have Brooklyn built locally or one of these snapshot repositories in your POM.</p>
-
 <p><a name="source"></a></p>
 
 <h2 id="source-code">Source Code</h2>
 
 <p>Source code is hosted at <a href="http://github.com/apache/brooklyn">github.com/apache/brooklyn</a>,
-with this version in branch <a href="https://github.com/apache/brooklyn/tree/master">master</a>.
+with this version in branch <a href="https://github.com/apache/brooklyn/tree/0.9.0">0.9.0</a>.
 These locations have a <code>README.md</code> in the root which explains how to get the code including
 submodules.</p>
 

Modified: brooklyn/site/v/latest/misc/index.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/misc/index.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/misc/index.html (original)
+++ brooklyn/site/v/latest/misc/index.html Wed Apr 13 06:00:04 2016
@@ -24,7 +24,7 @@ under the License.
 <head>
 
     
-<title>Other 0.9.0-SNAPSHOT Resources - Apache Brooklyn</title>
+<title>Other 0.9.0 Resources - Apache Brooklyn</title>
 
 <meta http-equiv="content-type" content="text/html; charset=utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
@@ -375,7 +375,7 @@ under the License.
     <div class="row">
         <div class="col-md-9" id="content_container">
             <div id="page_notes"></div>
-            <h1>Other 0.9.0-SNAPSHOT Resources</h1>
+            <h1>Other 0.9.0 Resources</h1>
             <p>Further documentation specific to this version of Brooklyn includes:</p>
 
 <ul>
@@ -465,7 +465,7 @@ under the License.
                  
                 
                   
-                  <a href="/v/latest/misc/index.html" class="list-group-item active with-sub-item">Other 0.9.0-SNAPSHOT Resources
+                  <a href="/v/latest/misc/index.html" class="list-group-item active with-sub-item">Other 0.9.0 Resources
                     </a>
                   <div class="sub-item">
                     

Modified: brooklyn/site/v/latest/misc/known-issues.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/misc/known-issues.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/misc/known-issues.html (original)
+++ brooklyn/site/v/latest/misc/known-issues.html Wed Apr 13 06:00:04 2016
@@ -415,7 +415,7 @@ under the License.
               
                   <h4 class=" with_preceding">
                     <a href="/v/latest/misc/index.html" class="list-group-item breadcrumb breadcrumb1">
-                      Other 0.9.0-SNAPSHOT Resources
+                      Other 0.9.0 Resources
                       </a></h4>
               
               

Modified: brooklyn/site/v/latest/misc/migrate-to-0.8.0.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/misc/migrate-to-0.8.0.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/misc/migrate-to-0.8.0.html (original)
+++ brooklyn/site/v/latest/misc/migrate-to-0.8.0.html Wed Apr 13 06:00:04 2016
@@ -424,7 +424,7 @@ so do not run on binary files.</p>
               
                   <h4 class=" with_preceding">
                     <a href="/v/latest/misc/index.html" class="list-group-item breadcrumb breadcrumb1">
-                      Other 0.9.0-SNAPSHOT Resources
+                      Other 0.9.0 Resources
                       </a></h4>
               
               

Modified: brooklyn/site/v/latest/misc/release-notes.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/misc/release-notes.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/misc/release-notes.html (original)
+++ brooklyn/site/v/latest/misc/release-notes.html Wed Apr 13 06:00:04 2016
@@ -376,7 +376,7 @@ under the License.
         <div class="col-md-9" id="content_container">
             <div id="page_notes"></div>
             <h1>Release Notes</h1>
-            <h2 id="version-090-snapshot">Version 0.9.0-SNAPSHOT</h2>
+            <h2 id="version-090">Version 0.9.0</h2>
 
 <ul>
   <li>Introduction</li>

Modified: brooklyn/site/v/latest/ops/brooklyn_properties.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/ops/brooklyn_properties.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/ops/brooklyn_properties.html (original)
+++ brooklyn/site/v/latest/ops/brooklyn_properties.html Wed Apr 13 06:00:04 2016
@@ -377,7 +377,7 @@ under the License.
             <div id="page_notes"></div>
             <h1>brooklyn.properties</h1>
             
-<p><!-- put e field last, so we can append .sha1 --></p>
+<!--- RELEASE -->
 
 <p>The file <code>~/.brooklyn/brooklyn.properties</code> is read when Brooklyn starts
 to load server configuration values.
@@ -554,7 +554,7 @@ so the above can equivalently be written
 or
 <code>EntitlementManager</code>
   (<a href="/v/latest/misc/javadoc/org/apache/brooklyn/api/mgmt/entitlement/EntitlementManager.html">javadoc</a>, 
-   <a href="https://github.com/apache/brooklyn/tree/master/api/src/main/java/org/apache/brooklyn/api/mgmt/entitlement/EntitlementManager.java">src</a>)
+   <a href="https://github.com/apache/brooklyn/tree/0.9.0/api/src/main/java/org/apache/brooklyn/api/mgmt/entitlement/EntitlementManager.java">src</a>)
 .</p>
 
 <h2 id="https-configuration">HTTPS Configuration</h2>

Modified: brooklyn/site/v/latest/ops/gui/blueprints.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/ops/gui/blueprints.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/ops/gui/blueprints.html (original)
+++ brooklyn/site/v/latest/ops/gui/blueprints.html Wed Apr 13 06:00:04 2016
@@ -377,7 +377,7 @@ under the License.
             <div id="page_notes"></div>
             <h1>Deploying Blueprints</h1>
             
-<p><!-- put e field last, so we can append .sha1 --></p>
+<!--- RELEASE -->
 
 <h2 id="launching-from-a-blueprint">Launching from a Blueprint</h2>
 

Modified: brooklyn/site/v/latest/ops/gui/running.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/ops/gui/running.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/ops/gui/running.html (original)
+++ brooklyn/site/v/latest/ops/gui/running.html Wed Apr 13 06:00:04 2016
@@ -395,7 +395,7 @@ you may wish to set up some other config
 
 <p>Now start Brooklyn with the following command:</p>
 
-<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span><span class="nb">cd </span>apache-brooklyn-0.9.0-SNAPSHOT
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span><span class="nb">cd </span>apache-brooklyn-0.9.0
 <span class="nv">$ </span>bin/brooklyn launch</code></pre></div>
 
 <p>Please refer to the <a href="../server-cli-reference.html">Server CLI Reference</a> for details of other possible command line options.</p>

Modified: brooklyn/site/v/latest/ops/index.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/ops/index.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/ops/index.html (original)
+++ brooklyn/site/v/latest/ops/index.html Wed Apr 13 06:00:04 2016
@@ -550,7 +550,7 @@ under the License.
                  
                 
                   
-                  <a href="/v/latest/misc/index.html" class="list-group-item">Other 0.9.0-SNAPSHOT Resources
+                  <a href="/v/latest/misc/index.html" class="list-group-item">Other 0.9.0 Resources
                     </a>
                 
               

Modified: brooklyn/site/v/latest/ops/locations/clouds.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/ops/locations/clouds.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/ops/locations/clouds.html (original)
+++ brooklyn/site/v/latest/ops/locations/clouds.html Wed Apr 13 06:00:04 2016
@@ -89,7 +89,7 @@ cloud provisioning.
 For more keys and more detail on the keys below, see 
 <code>JcloudsLocationConfig</code>
   (<a href="/v/latest/misc/javadoc/org/apache/brooklyn/location/jclouds/JcloudsLocationConfig.html">javadoc</a>, 
-   <a href="https://github.com/apache/brooklyn/tree/master/locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocationConfig.java">src</a>)
+   <a href="https://github.com/apache/brooklyn/tree/0.9.0/locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocationConfig.java">src</a>)
 .</p>
 
 <h6 id="vm-creation">VM Creation</h6>
@@ -127,13 +127,13 @@ including the ID of the app and of the e
 For more sophisticated control over host naming, you can supply a custom 
 <code>CloudMachineNamer</code>
 (<a href="/v/latest/misc/javadoc/org/apache/brooklyn/core/location/cloud/names/CloudMachineNamer.html">javadoc</a>, 
- <a href="https://github.com/apache/brooklyn/tree/master/core/src/main/java/org/apache/brooklyn/core/location/cloud/names/CloudMachineNamer.java">src</a>)
+ <a href="https://github.com/apache/brooklyn/tree/0.9.0/core/src/main/java/org/apache/brooklyn/core/location/cloud/names/CloudMachineNamer.java">src</a>)
 ,
 for example
 <code>cloudMachineNamer: CustomMachineNamer</code>.
 <code>CustomMachineNamer</code>
 (<a href="/v/latest/misc/javadoc/org/apache/brooklyn/core/location/cloud/names/CustomMachineNamer.html">javadoc</a>, 
- <a href="https://github.com/apache/brooklyn/tree/master/core/src/main/java/org/apache/brooklyn/core/location/cloud/names/CustomMachineNamer.java">src</a>)</p>
+ <a href="https://github.com/apache/brooklyn/tree/0.9.0/core/src/main/java/org/apache/brooklyn/core/location/cloud/names/CustomMachineNamer.java">src</a>)</p>
 
     <p>will use the entity’s name or following a template you supply.
 On many clouds, a random suffix will be appended to help guarantee uniqueness;
@@ -160,7 +160,7 @@ for those occasions when cloud providers
 You can of course also resolve it at a higher level with a policy such as 
 <code>ServiceRestarter</code>
 (<a href="/v/latest/misc/javadoc/org/apache/brooklyn/policy/ha/ServiceRestarter.html">javadoc</a>, 
- <a href="https://github.com/apache/brooklyn/tree/master/policy/src/main/java/org/apache/brooklyn/policy/ha/ServiceRestarter.java">src</a>)
+ <a href="https://github.com/apache/brooklyn/tree/0.9.0/policy/src/main/java/org/apache/brooklyn/policy/ha/ServiceRestarter.java">src</a>)
 .</p>
   </li>
   <li>

Modified: brooklyn/site/v/latest/ops/locations/special-locations.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/ops/locations/special-locations.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/ops/locations/special-locations.html (original)
+++ brooklyn/site/v/latest/ops/locations/special-locations.html Wed Apr 13 06:00:04 2016
@@ -38,7 +38,7 @@ and then to <code>acct2</code>.</p>
 
 <p>The <code>ServerPool</code>
   (<a href="/v/latest/misc/javadoc/org/apache/brooklyn/entity/machine/pool/ServerPool.html">javadoc</a>, 
-   <a href="https://github.com/apache/brooklyn/tree/master/software/base/src/main/java/org/apache/brooklyn/entity/machine/pool/ServerPool.java">src</a>)</p>
+   <a href="https://github.com/apache/brooklyn/tree/0.9.0/software/base/src/main/java/org/apache/brooklyn/entity/machine/pool/ServerPool.java">src</a>)</p>
 
 <p>entity type allows defining an entity which becomes available as a location.</p>
 

Modified: brooklyn/site/v/latest/ops/logging.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/ops/logging.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/ops/logging.html (original)
+++ brooklyn/site/v/latest/ops/logging.html Wed Apr 13 06:00:04 2016
@@ -402,11 +402,11 @@ or in a new file included from this.</p>
 
 <p>The default <code>logback.xml</code> file references a collection of other log configuration files
 included in the Brooklyn jars. It is necessary to understand the source structure
-in the <a href="https://github.com/apache/brooklyn/tree/master/usage/logback-includes">logback-includes</a> project.</p>
+in the <a href="https://github.com/apache/brooklyn/tree/0.9.0/usage/logback-includes">logback-includes</a> project.</p>
 
 <p>For example, to change the debug log inclusions, create a folder <code>brooklyn</code> under <code>conf</code>
 and create a file <code>logback-debug.xml</code> based on the
-<a href="https://github.com/apache/brooklyn/tree/master/usage/logback-includes/src/main/resources/brooklyn/logback-debug.xml">brooklyn/logback-debug.xml</a>
+<a href="https://github.com/apache/brooklyn/tree/0.9.0/usage/logback-includes/src/main/resources/brooklyn/logback-debug.xml">brooklyn/logback-debug.xml</a>
 from that project.</p>
 
 <h2 id="log-file-backup">Log File Backup</h2>
@@ -439,7 +439,7 @@ which can then <a href="http://www.logst
 <p>The following resources may be useful when configuring logging:</p>
 
 <ul>
-  <li>The <a href="https://github.com/apache/brooklyn/tree/master/usage/logback-includes">logback-includes</a> project</li>
+  <li>The <a href="https://github.com/apache/brooklyn/tree/0.9.0/usage/logback-includes">logback-includes</a> project</li>
   <li><a href="/v/latest/dev/tips/logging.html">Brooklyn Developer Guide</a> logging tips</li>
   <li>The <a href="http://logback.qos.ch/">Logback Project</a> home page</li>
 </ul>

Modified: brooklyn/site/v/latest/ops/production-installation.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/ops/production-installation.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/ops/production-installation.html (original)
+++ brooklyn/site/v/latest/ops/production-installation.html Wed Apr 13 06:00:04 2016
@@ -377,7 +377,7 @@ under the License.
             <div id="page_notes"></div>
             <h1>Production Installation</h1>
             
-<p><!-- put e field last, so we can append .sha1 --></p>
+<!--- RELEASE -->
 
 <p>To install Apache Brooklyn on a production server:</p>
 
@@ -417,13 +417,13 @@ Then configure the server as follows:</p
 
 <p>Expand the <code>tar.gz</code> archive:</p>
 
-<div class="highlight"><pre><code class="language-bash" data-lang="bash">% tar -zxf apache-brooklyn-0.8.0-incubating-dist.tar.gz</code></pre></div>
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">% tar -zxf apache-brooklyn-0.9.0-dist.tar.gz</code></pre></div>
 
-<p>This will create a <code>apache-brooklyn-0.8.0-incubating</code> folder.</p>
+<p>This will create a <code>apache-brooklyn-0.9.0</code> folder.</p>
 
 <p>Let’s setup some paths for easy commands.</p>
 
-<div class="highlight"><pre><code class="language-bash" data-lang="bash">% <span class="nb">cd </span>apache-brooklyn-0.8.0-incubating
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">% <span class="nb">cd </span>apache-brooklyn-0.9.0
 % <span class="nv">BROOKLYN_DIR</span><span class="o">=</span><span class="s2">&quot;$(pwd)&quot;</span>
 % <span class="nb">export </span><span class="nv">PATH</span><span class="o">=</span><span class="nv">$PATH</span>:<span class="nv">$BROOKLYN_DIR</span>/bin/</code></pre></div>
 

Modified: brooklyn/site/v/latest/ops/rest.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/ops/rest.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/ops/rest.html (original)
+++ brooklyn/site/v/latest/ops/rest.html Wed Apr 13 06:00:04 2016
@@ -384,13 +384,13 @@ scheme, but with the <code>#</code> at t
 item <code>cluster</code> in the web console is displayed at:</p>
 
 <!-- BROOKLYN_VERSION_BELOW -->
-<pre><code>http://localhost:8081/#v1/catalog/entities/cluster:0.9.0-SNAPSHOT
+<pre><code>http://localhost:8081/#v1/catalog/entities/cluster:0.9.0
 </code></pre>
 
 <p>And in the REST API it is accessed at:</p>
 
 <!-- BROOKLYN_VERSION_BELOW -->
-<pre><code>http://localhost:8081/v1/catalog/entities/cluster:0.9.0-SNAPSHOT
+<pre><code>http://localhost:8081/v1/catalog/entities/cluster:0.9.0
 </code></pre>
 
 <p>A full reference for the REST API is automatically generated by the server at runtime.

Modified: brooklyn/site/v/latest/ops/troubleshooting/going-deep-in-java-and-logs.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/ops/troubleshooting/going-deep-in-java-and-logs.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/ops/troubleshooting/going-deep-in-java-and-logs.html (original)
+++ brooklyn/site/v/latest/ops/troubleshooting/going-deep-in-java-and-logs.html Wed Apr 13 06:00:04 2016
@@ -574,7 +574,7 @@ the entity fails to start.</p>
 <p>We can simulate this type of failure by launching Tomcat with an invalid configuration file. As seen in the previous
 examples, Brooklyn copies two xml configuration files to the server: <code>server.xml</code> and <code>web.xml</code></p>
 
-<p>The first few non-comment lines of <code>server.xml</code> are as follows (you can see the full file <a href="https://github.com/apache/brooklyn/tree/master/software/webapp/src/main/resources/org/apache/brooklyn/entity/webapp/tomcat/server.xml">here</a>):</p>
+<p>The first few non-comment lines of <code>server.xml</code> are as follows (you can see the full file <a href="https://github.com/apache/brooklyn/tree/0.9.0/software/webapp/src/main/resources/org/apache/brooklyn/entity/webapp/tomcat/server.xml">here</a>):</p>
 
 <div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;Server</span> <span class="na">port=</span><span class="s">&quot;${driver.shutdownPort?c}&quot;</span> <span class="na">shutdown=</span><span class="s">&quot;SHUTDOWN&quot;</span><span class="nt">&gt;</span>
      <span class="nt">&lt;Listener</span> <span class="na">className=</span><span class="s">&quot;org.apache.catalina.core.AprLifecycleListener&quot;</span> <span class="na">SSLEngine=</span><span class="s">&quot;on&quot;</span> <span class="nt">/&gt;</span>

Modified: brooklyn/site/v/latest/start/running.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/start/running.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/start/running.html (original)
+++ brooklyn/site/v/latest/start/running.html Wed Apr 13 06:00:04 2016
@@ -423,13 +423,13 @@ $(function(){
       <li><a href="https://www.virtualbox.org/wiki/Downloads" target="_blank">Oracle VirtualBox</a></li>
     </ul>
 
-    <p>Then download the provided Apache Brooklyn vagrant configuration from <a href="https://www.apache.org/dyn/closer.lua?action=download&amp;filename=brooklyn/apache-brooklyn-0.9.0-SNAPSHOT/apache-brooklyn-0.9.0-SNAPSHOT-vagrant.tar.gz" target="_blank">here</a>. This archive contains everything you need to create an environment for use with this guide, providing an Apache Brooklyn instance and some blank VMs.</p>
+    <p>Then download the provided Apache Brooklyn vagrant configuration from <a href="https://www.apache.org/dyn/closer.lua?action=download&amp;filename=brooklyn/apache-brooklyn-0.9.0/apache-brooklyn-0.9.0-vagrant.tar.gz" target="_blank">here</a>. This archive contains everything you need to create an environment for use with this guide, providing an Apache Brooklyn instance and some blank VMs.</p>
 
-    <p>Extract the <code>tar.gz</code> archive and navigate into the expanded <code>apache-brooklyn-0.9.0-SNAPSHOT-vagrant</code> folder</p>
+    <p>Extract the <code>tar.gz</code> archive and navigate into the expanded <code>apache-brooklyn-0.9.0-vagrant</code> folder</p>
 
     <div class="highlight">
-      <pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span>tar xvf apache-brooklyn-0.9.0-SNAPSHOT-vagrant.tar.gz
-<span class="nv">$ </span><span class="nb">cd </span>apache-brooklyn-0.9.0-SNAPSHOT-vagrant</code></pre>
+      <pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span>tar xvf apache-brooklyn-0.9.0-vagrant.tar.gz
+<span class="nv">$ </span><span class="nb">cd </span>apache-brooklyn-0.9.0-vagrant</code></pre>
     </div>
 
   </div>
@@ -441,12 +441,12 @@ $(function(){
 
     <p>RPM is the de facto standard for packaging software on these Linux distributions and provides a mechanism for installing, upgrading and removing packages such as Apache Brooklyn. The AMP package contains all the necessary files associated with the Apache Brooklyn application. </p>
 
-    <p>Download the Apache Brooklyn <a href="https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn-0.9.0-SNAPSHOT-1.noarch.rpm" target="_blank">RPM distribution</a>.</p>
+    <p>Download the Apache Brooklyn <a href="https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn-0.9.0-1.noarch.rpm" target="_blank">RPM distribution</a>.</p>
 
     <p>Once downloaded, run the following shell command as root:</p>
 
     <div class="highlight">
-      <pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span>yum install apache-brooklyn-0.9.0-SNAPSHOT-1.rpm</code></pre>
+      <pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span>yum install apache-brooklyn-0.9.0-1.rpm</code></pre>
     </div>
 
   </div>
@@ -456,11 +456,11 @@ $(function(){
 
     <p>For Linux or OSX please download the Apache Brooklyn <code>tar.gz</code> archive from the <a href="/download/" target="_blank">download</a> section.</p>
 
-    <p>Extract the <code>tar.gz</code> archive and navigate into the expanded <code>apache-brooklyn-0.9.0-SNAPSHOT</code> folder.</p>
+    <p>Extract the <code>tar.gz</code> archive and navigate into the expanded <code>apache-brooklyn-0.9.0</code> folder.</p>
 
     <div class="highlight">
-      <pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span>tar -zxf apache-brooklyn-0.9.0-SNAPSHOT-dist.tar.gz
-<span class="nv">$ </span><span class="nb">cd </span>apache-brooklyn-0.9.0-SNAPSHOT</code></pre>
+      <pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span>tar -zxf apache-brooklyn-0.9.0-dist.tar.gz
+<span class="nv">$ </span><span class="nb">cd </span>apache-brooklyn-0.9.0</code></pre>
     </div>
 
   </div>

Modified: brooklyn/site/v/latest/style/js/catalog/items.js
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/style/js/catalog/items.js?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/style/js/catalog/items.js (original)
+++ brooklyn/site/v/latest/style/js/catalog/items.js Wed Apr 13 06:00:04 2016
@@ -355,7 +355,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -823,7 +823,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -1285,13 +1285,13 @@ var items = {
       "name" : "dynamiccluster.zone.failureDetector",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$ZoneFailureDetector",
       "description" : "Zone failure detector",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@1fbdb5e",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@764e3a14",
       "reconfigurable" : false
     }, {
       "name" : "dynamiccluster.zone.placementStrategy",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$NodePlacementStrategy",
       "description" : "Node placement strategy",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@754b50c7",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@6938df40",
       "reconfigurable" : false
     }, {
       "name" : "enricher.service_state.children_and_members.quorum.running",
@@ -2050,7 +2050,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -2784,7 +2784,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -3374,7 +3374,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -4034,7 +4034,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -4839,13 +4839,13 @@ var items = {
       "name" : "dynamiccluster.zone.failureDetector",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$ZoneFailureDetector",
       "description" : "Zone failure detector",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@1fbdb5e",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@764e3a14",
       "reconfigurable" : false
     }, {
       "name" : "dynamiccluster.zone.placementStrategy",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$NodePlacementStrategy",
       "description" : "Node placement strategy",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@754b50c7",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@6938df40",
       "reconfigurable" : false
     }, {
       "name" : "enricher.service_state.children_and_members.quorum.running",
@@ -5409,7 +5409,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -6036,7 +6036,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -6369,13 +6369,13 @@ var items = {
       "name" : "dynamiccluster.zone.failureDetector",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$ZoneFailureDetector",
       "description" : "Zone failure detector",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@1fbdb5e",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@764e3a14",
       "reconfigurable" : false
     }, {
       "name" : "dynamiccluster.zone.placementStrategy",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$NodePlacementStrategy",
       "description" : "Node placement strategy",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@754b50c7",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@6938df40",
       "reconfigurable" : false
     }, {
       "name" : "enricher.service_state.children_and_members.quorum.running",
@@ -6814,13 +6814,13 @@ var items = {
       "name" : "dynamiccluster.zone.failureDetector",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$ZoneFailureDetector",
       "description" : "Zone failure detector",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@1fbdb5e",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@764e3a14",
       "reconfigurable" : false
     }, {
       "name" : "dynamiccluster.zone.placementStrategy",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$NodePlacementStrategy",
       "description" : "Node placement strategy",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@754b50c7",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@6938df40",
       "reconfigurable" : false
     }, {
       "name" : "elasticsearch.cluster.name",
@@ -7241,7 +7241,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -7523,13 +7523,13 @@ var items = {
       "name" : "dynamiccluster.zone.failureDetector",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$ZoneFailureDetector",
       "description" : "Zone failure detector",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@1fbdb5e",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@764e3a14",
       "reconfigurable" : false
     }, {
       "name" : "dynamiccluster.zone.placementStrategy",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$NodePlacementStrategy",
       "description" : "Node placement strategy",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@754b50c7",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@6938df40",
       "reconfigurable" : false
     }, {
       "name" : "enricher.service_state.children_and_members.quorum.running",
@@ -8074,7 +8074,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -8626,7 +8626,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -9217,7 +9217,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -9918,7 +9918,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -10668,7 +10668,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -11162,7 +11162,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -11646,7 +11646,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -12092,7 +12092,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -12551,7 +12551,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -12829,13 +12829,13 @@ var items = {
       "name" : "mongodb.configserver.spec",
       "type" : "org.apache.brooklyn.api.entity.EntitySpec",
       "description" : "Spec for Config Server instances",
-      "defaultValue" : "EntitySpec{type=interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBConfigServer}@2d184dc9",
+      "defaultValue" : "EntitySpec{type=interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBConfigServer}@5eebb788",
       "reconfigurable" : false
     }, {
       "name" : "mongodb.replicaset.spec",
       "type" : "org.apache.brooklyn.api.entity.EntitySpec",
       "description" : "Spec for Replica Set",
-      "defaultValue" : "EntitySpec{type=interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSet}@11754758",
+      "defaultValue" : "EntitySpec{type=interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSet}@3ba8ebc5",
       "reconfigurable" : false
     }, {
       "name" : "mongodb.router.cluster.initial.size",
@@ -12847,7 +12847,7 @@ var items = {
       "name" : "mongodb.router.spec",
       "type" : "org.apache.brooklyn.api.entity.EntitySpec",
       "description" : "Spec for Router instances",
-      "defaultValue" : "EntitySpec{type=interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouter}@169ade40",
+      "defaultValue" : "EntitySpec{type=interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouter}@455e7267",
       "reconfigurable" : false
     }, {
       "name" : "mongodb.router.up.timeout",
@@ -13137,7 +13137,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -13374,13 +13374,13 @@ var items = {
       "name" : "dynamiccluster.zone.failureDetector",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$ZoneFailureDetector",
       "description" : "Zone failure detector",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@1fbdb5e",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@764e3a14",
       "reconfigurable" : false
     }, {
       "name" : "dynamiccluster.zone.placementStrategy",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$NodePlacementStrategy",
       "description" : "Node placement strategy",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@754b50c7",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@6938df40",
       "reconfigurable" : false
     }, {
       "name" : "enricher.service_state.children_and_members.quorum.running",
@@ -13896,7 +13896,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -14290,7 +14290,7 @@ var items = {
       "name" : "nginx.config.generator",
       "type" : "org.apache.brooklyn.entity.proxy.nginx.NginxConfigFileGenerator",
       "description" : "The server.conf generator class",
-      "defaultValue" : "org.apache.brooklyn.entity.proxy.nginx.NginxDefaultConfigGenerator@cdf1793",
+      "defaultValue" : "org.apache.brooklyn.entity.proxy.nginx.NginxDefaultConfigGenerator@fe5359a",
       "reconfigurable" : false
     }, {
       "name" : "nginx.config.staticContentArchiveUrl",
@@ -14457,7 +14457,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -14964,7 +14964,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -15490,7 +15490,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -16017,7 +16017,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -16488,7 +16488,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -16921,7 +16921,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -17188,13 +17188,13 @@ var items = {
       "name" : "dynamiccluster.zone.failureDetector",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$ZoneFailureDetector",
       "description" : "Zone failure detector",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@1fbdb5e",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@764e3a14",
       "reconfigurable" : false
     }, {
       "name" : "dynamiccluster.zone.placementStrategy",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$NodePlacementStrategy",
       "description" : "Node placement strategy",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@754b50c7",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@6938df40",
       "reconfigurable" : false
     }, {
       "name" : "enricher.service_state.children_and_members.quorum.running",
@@ -17763,7 +17763,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -18466,7 +18466,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -18889,7 +18889,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -19094,7 +19094,7 @@ var items = {
       "name" : "dynamiccluster.memberspec",
       "type" : "org.apache.brooklyn.api.entity.EntitySpec",
       "description" : "entity spec for creating new cluster members",
-      "defaultValue" : "EntitySpec{type=interface org.apache.brooklyn.entity.machine.MachineEntity}@7b5efd75",
+      "defaultValue" : "EntitySpec{type=interface org.apache.brooklyn.entity.machine.MachineEntity}@71374662",
       "reconfigurable" : false
     }, {
       "name" : "dynamiccluster.numAvailabilityZones",
@@ -19132,13 +19132,13 @@ var items = {
       "name" : "dynamiccluster.zone.failureDetector",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$ZoneFailureDetector",
       "description" : "Zone failure detector",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@1fbdb5e",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@764e3a14",
       "reconfigurable" : false
     }, {
       "name" : "dynamiccluster.zone.placementStrategy",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$NodePlacementStrategy",
       "description" : "Node placement strategy",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@754b50c7",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@6938df40",
       "reconfigurable" : false
     }, {
       "name" : "enricher.service_state.children_and_members.quorum.running",
@@ -19728,7 +19728,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -20331,7 +20331,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -21008,7 +21008,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -21583,7 +21583,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -22060,7 +22060,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -22457,7 +22457,7 @@ var items = {
       "name" : "softwareProcess.lifecycleTasks",
       "type" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks",
       "description" : "An object that handles lifecycle of an entity's associated machine.",
-      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@65c7634d",
+      "defaultValue" : "org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks@7e8f9a4f",
       "reconfigurable" : false
     }, {
       "name" : "softwareProcess.maxSensorRebindDelay",
@@ -22743,13 +22743,13 @@ var items = {
       "name" : "dynamiccluster.zone.failureDetector",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$ZoneFailureDetector",
       "description" : "Zone failure detector",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@1fbdb5e",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector@764e3a14",
       "reconfigurable" : false
     }, {
       "name" : "dynamiccluster.zone.placementStrategy",
       "type" : "org.apache.brooklyn.entity.group.DynamicCluster$NodePlacementStrategy",
       "description" : "Node placement strategy",
-      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@754b50c7",
+      "defaultValue" : "org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy@6938df40",
       "reconfigurable" : false
     }, {
       "name" : "enricher.service_state.children_and_members.quorum.running",
@@ -22928,7 +22928,7 @@ var items = {
     "config" : [ {
       "name" : "autoscaler.currentSizeOperator",
       "type" : "com.google.common.base.Function",
-      "defaultValue" : "org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy$4@753ab9f1",
+      "defaultValue" : "org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy$4@60e7d780",
       "reconfigurable" : false
     }, {
       "name" : "autoscaler.entityWithMetric",
@@ -23014,7 +23014,7 @@ var items = {
     }, {
       "name" : "autoscaler.resizeOperator",
       "type" : "org.apache.brooklyn.policy.autoscaling.ResizeOperator",
-      "defaultValue" : "org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy$3@394b3149",
+      "defaultValue" : "org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy$3@72d40aab",
       "reconfigurable" : false
     }, {
       "name" : "autoscaler.resizeUpIterationIncrement",
@@ -24093,7 +24093,7 @@ var items = {
       "name" : "imageChooser",
       "type" : "com.google.common.base.Function",
       "description" : "An image chooser function to control which images are preferred",
-      "defaultValue" : "org.apache.brooklyn.location.jclouds.BrooklynImageChooser$ImageChooserFromOrdering@780aba54",
+      "defaultValue" : "org.apache.brooklyn.location.jclouds.BrooklynImageChooser$ImageChooserFromOrdering@4efda158",
       "reconfigurable" : false
     }, {
       "name" : "imageDescriptionRegex",
@@ -24131,7 +24131,7 @@ var items = {
       "name" : "jclouds.computeServiceRegistry",
       "type" : "org.apache.brooklyn.location.jclouds.ComputeServiceRegistry",
       "description" : "Registry/Factory for creating jclouds ComputeService; default is almost always fine, except where tests want to customize behaviour",
-      "defaultValue" : "org.apache.brooklyn.location.jclouds.ComputeServiceRegistryImpl@4b510e2d",
+      "defaultValue" : "org.apache.brooklyn.location.jclouds.ComputeServiceRegistryImpl@34a20e60",
       "reconfigurable" : false
     }, {
       "name" : "jclouds.endpoint",

Modified: brooklyn/site/v/latest/yaml/custom-entities.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/yaml/custom-entities.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/yaml/custom-entities.html (original)
+++ brooklyn/site/v/latest/yaml/custom-entities.html Wed Apr 13 06:00:04 2016
@@ -609,7 +609,7 @@ as stopping an application root causes i
 <p>There are other options for determining launch: you can set <code>checkRunning.command</code> and <code>stop.command</code> instead,
 as documented on the javadoc and config keys of the <code>VanillaSoftwareProcess</code>
   (<a href="/v/latest/misc/javadoc/org/apache/brooklyn/entity/software/base/VanillaSoftwareProcess.html">javadoc</a>, 
-   <a href="https://github.com/apache/brooklyn/tree/master/software/base/src/main/java/org/apache/brooklyn/entity/software/base/VanillaSoftwareProcess.java">src</a>)
+   <a href="https://github.com/apache/brooklyn/tree/0.9.0/software/base/src/main/java/org/apache/brooklyn/entity/software/base/VanillaSoftwareProcess.java">src</a>)
  class,
 and those scripts will be used instead of checking and stopping the process whose PID is in <code>$PID_FILE</code>.</p>
 

Modified: brooklyn/site/v/latest/yaml/index.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/yaml/index.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/yaml/index.html (original)
+++ brooklyn/site/v/latest/yaml/index.html Wed Apr 13 06:00:04 2016
@@ -557,7 +557,7 @@ under the License.
                  
                 
                   
-                  <a href="/v/latest/misc/index.html" class="list-group-item">Other 0.9.0-SNAPSHOT Resources
+                  <a href="/v/latest/misc/index.html" class="list-group-item">Other 0.9.0 Resources
                     </a>
                 
               

Modified: brooklyn/site/v/latest/yaml/setting-locations.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/yaml/setting-locations.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/yaml/setting-locations.html (original)
+++ brooklyn/site/v/latest/yaml/setting-locations.html Wed Apr 13 06:00:04 2016
@@ -377,7 +377,7 @@ under the License.
             <div id="page_notes"></div>
             <h1>Setting Locations</h1>
             
-<p><!-- put e field last, so we can append .sha1 --></p>
+<!--- RELEASE -->
 
 <p>Brooklyn supports a very wide range of target locations – localhost is mainly a convenience for testing.
 With deep integration to <a href="http://jclouds.org">Apache jclouds</a>, most well-known clouds and cloud platforms are supported.

Modified: brooklyn/site/v/latest/yaml/test/test-entities.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/yaml/test/test-entities.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/yaml/test/test-entities.html (original)
+++ brooklyn/site/v/latest/yaml/test/test-entities.html Wed Apr 13 06:00:04 2016
@@ -377,7 +377,7 @@ under the License.
             <div id="page_notes"></div>
             <h1>Blueprint Test Entities</h1>
             
-<p><!-- put e field last, so we can append .sha1 --></p>
+<!--- RELEASE -->
 
 <h2 id="structural-test-entities">Structural Test Entities</h2>
 

Modified: brooklyn/site/v/latest/yaml/test/usage-examples.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/yaml/test/usage-examples.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/yaml/test/usage-examples.html (original)
+++ brooklyn/site/v/latest/yaml/test/usage-examples.html Wed Apr 13 06:00:04 2016
@@ -377,7 +377,7 @@ under the License.
             <div id="page_notes"></div>
             <h1>Example Blueprint Tests</h1>
             
-<p><!-- put e field last, so we can append .sha1 --></p>
+<!--- RELEASE -->
 
 <h2 id="introduction">Introduction</h2>
 <p>This section describes some simple tests based on the <a href="../../start/blueprints.html#launching-from-a-blueprint">Getting Started</a> example blueprint:</p>

Modified: brooklyn/site/v/latest/yaml/winrm/index.html
URL: http://svn.apache.org/viewvc/brooklyn/site/v/latest/yaml/winrm/index.html?rev=1738893&r1=1738892&r2=1738893&view=diff
==============================================================================
--- brooklyn/site/v/latest/yaml/winrm/index.html (original)
+++ brooklyn/site/v/latest/yaml/winrm/index.html Wed Apr 13 06:00:04 2016
@@ -492,7 +492,7 @@ Start-Process "msiexec" -ArgumentList '/
 the correct Administrator privileges: you may otherwise get an access denied error. See the sub-section 
 <a href="#how-and-why-to-re-authenticate-within-a-powershell-script">How and Why to re-authenticate within a powershell script</a> for more details.</p>
 
-<p>This is only a very simple example. A more complex example can be found in the <a href="https://github.com/apache/brooklyn/tree/master/software/database/src/main/resources/org/apache/brooklyn/entity/database/mssql">Microsoft SQL Server blueprint in the
+<p>This is only a very simple example. A more complex example can be found in the <a href="https://github.com/apache/brooklyn/tree/0.9.0/software/database/src/main/resources/org/apache/brooklyn/entity/database/mssql">Microsoft SQL Server blueprint in the
 Brooklyn source code</a>.</p>
 
 <h2 id="tips-and-tricks">Tips and Tricks</h2>
@@ -676,8 +676,10 @@ This mechanism applies certain restricti
  https://technet.microsoft.com/en-us/library/hh849719.aspx#sectionSection4</p>
 
 <p>To use <code>Invoke-Command -Authentication CredSSP</code> the Windows Machine has to have:
-- Up and running WinRM over http. Notice that we support winrm over https but for Invoke-Command to work it needs up and running winrm over http.
-  Apache Brooklyn can winrm over https but if the install script has inside it <code>Invoke-Command -Authentication CredSSP</code> then winrm over http has to be enabled as well.
+- Up and running WinRM over http. The custom-enable-credssp.ps1 script enables winrm over http because <code>Invoke-Command</code> use winrm over http by default.
+  Invoke-Command can be used with -UseSSL option but this will lead to modifying powershell scripts.
+  With always enabling winrm over http on the host, blueprint’s powershell scripts remain consistent and not depend on the winrm https/http environments.
+  We hope future versions of winrm4j will support CredSSP out of the box and wrapping commands in Invoke-Command will not be needed.
 - Added trusted host entries which will use Invoke-Command
 - Allowed CredSSP</p>