Modified: jclouds/site-content/releasenotes/1.5/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.5/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.5/index.html (original)
+++ jclouds/site-content/releasenotes/1.5/index.html Mon Feb 10 07:25:53 2025
@@ -150,7 +150,7 @@
                 <h1>Release Notes Version 1.5</h1>
                 
             </div>
-            <h2>Introduction</h2>
+            <h2 id="introduction">Introduction</h2>
 
 <p>The release of jclouds Version 1.5 is the result of a collaboration between 
the jclouds team and our contributors. There are some notable
 updates in Version 1.5 that our users have been requesting.  It is recommended 
that you upgrade to jclouds Version 1.5 if you are
@@ -162,81 +162,72 @@ were addressed between jclouds Version 1
 <p>For further details, please see the <a 
href="http://demobox.github.com/jclouds-maven-site-1.5.0/1.5.0/jclouds-multi/apidocs/";>Javadoc
 for jclouds Version 1.5</a>.  Release notes and Javadocs
 are also available for past versions of jclouds are also available in the <a 
href="/releasenotes/">Release Notes archive</a>.</p>
 
-<h2>Notable Updates in jclouds Version 1.5</h2>
-
-<p>Many of you have been awaiting (or helping build) massive new support for 
OpenStack based clouds.  There's even more, such as our new <a 
href="https://github.com/jenkinsci/jclouds-plugin";>Jenkins Plugin</a> and <a 
href="https://github.com/jclouds/jclouds-cli";>command-line utility</a>.  
Notables below.</p>
-
-<h3>New and Updated Apis and Providers</h3>
+<h2 id="notable-updates-in-jclouds-version-15">Notable Updates in jclouds 
Version 1.5</h2>
+<p>Many of you have been awaiting (or helping build) massive new support for 
OpenStack based clouds.  There’s even more, such as our new <a 
href="https://github.com/jenkinsci/jclouds-plugin";>Jenkins Plugin</a> and <a 
href="https://github.com/jclouds/jclouds-cli";>command-line utility</a>.  
Notables below.</p>
 
+<h3 id="new-and-updated-apis-and-providers">New and Updated Apis and 
Providers</h3>
 <ul>
-<li>New <code>openstack-keystone</code> and  <code>openstack-nova</code> apis 
for <a href="http://openstack.org/";>OpenStack</a> (Essex)</li>
-<li>New <code>swift-keystone</code> which retrofits our old <code>swift</code> 
api for use in OpenStack KeyStone environments.</li>
-<li>New <code>hpcloud-compute</code> and <code>hpcloud-objectstorage</code> 
providers for <a href="/documentation/quickstart/hpcloud">HP Cloud 
Services</a></li>
-<li>New <code>rackspace-cloudserver-us</code> and 
<code>rackspace-cloudservers-uk</code> providers for the <a 
href="/documentation/quickstart/rackspace">Rackspace Cloud</a></li>
-<li>New <code>trystack-nova</code> provider for the free <a 
href="https://trystack.org/";>TryStack</a> cloud</li>
-<li>New <code>sqs</code> api and <code>aws-sqs</code> provider for <a 
href="/documentation/quickstart/sqs">Amazon SQS</a></li>
-<li>Refactored <code>cloudwatch</code> api and <code>aws-cloudwatch</code> 
provider and added metrics features</li>
-<li>Updated <code>cloudstack</code> api for <a 
href="http://cloudstack.org/";>CloudStack</a> version  3.0</li>
-<li>Updated <code>chef</code> api for <a 
href="http://www.opscode.com/chef/";>Chef</a> 0.10; first release to maven 
central!</li>
-<li>Updated <code>gogrid</code> to support <a 
href="http://code.google.com/p/jclouds/issues/detail?id=851";>images</a></li>
+  <li>New <code class="language-plaintext 
highlighter-rouge">openstack-keystone</code> and  <code 
class="language-plaintext highlighter-rouge">openstack-nova</code> apis for <a 
href="http://openstack.org/";>OpenStack</a> (Essex)</li>
+  <li>New <code class="language-plaintext 
highlighter-rouge">swift-keystone</code> which retrofits our old <code 
class="language-plaintext highlighter-rouge">swift</code> api for use in 
OpenStack KeyStone environments.</li>
+  <li>New <code class="language-plaintext 
highlighter-rouge">hpcloud-compute</code> and <code class="language-plaintext 
highlighter-rouge">hpcloud-objectstorage</code> providers for <a 
href="/documentation/quickstart/hpcloud">HP Cloud Services</a></li>
+  <li>New <code class="language-plaintext 
highlighter-rouge">rackspace-cloudserver-us</code> and <code 
class="language-plaintext highlighter-rouge">rackspace-cloudservers-uk</code> 
providers for the <a href="/documentation/quickstart/rackspace">Rackspace 
Cloud</a></li>
+  <li>New <code class="language-plaintext 
highlighter-rouge">trystack-nova</code> provider for the free <a 
href="https://trystack.org/";>TryStack</a> cloud</li>
+  <li>New <code class="language-plaintext highlighter-rouge">sqs</code> api 
and <code class="language-plaintext highlighter-rouge">aws-sqs</code> provider 
for <a href="/documentation/quickstart/sqs">Amazon SQS</a></li>
+  <li>Refactored <code class="language-plaintext 
highlighter-rouge">cloudwatch</code> api and <code class="language-plaintext 
highlighter-rouge">aws-cloudwatch</code> provider and added metrics 
features</li>
+  <li>Updated <code class="language-plaintext 
highlighter-rouge">cloudstack</code> api for <a 
href="http://cloudstack.org/";>CloudStack</a> version  3.0</li>
+  <li>Updated <code class="language-plaintext highlighter-rouge">chef</code> 
api for <a href="http://www.opscode.com/chef/";>Chef</a> 0.10; first release to 
maven central!</li>
+  <li>Updated <code class="language-plaintext highlighter-rouge">gogrid</code> 
to support <a 
href="http://code.google.com/p/jclouds/issues/detail?id=851";>images</a></li>
 </ul>
 
-
-<h3>Core Updates</h3>
-
+<h3 id="core-updates">Core Updates</h3>
 <ul>
-<li>New <a 
href="http://code.google.com/p/jclouds/issues/detail?id=657&amp;can=1&amp;sort=-id&amp;start=300";>Provider/ApiMetadata</a>
 to get
+  <li>New <a 
href="http://code.google.com/p/jclouds/issues/detail?id=657&amp;can=1&amp;sort=-id&amp;start=300";>Provider/ApiMetadata</a>
 to get
 metadata associated with the provider or API being used internally in 
jclouds</li>
-<li>New <code>ImageExtension</code>  in ComputeService for clouds that support 
creating images based on existing nodes</li>
-<li>New <a 
href="http://code.google.com/p/jclouds/issues/detail?id=938";>TemplateBuilderSpec</a>
 for externalizing template configuration such as loginUser and imageId.</li>
-<li>Refactored OSGi bundles so they no longer require fragments</li>
-<li>New Api/AsyncApi naming conventions for Rest clients; formerly 
Client/AsyncClient.
-Formerly led to confusion especially when an api included <code>Client</code> 
features.  For example, if the class was formerly named ServerClient, it will 
now be called ServerApi.</li>
+  <li>New <code class="language-plaintext 
highlighter-rouge">ImageExtension</code>  in ComputeService for clouds that 
support creating images based on existing nodes</li>
+  <li>New <a 
href="http://code.google.com/p/jclouds/issues/detail?id=938";>TemplateBuilderSpec</a>
 for externalizing template configuration such as loginUser and imageId.</li>
+  <li>Refactored OSGi bundles so they no longer require fragments</li>
+  <li>New Api/AsyncApi naming conventions for Rest clients; formerly 
Client/AsyncClient.
+Formerly led to confusion especially when an api included <code 
class="language-plaintext highlighter-rouge">Client</code> features.  For 
example, if the class was formerly named ServerClient, it will now be called 
ServerApi.</li>
 </ul>
 
-
-<h3>Other goodies</h3>
-
-<ul>
-<li>New <a href="https://github.com/jenkinsci/jclouds-plugin";>Jenkins 
Plugin</a>: Supports ComputeService-based slaves and publishing artifacts to 
BlobStore containers</li>
-<li>New <a href="https://github.com/jclouds/jclouds-cli";>command-line 
utility</a>: Handy command-line utility for launching and destroying instances 
across cloud providers and APIs</li>
-<li>Added <a href="https://openshift.redhat.com/app/";>OpenShift</a>, <a 
href="http://www.cloudfoundry.com/";>Cloud Foundry</a>, and <a 
href="http://www.heroku.com/";>Heroku</a>
+<h3 id="other-goodies">Other goodies</h3>
+<ul>
+  <li>New <a href="https://github.com/jenkinsci/jclouds-plugin";>Jenkins 
Plugin</a>: Supports ComputeService-based slaves and publishing artifacts to 
BlobStore containers</li>
+  <li>New <a href="https://github.com/jclouds/jclouds-cli";>command-line 
utility</a>: Handy command-line utility for launching and destroying instances 
across cloud providers and APIs</li>
+  <li>Added <a href="https://openshift.redhat.com/app/";>OpenShift</a>, <a 
href="http://www.cloudfoundry.com/";>Cloud Foundry</a>, and <a 
href="http://www.heroku.com/";>Heroku</a>
 environments to the <a 
