Author: everett
Date: Thu Apr 17 21:33:49 2014
New Revision: 1588376

URL: http://svn.apache.org/r1588376
Log:
deploy jclouds site content

Modified:
    jclouds/site-content/README.md
    jclouds/site-content/community/index.html
    jclouds/site-content/community/users/index.html
    jclouds/site-content/index.html
    jclouds/site-content/releasenotes/atom.xml

Modified: jclouds/site-content/README.md
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/README.md?rev=1588376&r1=1588375&r2=1588376&view=diff
==============================================================================
--- jclouds/site-content/README.md (original)
+++ jclouds/site-content/README.md Thu Apr 17 21:33:49 2014
@@ -2,7 +2,9 @@
 
 This repository supports the GitHub Pages site for jclouds. See and read more 
at [http://www.jclouds.org](http://www.jclouds.org).
 
-To deploy web site to ASF:
-* have jekyll installed
-* sh ./deploy-site.sh $uid $pwd (with $uid your ASF account $pwd your ASF 
password)
+To deploy the site:
+
+* ensure you have [jekyll](http://jekyllrb.com/docs/installation/) 1.5.1 or 
newer installed
+* if necessary, clone this repository
+* run `sh ./deploy-site.sh [$uid] [$pwd]` from the repository root. Here, 
`$uid` is your ASF account ID and `$pwd` your ASF password. If you do not 
supply your account ID or password, you will be prompted for them
 

Modified: jclouds/site-content/community/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/community/index.html?rev=1588376&r1=1588375&r2=1588376&view=diff
==============================================================================
--- jclouds/site-content/community/index.html (original)
+++ jclouds/site-content/community/index.html Thu Apr 17 21:33:49 2014
@@ -145,25 +145,31 @@
             <div class="page-header">
                 <h1>Get in touch!</h1>
             </div>
-            <p>We'd love to have your feedback, suggestions, and will be happy 
to help with anything you need. Just get in touch!</p>
-
-<ul>
-<li><a href="https://webchat.freenode.net/?channels=jclouds";>Chat</a> with us 
on IRC at #jclouds on Freenode</li>
-<li><a href="mailto:[email protected]";>Subscribe</a> to the <a 
href="http://www.mail-archive.com/[email protected]/";>jclouds-user 
mailing list</a></li>
-<li><a href="mailto:[email protected]";>Subscribe</a> to the <a 
href="http://www.mail-archive.com/[email protected]/";>jclouds-dev mailing 
list</a></li>
-<li><a href="http://www.meetup.com/jclouds/";>Attend a jclouds event!</a></li>
-<li>Follow us on <a href="http://twitter.com/jclouds";>Twitter</a></li>
-</ul>
-
-
-<h1>Get involved!</h1>
-
-<p>We will also be happy to help you getting involved in the project. If you 
want to start hacking, just check out these guides:</p>
+            <div class="row clearfix">
+  <div class="col-md-6">
+    <p>We'd love to have your feedback, suggestions, and will be happy to help 
with anything you need. Just get in touch!</p>
 
-<ul>
-<li><a href="http://wiki.apache.org/jclouds/How%20to%20Contribute";>How to 
contribute code</a></li>
-<li><a 
href="http://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation";>How 
to contribute documentation</a></li>
-</ul>
+    <ul>
+      <li><a href="https://webchat.freenode.net/?channels=jclouds";>Chat</a> 
with us on IRC at #jclouds on Freenode</li>
+      <li><a href="mailto:[email protected]";>Subscribe</a> to 
the <a href="http://www.mail-archive.com/[email protected]/";>jclouds-user 
mailing list</a></li>
+      <li><a href="mailto:[email protected]";>Subscribe</a> to 
the <a href="http://www.mail-archive.com/[email protected]/";>jclouds-dev 
mailing list</a></li>
+      <li><a href="http://www.meetup.com/jclouds/";>Attend a jclouds 
event!</a></li>
+    </ul>
+
+    <h2>Get involved!</h2>
+
+    <p>We will also be happy to help you getting involved in the project. If 
you want to start hacking, just check out these guides:</p>
+
+    <ul>
+      <li><a href="http://wiki.apache.org/jclouds/How%20to%20Contribute";>How 
to contribute code</a></li>
+      <li><a 
href="http://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation";>How 
to contribute documentation</a></li>
+    </ul>
+  </div>
+  <div class="col-md-6">
+    <a class="twitter-timeline" data-dnt="true" 
href="https://twitter.com/jclouds"; data-widget-id="456829648769257472">Tweets 
by @jclouds</a>
+    <script>!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+  </div>
+</div>
 
 
             <div class="row clearfix">

Modified: jclouds/site-content/community/users/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/community/users/index.html?rev=1588376&r1=1588375&r2=1588376&view=diff
==============================================================================
--- jclouds/site-content/community/users/index.html (original)
+++ jclouds/site-content/community/users/index.html Thu Apr 17 21:33:49 2014
@@ -149,7 +149,6 @@
 
 <table class="table table-striped table-hover">
 <tbody>
-</tr>
 <tr>
     <td><a href="http://www.abiquo.com/";>Abiquo</a></td>
     <td>Uses jclouds for OpsCode Chef integration, for AWS integration, and 
internally to communicate the UI with the Abiquo API</td>

Modified: jclouds/site-content/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/index.html?rev=1588376&r1=1588375&r2=1588376&view=diff
==============================================================================
--- jclouds/site-content/index.html (original)
+++ jclouds/site-content/index.html Thu Apr 17 21:33:49 2014
@@ -711,6 +711,418 @@
 
     
 
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
+    
+
 </div>
 
 

Modified: jclouds/site-content/releasenotes/atom.xml
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/atom.xml?rev=1588376&r1=1588375&r2=1588376&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/atom.xml (original)
+++ jclouds/site-content/releasenotes/atom.xml Thu Apr 17 21:33:49 2014
@@ -13,77 +13,88 @@
     <title type="html"><![CDATA[Release Notes for Version 1.7.2]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.7.2/"/>
     <updated>2014-04-15T00:00:00Z</updated>
-    <content type="html"><![CDATA[1. [Introduction](#intro)
-1. [Highlights](#highlights)
-1. [Known Issues](#issues)
-1. [Reminder](#reminder)
-1. [Credits](#credits)
-1. [Test Results](#test)
-
-## <a id="intro"></a>Introduction
-
-jclouds version 1.7.2 is the fourth release of jclouds as an Apache TLP.
-
-You can read the official announcement at [Apache jclouds 1.7.2 
released](http://markmail.org/message/on6prwzxi2cbi3mr). You can read the 
details of the specific JIRA issues addressed in this release at the [JIRA 
Release 
Notes](https://issues.apache.org/jira/issues/?jql=project%20%3D%20JCLOUDS%20AND%20fixVersion%20%3D%201.7.2).
-
-To get jclouds, please see the [jclouds installation guide](/start/install/).
-
-## <a id="highlights"></a>Highlights
-
-* The swift API and cloudfiles-us & cloudfiles-uk Providers have been 
deprecated as of jclouds 1.7.2.
-* They will be replaced with the openstack-swift API and 
rackspace-cloudfiles-us & rackspace-cloudfiles-uk & hpcloud-objectstorage 
Providers in jclouds 2.0.
-* The new APIs and providers have been updated to the current jclouds 
interface style and are fully region aware. These APIs are new to jclouds and 
hence are in Beta. That means we need people to use it and give us 
[feedback](/community/). Based on that feedback, minor changes to the 
interfaces may happen. This code will replace 
org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended 
you adopt it sooner than later.
-* You can get the new Swift and Cloud Files dependencies with:
-
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds.labs</groupId>
-    <artifactId>openstack-swift</artifactId>
-    <version>1.7.2</version>
-  </dependency>
-  <dependency>
-    <groupId>org.apache.jclouds.labs</groupId>
-    <artifactId>rackspace-cloudfiles-us</artifactId>
-    <version>1.7.2</version>
-  </dependency>
-  <dependency>
-    <groupId>org.apache.jclouds.labs</groupId>
-    <artifactId>rackspace-cloudfiles-uk</artifactId>
-    <version>1.7.2</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
-
-## <a id="issues"></a>Known Issues
-
-* jclouds 1.7.2 is incompatible with 
[Guava](https://code.google.com/p/guava-libraries/) 16 and 17. Please switch to 
Guava 15.0 or earlier, or wait for jclouds 1.8.
-
-## <a id="reminder"></a>Reminder
-
-The jclouds Maven group ID for versions since [1.6.1-incubating](../1.6.1) is 
`org.apache.jclouds` rather than `org.jclouds`, so a pom.xml dependency would 
now look like:
-
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.7.2</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
-
-## <a id="credits"></a>Credits
+    <content type="html"><![CDATA[<ol>
+<li><a href="#intro">Introduction</a></li>
+<li><a href="#highlights">Highlights</a></li>
+<li><a href="#issues">Known Issues</a></li>
+<li><a href="#reminder">Reminder</a></li>
+<li><a href="#credits">Credits</a></li>
+<li><a href="#test">Test Results</a></li>
+</ol>
 
-jclouds would like to thank everyone who contributed time and effort in order 
to make this release happen:
 
-* Apache jclouds 
[PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and 
community for verifying the release.
-* Check out who has been busy 
[here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<h2><a id="intro"></a>Introduction</h2>
 
-## <a id="test"></a>Test Results
+<p>jclouds version 1.7.2 is the fourth release of jclouds as an Apache TLP.</p>
 
-Please see the [release discussion 
thread](http://markmail.org/thread/zi5nnppwdvaafpsb) for test results for 1.7.2.
+<p>You can read the official announcement at <a 
href="http://markmail.org/message/on6prwzxi2cbi3mr";>Apache jclouds 1.7.2 
released</a>. You can read the details of the specific JIRA issues addressed in 
this release at the <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20JCLOUDS%20AND%20fixVersion%20%3D%201.7.2";>JIRA
 Release Notes</a>.</p>
 
+<p>To get jclouds, please see the <a href="/start/install/">jclouds 
installation guide</a>.</p>
+
+<h2><a id="highlights"></a>Highlights</h2>
+
+<ul>
+<li>The swift API and cloudfiles-us &amp; cloudfiles-uk Providers have been 
deprecated as of jclouds 1.7.2.</li>
+<li>They will be replaced with the openstack-swift API and 
rackspace-cloudfiles-us &amp; rackspace-cloudfiles-uk &amp; 
hpcloud-objectstorage Providers in jclouds 2.0.</li>
+<li>The new APIs and providers have been updated to the current jclouds 
interface style and are fully region aware. These APIs are new to jclouds and 
hence are in Beta. That means we need people to use it and give us <a 
href="/community/">feedback</a>. Based on that feedback, minor changes to the 
interfaces may happen. This code will replace 
org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended 
you adopt it sooner than later.</li>
+<li>You can get the new Swift and Cloud Files dependencies with:</li>
+</ul>
+
+
+<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>openstack-swift<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.2<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>rackspace-cloudfiles-us<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.2<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>rackspace-cloudfiles-uk<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.2<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
+
+
+<h2><a id="issues"></a>Known Issues</h2>
+
+<ul>
+<li>jclouds 1.7.2 is incompatible with <a 
href="https://code.google.com/p/guava-libraries/";>Guava</a> 16 and 17. Please 
switch to Guava 15.0 or earlier, or wait for jclouds 1.8.</li>
+</ul>
+
+
+<h2><a id="reminder"></a>Reminder</h2>
+
+<p>The jclouds Maven group ID for versions since <a 
href="../1.6.1">1.6.1-incubating</a> is <code>org.apache.jclouds</code> rather 
than <code>org.jclouds</code>, so a pom.xml dependency would now look like:</p>
+
+<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.2<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
+
+
+<h2><a id="credits"></a>Credits</h2>
+
+<p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
+
+<ul>
+<li>Apache jclouds <a 
href="http://people.apache.org/committers-by-project.html#jclouds-pmc";>PMC</a> 
and community for verifying the release.</li>
+<li>Check out who has been busy <a 
href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit";>here</a>.</li>
+</ul>
+
+
+<h2><a id="test"></a>Test Results</h2>
+
+<p>Please see the <a 
href="http://markmail.org/thread/zi5nnppwdvaafpsb";>release discussion 
thread</a> for test results for 1.7.2.</p>
 ]]></content>
   </entry>
   
@@ -92,64 +103,77 @@ Please see the [release discussion threa
     <title type="html"><![CDATA[Release Notes for Version 1.7.1]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.7.1/"/>
     <updated>2014-02-11T00:00:00Z</updated>
-    <content type="html"><![CDATA[## Introduction
+    <content type="html"><![CDATA[<h2>Introduction</h2>
+
+<p>jclouds version 1.7.1 is the third release of jclouds as an Apache TLP.</p>
 
-jclouds version 1.7.1 is the third release of jclouds as an Apache TLP.
+<p>You can read the official announcement at <a 
href="http://markmail.org/message/wvskzm356n2mraif";>Apache jclouds 1.7.1 
released</a>. You can read the details of the specific JIRA issues addressed in 
this release at the <a 
href="https://issues.apache.org/jira/browse/JCLOUDS/fixforversion/12325588";>JIRA
 Release Notes</a>.</p>
 
-You can read the official announcement at [Apache jclouds 1.7.1 
released](http://markmail.org/message/wvskzm356n2mraif). You can read the 
details of the specific JIRA issues addressed in this release at the [JIRA 
Release 
Notes](https://issues.apache.org/jira/browse/JCLOUDS/fixforversion/12325588).
+<p>To get jclouds, please see the <a href="/start/install/">jclouds 
installation guide</a>.</p>
 
-To get jclouds, please see the [jclouds installation guide](/start/install/).
+<h2>Notable updates</h2>
 
-## Notable updates
+<ul>
+<li>A workaround for <a 
href="https://issues.apache.org/jira/browse/JCLOUDS-427";>JCLOUDS-427</a> is 
provided to make jclouds compatible with JRE 1.7.0_51-b13.</li>
+<li>Added the <a href="https://www.digitalocean.com";>DigitalOcean</a> compute 
provider. It is available in labs under the following Maven coordinates:</li>
+</ul>
 
-* A workaround for 
[JCLOUDS-427](https://issues.apache.org/jira/browse/JCLOUDS-427) is provided to 
make jclouds compatible with JRE 1.7.0\_51-b13.
-* Added the [DigitalOcean](https://www.digitalocean.com) compute provider. It 
is available in labs under the following Maven coordinates:
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds.labs</groupId>
-    <artifactId>digitalocean</artifactId>
-    <version>1.7.1</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
-* Upgraded Bouncycastle to version 1.49.
-* Added an HTTP driver based on the [OkHttp](http://square.github.io/okhttp/) 
library for efficient HTTP connections.
-* Added support for PATCH methods that have a body.
-* Allow configuring of networks to which the nodes will be attached directly 
from the portable [Compute](/start/compute) interface.
 
-## Notes
+<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>digitalocean<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.1<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
-* jclouds 1.7.1 is incompatible with 
[Guava](https://code.google.com/p/guava-libraries/) 16. Please switch to
-Guava 15.0 or earlier, or wait for jclouds 1.8.
 
-## Reminder
+<ul>
+<li>Upgraded Bouncycastle to version 1.49.</li>
+<li>Added an HTTP driver based on the <a 
href="http://square.github.io/okhttp/";>OkHttp</a> library for efficient HTTP 
connections.</li>
+<li>Added support for PATCH methods that have a body.</li>
+<li>Allow configuring of networks to which the nodes will be attached directly 
from the portable <a href="/start/compute">Compute</a> interface.</li>
+</ul>
 
-As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed 
from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look 
like:
 
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.7.1</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
+<h2>Notes</h2>
 
-## Credits
+<ul>
+<li>jclouds 1.7.1 is incompatible with <a 
href="https://code.google.com/p/guava-libraries/";>Guava</a> 16. Please switch to
+Guava 15.0 or earlier, or wait for jclouds 1.8.</li>
+</ul>
 
-jclouds would like to thank everyone who contributed time and effort in order 
to make this release happen:
 
-  * Ignasi Barrera for managing the release.
-  * Andrew Phillips for his quick and diligent fixes for 
[JCLOUDS-427](https://issues.apache.org/jira/browse/JCLOUDS-427).
-  * Apache jclouds PMC for verifying.
-  * Check out who has been busy 
[here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<h2>Reminder</h2>
 
-## Test Results
+<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID 
has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency 
would now look like:</p>
 
-Please see the [release discussion 
thread](http://markmail.org/message/dpfrnkcwvtf5scb7) for test results for 
1.7.1.
+<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.1<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
+
+<h2>Credits</h2>
+
+<p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
+
+<ul>
+<li>Ignasi Barrera for managing the release.</li>
+<li>Andrew Phillips for his quick and diligent fixes for <a 
href="https://issues.apache.org/jira/browse/JCLOUDS-427";>JCLOUDS-427</a>.</li>
+<li>Apache jclouds PMC for verifying.</li>
+<li>Check out who has been busy <a 
href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit";>here</a>.</li>
+</ul>
+
+
+<h2>Test Results</h2>
+
+<p>Please see the <a 
href="http://markmail.org/message/dpfrnkcwvtf5scb7";>release discussion 
thread</a> for test results for 1.7.1.</p>
 ]]></content>
   </entry>
   
@@ -158,45 +182,50 @@ Please see the [release discussion threa
     <title type="html"><![CDATA[Release Notes for Version 1.7.0]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.7.0/"/>
     <updated>2013-12-23T00:00:00Z</updated>
-    <content type="html"><![CDATA[## Introduction
+    <content type="html"><![CDATA[<h2>Introduction</h2>
+
+<p>jclouds version 1.7.0 is the first major release of jclouds as an Apache 
TLP, and the second release of jclouds as a TLP overall.</p>
 
-jclouds version 1.7.0 is the first major release of jclouds as an Apache TLP, 
and the second release of jclouds as a TLP overall.
+<p>You can read the official announcement at <a 
href="http://markmail.org/thread/djp4qs5vlutmcuxe";>Apache jclouds 1.7.0 
released</a>. You can read the details of the specific JIRA issues addressed in 
this release at the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324405&amp;styleName=Html&amp;projectId=12314430";>JIRA
 Release Notes</a>.</p>
 
-You can read the official announcement at [Apache jclouds 1.7.0 
released](http://markmail.org/thread/djp4qs5vlutmcuxe). You can read the 
details of the specific JIRA issues addressed in this release at the [JIRA 
Release 
Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324405&styleName=Html&projectId=12314430).
+<p>To get jclouds, please see the <a href="/start/install/">jclouds 
installation guide</a>.</p>
 
-To get jclouds, please see the [jclouds installation guide](/start/install/).
+<h2>Notes</h2>
 
-## Notes
+<ul>
+<li>jclouds 1.7.0 is incompatible with <a 
href="https://code.google.com/p/guava-libraries/";>Guava</a> 16. Please switch to
+Guava 15.0 or earlier, or wait for jclouds 1.7.1</li>
+</ul>
 
-* jclouds 1.7.0 is incompatible with 
[Guava](https://code.google.com/p/guava-libraries/) 16. Please switch to
-Guava 15.0 or earlier, or wait for jclouds 1.7.1
 
-## Reminder
+<h2>Reminder</h2>
 
-As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed 
from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look 
like:
+<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID 
has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency 
would now look like:</p>
 
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.7.0</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
+<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.0<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
-## Credits
 
-jclouds would like to thank everyone who contributed time and effort in order 
to make this release happen:
+<h2>Credits</h2>
 
-  * Andrew Bayer for managing the release.
-  * Apache jclouds PMC for verifying.
-  * Check out who has been busy 
[here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
 
-## Test Results
+<ul>
+<li>Andrew Bayer for managing the release.</li>
+<li>Apache jclouds PMC for verifying.</li>
+<li>Check out who has been busy <a 
href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit";>here</a>.</li>
+</ul>
 
-Please see the [release discussion 
thread](http://markmail.org/thread/zwasetkfcbfgrhjz) for test results for 1.7.0.
 
+<h2>Test Results</h2>
+
+<p>Please see the <a 
href="http://markmail.org/thread/zwasetkfcbfgrhjz";>release discussion 
thread</a> for test results for 1.7.0.</p>
 ]]></content>
   </entry>
   
@@ -205,40 +234,42 @@ Please see the [release discussion threa
     <title type="html"><![CDATA[Release Notes for Version 1.6.3]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.6.3/"/>
     <updated>2013-11-30T00:00:00Z</updated>
-    <content type="html"><![CDATA[## Introduction
+    <content type="html"><![CDATA[<h2>Introduction</h2>
+
+<p>jclouds version 1.6.3 is the first release of jclouds as an Apache TLP, 
after two releases as part of the Apache Incubator.</p>
 
-jclouds version 1.6.3 is the first release of jclouds as an Apache TLP, after 
two releases as part of the Apache Incubator.
+<p>You can read the official announcement at <a 
href="http://apache.markmail.org/thread/4ppbqyu6ydmacrb3";>Apache jclouds 1.6.3 
released</a>. You can read the details of the specific JIRA issues addressed in 
this release at the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324789&amp;styleName=Html&amp;projectId=12314430";>JIRA
 Release Notes</a>.</p>
 
-You can read the official announcement at [Apache jclouds 1.6.3 
released](http://apache.markmail.org/thread/4ppbqyu6ydmacrb3). You can read the 
details of the specific JIRA issues addressed in this release at the [JIRA 
Release 
Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324789&styleName=Html&projectId=12314430).
+<p>To get jclouds, please see the <a href="/start/install">jclouds 
installation guide</a>.</p>
 
-To get jclouds, please see the [jclouds installation guide](/start/install).
+<h2>Reminder</h2>
 
-## Reminder
+<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID 
has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency 
would now look like:</p>
 
-As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed 
from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look 
like:
+<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.6.3<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.6.3</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
 
-## Credits
+<h2>Credits</h2>
 
-jclouds would like to thank everyone who contributed time and effort in order 
to make this release happen:
+<p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
 
-  * Andrew Gaul for managing the release.
-  * Apache jclouds PMC for verifying.
-  * Check out who has been busy 
[here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<ul>
+<li>Andrew Gaul for managing the release.</li>
+<li>Apache jclouds PMC for verifying.</li>
+<li>Check out who has been busy <a 
href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit";>here</a>.</li>
+</ul>
 
-## Test Results
 
-Please see the [release discussion 
thread](http://markmail.org/thread/gkqw7uidfnnze4lv) for test results for 1.6.3
+<h2>Test Results</h2>
 
+<p>Please see the <a 
href="http://markmail.org/thread/gkqw7uidfnnze4lv";>release discussion 
thread</a> for test results for 1.6.3</p>
 ]]></content>
   </entry>
   
@@ -247,40 +278,45 @@ Please see the [release discussion threa
     <title type="html"><![CDATA[Release Notes for Version 1.6.2]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.6.2/"/>
     <updated>2013-08-27T00:00:00Z</updated>
-    <content type="html"><![CDATA[## Introduction
+    <content type="html"><![CDATA[<h2>Introduction</h2>
 
-jclouds version 1.6.2-incubating is the second release of jclouds in the 
Apache Incubator.
+<p>jclouds version 1.6.2-incubating is the second release of jclouds in the 
Apache Incubator.</p>
 
-You can read the official announcement at [Apache jclouds 1.6.2-incubating 
released](http://markmail.org/message/ttznfvr3pqfs2cxm). You can read the 
details of the specific JIRA issues addressed in this release at the [JIRA 
Release 
Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324574&styleName=Html&projectId=12314430).
+<p>You can read the official announcement at <a 
href="http://markmail.org/message/ttznfvr3pqfs2cxm";>Apache jclouds 
1.6.2-incubating released</a>. You can read the details of the specific JIRA 
issues addressed in this release at the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324574&amp;styleName=Html&amp;projectId=12314430";>JIRA
 Release Notes</a>.</p>
 
-To get jclouds, please see the [jclouds installation guide](/start/install).
+<p>To get jclouds, please see the <a href="/start/install">jclouds 
installation guide</a>.</p>
 
-## Reminder
+<h2>Reminder</h2>
 
- * As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed 
from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look 
like:
+<ul>
+<li>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID 
has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency 
would now look like:</li>
+</ul>
 
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.6.2-incubating</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
 
-## Credits
+<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.6.2-incubating<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
-jclouds would like to thank everyone who contributed time and effort in order 
to make this release happen:
 
-  * Andrew Bayer for assisting on the release charge.
-  * Our Apache mentors for verifying.
-  * Check out who has been busy 
[here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<h2>Credits</h2>
 
-## Test Results
+<p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
 
-Please see the [test results](/releasenotes/1.6.2-tests) for test failures for 
1.6.2.
+<ul>
+<li>Andrew Bayer for assisting on the release charge.</li>
+<li>Our Apache mentors for verifying.</li>
+<li>Check out who has been busy <a 
href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit";>here</a>.</li>
+</ul>
 
+
+<h2>Test Results</h2>
+
+<p>Please see the <a href="/releasenotes/1.6.2-tests">test results</a> for 
test failures for 1.6.2.</p>
 ]]></content>
   </entry>
   
@@ -289,59 +325,79 @@ Please see the [test results](/releaseno
     <title type="html"><![CDATA[Release Notes for Version 1.6.1]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.6.1/"/>
     <updated>2013-06-19T00:00:00Z</updated>
-    <content type="html"><![CDATA[## Introduction
+    <content type="html"><![CDATA[<h2>Introduction</h2>
+
+<p>jclouds Version 1.6.1 is geared around the transition into the Apache 
Incubator. It represents the first release of jclouds in the Apache Incubator. 
The most significant change is to the jclouds Maven groupId. You can read more 
about it in the Changes section below.</p>
+
+<p>You can read the official announcement at <a 
href="http://www.mail-archive.com/[email protected]/msg00112.html";>Apache
 jclouds 1.6.1-incubating released</a>. You can read the details of the 
specific JIRA issues addressed in this release at the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&amp;version=12324412";>JIRA
 Release Notes</a>.</p>
+
+<p>To get jclouds, please see the <a href="/start/install">jclouds 
installation guide</a>.</p>
+
+<h2>Additions</h2>
+
+<ul>
+<li>Added the karaf/CLI command blobstore-blob-exists.</li>
+</ul>
+
+
+<h2>Removals</h2>
 
-jclouds Version 1.6.1 is geared around the transition into the Apache 
Incubator. It represents the first release of jclouds in the Apache Incubator. 
The most significant change is to the jclouds Maven groupId. You can read more 
about it in the Changes section below.
+<ul>
+<li>Removed sandbox-apis and sandbox-providers.</li>
+</ul>
 
-You can read the official announcement at [Apache jclouds 1.6.1-incubating 
released](http://www.mail-archive.com/[email protected]/msg00112.html).
 You can read the details of the specific JIRA issues addressed in this release 
at the [JIRA Release 
Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12324412).
 
-To get jclouds, please see the [jclouds installation guide](/start/install).
+<h2>Changes</h2>
 
+<ul>
+<li>The jclouds Maven groupId has changed from org.jclouds to 
org.apache.jclouds so a pom.xml dependency would now look like:</li>
+</ul>
 
-## Additions
 
- * Added the karaf/CLI command blobstore-blob-exists.
+<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.6.1-incubating<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
-## Removals
 
- * Removed sandbox-apis and sandbox-providers.
+<ul>
+<li>Note that the package names in the source code have <em>not</em> 
changed.</li>
+<li>jclouds-karaf has undergone a similar modification and you'll need to 
change the <code>featureRepositories</code> line in 
<code>etc/org.apache.karaf.features.cfg</code>  to 
<code>featuresRepositories=mvn:org.apache.jclouds.karaf/jclouds-karaf/${jclouds.karaf.version}/xml/features</code>
 in the command line interface.</li>
+<li>Updated license headers and project metadata to align with Apache 
Incubator.</li>
+</ul>
 
-## Changes
 
- * The jclouds Maven groupId has changed from org.jclouds to 
org.apache.jclouds so a pom.xml dependency would now look like:
+<h2>Fixes</h2>
 
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.6.1-incubating</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
+<ul>
+<li>Allow repeatable Payload with InputSupplier input (allows retries to 
work)</li>
+<li>Map S3 TooManyBuckets to InsufficientResourcesException</li>
+<li>Fixed the jclouds-cli start script so that it now runs smoothly on 
Windows.</li>
+</ul>
 
- * Note that the package names in the source code have *not* changed.
- * jclouds-karaf has undergone a similar modification and you'll need to 
change the `featureRepositories` line in `etc/org.apache.karaf.features.cfg`  
to 
`featuresRepositories=mvn:org.apache.jclouds.karaf/jclouds-karaf/${jclouds.karaf.version}/xml/features`
 in the command line interface.
- * Updated license headers and project metadata to align with Apache Incubator.
 
-## Fixes
+<h2>Deprecated and Non-backwards Compatible Changes</h2>
 
- * Allow repeatable Payload with InputSupplier input (allows retries to work)
- * Map S3 TooManyBuckets to InsufficientResourcesException
- * Fixed the jclouds-cli start script so that it now runs smoothly on Windows.
+<ul>
+<li>All Async interfaces are deprecated and will be removed in the next major 
version of jclouds.  Please only use the synchronous  APIs, those without 
"Async" in the class name, such as <code>NovaApi</code>. You can find an 
example of doing an asynchronous file upload without the Async interface in <a 
href="https://github.com/jclouds/jclouds-cloud-storage-workshop/blob/master/exercise2/src/main/java/org/jclouds/labs/blobstore/exercise2/MultiFileUploaderC.java";>MultiFileUploaderC.java</a>.</li>
+<li>Accordingly, please discontinue use of <code>RestContext</code>.  This is 
replaced with <code>ApiContext</code>, which doesn't have an Async type.  Note 
that you can use <code>ContextBuilder.buildApi(YourApi.class)</code> instead of 
using contexts, as API interfaces are now closeable.</li>
+<li>Please discontinue use of <code>Context.utils()</code> as many features 
there were only present to support the Async interfaces of jclouds.  Code in 
jclouds will be easier to maintain when we needn't support utilities that are 
also present in tools such as Guava and Bouncycastle.</li>
+</ul>
 
-## Deprecated and Non-backwards Compatible Changes
- *  All Async interfaces are deprecated and will be removed in the next major 
version of jclouds.  Please only use the synchronous  APIs, those without 
"Async" in the class name, such as `NovaApi`. You can find an example of doing 
an asynchronous file upload without the Async interface in 
[MultiFileUploaderC.java](https://github.com/jclouds/jclouds-cloud-storage-workshop/blob/master/exercise2/src/main/java/org/jclouds/labs/blobstore/exercise2/MultiFileUploaderC.java).
- *  Accordingly, please discontinue use of `RestContext`.  This is replaced 
with `ApiContext`, which doesn't have an Async type.  Note that you can use 
`ContextBuilder.buildApi(YourApi.class)` instead of using contexts, as API 
interfaces are now closeable.
- *  Please discontinue use of `Context.utils()` as many features there were 
only present to support the Async interfaces of jclouds.  Code in jclouds will 
be easier to maintain when we needn't support utilities that are also present 
in tools such as Guava and Bouncycastle.
 
-## Credits
+<h2>Credits</h2>
 
-jclouds would like to thank everyone who contributed time and effort in order 
to make this release happen:
+<p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
 
-  * Andrew Bayer for leading the release charge.
-  * A special thanks to our Apache mentors for guiding us through our first 
release.
-  * Check out who has been busy 
[here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<ul>
+<li>Andrew Bayer for leading the release charge.</li>
+<li>A special thanks to our Apache mentors for guiding us through our first 
release.</li>
+<li>Check out who has been busy <a 
href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit";>here</a>.</li>
+</ul>
 
 ]]></content>
   </entry>


Reply via email to