You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by ad...@apache.org on 2011/03/07 22:20:27 UTC

svn commit: r1078955 - in /incubator/whirr/trunk: cli/pom.xml core/pom.xml pom.xml services/cassandra/pom.xml services/cdh/pom.xml services/hadoop/pom.xml services/hbase/pom.xml services/zookeeper/pom.xml

Author: adriancole
Date: Mon Mar  7 21:20:26 2011
New Revision: 1078955

URL: http://svn.apache.org/viewvc?rev=1078955&view=rev
Log:
WHIRR-248 Update to jclouds-1.0-beta9b

Modified:
    incubator/whirr/trunk/cli/pom.xml
    incubator/whirr/trunk/core/pom.xml
    incubator/whirr/trunk/pom.xml
    incubator/whirr/trunk/services/cassandra/pom.xml
    incubator/whirr/trunk/services/cdh/pom.xml
    incubator/whirr/trunk/services/hadoop/pom.xml
    incubator/whirr/trunk/services/hbase/pom.xml
    incubator/whirr/trunk/services/zookeeper/pom.xml

Modified: incubator/whirr/trunk/cli/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/cli/pom.xml?rev=1078955&r1=1078954&r2=1078955&view=diff
==============================================================================
--- incubator/whirr/trunk/cli/pom.xml (original)
+++ incubator/whirr/trunk/cli/pom.xml Mon Mar  7 21:20:26 2011
@@ -69,10 +69,6 @@
     </dependency>
     <dependency>
       <groupId>org.jclouds.driver</groupId>
-      <artifactId>jclouds-enterprise</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jclouds.driver</groupId>
       <artifactId>jclouds-jsch</artifactId>
     </dependency>
     <dependency>

Modified: incubator/whirr/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/core/pom.xml?rev=1078955&r1=1078954&r2=1078955&view=diff
==============================================================================
--- incubator/whirr/trunk/core/pom.xml (original)
+++ incubator/whirr/trunk/core/pom.xml Mon Mar  7 21:20:26 2011
@@ -47,10 +47,6 @@
     </dependency>
     <dependency>
       <groupId>org.jclouds.driver</groupId>
-      <artifactId>jclouds-enterprise</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jclouds.driver</groupId>
       <artifactId>jclouds-jsch</artifactId>
     </dependency>
     <dependency>
@@ -58,10 +54,6 @@
       <artifactId>jclouds-log4j</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jclouds</groupId>
-      <artifactId>jclouds-scriptbuilder</artifactId>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>

Modified: incubator/whirr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/pom.xml?rev=1078955&r1=1078954&r2=1078955&view=diff
==============================================================================
--- incubator/whirr/trunk/pom.xml (original)
+++ incubator/whirr/trunk/pom.xml Mon Mar  7 21:20:26 2011
@@ -47,7 +47,7 @@
   </modules>
 
   <properties>
-    <jclouds.version>1.0-beta-9</jclouds.version>
+    <jclouds.version>1.0-beta-9b</jclouds.version>
   </properties>
 
   <dependencyManagement>
@@ -74,11 +74,6 @@
       </dependency>
       <dependency>
         <groupId>org.jclouds.driver</groupId>
