Added missing <!-- BROOKLYN_VERSION -->s
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/5156d32d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/5156d32d Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/5156d32d Branch: refs/heads/0.5.0 Commit: 5156d32da428c2eec5c3077f07379bb48c260b9c Parents: d696a2e Author: David Toy <[email protected]> Authored: Mon May 13 16:41:15 2013 +0100 Committer: David Toy <[email protected]> Committed: Mon May 13 16:41:15 2013 +0100 ---------------------------------------------------------------------- docs/use/guide/quickstart/catalog.xml | 4 ++-- docs/use/guide/quickstart/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/5156d32d/docs/use/guide/quickstart/catalog.xml ---------------------------------------------------------------------- diff --git a/docs/use/guide/quickstart/catalog.xml b/docs/use/guide/quickstart/catalog.xml index cd3a091..aee39c2 100644 --- a/docs/use/guide/quickstart/catalog.xml +++ b/docs/use/guide/quickstart/catalog.xml @@ -13,8 +13,8 @@ </template> <classpath> - <entry>https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=io.brooklyn.example&a=brooklyn-example-simple-web-cluster&v=0.5.0&e=jar</entry> - <entry>https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=io.brooklyn.example&a=brooklyn-example-global-web-fabric&v=0.5.0&e=jar</entry> + <entry>https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=io.brooklyn.example&a=brooklyn-example-simple-web-cluster&v=0.5.0&e=jar</entry> <!-- BROOKLYN_VERSION --> + <entry>https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=io.brooklyn.example&a=brooklyn-example-global-web-fabric&v=0.5.0&e=jar</entry> <!-- BROOKLYN_VERSION --> </classpath> http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/5156d32d/docs/use/guide/quickstart/index.md ---------------------------------------------------------------------- diff --git a/docs/use/guide/quickstart/index.md b/docs/use/guide/quickstart/index.md index 4d25430..0c10956 100644 --- a/docs/use/guide/quickstart/index.md +++ b/docs/use/guide/quickstart/index.md @@ -21,7 +21,7 @@ Untar the tgz. Each Distro is timestamped, so your filename will be different. $ tar -zxf brooklyn-dist-<version>-<timestamp>-dist.tar.tar.gz -This will create a brooklyn-\<version\> folder. At the time of writing this was `brooklyn-0.5.0`. +This will create a brooklyn-\<version\> folder. At the time of writing this was `brooklyn-0.5.0`. <!-- BROOKLYN_VERSION --> Let's setup some paths for easy commands. @@ -65,7 +65,7 @@ Download the template [catalog.xml](catalog.xml) (to `~/.brooklyn`). catalog.xml is catalog of application or service blueprints. The example file contains two demos which will be automatically downloaded from the web if you run them. -Edit this file (text editor) and check that the links to the demo applications' .jars are valid. At the time of writing these were for version `0.5.0`, but if this has changed you may need to update the links. +Edit this file (text editor) and check that the links to the demo applications' .jars are valid. At the time of writing these were for version `0.5.0`, but if this has changed you may need to update the links. <!-- BROOKLYN_VERSION --> ### SSH Key If this is a new machine, or you haven't used SSH before, you will need to create keys for Brooklyn to use, and add them your list of authorized_keys (for deployment to localhost).
