You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2011/05/15 07:19:35 UTC

svn commit: r1103271 - in /incubator/whirr/trunk: CHANGES.txt pom.xml

Author: tomwhite
Date: Sun May 15 05:19:35 2011
New Revision: 1103271

URL: http://svn.apache.org/viewvc?rev=1103271&view=rev
Log:
WHIRR-304. Upgrade to jclouds 1.0-beta-9c. Contributed by Adrian Cole.

Modified:
    incubator/whirr/trunk/CHANGES.txt
    incubator/whirr/trunk/pom.xml

Modified: incubator/whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/CHANGES.txt?rev=1103271&r1=1103270&r2=1103271&view=diff
==============================================================================
--- incubator/whirr/trunk/CHANGES.txt (original)
+++ incubator/whirr/trunk/CHANGES.txt Sun May 15 05:19:35 2011
@@ -82,6 +82,8 @@ Trunk (unreleased changes)
     WHIRR-61. Make more efficient use of ComputeServiceContext. (adriancole and
     asavu via tomwhite)
 
+    WHIRR-304. Upgrade to jclouds 1.0-beta-9c. (adriancole via tomwhite)
+
   BUG FIXES
 
     WHIRR-253. ZooKeeper service should only authorize ingress to ZooKeeper 

Modified: incubator/whirr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/pom.xml?rev=1103271&r1=1103270&r2=1103271&view=diff
==============================================================================
--- incubator/whirr/trunk/pom.xml (original)
+++ incubator/whirr/trunk/pom.xml Sun May 15 05:19:35 2011
@@ -49,7 +49,7 @@
   </modules>
 
   <properties>
-    <jclouds.version>1.0-beta-9b</jclouds.version>
+    <jclouds.version>1.0-beta-9c</jclouds.version>
   </properties>
 
   <dependencyManagement>