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 2011/03/15 18:35:45 UTC

svn commit: r1081875 - in /incubator/whirr/branches/branch-0.4: 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: asavu
Date: Tue Mar 15 17:35:44 2011
New Revision: 1081875

URL: http://svn.apache.org/viewvc?rev=1081875&view=rev
Log:
Updated version numbers for 0.4.0-incubating release

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

Modified: incubator/whirr/branches/branch-0.4/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.4/build-tools/pom.xml?rev=1081875&r1=1081874&r2=1081875&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.4/build-tools/pom.xml (original)
+++ incubator/whirr/branches/branch-0.4/build-tools/pom.xml Tue Mar 15 17:35:44 2011
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-build-tools</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <name>Apache Whirr Build Tools</name>
 </project>

Modified: incubator/whirr/branches/branch-0.4/cli/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.4/cli/pom.xml?rev=1081875&r1=1081874&r2=1081875&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.4/cli/pom.xml (original)
+++ incubator/whirr/branches/branch-0.4/cli/pom.xml Tue Mar 15 17:35:44 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cli</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <name>Apache Whirr CLI</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.4/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.4/core/pom.xml?rev=1081875&r1=1081874&r2=1081875&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.4/core/pom.xml (original)
+++ incubator/whirr/branches/branch-0.4/core/pom.xml Tue Mar 15 17:35:44 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <name>Apache Whirr Core</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.4/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.4/pom.xml?rev=1081875&r1=1081874&r2=1081875&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.4/pom.xml (original)
+++ incubator/whirr/branches/branch-0.4/pom.xml Tue Mar 15 17:35:44 2011
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr</artifactId>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <packaging>pom</packaging>
   
   <name>Whirr</name>
@@ -202,7 +202,7 @@
           <dependency>
             <groupId>org.apache.whirr</groupId>
             <artifactId>whirr-build-tools</artifactId>
-            <version>0.5.0-incubating-SNAPSHOT</version>
+            <version>0.4.0-incubating</version>
           </dependency>
         </dependencies>
       </plugin>

Modified: incubator/whirr/branches/branch-0.4/services/cassandra/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.4/services/cassandra/pom.xml?rev=1081875&r1=1081874&r2=1081875&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.4/services/cassandra/pom.xml (original)
+++ incubator/whirr/branches/branch-0.4/services/cassandra/pom.xml Tue Mar 15 17:35:44 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cassandra</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <name>Apache Whirr Cassandra</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.4/services/cdh/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.4/services/cdh/pom.xml?rev=1081875&r1=1081874&r2=1081875&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.4/services/cdh/pom.xml (original)
+++ incubator/whirr/branches/branch-0.4/services/cdh/pom.xml Tue Mar 15 17:35:44 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <name>Apache Whirr Hadoop</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.4/services/hadoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.4/services/hadoop/pom.xml?rev=1081875&r1=1081874&r2=1081875&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.4/services/hadoop/pom.xml (original)
+++ incubator/whirr/branches/branch-0.4/services/hadoop/pom.xml Tue Mar 15 17:35:44 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hadoop</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <name>Apache Whirr Hadoop</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: incubator/whirr/branches/branch-0.4/services/hbase/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.4/services/hbase/pom.xml?rev=1081875&r1=1081874&r2=1081875&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.4/services/hbase/pom.xml (original)
+++ incubator/whirr/branches/branch-0.4/services/hbase/pom.xml Tue Mar 15 17:35:44 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <name>Apache Whirr HBase</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: incubator/whirr/branches/branch-0.4/services/zookeeper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.4/services/zookeeper/pom.xml?rev=1081875&r1=1081874&r2=1081875&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.4/services/zookeeper/pom.xml (original)
+++ incubator/whirr/branches/branch-0.4/services/zookeeper/pom.xml Tue Mar 15 17:35:44 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-zookeeper</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <name>Apache Whirr ZooKeeper</name>
   <dependencies>
     <dependency>