You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by as...@apache.org on 2012/03/08 10:18:47 UTC

svn commit: r1298310 - in /whirr/branches/branch-0.7: CHANGES.txt pom.xml

Author: asavu
Date: Thu Mar  8 09:18:46 2012
New Revision: 1298310

URL: http://svn.apache.org/viewvc?rev=1298310&view=rev
Log:
WHIRR-457. Upgrade to jclouds 1.2.2 (Andrei Savu)

Modified:
    whirr/branches/branch-0.7/CHANGES.txt
    whirr/branches/branch-0.7/pom.xml

Modified: whirr/branches/branch-0.7/CHANGES.txt
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/CHANGES.txt?rev=1298310&r1=1298309&r2=1298310&view=diff
==============================================================================
--- whirr/branches/branch-0.7/CHANGES.txt (original)
+++ whirr/branches/branch-0.7/CHANGES.txt Thu Mar  8 09:18:46 2012
@@ -1,5 +1,15 @@
 Apache Whirr Change Log
 
+Release 0.7.2
+
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+    WHIRR-457. Upgrade to jclouds 1.2.2 (Andrei Savu)
+
+  BUG FIXES
+
 Release 0.7.1 - 2012-02-23
 
   IMPROVEMENTS

Modified: whirr/branches/branch-0.7/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/pom.xml?rev=1298310&r1=1298309&r2=1298310&view=diff
==============================================================================
--- whirr/branches/branch-0.7/pom.xml (original)
+++ whirr/branches/branch-0.7/pom.xml Thu Mar  8 09:18:46 2012
@@ -54,7 +54,7 @@
   </modules>
 
   <properties>
-    <jclouds.version>1.2.1</jclouds.version>
+    <jclouds.version>1.2.2</jclouds.version>
   </properties>
 
   <dependencyManagement>