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 2020/03/02 17:14:56 UTC

[brooklyn-docs] branch master updated: Set version to 1.1.0-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

richard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b41012  Set version to 1.1.0-SNAPSHOT
6b41012 is described below

commit 6b410121d3bb3e6de056b109df97cc4e03cac475
Author: Richard Downer <ri...@apache.org>
AuthorDate: Mon Mar 2 17:13:17 2020 +0000

    Set version to 1.1.0-SNAPSHOT
---
 guide/dev/tips/debugging-remote-brooklyn.md | 2 +-
 guide/ops/rest.md                           | 4 ++--
 javadoc/overview.html                       | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/guide/dev/tips/debugging-remote-brooklyn.md b/guide/dev/tips/debugging-remote-brooklyn.md
index 4bb8119..c52da27 100644
--- a/guide/dev/tips/debugging-remote-brooklyn.md
+++ b/guide/dev/tips/debugging-remote-brooklyn.md
@@ -23,7 +23,7 @@ This should return details of the build as a JSON string similar to the followin
 
 ```json
 {
-    "version": "1.0.0-SNAPSHOT",  // BROOKLYN_VERSION
+    "version": "1.1.0-SNAPSHOT",  // BROOKLYN_VERSION
     "buildSha1": "c0fdc15291702281acdebf1b11d431a6385f5224",
     "buildBranch": "UNKNOWN"
 }
diff --git a/guide/ops/rest.md b/guide/ops/rest.md
index a460a63..8bb819d 100644
--- a/guide/ops/rest.md
+++ b/guide/ops/rest.md
@@ -10,12 +10,12 @@ scheme, but with the `#` at the start of the path removed; for instance the cata
 item `cluster` in the web console is displayed at:
 
 <!-- BROOKLYN_VERSION_BELOW -->
-    http://localhost:8081/#v1/catalog/entities/cluster:1.0.0-SNAPSHOT
+    http://localhost:8081/#v1/catalog/entities/cluster:1.1.0-SNAPSHOT
 
 And in the REST API it is accessed at:
 
 <!-- BROOKLYN_VERSION_BELOW -->
-    http://localhost:8081/v1/catalog/entities/cluster:1.0.0-SNAPSHOT
+    http://localhost:8081/v1/catalog/entities/cluster:1.1.0-SNAPSHOT
 
 A full reference for the REST API is automatically generated by the server at runtime.
 It can be found in the Brooklyn web console, under the Script tab.
diff --git a/javadoc/overview.html b/javadoc/overview.html
index ec5d737..2a351b1 100644
--- a/javadoc/overview.html
+++ b/javadoc/overview.html
@@ -1,7 +1,7 @@
 <html><body>
 
 <!-- BROOKLYN_VERSION_BELOW -->
-Javadoc for <a href="https://brooklyn.apache.org">Apache Brooklyn</a> 1.0.0-SNAPSHOT
+Javadoc for <a href="https://brooklyn.apache.org">Apache Brooklyn</a> 1.1.0-SNAPSHOT
 
 <p>
     Apache Brooklyn is distributed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.
@@ -9,7 +9,7 @@ Javadoc for <a href="https://brooklyn.apache.org">Apache Brooklyn</a> 1.0.0-SNAP
 
 <p>
     <!-- BROOKLYN_VERSION_BELOW -->
-    This is the Javadoc for v 1.0.0-SNAPSHOT (git SHA1 hash ${SHA1STAMP}) auto-generated on ${DATESTAMP}.
+    This is the Javadoc for v 1.1.0-SNAPSHOT (git SHA1 hash ${SHA1STAMP}) auto-generated on ${DATESTAMP}.
 </p>
 
 </body><html>
\ No newline at end of file