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/01/16 08:05:25 UTC

svn commit: r1059504 - in /incubator/whirr/branches/branch-0.3: build-tools/pom.xml 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: tomwhite
Date: Sun Jan 16 07:05:24 2011
New Revision: 1059504

URL: http://svn.apache.org/viewvc?rev=1059504&view=rev
Log:
Preparing for release 0.3.0-incubating

Modified:
    incubator/whirr/branches/branch-0.3/build-tools/pom.xml
    incubator/whirr/branches/branch-0.3/cli/pom.xml
    incubator/whirr/branches/branch-0.3/core/pom.xml
    incubator/whirr/branches/branch-0.3/pom.xml
    incubator/whirr/branches/branch-0.3/services/cassandra/pom.xml
    incubator/whirr/branches/branch-0.3/services/cdh/pom.xml
    incubator/whirr/branches/branch-0.3/services/hadoop/pom.xml
    incubator/whirr/branches/branch-0.3/services/hbase/pom.xml
    incubator/whirr/branches/branch-0.3/services/zookeeper/pom.xml

Modified: incubator/whirr/branches/branch-0.3/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.3/build-tools/pom.xml?rev=1059504&r1=1059503&r2=1059504&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.3/build-tools/pom.xml (original)
+++ incubator/whirr/branches/branch-0.3/build-tools/pom.xml Sun Jan 16 07:05:24 2011
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-build-tools</artifactId>
   <packaging>jar</packaging>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Apache Whirr Build Tools</name>
 </project>

Modified: incubator/whirr/branches/branch-0.3/cli/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.3/cli/pom.xml?rev=1059504&r1=1059503&r2=1059504&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.3/cli/pom.xml (original)
+++ incubator/whirr/branches/branch-0.3/cli/pom.xml Sun Jan 16 07:05:24 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cli</artifactId>
   <packaging>jar</packaging>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Apache Whirr CLI</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.3/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.3/core/pom.xml?rev=1059504&r1=1059503&r2=1059504&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.3/core/pom.xml (original)
+++ incubator/whirr/branches/branch-0.3/core/pom.xml Sun Jan 16 07:05:24 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Apache Whirr Core</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.3/pom.xml?rev=1059504&r1=1059503&r2=1059504&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.3/pom.xml (original)
+++ incubator/whirr/branches/branch-0.3/pom.xml Sun Jan 16 07:05:24 2011
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <packaging>pom</packaging>
   
   <name>Whirr</name>
@@ -196,7 +196,7 @@
           <dependency>
             <groupId>org.apache.whirr</groupId>
             <artifactId>whirr-build-tools</artifactId>
-            <version>0.3.0-incubating-SNAPSHOT</version>
+            <version>0.3.0-incubating</version>
           </dependency>
         </dependencies>
       </plugin>

Modified: incubator/whirr/branches/branch-0.3/services/cassandra/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.3/services/cassandra/pom.xml?rev=1059504&r1=1059503&r2=1059504&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.3/services/cassandra/pom.xml (original)
+++ incubator/whirr/branches/branch-0.3/services/cassandra/pom.xml Sun Jan 16 07:05:24 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cassandra</artifactId>
   <packaging>jar</packaging>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Apache Whirr Cassandra</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.3/services/cdh/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.3/services/cdh/pom.xml?rev=1059504&r1=1059503&r2=1059504&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.3/services/cdh/pom.xml (original)
+++ incubator/whirr/branches/branch-0.3/services/cdh/pom.xml Sun Jan 16 07:05:24 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh</artifactId>
   <packaging>jar</packaging>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Apache Whirr Hadoop</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.3/services/hadoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.3/services/hadoop/pom.xml?rev=1059504&r1=1059503&r2=1059504&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.3/services/hadoop/pom.xml (original)
+++ incubator/whirr/branches/branch-0.3/services/hadoop/pom.xml Sun Jan 16 07:05:24 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hadoop</artifactId>
   <packaging>jar</packaging>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Apache Whirr Hadoop</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: incubator/whirr/branches/branch-0.3/services/hbase/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.3/services/hbase/pom.xml?rev=1059504&r1=1059503&r2=1059504&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.3/services/hbase/pom.xml (original)
+++ incubator/whirr/branches/branch-0.3/services/hbase/pom.xml Sun Jan 16 07:05:24 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Apache Whirr HBase</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: incubator/whirr/branches/branch-0.3/services/zookeeper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.3/services/zookeeper/pom.xml?rev=1059504&r1=1059503&r2=1059504&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.3/services/zookeeper/pom.xml (original)
+++ incubator/whirr/branches/branch-0.3/services/zookeeper/pom.xml Sun Jan 16 07:05:24 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-zookeeper</artifactId>
   <packaging>jar</packaging>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Apache Whirr ZooKeeper</name>
   <dependencies>
     <dependency>