href="https://github.com/jclouds/jclouds/tree/master/demos/tweetstore";>TweetStore</a>
 demo</li>
-<li>Refactored our <a 
href="https://github.com/jclouds/jclouds/tree/master/demos/googleappengine";>Google
 App Engine demo</a> which works on OpenStack</li>
+  <li>Refactored our <a 
href="https://github.com/jclouds/jclouds/tree/master/demos/googleappengine";>Google
 App Engine demo</a> which works on OpenStack</li>
 </ul>
 
-
-<h2>New Features to Watch in Labs</h2>
+<h2 id="new-features-to-watch-in-labs">New Features to Watch in Labs</h2>
 
 <ul>
-<li><code>openstack-glance</code>, <code>openstack-quantum</code>, 
<code>openstack-swift</code>, and <code>openstack-nova-ec2</code>: for <a 
href="http://openstack.org/";>OpenStack</a> (Essex)</li>
-<li><code>vcloud-director</code>: for <a 
href="http://code.google.com/p/jclouds/issues/detail?id=830";>vCloud Director 
1.5+</a></li>
-<li><code>virtualbox</code>: for <a 
href="https://www.virtualbox.org/";>VirtualBox</a></li>
-<li><code>fgcp</code>: for <a 
href="http://www.fujitsu.com/global/solutions/cloud/solutions/global-cloud-platform";>Fujitsu
 Global Cloud Platform</a></li>
-<li><code>greenqloud-compute</code> and <code>greenqloud-storage</code>: for 
<a href="http://greenqloud.com/";>GreenQloud</a></li>
-<li><code>joyentcloud</code>: for <a 
href="http://www.joyent.com/";>Joyent</a></li>
-<li><code>abiquo</code>: for <a href="http://www.abiquo.com";>Abiquo</a></li>
-<li><code>azure-management</code>: for <a 
href="http://www.windowsazure.com";>Windows Azure</a></li>
-<li><code>hostedchef</code> and <code>privatechef</code> in the 
<code>jclouds-chef</code> repo: for <a 
href="http://www.opscode.com/hosted-chef/";>Hosted and Private Chef</a></li>
-<li><code>nodepool</code>: for pooling and reusing existing nodes</li>
+  <li><code class="language-plaintext 
highlighter-rouge">openstack-glance</code>, <code class="language-plaintext 
highlighter-rouge">openstack-quantum</code>, <code class="language-plaintext 
highlighter-rouge">openstack-swift</code>, and <code class="language-plaintext 
highlighter-rouge">openstack-nova-ec2</code>: for <a 
href="http://openstack.org/";>OpenStack</a> (Essex)</li>
+  <li><code class="language-plaintext 
highlighter-rouge">vcloud-director</code>: for <a 
href="http://code.google.com/p/jclouds/issues/detail?id=830";>vCloud Director 
1.5+</a></li>
+  <li><code class="language-plaintext highlighter-rouge">virtualbox</code>: 
for <a href="https://www.virtualbox.org/";>VirtualBox</a></li>
+  <li><code class="language-plaintext highlighter-rouge">fgcp</code>: for <a 
href="http://www.fujitsu.com/global/solutions/cloud/solutions/global-cloud-platform";>Fujitsu
 Global Cloud Platform</a></li>
+  <li><code class="language-plaintext 
highlighter-rouge">greenqloud-compute</code> and <code 
class="language-plaintext highlighter-rouge">greenqloud-storage</code>: for <a 
href="http://greenqloud.com/";>GreenQloud</a></li>
+  <li><code class="language-plaintext highlighter-rouge">joyentcloud</code>: 
for <a href="http://www.joyent.com/";>Joyent</a></li>
+  <li><code class="language-plaintext highlighter-rouge">abiquo</code>: for <a 
href="http://www.abiquo.com";>Abiquo</a></li>
+  <li><code class="language-plaintext 
highlighter-rouge">azure-management</code>: for <a 
href="http://www.windowsazure.com";>Windows Azure</a></li>
+  <li><code class="language-plaintext highlighter-rouge">hostedchef</code> and 
<code class="language-plaintext highlighter-rouge">privatechef</code> in the 
<code class="language-plaintext highlighter-rouge">jclouds-chef</code> repo: 
for <a href="http://www.opscode.com/hosted-chef/";>Hosted and Private 
Chef</a></li>
+  <li><code class="language-plaintext highlighter-rouge">nodepool</code>: for 
pooling and reusing existing nodes</li>
 </ul>
 
-
 <p>Disclaimer:  These features are currently being developed and evaluated by 
our team and contributors.  We cannot guarantee forwards and backwards
 compatibility for these features.</p>
 
-<h2>Deprecated Components and Non-backwards Compatible Changes</h2>
+<h2 id="deprecated-components-and-non-backwards-compatible-changes">Deprecated 
Components and Non-backwards Compatible Changes</h2>
 
 <ul>
-<li>Removed the hpcloud-objectstorage-lvs provider.  This has been replaced 
with the hpcloud-objectstorage provider.</li>
-<li>Changed the authentication mechanism for HP Cloud.  The change for 
hpcloud-objectstorage, which is to use password authentication by default 
instead of
+  <li>Removed the hpcloud-objectstorage-lvs provider.  This has been replaced 
with the hpcloud-objectstorage provider.</li>
+  <li>Changed the authentication mechanism for HP Cloud.  The change for 
hpcloud-objectstorage, which is to use password authentication by default 
instead of
 access key, will cause issues with existing implementations.</li>
-<li>Replaced the class called ModifyRequest for users creating their own 
jclouds drivers.  The replacement for this class is HttpRequest.Builder.  This 
can
+  <li>Replaced the class called ModifyRequest for users creating their own 
jclouds drivers.  The replacement for this class is HttpRequest.Builder.  This 
can
 be created from an existing request via request.toBuilder().</li>
 </ul>
 
-
-<h2>Assistance, Contributions, and Feedback</h2>
+<h2 id="assistance-contributions-and-feedback">Assistance, Contributions, and 
Feedback</h2>
 
 <p>Visit our up-to-date <a 
href="https://github.com/jclouds/jclouds-examples";>examples site</a> for 
assistance with jclouds.  Also, check out recent <a 
href="/documentation/reference/apps-that-use-jclouds">jclouds
 integrations</a> including <a 
href="https://github.com/jclouds/jclouds-karaf";>jclouds Karaf</a>, <a 
href="https://github.com/jclouds/jclouds-chef";>jclouds-chef</a> and <a 
href="https://github.com/jenkinsci/jclouds-plugin";>Jenkins</a>.</p>
@@ -246,154 +237,143 @@ you would like to see, need assistance w
 
 <p>Follow us on <a href="http://twitter.com/#!/jclouds";>Twitter</a> for 
updates.</p>
 
-<h2>Tracking</h2>
+<h2 id="tracking">Tracking</h2>
 
 <p>To keep up with the latest on jclouds Version 1.5, please see <a 
href="http://code.google.com/p/jclouds/issues/detail?id=1089";>issue 
1089</a>.</p>
 
-<h2>Credits</h2>
+<h2 id="credits">Credits</h2>
 
 <p>jclouds would like to thank the following sponsors and contributors:</p>
 
 <ul>
