You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2020/01/17 15:48:28 UTC

[brooklyn-docs] 01/01: Change version to 1.0.0

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

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

commit d142ba2e2a65801e5bebea9e48bdc476d0265b7a
Author: Aled Sage <al...@gmail.com>
AuthorDate: Fri Jan 17 15:46:13 2020 +0000

    Change version to 1.0.0
---
 .../blueprints/test/example_yaml/entities/testeffector-entity.yaml  | 2 +-
 .../test/example_yaml/testcases/effector-test-snippet.yaml          | 2 +-
 .../test/example_yaml/testcases/getting-started-test-example.yaml   | 2 +-
 guide/dev/tips/debugging-remote-brooklyn.md                         | 2 +-
 guide/ops/gui/_my-web-cluster.yaml                                  | 2 +-
 guide/ops/rest.md                                                   | 4 ++--
 javadoc/overview.html                                               | 6 +++---
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/guide/blueprints/test/example_yaml/entities/testeffector-entity.yaml b/guide/blueprints/test/example_yaml/entities/testeffector-entity.yaml
index 980116c..7381734 100644
--- a/guide/blueprints/test/example_yaml/entities/testeffector-entity.yaml
+++ b/guide/blueprints/test/example_yaml/entities/testeffector-entity.yaml
@@ -6,4 +6,4 @@
     timeout: 5m
     params:
       url: https://search.maven.org/remotecontent?filepath=org/apache/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.12.0/brooklyn-example-hello-world-sql-webapp-0.12.0.war # BROOKLYN_VERSION
-      targetName: newcontext
\ No newline at end of file
+      targetName: newcontext
diff --git a/guide/blueprints/test/example_yaml/testcases/effector-test-snippet.yaml b/guide/blueprints/test/example_yaml/testcases/effector-test-snippet.yaml
index 84dfa09..d4e0078 100644
--- a/guide/blueprints/test/example_yaml/testcases/effector-test-snippet.yaml
+++ b/guide/blueprints/test/example_yaml/testcases/effector-test-snippet.yaml
@@ -28,4 +28,4 @@
         $brooklyn:entity("webappcluster").attributeWhenReady("proxy.http.port"))
       applyAssertionTo: status
       assert:
-      - isEqualTo: 200
\ No newline at end of file
+      - isEqualTo: 200
diff --git a/guide/blueprints/test/example_yaml/testcases/getting-started-test-example.yaml b/guide/blueprints/test/example_yaml/testcases/getting-started-test-example.yaml
index 4a77255..43fee02 100644
--- a/guide/blueprints/test/example_yaml/testcases/getting-started-test-example.yaml
+++ b/guide/blueprints/test/example_yaml/testcases/getting-started-test-example.yaml
@@ -74,4 +74,4 @@ services:
         $brooklyn:entity("webappcluster").attributeWhenReady("proxy.http.port"))
       applyAssertionTo: status
       assert:
-      - isEqualTo: 200
\ No newline at end of file
+      - isEqualTo: 200
diff --git a/guide/dev/tips/debugging-remote-brooklyn.md b/guide/dev/tips/debugging-remote-brooklyn.md
index 4bb8119..34eaec2 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.0.0",  // BROOKLYN_VERSION
     "buildSha1": "c0fdc15291702281acdebf1b11d431a6385f5224",
     "buildBranch": "UNKNOWN"
 }
diff --git a/guide/ops/gui/_my-web-cluster.yaml b/guide/ops/gui/_my-web-cluster.yaml
index 9ec2674..e79a88a 100644
--- a/guide/ops/gui/_my-web-cluster.yaml
+++ b/guide/ops/gui/_my-web-cluster.yaml
@@ -21,4 +21,4 @@ services:
   id: db
   brooklyn.config:
     creation.script.password: $brooklyn:external("brooklyn-demo-sample", "hidden-brooklyn-password")
-    datastore.creation.script.template.url: https://bit.ly/brooklyn-visitors-creation-script
\ No newline at end of file
+    datastore.creation.script.template.url: https://bit.ly/brooklyn-visitors-creation-script
diff --git a/guide/ops/rest.md b/guide/ops/rest.md
index a460a63..024d578 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.0.0
 
 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.0.0
 
 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..3a89b58 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.0.0
 
 <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.0.0 (git SHA1 hash ${SHA1STAMP}) auto-generated on ${DATESTAMP}.
 </p>
 
-</body><html>
\ No newline at end of file
+</body><html>