Repository: jclouds-site
Updated Branches:
  refs/heads/master 46d8da345 -> a31b6f947


Added warning for snapshot downloads and added License link


Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/f33f61f5
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/f33f61f5
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/f33f61f5

Branch: refs/heads/master
Commit: f33f61f57a6c3eba81410503c27e63416c1ce9e4
Parents: 46d8da3
Author: Ignasi Barrera <[email protected]>
Authored: Mon Aug 29 23:34:58 2016 +0200
Committer: Ignasi Barrera <[email protected]>
Committed: Mon Aug 29 23:43:49 2016 +0200

----------------------------------------------------------------------
 _includes/navbar.html |  1 +
 start/install.md      | 12 ++++++++++++
 2 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/f33f61f5/_includes/navbar.html
----------------------------------------------------------------------
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 8fa7c68..0db64b0 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -56,6 +56,7 @@
                     <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org";>The Apache 
Software Foundation</a></li>
+                        <li><a 
href="http://www.apache.org/licenses/";>License</a></li>
                         <li><a 
href="http://www.apache.org/foundation/contributing.html";>Donations</a></li>
                         <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/";>Report a 
Vulnerability</a></li>

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/f33f61f5/start/install.md
----------------------------------------------------------------------
diff --git a/start/install.md b/start/install.md
index bbc16fd..3691388 100644
--- a/start/install.md
+++ b/start/install.md
@@ -43,6 +43,10 @@ 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.
+</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:
 
 {% highlight xml %}
@@ -88,6 +92,10 @@ 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.
+</div>
+
 You can add jclouds snapshots to your *project.clj* like below:
 
 {% highlight clojure %}
@@ -127,6 +135,10 @@ 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.
+</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:
 
 {% highlight xml %}

Reply via email to