You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:44:35 UTC

[46/50] brooklyn-docs git commit: Changed version to 0.5.0

Changed version to 0.5.0


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/ba356639
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/ba356639
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/ba356639

Branch: refs/heads/0.5.0
Commit: ba35663942a3029740926b62432b126e43bc1a74
Parents: 98c0732
Author: David Toy <d...@vidtoy.co.uk>
Authored: Wed May 8 19:39:51 2013 +0100
Committer: David Toy <d...@vidtoy.co.uk>
Committed: Wed May 8 19:39:51 2013 +0100

----------------------------------------------------------------------
 docs/_config.yml                                 | 4 ++--
 docs/_scripts/help.txt                           | 2 +-
 docs/use/guide/defining-applications/examples.md | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/ba356639/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 5b58318..23fc470 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,5 +1,5 @@
 markdown: rdiscount
-brooklyn-version: 0.5.0-SNAPSHOT # BROOKLYN_VERSION
+brooklyn-version: 0.5.0 # BROOKLYN_VERSION
 brooklyn-snapshot-git-branch: master   # if line above is SNAPSHOT this should point to corresponding git branch (e.g. master, 0.4)
 brooklyn-root-url: /
-url: /v/0.5.0-SNAPSHOT  # BROOKLYN_VERSION
+url: /v/0.5.0  # BROOKLYN_VERSION

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/ba356639/docs/_scripts/help.txt
----------------------------------------------------------------------
diff --git a/docs/_scripts/help.txt b/docs/_scripts/help.txt
index 1a42284..81ec2a3 100644
--- a/docs/_scripts/help.txt
+++ b/docs/_scripts/help.txt
@@ -19,7 +19,7 @@ updating a snapshot version, in /v/VERSION/ on the server:
 
 
 export TARGET=`pwd -P`/../../brooklyncentral.github.com
-export BV=0.5.0-SNAPSHOT   # BROOKLYN_VERSION
+export BV=0.5.0   # BROOKLYN_VERSION
 
 
 # build, copy

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/ba356639/docs/use/guide/defining-applications/examples.md
----------------------------------------------------------------------
diff --git a/docs/use/guide/defining-applications/examples.md b/docs/use/guide/defining-applications/examples.md
index 08911f3..e207d80 100644
--- a/docs/use/guide/defining-applications/examples.md
+++ b/docs/use/guide/defining-applications/examples.md
@@ -22,7 +22,7 @@ If you have a Maven-based project, integrate this XML fragment with your pom.xml
 	<dependency>
 		<groupId>io.brooklyn</groupId>
 		<artifactId>brooklyn-all</artifactId>
-		<version>0.5.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+		<version>0.5.0</version>  <!-- BROOKLYN_VERSION -->
 	</dependency>
 </dependencies>