You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2011/10/19 00:54:04 UTC

svn commit: r1185912 - /incubator/ace/trunk/ace-nodelauncher-amazon/pom.xml

Author: marrs
Date: Tue Oct 18 22:54:04 2011
New Revision: 1185912

URL: http://svn.apache.org/viewvc?rev=1185912&view=rev
Log:
ACE-187 updated to jclouds 1.2.1

Modified:
    incubator/ace/trunk/ace-nodelauncher-amazon/pom.xml

Modified: incubator/ace/trunk/ace-nodelauncher-amazon/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-nodelauncher-amazon/pom.xml?rev=1185912&r1=1185911&r2=1185912&view=diff
==============================================================================
--- incubator/ace/trunk/ace-nodelauncher-amazon/pom.xml (original)
+++ incubator/ace/trunk/ace-nodelauncher-amazon/pom.xml Tue Oct 18 22:54:04 2011
@@ -87,13 +87,13 @@
        <dependency>
             <groupId>org.jclouds.driver</groupId>
             <artifactId>jclouds-jsch</artifactId>
-            <version>1.1.1</version>
+            <version>1.2.1</version>
             <scope>compile</scope>
         </dependency>
          <dependency>
         <groupId>org.jclouds</groupId>
         <artifactId>jclouds-allcompute</artifactId>
-        <version>1.1.1</version>
+        <version>1.2.1</version>
    </dependency>
         <dependency>
             <groupId>com.jcraft</groupId>