-        <artifactId>jclouds-enterprise</artifactId>
-        <version>${jclouds.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jclouds.driver</groupId>
         <artifactId>jclouds-jsch</artifactId>
         <version>${jclouds.version}</version>
       </dependency>
@@ -88,11 +83,6 @@
         <version>${jclouds.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.jclouds</groupId>
-        <artifactId>jclouds-scriptbuilder</artifactId>
-        <version>${jclouds.version}</version>
-      </dependency>
-      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>4.8.1</version>
@@ -138,7 +128,7 @@
       <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
-        <version>1.2.15</version>
+        <version>1.2.16</version>
         <exclusions>
           <exclusion>
             <groupId>javax.mail</groupId>
@@ -161,7 +151,7 @@
       <dependency>
         <groupId>com.jcraft</groupId>
         <artifactId>jsch</artifactId>
-        <version>0.1.42</version>
+        <version>0.1.44-1</version>
       </dependency>
       <dependency>
         <groupId>dnsjava</groupId>
@@ -515,10 +505,6 @@
       </releases>
     </repository>
     <repository>
-      <id>jclouds</id>
-      <url>http://jclouds.googlecode.com/svn/repo</url>
-    </repository>
-    <repository>
       <id>cloudera</id>
       <url>https://repository.cloudera.com/content/repositories/releases/</url>
     </repository>

Modified: incubator/whirr/trunk/services/cassandra/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/services/cassandra/pom.xml?rev=1078955&r1=1078954&r2=1078955&view=diff
==============================================================================
--- incubator/whirr/trunk/services/cassandra/pom.xml (original)
+++ incubator/whirr/trunk/services/cassandra/pom.xml Mon Mar  7 21:20:26 2011
@@ -55,10 +55,6 @@
     </dependency>
     <dependency>
       <groupId>org.jclouds.driver</groupId>
-      <artifactId>jclouds-enterprise</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jclouds.driver</groupId>
       <artifactId>jclouds-jsch</artifactId>
     </dependency>
     <dependency>

Modified: incubator/whirr/trunk/services/cdh/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/services/cdh/pom.xml?rev=1078955&r1=1078954&r2=1078955&view=diff
==============================================================================
--- incubator/whirr/trunk/services/cdh/pom.xml (original)
+++ incubator/whirr/trunk/services/cdh/pom.xml Mon Mar  7 21:20:26 2011
@@ -60,10 +60,6 @@
     </dependency>
     <dependency>
       <groupId>org.jclouds.driver</groupId>
-      <artifactId>jclouds-enterprise</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jclouds.driver</groupId>
       <artifactId>jclouds-jsch</artifactId>
     </dependency>
     <dependency>

Modified: incubator/whirr/trunk/services/hadoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/services/hadoop/pom.xml?rev=1078955&r1=1078954&r2=1078955&view=diff
==============================================================================
--- incubator/whirr/trunk/services/hadoop/pom.xml (original)
+++ incubator/whirr/trunk/services/hadoop/pom.xml Mon Mar  7 21:20:26 2011
@@ -58,10 +58,6 @@
     </dependency>
     <dependency>
       <groupId>org.jclouds.driver</groupId>
-      <artifactId>jclouds-enterprise</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jclouds.driver</groupId>
       <artifactId>jclouds-jsch</artifactId>
     </dependency>
     <dependency>

Modified: incubator/whirr/trunk/services/hbase/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/services/hbase/pom.xml?rev=1078955&r1=1078954&r2=1078955&view=diff
==============================================================================
--- incubator/whirr/trunk/services/hbase/pom.xml (original)
+++ incubator/whirr/trunk/services/hbase/pom.xml Mon Mar  7 21:20:26 2011
@@ -69,10 +69,6 @@
     </dependency>
     <dependency>
       <groupId>org.jclouds.driver</groupId>
-      <artifactId>jclouds-enterprise</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jclouds.driver</groupId>
       <artifactId>jclouds-jsch</artifactId>
     </dependency>
     <dependency>

Modified: incubator/whirr/trunk/services/zookeeper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/services/zookeeper/pom.xml?rev=1078955&r1=1078954&r2=1078955&view=diff
==============================================================================
--- incubator/whirr/trunk/services/zookeeper/pom.xml (original)
+++ incubator/whirr/trunk/services/zookeeper/pom.xml Mon Mar  7 21:20:26 2011
@@ -55,10 +55,6 @@
     </dependency>
     <dependency>
       <groupId>org.jclouds.driver</groupId>
-      <artifactId>jclouds-enterprise</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jclouds.driver</groupId>
       <artifactId>jclouds-jsch</artifactId>
     </dependency>
     <dependency>