jclouds version 1.6.3 is the first release of jclouds as an Apache TLP, after two releases as part of the Apache Incubator.
You can read the official announcement at Apache jclouds 1.6.3 released. You can read the details of the specific JIRA issues addressed in this release at the JIRA Release Notes.
To get jclouds, please see the jclouds installation guide.
As per 1.6.1-incubating, the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:
<dependencies>
<dependency>
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-all</artifactId>
<version>1.6.3</version>
</dependency>
</dependencies>
jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
Please see the release discussion thread for test results for 1.6.3