-<li><strong>Cloudsoft</strong> for its contributions toward OpenStack support, 
vcloud-director, image extension, and NodePool</li>
-<li><strong>HP Cloud</strong> for its contributions toward OpenStack support 
and NodePool</li>
-<li><strong>Alcatel Lucent</strong> for its sponsorship of OpenStack support 
and jclouds Version 1.5</li>
-<li><strong>VMware</strong> for sponsoring vcloud-director</li>
-<li>All cloud providers who have facilitated testing for jclouds</li>
-<li>Gustavo Morozowski, Andrew Kennedy, David Ribeiro Alves for their 
contributions on NodePool</li>
-<li>David Ribeiro Alves for his contributions on the jclouds image 
extension</li>
-<li>G&eacute;rald Pereira and Adrian Cole for their contributions on 
joyentcloud</li>
-<li>Andrew Bayer and Andrei Savu for their support on CloudStack 3.0</li>
-<li>Jeremy Whitlock for his rewrite of cloudwatch</li>
-<li>Matt Stephenson for his contributions on OpenStack Essex support</li>
-<li>Andrew Phillips and Matt Stephenson for build improvements including 
BuildHive and duplicate dependency detection</li>
-<li>Ioannis Canellos for the OSGi overhaul</li>
-<li>Becca Wood for documenting the jclouds Version 1.5 release</li>
-<li>Everyone else who contributed time and effort in order to make the release 
of jclouds Version 1.5 happen. Check out who has been busy
+  <li><strong>Cloudsoft</strong> for its contributions toward OpenStack 
support, vcloud-director, image extension, and NodePool</li>
+  <li><strong>HP Cloud</strong> for its contributions toward OpenStack support 
and NodePool</li>
+  <li><strong>Alcatel Lucent</strong> for its sponsorship of OpenStack support 
and jclouds Version 1.5</li>
+  <li><strong>VMware</strong> for sponsoring vcloud-director</li>
+  <li>All cloud providers who have facilitated testing for jclouds</li>
+  <li>Gustavo Morozowski, Andrew Kennedy, David Ribeiro Alves for their 
contributions on NodePool</li>
+  <li>David Ribeiro Alves for his contributions on the jclouds image 
extension</li>
+  <li>Gérald Pereira and Adrian Cole for their contributions on 
joyentcloud</li>
+  <li>Andrew Bayer and Andrei Savu for their support on CloudStack 3.0</li>
+  <li>Jeremy Whitlock for his rewrite of cloudwatch</li>
+  <li>Matt Stephenson for his contributions on OpenStack Essex support</li>
+  <li>Andrew Phillips and Matt Stephenson for build improvements including 
BuildHive and duplicate dependency detection</li>
+  <li>Ioannis Canellos for the OSGi overhaul</li>
+  <li>Becca Wood for documenting the jclouds Version 1.5 release</li>
+  <li>Everyone else who contributed time and effort in order to make the 
release of jclouds Version 1.5 happen. 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>
+<h2 id="test-results">Test Results</h2>
 
 <p>Please see the <a href="/releasenotes/1.5-tests">test results</a> for 
jclouds Version 1.5.</p>
 
-<h2>Maintenance Releases</h2>
+<h2 id="maintenance-releases">Maintenance Releases</h2>
 
-<h3>1.5.1</h3>
+<h3 id="151">1.5.1</h3>
 
 <p>Released on <a 
href="http://code.google.com/p/jclouds/issues/detail?id=1094";>2012-09-28</a>, 
including small bugfixes and the following notable changes:</p>
 
 <ul>
-<li>addressed signature issues in S3 when using path-based buckets in 
non-default regions</li>
-<li>added missing QueueApi.get (by name) method in SQS</li>
-<li>removed snapshot dep in abiquo</li>
+  <li>addressed signature issues in S3 when using path-based buckets in 
non-default regions</li>
+  <li>added missing QueueApi.get (by name) method in SQS</li>
+  <li>removed snapshot dep in abiquo</li>
 </ul>
 
-
-<h3>1.5.2</h3>
+<h3 id="152">1.5.2</h3>
 
 <p>Released on <a 
href="http://code.google.com/p/jclouds/issues/detail?id=1102";>2012-10-15</a>, 
including cleanups, minor fixes, and a few important updates:</p>
 
 <ul>
-<li>support time-bound signatures for openstack swift implementations</li>
-<li>new "name" parameter to ContextBuilder, which allows you to identify 
contexts based on used-supplied names.</li>
-<li>fixed NPE on aws-ec2 w/vpc security groups</li>
-<li>new parameters to set polling interval for node startup commands</li>
-<li>support HP Cloud temporarily signed blobs when using accessKey 
authentication</li>
+  <li>support time-bound signatures for openstack swift implementations</li>
+  <li>new “name” parameter to ContextBuilder, which allows you to identify 
contexts based on used-supplied names.</li>
+  <li>fixed NPE on aws-ec2 w/vpc security groups</li>
+  <li>new parameters to set polling interval for node startup commands</li>
+  <li>support HP Cloud temporarily signed blobs when using accessKey 
authentication</li>
 </ul>
 
-
-<h3>1.5.3</h3>
+<h3 id="153">1.5.3</h3>
 
 <p>Released on <a 
href="http://code.google.com/p/jclouds/issues/detail?id=1124";>2012-11-14</a>, 
including minor fixes, and a few important updates:</p>
 
 <ul>
-<li>new <a 
href="https://github.com/jclouds/jclouds-examples/tree/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudblockstorage";>openstack-cinder</a>
 and <a 
href="/documentation/quickstart/rackspace/#volumes">rackspace-cloudblockstorage-us/uk</a>
 providers</li>
-<li>add new Asia Pacific (Sydney) Region [ap-southeast-2]</li>
-<li>new <a 
href="https://github.com/jclouds/jclouds/blob/master/apis/ec2/src/main/java/org/jclouds/ec2/features/TagApi.java";>TagApi</a>
 for ec2</li>
-<li>handle network failures in large container (1M+) deletes in blobstore</li>
-<li>jclouds-cli now provides a more intuitive file-based interface for reading 
and writing blobs.</li>
+  <li>new <a 
href="https://github.com/jclouds/jclouds-examples/tree/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudblockstorage";>openstack-cinder</a>
 and <a 
href="/documentation/quickstart/rackspace/#volumes">rackspace-cloudblockstorage-us/uk</a>
 providers</li>
+  <li>add new Asia Pacific (Sydney) Region [ap-southeast-2]</li>
+  <li>new <a 
href="https://github.com/jclouds/jclouds/blob/master/apis/ec2/src/main/java/org/jclouds/ec2/features/TagApi.java";>TagApi</a>
 for ec2</li>
+  <li>handle network failures in large container (1M+) deletes in 
blobstore</li>
+  <li>jclouds-cli now provides a more intuitive file-based interface for 
reading and writing blobs.</li>
 </ul>
 
-
 <p>Released on 2012-11-19 a bug fix release for jclouds-karaf with version 
1.5.3_1 to address issues around the Obr Resolver.</p>
 
-<h3>1.5.4</h3>
+<h3 id="154">1.5.4</h3>
 
 <p>Released on <a 
href="https://github.com/jclouds/jclouds/issues/1062";>2012-12-10</a>, including 
minor fixes, and a few important updates:</p>
 
 <ul>
-<li>renovate rackspace-cloudloadbalancers api</li>
-<li>add S3 Multi-Object Delete</li>
-<li>add OpenStack Nova diagnostics</li>
-<li>throw RetryAfterException corresponding to slowdown messages from 
rackspace</li>
-<li>remove net.oauth dependency</li>
+  <li>renovate rackspace-cloudloadbalancers api</li>
+  <li>add S3 Multi-Object Delete</li>
+  <li>add OpenStack Nova diagnostics</li>
+  <li>throw RetryAfterException corresponding to slowdown messages from 
rackspace</li>
+  <li>remove net.oauth dependency</li>
 </ul>
 
-
-<h3>1.5.5</h3>
+<h3 id="155">1.5.5</h3>
 
 <p>Released on <a 
href="https://github.com/jclouds/jclouds/issues/1176";>2013-01-13</a>, including 
minor fixes, and a few important updates:</p>
 
 <ul>
-<li>support subnetId with ec2 spot instances</li>
-<li>remove jersey and aop dependencies</li>
-<li>removed downstream dependencies on bouncycastle</li>
+  <li>support subnetId with ec2 spot instances</li>
+  <li>remove jersey and aop dependencies</li>
+  <li>removed downstream dependencies on bouncycastle</li>
 </ul>
 
-
-<h3>1.5.6</h3>
+<h3 id="156">1.5.6</h3>
 
 <p>Released on <a 
href="https://github.com/jclouds/jclouds/issues/1176";>2013-02-02</a>, including 
the following notable updates.  As this included a major bug, you should 
instead use 1.5.7.</p>
 
 <ul>
-<li>updated to be compatible with CloudStack 4.1.x</li>
-<li>support parsing of SmartOS and graceful node termination in 
joyentcloud</li>
-<li>support runtime credentials updates through 
<code>ContextBuilder.credentialsSupplier</code></li>
-<li>temporary amazon key support with new <code>aws-sts</code> provider</li>
-<li>new <code>aws-route53</code> provider</li>
+  <li>updated to be compatible with CloudStack 4.1.x</li>
+  <li>support parsing of SmartOS and graceful node termination in 
joyentcloud</li>
+  <li>support runtime credentials updates through <code 
class="language-plaintext 
highlighter-rouge">ContextBuilder.credentialsSupplier</code></li>
+  <li>temporary amazon key support with new <code class="language-plaintext 
highlighter-rouge">aws-sts</code> provider</li>
+  <li>new <code class="language-plaintext 
highlighter-rouge">aws-route53</code> provider</li>
 </ul>
 
-
-<h3>1.5.7</h3>
+<h3 id="157">1.5.7</h3>
 
 <p>Released on <a 
href="https://github.com/jclouds/jclouds/issues/1302";>2013-02-05</a>, includes 
a critical fix to a regression in 1.5.6.</p>
 
 <ul>
