Simplify snapshot warning
Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/4d46742a Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/4d46742a Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/4d46742a Branch: refs/heads/master Commit: 4d46742a3142391a53dfe16f815f48069d176f33 Parents: e52f85e Author: Ignasi Barrera <[email protected]> Authored: Tue Aug 30 09:51:20 2016 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Tue Aug 30 09:51:20 2016 +0200 ---------------------------------------------------------------------- start/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/4d46742a/start/install.md ---------------------------------------------------------------------- diff --git a/start/install.md b/start/install.md index 3691388..5505463 100644 --- a/start/install.md +++ b/start/install.md @@ -44,7 +44,7 @@ If you do not have a *pom.xml* file, you can copy and paste the one below. If yo ###Â Using the daily builds <div class="alert alert-danger"> -<strong>Warning!</strong> These are snapshot builds; untested builds provided for your convenience. They have not been tested, and are not official releases of the Apache jclouds project or the Apache Software Foundation. +<strong>Warning!</strong> These are untested snapshot builds provided for convenience; they are not official releases of the Apache jclouds project, or the Apache Software Foundation. </div> If you want to use the bleeding edge release of jclouds, you'll need to setup a maven dependency pointing to our snapshot repository. You need to update your repositories and add the following in your project's pom.xml: @@ -93,7 +93,7 @@ You can add jclouds to your *project.clj* like below, supporting clojure 1.2 and ### Using the daily builds <div class="alert alert-danger"> -<strong>Warning!</strong> These are snapshot builds; untested builds provided for your convenience. They have not been tested, and are not official releases of the Apache jclouds project or the Apache Software Foundation. +<strong>Warning!</strong> These are untested snapshot builds provided for convenience; they are not official releases of the Apache jclouds project, or the Apache Software Foundation. </div> You can add jclouds snapshots to your *project.clj* like below: @@ -136,7 +136,7 @@ Then, add jclouds to your *build.xml* as shown below: ### Using the daily builds <div class="alert alert-danger"> -<strong>Warning!</strong> These are snapshot builds; untested builds provided for your convenience. They have not been tested, and are not official releases of the Apache jclouds project or the Apache Software Foundation. +<strong>Warning!</strong> These are untested snapshot builds provided for convenience; they are not official releases of the Apache jclouds project, or the Apache Software Foundation. </div> You will need to install [maven ant tasks](http://maven.apache.org/ant-tasks/index.html). Then, add jclouds snapshot dependencies to your *build.xml* as shown below:
