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:46:50 UTC

[47/50] brooklyn-library git commit: various files which required additional annotations or manual changes for version updates

various files which required additional annotations or manual changes for version updates


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

Branch: refs/heads/0.4.0
Commit: ff5d3c73ebf8775525a5861284572a1107b7e56b
Parents: 1686840
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Fri Jan 4 15:56:46 2013 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Fri Jan 4 22:50:52 2013 +0000

----------------------------------------------------------------------
 usage/qa/start-monitor.sh    | 1 +
 usage/qa/start-webcluster.sh | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/ff5d3c73/usage/qa/start-monitor.sh
----------------------------------------------------------------------
diff --git a/usage/qa/start-monitor.sh b/usage/qa/start-monitor.sh
index 03b786f..35bc11c 100755
--- a/usage/qa/start-monitor.sh
+++ b/usage/qa/start-monitor.sh
@@ -7,6 +7,7 @@
 #set -x # debug
 
 CLASS=brooklyn.qa.longevity.Monitor
+# BROOKLYN_VERSION_BELOW
 VERSION=0.4.0-SNAPSHOT
 
 ROOT=$(cd $(dirname $0) && pwd)

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/ff5d3c73/usage/qa/start-webcluster.sh
----------------------------------------------------------------------
diff --git a/usage/qa/start-webcluster.sh b/usage/qa/start-webcluster.sh
index d249051..07faff3 100755
--- a/usage/qa/start-webcluster.sh
+++ b/usage/qa/start-webcluster.sh
@@ -7,6 +7,7 @@
 #set -x # debug
 
 CLASS=brooklyn.qa.longevity.webcluster.WebClusterApp
+# BROOKLYN_VERSION_BELOW
 VERSION=0.4.0-SNAPSHOT
 
 ROOT=$(cd $(dirname $0) && pwd)