-<li><a href="https://github.com/jclouds/jclouds/issues/1297";>BlobStore putBlob 
on a zero-length blob failure</a></li>
+  <li><a href="https://github.com/jclouds/jclouds/issues/1297";>BlobStore 
putBlob on a zero-length blob failure</a></li>
 </ul>
 
-
-<h3>1.5.8</h3>
+<h3 id="158">1.5.8</h3>
 
 <p>Released on <a 
href="https://github.com/jclouds/jclouds/issues/1364";>2013-02-26</a></p>
 
 <ul>
-<li>added IAM and DNS enhancements</li>
+  <li>added IAM and DNS enhancements</li>
 </ul>
 
-
-<h3>1.5.9</h3>
+<h3 id="159">1.5.9</h3>
 
 <p>Released on <a 
href="https://github.com/jclouds/jclouds/issues/1426";>2013-03-18</a></p>
 
 <ul>
-<li>addressed HTTP-related regressions from 1.5.8</li>
-<li>support tunable OpenStack session intervals</li>
+  <li>addressed HTTP-related regressions from 1.5.8</li>
+  <li>support tunable OpenStack session intervals</li>
 </ul>
 
-
-<h3>1.5.10</h3>
+<h3 id="1510">1.5.10</h3>
 
 <p>Released on <a 
href="https://github.com/jclouds/jclouds/issues/1525";>2013-04-11</a></p>
 
 <ul>
-<li>fixed circular dependency during Cloud Files initialization</li>
-<li>caching Swift temporary URL keys</li>
+  <li>fixed circular dependency during Cloud Files initialization</li>
+  <li>caching Swift temporary URL keys</li>
 </ul>
 
-
             <div class="row clearfix">
                 <div id="footer" class="col-md-12 column">
                     <div id="footer">

Modified: jclouds/site-content/releasenotes/1.6-tests/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6-tests/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.6-tests/index.html (original)
+++ jclouds/site-content/releasenotes/1.6-tests/index.html Mon Feb 10 07:25:53 
2025
@@ -149,595 +149,593 @@
             <div class="page-header">
                 <h1>Test Results for Version 1.6</h1>
             </div>
-            <h2>Providers</h2>
+            <h2 id="providers">Providers</h2>
 
-<p>The following are Provider modules.  These are preconfigured for public 
cloud services, and are accessible via the maven group 
<code>org.jclouds.provider</code>.</p>
+<p>The following are Provider modules.  These are preconfigured for public 
cloud services, and are accessible via the maven group <code 
class="language-plaintext highlighter-rouge">org.jclouds.provider</code>.</p>
 
 <table>
