Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 34AA618E21 for ; Mon, 1 Feb 2016 17:29:35 +0000 (UTC) Received: (qmail 65275 invoked by uid 500); 1 Feb 2016 17:28:37 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 65195 invoked by uid 500); 1 Feb 2016 17:28:37 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 64374 invoked by uid 99); 1 Feb 2016 17:28:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2016 17:28:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7B1EBE031B; Mon, 1 Feb 2016 17:28:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heneveld@apache.org To: commits@brooklyn.apache.org Date: Mon, 01 Feb 2016 17:29:18 -0000 Message-Id: <2c2c7b1fe841453bb8fe490d1a4d4d33@git.apache.org> In-Reply-To: <218369656fd742418e20f79a21dfa6ac@git.apache.org> References: <218369656fd742418e20f79a21dfa6ac@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [44/50] brooklyn-docs 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-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/162e4e41 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/162e4e41 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/162e4e41 Branch: refs/heads/0.4.0 Commit: 162e4e4173635bfe204ed23ed062369fbb38931f Parents: 6eee71b Author: Alex Heneveld Authored: Fri Jan 4 15:56:46 2013 +0000 Committer: Alex Heneveld Committed: Fri Jan 4 22:50:52 2013 +0000 ---------------------------------------------------------------------- docs/start/download.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/162e4e41/docs/start/download.md ---------------------------------------------------------------------- diff --git a/docs/start/download.md b/docs/start/download.md index fc2cab3..4039986 100644 --- a/docs/start/download.md +++ b/docs/start/download.md @@ -15,25 +15,26 @@ toc: ../toc.json ## The Distro -You can grab the distribution artifact, containing Brooklyn, its dependencies and launch scripts, here: +{% capture maven_this_version_base_url %}{% if site.brooklyn-version contains 'SNAPSHOT' %}http://ccweb.cloudsoftcorp.com/maven/libs-snapshot-local/{% else %}http://developers.cloudsoftcorp.com/download/maven2/{% endif %}{% endcapture %} - -* [0.4.0-M2.tar.gz](http://developers.cloudsoftcorp.com/download/maven2/io/brooklyn/brooklyn-dist/0.4.0-M2/brooklyn-dist-0.4.0-M2-dist.tar.gz) -* [0.4.0-M2.zip](http://developers.cloudsoftcorp.com/download/maven2/io/brooklyn/brooklyn-dist/0.4.0-M2/brooklyn-dist-0.4.0-M2-dist.zip) -* [0.4.0-M1.tar.gz](http://developers.cloudsoftcorp.com/download/maven2/io/brooklyn/brooklyn-dist/0.4.0-M1/brooklyn-dist-0.4.0-M1-dist.tar.gz) -* [0.4.0-M1.zip](http://developers.cloudsoftcorp.com/download/maven2/io/brooklyn/brooklyn-dist/0.4.0-M1/brooklyn-dist-0.4.0-M1-dist.zip) +You can grab the distribution artifact, containing Brooklyn, its dependencies and launch scripts, +here{% if site.brooklyn-version contains 'SNAPSHOT' %} (but please **check the date** on snapshot artifacts){% endif %}: + +* [{{ site.brooklyn-version }}]({{ maven_this_version_base_url }}io/brooklyn/brooklyn-dist/{{ site.brooklyn-version }}/) +* [all stable versions](http://developers.cloudsoftcorp.com/download/maven2/io/brooklyn/brooklyn-dist/) +* [all snapshot versions](http://ccweb.cloudsoftcorp.com/maven/libs-snapshot-local/io/brooklyn/brooklyn-dist/) Just download your preferred flavour and unpack. ## The All Jar -You can grab a single JAR containing all of Brooklyn and its dependencies here: +You can grab a single JAR containing all of Brooklyn and its dependencies +here{% if site.brooklyn-version contains 'SNAPSHOT' %} (again please check the date on snapshot artifacts){% endif %}: - -* [0.4.0-M2](http://developers.cloudsoftcorp.com/download/maven2/io/brooklyn/brooklyn-all/0.4.0-M2/) -* [0.4.0-M1](http://developers.cloudsoftcorp.com/download/maven2/io/brooklyn/brooklyn-all/0.4.0-M1/) -* [SNAPSHOT](http://ccweb.cloudsoftcorp.com/maven/libs-snapshot-local/io/brooklyn/brooklyn-all/0.4.0-SNAPSHOT/) +* [{{ site.brooklyn-version }} (jar)]({{ maven_this_version_base_url }}io/brooklyn/brooklyn-all/{{ site.brooklyn-version }}/) +* [all stable versions](http://developers.cloudsoftcorp.com/download/maven2/io/brooklyn/brooklyn-all/) +* [all snapshot versions](http://ccweb.cloudsoftcorp.com/maven/libs-snapshot-local/io/brooklyn/brooklyn-all/) Just download your preferred flavour and add it to your classpath. @@ -54,10 +55,11 @@ If you prefer to do this from the command-line, use: % curl -L https://github.com/brooklyncentral/brooklyn-examples/tarball/master -o brooklyn-latest.tgz {% endhighlight %} -If you are looking for a specific version (versions of the examples are aligned with Brooklyn non-snapshot releases) try the following command: +If you are looking for a specific version (e.g. to run examples compiled for a specific Brooklyn version) try the following command: {% highlight bash %} -% curl -L https://github.com/brooklyncentral/brooklyn-examples/tarball/0.4.0-M2 -o brooklyn-0.4.0-M2.tgz +% export BV=0.4.0-M2 +% curl -L https://github.com/brooklyncentral/brooklyn-examples/tarball/${BV} -o brooklyn-${BV}.tgz {% endhighlight %} Once you have the examples you can build them with [maven (v3)]({{site.url}}/dev/build/).