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:29:24 UTC

[50/50] brooklyn-docs git commit: version changed to 0.4.0 for release (final)

version changed to 0.4.0 for release (final)


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

Branch: refs/heads/0.4.0
Commit: abdfb30b84e332680e21cae99bf911141c5e767f
Parents: 8473e4b
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Jan 16 11:31:00 2013 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Jan 16 11:31:00 2013 +0000

----------------------------------------------------------------------
 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/abdfb30b/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 6c0e706..517ea39 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,5 +1,5 @@
 markdown: rdiscount
-brooklyn-version: 0.4.0-SNAPSHOT  # BROOKLYN_VERSION
+brooklyn-version: 0.4.0  # BROOKLYN_VERSION
 brooklyn-snapshot-git-branch: 0.4   # if line above is SNAPSHOT this should point to corresponding git branch (e.g. master, 0.4)
 brooklyn-root-url: /
-url: /v/0.4.0-SNAPSHOT  # BROOKLYN_VERSION
+url: /v/0.4.0  # BROOKLYN_VERSION

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/abdfb30b/docs/_scripts/help.txt
----------------------------------------------------------------------
diff --git a/docs/_scripts/help.txt b/docs/_scripts/help.txt
index 62f5162..fb76fdd 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.4.0-SNAPSHOT   # BROOKLYN_VERSION
+export BV=0.4.0   # BROOKLYN_VERSION
 
 
 # build, copy

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/abdfb30b/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 ea7b440..b107e4d 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.4.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+		<version>0.4.0</version>  <!-- BROOKLYN_VERSION -->
 	</dependency>
 </dependencies>