-<thead>
-<tr>
-<th>  <em>maven dependency</em> </th>
-<th>  <em>abstraction</em> </th>
-<th>  <em>technical contact</em> </th>
-<th>  <em>result</em> </th>
-<th>  <em>notes</em> </th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td> o.j.p/aws-cloudwatch</td>
-<td> </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/aws-cloudwatch.txt">3/3</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.p/aws-ec2</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/aws-ec2.txt">154/164</a></td>
-<td> <a href="/releasenotes/1.6.0/aws-ec2-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/aws-route53</td>
-<td> </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/aws-route53.txt">14/14</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.p/aws-s3</td>
-<td> blobstore</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/aws-s3.txt">124/129</a></td>
-<td> <a href="/releasenotes/1.6.0/aws-s3-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/aws-sqs</td>
-<td> </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/aws-sqs.txt">14/14</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.p/aws-sts</td>
-<td> </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/aws-sts.txt">3/3</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.p/azureblob</td>
-<td> blobstore</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/azureblob.txt">99/99</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.p/bluelock-vcloud-zone01</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/bluelock-vcloud-zone01.txt">111/126</a></td>
-<td> <a 
href="/releasenotes/1.6.0/bluelock-vcloud-zone01-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/cloudfiles-uk</td>
-<td> blobstore</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.0/cloudfiles-uk.txt">96/99</a></td>
-<td> <a href="/releasenotes/1.6.0/cloudfiles-uk-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/cloudfiles-us</td>
-<td> blobstore</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.0/cloudfiles-us.txt">96/99</a></td>
-<td> <a href="/releasenotes/1.6.0/cloudfiles-us-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/cloudloadbalancers-uk</td>
-<td> loadbalancer</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.0/cloudloadbalancers-us.txt">3/8</a></td>
-<td> <a 
href="/releasenotes/1.6.0/cloudloadbalancers-us-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/cloudloadbalancers-us</td>
-<td> loadbalancer</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.0/cloudloadbalancers-us.txt">3/8</a></td>
-<td> <a 
href="/releasenotes/1.6.0/cloudloadbalancers-us-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/cloudonestorage</td>
-<td> blobstore</td>
-<td> unassigned </td>
-<td> pending</td>
-<td> </td>
-</tr>
-<tr>
-<td> o.j.p/cloudservers-uk</td>
-<td> compute</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.0/cloudservers-us.txt">0/152</a></td>
-<td> <a 
href="/releasenotes/1.6.0/cloudservers-us-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/cloudservers-us</td>
-<td> compute</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.0/cloudservers-us.txt">0/152</a></td>
-<td> <a 
href="/releasenotes/1.6.0/cloudservers-us-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/cloudsigma-lvs</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/cloudsigma-lvs.txt">131/140</a></td>
-<td> <a 
href="/releasenotes/1.6.0/cloudsigma-lvs-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/cloudsigma-zrh</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/cloudsigma-zrh.txt">124/141</a></td>
-<td> <a 
href="/releasenotes/1.6.0/cloudsigma-zrh-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/dynect</td>
-<td> </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/dynect.txt">15/18</a></td>
-<td> <a href="/releasenotes/1.6.0/dynect-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/elastichosts-lax-p</td>
-<td> compute</td>
-<td> [email protected] </td>
-<td> <a href="/releasenotes/1.6.0/elastichosts-lax-p.txt">9/132</a></td>
-<td> <a 
href="/releasenotes/1.6.0/elastichosts-lax-p-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/elastichosts-lon-b</td>
-<td> compute</td>
-<td> [email protected] </td>
-<td> <a href="/releasenotes/1.6.0/elastichosts-lon-b.txt">9/132</a></td>
-<td> <a 
href="/releasenotes/1.6.0/elastichosts-lon-b-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/elastichosts-lon-p</td>
-<td> compute</td>
-<td> [email protected] </td>
-<td> <a href="/releasenotes/1.6.0/elastichosts-lon-p.txt">9/132</a></td>
-<td> <a 
href="/releasenotes/1.6.0/elastichosts-lon-p-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/elastichosts-sat-p</td>
-<td> compute</td>
-<td> [email protected] </td>
-<td> <a href="/releasenotes/1.6.0/elastichosts-sat-p.txt">109/132</a></td>
-<td> <a 
href="/releasenotes/1.6.0/elastichosts-sat-p-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/elastichosts-tor-p</td>
-<td> compute</td>
-<td> [email protected] </td>
-<td> <a href="/releasenotes/1.6.0/elastichosts-tor-p.txt">9/132</a></td>
-<td> <a 
href="/releasenotes/1.6.0/elastichosts-tor-p-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/glesys</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/glesys.txt">101/169</a></td>
-<td> <a href="/releasenotes/1.6.0/glesys.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/go2cloud-jhb1</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/go2cloud-jhb1.txt">107/131</a></td>
-<td> <a href="/releasenotes/1.6.0/go2cloud-jhb1.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/gogrid</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/gogrid.txt">114/119</a></td>
-<td> <a href="/releasenotes/1.6.0/gogrid.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/greenhousedata-element-vcloud</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a 
href="/releasenotes/1.6.0/greenhousedata-element-vcloud.txt">2/126</a></td>
-<td> <a 
href="/releasenotes/1.6.0/greenhousedata-element-vcloud.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/hpcloud-compute</td>
-<td> compute </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/hpcloud-compute.txt">121/142</a></td>
-<td> <a 
href="/releasenotes/1.6.0/hpcloud-compute-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/hpcloud-objectstorage</td>
-<td> blobstore</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/hpcloud-objectstorage.txt">90/98</a></td>
-<td> <a 
href="/releasenotes/1.6.0/hpcloud-objectstorage-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/ninefold-compute</td>
-<td> compute</td>
-<td> [email protected] </td>
-<td> <a href="/releasenotes/1.6.0/ninefold-compute.txt">101/115</a></td>
-<td> <a 
href="/releasenotes/1.6.0/ninefold-compute-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/ninefold-storage</td>
-<td> blobstore</td>
-<td> [email protected] </td>
-<td> <a href="/releasenotes/1.6.0/ninefold-storage.txt">52/68</a></td>
-<td> <a 
href="/releasenotes/1.6.0/ninefold-storage-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/openhosting-east1</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/openhosting-east1.txt">129/131</a></td>
-<td> <a 
href="/releasenotes/1.6.0/openhosting-east1-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/rackspace-cloudblockstorage-uk</td>
-<td> compute</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudblockstorage-uk.txt">7/7</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.p/rackspace-cloudblockstorage-us</td>
-<td> compute</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudblockstorage-us.txt">7/7</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.p/rackspace-clouddns-uk</td>
-<td> compute</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.0/rackspace-clouddns-uk.txt">23/23</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.p/rackspace-clouddns-us</td>
-<td> compute</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.0/rackspace-clouddns-us.txt">30/30</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.p/rackspace-cloudloadbalancers-uk</td>
-<td> compute</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudloadbalancers-uk.txt">9/9</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.p/rackspace-cloudloadbalancers-us</td>
-<td> compute</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudloadbalancers-us.txt">4/9</a></td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudloadbalancers-us-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/rackspace-cloudservers-uk</td>
-<td> compute</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudservers-uk.txt">123/125</a></td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudservers-uk-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/rackspace-cloudservers-us</td>
-<td> compute</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudservers-us.txt">116/125</a></td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudservers-us-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/serverlove-z1-man</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/serverlove-z1-man.txt">107/132</a></td>
-<td> <a 
href="/releasenotes/1.6.0/serverlove-z1-man-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/skalicloud-sdg-my</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/skalicloud-sdg-my.txt">112/131</a></td>
-<td> <a 
href="/releasenotes/1.6.0/skalicloud-sdg-my-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/softlayer</td>
-<td> compute</td>
-<td> <a href="http://forums.softlayer.com/forumdisplay.php?f=30";>softlayer</a> 
</td>
-<td> <a href="/releasenotes/1.6.0/softlayer.txt">111/134</a></td>
-<td> <a href="/releasenotes/1.6.0/softlayer-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/trmk-ecloud</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/trmk-ecloud.txt">121/145</a></td>
-<td> <a href="/releasenotes/1.6.0/trmk-ecloud-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/trmk-vcloudexpress</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/trmk-vcloudexpress.txt">124/145</a></td>
-<td> <a 
href="/releasenotes/1.6.0/trmk-vcloudexpress-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.p/ultradns-ws</td>
-<td> </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/ultradns-ws.txt">71/75</a></td>
-<td> <a href="/releasenotes/1.6.0/ultradns-ws-failures.txt">failures</a></td>
-</tr>
-</tbody>
+  <thead>
+    <tr>
+      <th><em>maven dependency</em></th>
+      <th><em>abstraction</em></th>
+      <th><em>technical contact</em></th>
+      <th><em>result</em></th>
+      <th><em>notes</em></th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>o.j.p/aws-cloudwatch</td>
+      <td> </td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/aws-cloudwatch.txt">3/3</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.p/aws-ec2</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/aws-ec2.txt">154/164</a></td>
+      <td><a href="/releasenotes/1.6.0/aws-ec2-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/aws-route53</td>
+      <td> </td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/aws-route53.txt">14/14</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.p/aws-s3</td>
+      <td>blobstore</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/aws-s3.txt">124/129</a></td>
+      <td><a href="/releasenotes/1.6.0/aws-s3-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/aws-sqs</td>
+      <td> </td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/aws-sqs.txt">14/14</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.p/aws-sts</td>
+      <td> </td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/aws-sts.txt">3/3</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.p/azureblob</td>
+      <td>blobstore</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/azureblob.txt">99/99</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.p/bluelock-vcloud-zone01</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a 
href="/releasenotes/1.6.0/bluelock-vcloud-zone01.txt">111/126</a></td>
+      <td><a 
href="/releasenotes/1.6.0/bluelock-vcloud-zone01-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/cloudfiles-uk</td>
+      <td>blobstore</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a href="/releasenotes/1.6.0/cloudfiles-uk.txt">96/99</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudfiles-uk-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/cloudfiles-us</td>
+      <td>blobstore</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a href="/releasenotes/1.6.0/cloudfiles-us.txt">96/99</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudfiles-us-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/cloudloadbalancers-uk</td>
+      <td>loadbalancer</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a href="/releasenotes/1.6.0/cloudloadbalancers-us.txt">3/8</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudloadbalancers-us-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/cloudloadbalancers-us</td>
+      <td>loadbalancer</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a href="/releasenotes/1.6.0/cloudloadbalancers-us.txt">3/8</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudloadbalancers-us-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/cloudonestorage</td>
+      <td>blobstore</td>
+      <td>unassigned</td>
+      <td>pending</td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.p/cloudservers-uk</td>
+      <td>compute</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a href="/releasenotes/1.6.0/cloudservers-us.txt">0/152</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudservers-us-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/cloudservers-us</td>
+      <td>compute</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a href="/releasenotes/1.6.0/cloudservers-us.txt">0/152</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudservers-us-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/cloudsigma-lvs</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/cloudsigma-lvs.txt">131/140</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudsigma-lvs-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/cloudsigma-zrh</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/cloudsigma-zrh.txt">124/141</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudsigma-zrh-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/dynect</td>
+      <td> </td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/dynect.txt">15/18</a></td>
+      <td><a href="/releasenotes/1.6.0/dynect-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/elastichosts-lax-p</td>
+      <td>compute</td>
+      <td>[email protected]</td>
+      <td><a href="/releasenotes/1.6.0/elastichosts-lax-p.txt">9/132</a></td>
+      <td><a 
href="/releasenotes/1.6.0/elastichosts-lax-p-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/elastichosts-lon-b</td>
+      <td>compute</td>
+      <td>[email protected]</td>
+      <td><a href="/releasenotes/1.6.0/elastichosts-lon-b.txt">9/132</a></td>
+      <td><a 
href="/releasenotes/1.6.0/elastichosts-lon-b-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/elastichosts-lon-p</td>
+      <td>compute</td>
+      <td>[email protected]</td>
+      <td><a href="/releasenotes/1.6.0/elastichosts-lon-p.txt">9/132</a></td>
+      <td><a 
href="/releasenotes/1.6.0/elastichosts-lon-p-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/elastichosts-sat-p</td>
+      <td>compute</td>
+      <td>[email protected]</td>
+      <td><a href="/releasenotes/1.6.0/elastichosts-sat-p.txt">109/132</a></td>
+      <td><a 
href="/releasenotes/1.6.0/elastichosts-sat-p-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/elastichosts-tor-p</td>
+      <td>compute</td>
+      <td>[email protected]</td>
+      <td><a href="/releasenotes/1.6.0/elastichosts-tor-p.txt">9/132</a></td>
+      <td><a 
href="/releasenotes/1.6.0/elastichosts-tor-p-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/glesys</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/glesys.txt">101/169</a></td>
+      <td><a href="/releasenotes/1.6.0/glesys.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/go2cloud-jhb1</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/go2cloud-jhb1.txt">107/131</a></td>
+      <td><a href="/releasenotes/1.6.0/go2cloud-jhb1.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/gogrid</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/gogrid.txt">114/119</a></td>
+      <td><a href="/releasenotes/1.6.0/gogrid.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/greenhousedata-element-vcloud</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a 
href="/releasenotes/1.6.0/greenhousedata-element-vcloud.txt">2/126</a></td>
+      <td><a 
href="/releasenotes/1.6.0/greenhousedata-element-vcloud.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/hpcloud-compute</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/hpcloud-compute.txt">121/142</a></td>
+      <td><a 
href="/releasenotes/1.6.0/hpcloud-compute-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/hpcloud-objectstorage</td>
+      <td>blobstore</td>
+      <td>unassigned</td>
+      <td><a 
href="/releasenotes/1.6.0/hpcloud-objectstorage.txt">90/98</a></td>
+      <td><a 
href="/releasenotes/1.6.0/hpcloud-objectstorage-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/ninefold-compute</td>
+      <td>compute</td>
+      <td>[email protected]</td>
+      <td><a href="/releasenotes/1.6.0/ninefold-compute.txt">101/115</a></td>
+      <td><a 
href="/releasenotes/1.6.0/ninefold-compute-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/ninefold-storage</td>
+      <td>blobstore</td>
+      <td>[email protected]</td>
+      <td><a href="/releasenotes/1.6.0/ninefold-storage.txt">52/68</a></td>
+      <td><a 
href="/releasenotes/1.6.0/ninefold-storage-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/openhosting-east1</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/openhosting-east1.txt">129/131</a></td>
+      <td><a 
href="/releasenotes/1.6.0/openhosting-east1-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/rackspace-cloudblockstorage-uk</td>
+      <td>compute</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudblockstorage-uk.txt">7/7</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.p/rackspace-cloudblockstorage-us</td>
+      <td>compute</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudblockstorage-us.txt">7/7</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.p/rackspace-clouddns-uk</td>
+      <td>compute</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-clouddns-uk.txt">23/23</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.p/rackspace-clouddns-us</td>
+      <td>compute</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-clouddns-us.txt">30/30</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.p/rackspace-cloudloadbalancers-uk</td>
+      <td>compute</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudloadbalancers-uk.txt">9/9</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.p/rackspace-cloudloadbalancers-us</td>
+      <td>compute</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudloadbalancers-us.txt">4/9</a></td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudloadbalancers-us-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/rackspace-cloudservers-uk</td>
+      <td>compute</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudservers-uk.txt">123/125</a></td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudservers-uk-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/rackspace-cloudservers-us</td>
+      <td>compute</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudservers-us.txt">116/125</a></td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudservers-us-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/serverlove-z1-man</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/serverlove-z1-man.txt">107/132</a></td>
+      <td><a 
href="/releasenotes/1.6.0/serverlove-z1-man-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/skalicloud-sdg-my</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/skalicloud-sdg-my.txt">112/131</a></td>
+      <td><a 
href="/releasenotes/1.6.0/skalicloud-sdg-my-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/softlayer</td>
+      <td>compute</td>
+      <td><a 
href="http://forums.softlayer.com/forumdisplay.php?f=30";>softlayer</a></td>
+      <td><a href="/releasenotes/1.6.0/softlayer.txt">111/134</a></td>
+      <td><a 
href="/releasenotes/1.6.0/softlayer-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/trmk-ecloud</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/trmk-ecloud.txt">121/145</a></td>
+      <td><a 
href="/releasenotes/1.6.0/trmk-ecloud-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/trmk-vcloudexpress</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/trmk-vcloudexpress.txt">124/145</a></td>
+      <td><a 
href="/releasenotes/1.6.0/trmk-vcloudexpress-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.p/ultradns-ws</td>
+      <td> </td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/ultradns-ws.txt">71/75</a></td>
+      <td><a 
href="/releasenotes/1.6.0/ultradns-ws-failures.txt">failures</a></td>
+    </tr>
+  </tbody>
 </table>
 
