mirror of https://github.com/apache/jclouds.git
updated readme to reflect latest version
This commit is contained in:
parent
960bfe709f
commit
28a5c15ca0
|
@ -7,8 +7,8 @@ two abstractions at the moment: compute and blobstore. compute helps you
|
||||||
bootstrap machines in the cloud. blobstore helps you manage key-value
|
bootstrap machines in the cloud. blobstore helps you manage key-value
|
||||||
data.
|
data.
|
||||||
|
|
||||||
our current version is 1.1.0
|
our current version is 1.1.1
|
||||||
our next maintenance version is 1.1.1-SNAPSHOT
|
our next maintenance version is 1.1.2-SNAPSHOT
|
||||||
our dev version is 1.2.0-SNAPSHOT
|
our dev version is 1.2.0-SNAPSHOT
|
||||||
|
|
||||||
check out our examples site! https://github.com/jclouds/jclouds-examples
|
check out our examples site! https://github.com/jclouds/jclouds-examples
|
||||||
|
@ -109,6 +109,7 @@ Compute Example (Clojure):
|
||||||
(RunScriptOptions$Builder/wrapInInitScript false))
|
(RunScriptOptions$Builder/wrapInInitScript false))
|
||||||
|
|
||||||
Downloads:
|
Downloads:
|
||||||
|
* release notes: http://code.google.com/p/jclouds/wiki/ReleaseNotes111
|
||||||
* installation guide: http://code.google.com/p/jclouds/wiki/Installation
|
* installation guide: http://code.google.com/p/jclouds/wiki/Installation
|
||||||
* maven repo: http://repo2.maven.org/maven2 (maven central - the default repository)
|
* maven repo: http://repo2.maven.org/maven2 (maven central - the default repository)
|
||||||
* snapshot repo: https://oss.sonatype.org/content/repositories/snapshots
|
* snapshot repo: https://oss.sonatype.org/content/repositories/snapshots
|
||||||
|
@ -116,6 +117,7 @@ Downloads:
|
||||||
Links:
|
Links:
|
||||||
* project page: http://code.google.com/p/jclouds/
|
* project page: http://code.google.com/p/jclouds/
|
||||||
* javadocs: http://jclouds.rimuhosting.com/apidocs/
|
* javadocs: http://jclouds.rimuhosting.com/apidocs/
|
||||||
|
* maven site: http://jclouds.googlecode.com/svn/maven-sites/1.1.1/jclouds-multi/index.html
|
||||||
* community: http://code.google.com/p/jclouds/wiki/AppsThatUseJClouds
|
* community: http://code.google.com/p/jclouds/wiki/AppsThatUseJClouds
|
||||||
* user group: http://groups.google.com/group/jclouds
|
* user group: http://groups.google.com/group/jclouds
|
||||||
* dev group: http://groups.google.com/group/jclouds-dev
|
* dev group: http://groups.google.com/group/jclouds-dev
|
||||||
|
|
Loading…
Reference in New Issue