+<h2 id="apis">Apis</h2>
 
-<h2>Apis</h2>
-
-<p>The following are Api modules.  These can be targeted at an endpoint, such 
as your private cloud url.  Api modules are accessible via the maven group 
<code>org.jclouds.api</code>.</p>
+<p>The following are Api modules.  These can be targeted at an endpoint, such 
as your private cloud url.  Api modules are accessible via the maven group 
<code class="language-plaintext highlighter-rouge">org.jclouds.api</code>.</p>
 
 <table>
-<thead>
-<tr>
-<th>  <em>maven dependency</em> </th>
-<th>  <em>abstraction</em> </th>
-<th>  <em>endpoint tested</em> </th>
-<th> <em>technical contact</em> </th>
-<th>  <em>result</em> </th>
-<th>  <em>notes</em> </th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td> o.j.a/atmos</td>
-<td> blobstore</td>
-<td> http://onlinestorage.ninefold.com </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/atmos.txt">55/68</a></td>
-<td> <a href="/releasenotes/1.6.0/atmos-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/byon</td>
-<td> compute</td>
-<td> localhost </td>
-<td> <a 
href="https://groups.google.com/forum/?fromgroups#!forum/jclouds";>jclouds</a></td>
-<td> <a href="/releasenotes/1.6.0/byon.txt">1/1</a> </td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.a/chef</td>
-<td> </td>
-<td> http://10.60.12.13:4040 </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/chef.txt">53/53</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.a/cloudfiles</td>
-<td> blobstore</td>
-<td> https://auth.api.rackspacecloud.com </td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.0/cloudfiles.txt">96/99</a></td>
-<td> <a href="/releasenotes/1.6.0/cloudfiles-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/cloudservers</td>
-<td> compute</td>
-<td> https://dfw.servers.api.rackspacecloud.com/v2/ </td>
-<td> sdk-support @t rackspace.com </td>
-<td> pending </td>
-<td> </td>
-</tr>
-<tr>
-<td> o.j.a/cloudsigma</td>
-<td> compute</td>
-<td> https://api.cloudsigma.com </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/cloudsigma.txt">26/50</a></td>
-<td> <a href="/releasenotes/1.6.0/cloudsigma-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/cloudstack</td>
-<td> compute</td>
-<td> http://72.52.126.25/client/api </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/cloudstack.txt">58/124</a></td>
-<td> <a href="/releasenotes/1.6.0/cloudstack-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/cloudwatch</td>
-<td> </td>
-<td> https://monitoring.us-east-1.amazonaws.com </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/cloudwatch.txt">4/8</a></td>
-<td> <a href="/releasenotes/1.6.0/cloudwatch-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/ec2</td>
-<td> compute</td>
-<td> https://ec2.us-east-1.amazonaws.com </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/ec2.txt">40/62</a></td>
-<td> <a href="/releasenotes/1.6.0/ec2-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/elasticstack</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> [email protected] </td>
-<td> <a href="/releasenotes/1.6.0/elasticstack.txt">8/41</a></td>
-<td> <a href="/releasenotes/1.6.0/elasticstack-failures.txt">failures</a> </td>
-</tr>
-<tr>
-<td> o.j.a/filesystem</td>
-<td> blobstore</td>
-<td><a 
href="https://groups.google.com/forum/?fromgroups#!forum/jclouds";>jclouds</a></td>
-<td> <a href="/releasenotes/1.6.0/filesystem.txt">66/66</a> </td>
-<td></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.a/openstack-cinder</td>
-<td> </td>
-<td> pending </td>
-<td> unassigned </td>
-<td> pending</td>
-<td> </td>
-</tr>
-<tr>
-<td> o.j.a/openstack-keystone</td>
-<td> </td>
-<td> https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/ </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/openstack-keystone.txt">1/12</a></td>
-<td> <a 
href="/releasenotes/1.6.0/openstack-keystone-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/openstack-nova</td>
-<td> compute </td>
-<td> https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/ </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/openstack-nova.txt">54/79</a></td>
-<td> <a 
href="/releasenotes/1.6.0/openstack-nova-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/openstack-nova-ec2</td>
-<td> compute </td>
-<td> unassigned </td>
-<td> unassigned </td>
-<td> pending</td>
-<td> </td>
-</tr>
-<tr>
-<td> o.j.a/rackspace-clouddns</td>
-<td> </td>
-<td> https://identity.api.rackspacecloud.com/v2.0/ </td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.0/rackspace-clouddns.txt">30/30</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.a/rackspace-cloudidentity</td>
-<td> </td>
-<td> https://identity.api.rackspacecloud.com/v2.0/ </td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.0/rackspace-cloudidentity.txt">5/14</a></td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudidentity-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/rackspace-cloudloadbalancers</td>
-<td> loadbalancer</td>
-<td> https://identity.api.rackspacecloud.com/v2.0/ </td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudloadbalancers.txt">9/40</a></td>
-<td> <a 
href="/releasenotes/1.6.0/rackspace-cloudloadbalancers-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/route53</td>
-<td> </td>
-<td> https://route53.amazonaws.com </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/route53.txt">9/9</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.a/s3</td>
-<td> </td>
-<td> https://s3.us-east-1.amazonaws.com </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/s3.txt">112/117</a></td>
-<td> <a href="/releasenotes/1.6.0/s3-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/sqs</td>
-<td> </td>
-<td> https://sqs.us-east-1.amazonaws.com </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/sqs.txt">17/17</a></td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.a/sts</td>
-<td> </td>
-<td> https://sts.amazonaws.com </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/sts.txt">2/3</a></td>
-<td> <a href="/releasenotes/1.6.0/sts-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/swift</td>
-<td> blobstore</td>
-<td> unassigned </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/swift.txt">0/0</a></td>
-<td> <a href="/releasenotes/1.6.0/swift-failures.txt">failures</a></td>
-</tr>
-<tr>
-<td> o.j.a/vcloud</td>
-<td> compute</td>
-<td> unassigned </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/vcloud.txt">17/36</a></td>
-<td> <a href="/releasenotes/1.6.0/vcloud-failures.txt">failures</a></td>
-</tr>
-</tbody>
+  <thead>
+    <tr>
+      <th><em>maven dependency</em></th>
+      <th><em>abstraction</em></th>
+      <th><em>endpoint tested</em></th>
+      <th><em>technical contact</em></th>
+      <th><em>result</em></th>
+      <th><em>notes</em></th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>o.j.a/atmos</td>
+      <td>blobstore</td>
+      <td>http://onlinestorage.ninefold.com</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/atmos.txt">55/68</a></td>
+      <td><a href="/releasenotes/1.6.0/atmos-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/byon</td>
+      <td>compute</td>
+      <td>localhost</td>
+      <td><a 
href="https://groups.google.com/forum/?fromgroups#!forum/jclouds";>jclouds</a></td>
+      <td><a href="/releasenotes/1.6.0/byon.txt">1/1</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.a/chef</td>
+      <td> </td>
+      <td>http://10.60.12.13:4040</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/chef.txt">53/53</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.a/cloudfiles</td>
+      <td>blobstore</td>
+      <td>https://auth.api.rackspacecloud.com</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a href="/releasenotes/1.6.0/cloudfiles.txt">96/99</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudfiles-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/cloudservers</td>
+      <td>compute</td>
+      <td>https://dfw.servers.api.rackspacecloud.com/v2/</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td>pending</td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.a/cloudsigma</td>
+      <td>compute</td>
+      <td>https://api.cloudsigma.com</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/cloudsigma.txt">26/50</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudsigma-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/cloudstack</td>
+      <td>compute</td>
+      <td>http://72.52.126.25/client/api</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/cloudstack.txt">58/124</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudstack-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/cloudwatch</td>
+      <td> </td>
+      <td>https://monitoring.us-east-1.amazonaws.com</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/cloudwatch.txt">4/8</a></td>
+      <td><a 
href="/releasenotes/1.6.0/cloudwatch-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/ec2</td>
+      <td>compute</td>
+      <td>https://ec2.us-east-1.amazonaws.com</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/ec2.txt">40/62</a></td>
+      <td><a href="/releasenotes/1.6.0/ec2-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/elasticstack</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td>[email protected]</td>
+      <td><a href="/releasenotes/1.6.0/elasticstack.txt">8/41</a></td>
+      <td><a 
href="/releasenotes/1.6.0/elasticstack-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/filesystem</td>
+      <td>blobstore</td>
+      <td><a 
href="https://groups.google.com/forum/?fromgroups#!forum/jclouds";>jclouds</a></td>
+      <td><a href="/releasenotes/1.6.0/filesystem.txt">66/66</a></td>
+      <td> </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.a/openstack-cinder</td>
+      <td> </td>
+      <td>pending</td>
+      <td>unassigned</td>
+      <td>pending</td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.a/openstack-keystone</td>
+      <td> </td>
+      <td>https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/openstack-keystone.txt">1/12</a></td>
+      <td><a 
href="/releasenotes/1.6.0/openstack-keystone-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/openstack-nova</td>
+      <td>compute</td>
+      <td>https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/openstack-nova.txt">54/79</a></td>
+      <td><a 
href="/releasenotes/1.6.0/openstack-nova-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/openstack-nova-ec2</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td>unassigned</td>
+      <td>pending</td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.a/rackspace-clouddns</td>
+      <td> </td>
+      <td>https://identity.api.rackspacecloud.com/v2.0/</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a href="/releasenotes/1.6.0/rackspace-clouddns.txt">30/30</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.a/rackspace-cloudidentity</td>
+      <td> </td>
+      <td>https://identity.api.rackspacecloud.com/v2.0/</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudidentity.txt">5/14</a></td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudidentity-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/rackspace-cloudloadbalancers</td>
+      <td>loadbalancer</td>
+      <td>https://identity.api.rackspacecloud.com/v2.0/</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudloadbalancers.txt">9/40</a></td>
+      <td><a 
href="/releasenotes/1.6.0/rackspace-cloudloadbalancers-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/route53</td>
+      <td> </td>
+      <td>https://route53.amazonaws.com</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/route53.txt">9/9</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.a/s3</td>
+      <td> </td>
+      <td>https://s3.us-east-1.amazonaws.com</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/s3.txt">112/117</a></td>
+      <td><a href="/releasenotes/1.6.0/s3-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/sqs</td>
+      <td> </td>
+      <td>https://sqs.us-east-1.amazonaws.com</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/sqs.txt">17/17</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.a/sts</td>
+      <td> </td>
+      <td>https://sts.amazonaws.com</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/sts.txt">2/3</a></td>
+      <td><a href="/releasenotes/1.6.0/sts-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/swift</td>
+      <td>blobstore</td>
+      <td>unassigned</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/swift.txt">0/0</a></td>
+      <td><a href="/releasenotes/1.6.0/swift-failures.txt">failures</a></td>
+    </tr>
+    <tr>
+      <td>o.j.a/vcloud</td>
+      <td>compute</td>
+      <td>unassigned</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/vcloud.txt">17/36</a></td>
+      <td><a href="/releasenotes/1.6.0/vcloud-failures.txt">failures</a></td>
+    </tr>
+  </tbody>
 </table>
 
+<h2 id="labs">Labs</h2>
 
-<h2>Labs</h2>
-
-<p>The following are Labs apis and providers.  These are not yet stable, but 
you can try them out via the maven group <code>org.jclouds.labs</code></p>
+<p>The following are Labs apis and providers.  These are not yet stable, but 
you can try them out via the maven group <code class="language-plaintext 
highlighter-rouge">org.jclouds.labs</code></p>
 
 <table>
-<thead>
-<tr>
-<th>  <em>maven dependency</em> </th>
-<th>  <em>type</em> </th>
-<th> <em>abstraction</em> </th>
-<th>  <em>endpoint tested</em> </th>
-<th> <em>technical contact</em> </th>
-<th>  <em>result</em> </th>
-<th>  <em>notes</em> </th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td> o.j.l/abiquo </td>
-<td> api </td>
-<td> compute </td>
-<td> http://localhost/api </td>
-<td> [email protected] </td>
-<td> pending </td>
-<td></td>
-</tr>
-<tr>
-<td> o.j.l/hostedchef </td>
-<td> provider </td>
-<td>  </td>
-<td> http://api.opscode.com/organizations/nacx </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.0/hostedchef.txt">47/49</a></td>
-<td> <a href="/releasenotes/1.6.0/hostedchef-failures.txt">failures</a> One of 
the two test failures is caused by <a 
href="http://tickets.opscode.com/browse/CHEF-2477";>CHEF-2477</a></td>
-</tr>
-</tbody>
+  <thead>
+    <tr>
+      <th><em>maven dependency</em></th>
+      <th><em>type</em></th>
+      <th><em>abstraction</em></th>
+      <th><em>endpoint tested</em></th>
+      <th><em>technical contact</em></th>
+      <th><em>result</em></th>
+      <th><em>notes</em></th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>o.j.l/abiquo</td>
+      <td>api</td>
+      <td>compute</td>
+      <td>http://localhost/api</td>
+      <td>[email protected]</td>
+      <td>pending</td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>o.j.l/hostedchef</td>
+      <td>provider</td>
+      <td> </td>
+      <td>http://api.opscode.com/organizations/nacx</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.0/hostedchef.txt">47/49</a></td>
+      <td><a href="/releasenotes/1.6.0/hostedchef-failures.txt">failures</a> 
One of the two test failures is caused by <a 
href="http://tickets.opscode.com/browse/CHEF-2477";>CHEF-2477</a></td>
+    </tr>
+  </tbody>
 </table>
 
 

Modified: jclouds/site-content/releasenotes/1.6.1/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.1/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.6.1/index.html (original)
+++ jclouds/site-content/releasenotes/1.6.1/index.html Mon Feb 10 07:25:53 2025
@@ -152,7 +152,7 @@
                     <span class="text-muted">19 June 2013</span>
                 
             </div>
-            <h2>Introduction</h2>
+            <h2 id="introduction">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>
 
@@ -160,70 +160,61 @@
 
 <p>To get jclouds, please see the <a href="/start/install">jclouds 
installation guide</a>.</p>
 
-<h2>Additions</h2>
+<h2 id="additions">Additions</h2>
 
 <ul>
-<li>Added the karaf/CLI command blobstore-blob-exists.</li>
+  <li>Added the karaf/CLI command blobstore-blob-exists.</li>
 </ul>
 
-
-<h2>Removals</h2>
+<h2 id="removals">Removals</h2>
 
 <ul>
-<li>Removed sandbox-apis and sandbox-providers.</li>
+  <li>Removed sandbox-apis and sandbox-providers.</li>
 </ul>
 
-
-<h2>Changes</h2>
+<h2 id="changes">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>
+  <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>
 
-
-<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+<figure class="highlight"><pre><code class="language-xml" 
data-lang="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>
-
+<span class="nt">&lt;/dependencies&gt;</span></code></pre></figure>
 
 <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>
+  <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 class="language-plaintext 
highlighter-rouge">featureRepositories</code> line in <code 
class="language-plaintext 
highlighter-rouge">etc/org.apache.karaf.features.cfg</code>  to <code 
class="language-plaintext 
highlighter-rouge">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>
 
-
-<h2>Fixes</h2>
+<h2 id="fixes">Fixes</h2>
 
 <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>
+  <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>
 
-
-<h2>Deprecated and Non-backwards Compatible Changes</h2>
-
+<h2 id="deprecated-and-non-backwards-compatible-changes">Deprecated and 
Non-backwards Compatible Changes</h2>
 <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>
+  <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 class="language-plaintext 
highlighter-rouge">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 class="language-plaintext 
highlighter-rouge">RestContext</code>.  This is replaced with <code 
class="language-plaintext highlighter-rouge">ApiContext</code>, which doesn’t 
have an Async type.  Note that you can use <code class="language-plaintext 
highlighter-rouge">ContextBuilder.buildApi(YourApi.class)</code> instead of 
using contexts, as API interfaces are now closeable.</li>
+  <li>Please discontinue use of <code class="language-plaintext 
highlighter-rouge">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>
 
-
-<h2>Credits</h2>
+<h2 id="credits">Credits</h2>
 
 <p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
 
 <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>
+  <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>
 
 

Modified: jclouds/site-content/releasenotes/1.6.2-tests/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.2-tests/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.6.2-tests/index.html (original)
+++ jclouds/site-content/releasenotes/1.6.2-tests/index.html Mon Feb 10 
07:25:53 2025
@@ -149,99 +149,97 @@
             <div class="page-header">
                 <h1>Test Results for Version 1.6.2</h1>
             </div>
-            <h2>Providers</h2>
+            <h2 id="providers">Providers</h2>
 
-<p>The following are Provider modules.  These are preconfigured for public 
cloud services, and are accessible via the maven group 
<code>org.jclouds.provider</code>.</p>
+<p>The following are Provider modules.  These are preconfigured for public 
cloud services, and are accessible via the maven group <code 
class="language-plaintext highlighter-rouge">org.jclouds.provider</code>.</p>
 
 <table>
-<thead>
-<tr>
-<th>  <em>maven dependency</em> </th>
-<th>  <em>abstraction</em> </th>
-<th>  <em>technical contact</em> </th>
-<th>  <em>failures</em> </th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td> o.a.j.p/aws-s3</td>
-<td> blobstore</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.2/aws-s3-failures.txt">4</a></td>
-</tr>
-<tr>
-<td> o.a.j.p/azureblob</td>
-<td> blobstore</td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.2/azureblob-failures.txt">1</a></td>
-</tr>
-<tr>
-<td> o.a.j.p/cloudfiles-us</td>
-<td> blobstore</td>
-<td> sdk-support @t rackspace.com </td>
-<td> <a href="/releasenotes/1.6.2/cloudfiles-us-failues.txt">2</a></td>
-</tr>
-<tr>
-<td> o.a.j.p/hpcloud-objectstorage</td>
-<td> blobstore</td>
-<td> unassigned </td>
-<td> <a 
href="/releasenotes/1.6.2/hpcloud-objectstorage-failures.txt">3</a></td>
-</tr>
-</tbody>
+  <thead>
+    <tr>
+      <th><em>maven dependency</em></th>
+      <th><em>abstraction</em></th>
+      <th><em>technical contact</em></th>
+      <th><em>failures</em></th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>o.a.j.p/aws-s3</td>
+      <td>blobstore</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.2/aws-s3-failures.txt">4</a></td>
+    </tr>
+    <tr>
+      <td>o.a.j.p/azureblob</td>
+      <td>blobstore</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.2/azureblob-failures.txt">1</a></td>
+    </tr>
+    <tr>
+      <td>o.a.j.p/cloudfiles-us</td>
+      <td>blobstore</td>
+      <td>sdk-support @t rackspace.com</td>
+      <td><a href="/releasenotes/1.6.2/cloudfiles-us-failues.txt">2</a></td>
+    </tr>
+    <tr>
+      <td>o.a.j.p/hpcloud-objectstorage</td>
+      <td>blobstore</td>
+      <td>unassigned</td>
+      <td><a 
href="/releasenotes/1.6.2/hpcloud-objectstorage-failures.txt">3</a></td>
+    </tr>
+  </tbody>
 </table>
 
+<h2 id="apis">Apis</h2>
 
-<h2>Apis</h2>
-
-<p>The following are Api modules.  These can be targeted at an endpoint, such 
as your private cloud url.  Api modules are accessible via the maven group 
<code>org.jclouds.api</code>.</p>
+<p>The following are Api modules.  These can be targeted at an endpoint, such 
as your private cloud url.  Api modules are accessible via the maven group 
<code class="language-plaintext highlighter-rouge">org.jclouds.api</code>.</p>
 
 <table>
-<thead>
-<tr>
-<th>  <em>maven dependency</em> </th>
-<th>  <em>abstraction</em> </th>
-<th>  <em>endpoint tested</em> </th>
-<th> <em>technical contact</em> </th>
-<th>  <em>failures</em> </th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td> o.a.j.a/atmos</td>
-<td> blobstore</td>
-<td> http://onlinestorage.ninefold.com </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.2/atmos-failures.txt">4</a></td>
-</tr>
-</tbody>
+  <thead>
+    <tr>
+      <th><em>maven dependency</em></th>
+      <th><em>abstraction</em></th>
+      <th><em>endpoint tested</em></th>
+      <th><em>technical contact</em></th>
+      <th><em>failures</em></th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>o.a.j.a/atmos</td>
+      <td>blobstore</td>
+      <td>http://onlinestorage.ninefold.com</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.2/atmos-failures.txt">4</a></td>
+    </tr>
+  </tbody>
 </table>
 
+<h2 id="labs">Labs</h2>
 
-<h2>Labs</h2>
-
-<p>The following are Labs apis and providers.  These are not yet stable, but 
you can try them out via the maven group 
<code>org.apache.jclouds.labs</code></p>
+<p>The following are Labs apis and providers.  These are not yet stable, but 
you can try them out via the maven group <code class="language-plaintext 
highlighter-rouge">org.apache.jclouds.labs</code></p>
 
 <table>
-<thead>
-<tr>
-<th>  <em>maven dependency</em> </th>
-<th>  <em>type</em> </th>
-<th> <em>abstraction</em> </th>
-<th>  <em>endpoint tested</em> </th>
-<th> <em>technical contact</em> </th>
-<th>  <em>failures</em> </th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td> o.a.j.l/hostedchef </td>
-<td> provider </td>
-<td>  </td>
-<td> http://api.opscode.com/organizations/nacx </td>
-<td> unassigned </td>
-<td> <a href="/releasenotes/1.6.2/hostedchef-failures.txt">5</a></td>
-</tr>
-</tbody>
+  <thead>
+    <tr>
+      <th><em>maven dependency</em></th>
+      <th><em>type</em></th>
+      <th><em>abstraction</em></th>
+      <th><em>endpoint tested</em></th>
+      <th><em>technical contact</em></th>
+      <th><em>failures</em></th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>o.a.j.l/hostedchef</td>
+      <td>provider</td>
+      <td> </td>
+      <td>http://api.opscode.com/organizations/nacx</td>
+      <td>unassigned</td>
+      <td><a href="/releasenotes/1.6.2/hostedchef-failures.txt">5</a></td>
+    </tr>
+  </tbody>
 </table>
 
 

Modified: jclouds/site-content/releasenotes/1.6.2/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.2/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.6.2/index.html (original)
+++ jclouds/site-content/releasenotes/1.6.2/index.html Mon Feb 10 07:25:53 2025
@@ -152,7 +152,7 @@
                     <span class="text-muted">27 August 2013</span>
                 
             </div>
-            <h2>Introduction</h2>
+            <h2 id="introduction">Introduction</h2>
 
 <p>jclouds version 1.6.2-incubating is the second release of jclouds in the 
Apache Incubator.</p>
 
@@ -160,38 +160,35 @@
 
 <p>To get jclouds, please see the <a href="/start/install">jclouds 
installation guide</a>.</p>
 
-<h2>Reminder</h2>
+<h2 id="reminder">Reminder</h2>
 
 <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>
+  <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>
 
-
-<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+<figure class="highlight"><pre><code class="language-xml" 
data-lang="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>
-
+<span class="nt">&lt;/dependencies&gt;</span></code></pre></figure>
 
-<h2>Credits</h2>
+<h2 id="credits">Credits</h2>
 
 <p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
 
 <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>
+  <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>
+<h2 id="test-results">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>
 
+
             <div class="row clearfix">
                 <div id="footer" class="col-md-12 column">
                     <div id="footer">

Modified: jclouds/site-content/releasenotes/1.6.3/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.3/index.html?rev=1923693&r1=1923692&r2=1923693&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.6.3/index.html (original)
+++ jclouds/site-content/releasenotes/1.6.3/index.html Mon Feb 10 07:25:53 2025
@@ -152,7 +152,7 @@
                     <span class="text-muted">30 November 2013</span>
                 
             </div>
-            <h2>Introduction</h2>
+            <h2 id="introduction">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>
 
@@ -160,35 +160,33 @@
 
 <p>To get jclouds, please see the <a href="/start/install">jclouds 
installation guide</a>.</p>
 
-<h2>Reminder</h2>
+<h2 id="reminder">Reminder</h2>
 
 <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>
 
-<div class="highlight"><pre><code class="xml"><span 
class="nt">&lt;dependencies&gt;</span>
+<figure class="highlight"><pre><code class="language-xml" 
data-lang="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>
+<span class="nt">&lt;/dependencies&gt;</span></code></pre></figure>
 
-
-<h2>Credits</h2>
+<h2 id="credits">Credits</h2>
 
 <p>jclouds would like to thank everyone who contributed time and effort in 
order to make this release happen:</p>
 
 <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>
+  <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>
 
-
-<h2>Test Results</h2>
+<h2 id="test-results">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>
 
+
             <div class="row clearfix">
                 <div id="footer" class="col-md-12 column">
                     <div id="footer">


Reply via email to