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/05/17 06:49:45 UTC

svn commit: r1103999 - in /incubator/whirr/branches/branch-0.5: ./ build-tools/ cli/ core/ services/cassandra/ services/cdh/ services/elasticsearch/ services/hadoop/ services/hbase/ services/voldemort/ services/zookeeper/

Author: tomwhite
Date: Tue May 17 04:49:45 2011
New Revision: 1103999

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

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

Modified: incubator/whirr/branches/branch-0.5/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.5/build-tools/pom.xml?rev=1103999&r1=1103998&r2=1103999&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.5/build-tools/pom.xml (original)
+++ incubator/whirr/branches/branch-0.5/build-tools/pom.xml Tue May 17 04:49:45 2011
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.5.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.5.0-incubating</version>
   <name>Apache Whirr Build Tools</name>
 </project>

Modified: incubator/whirr/branches/branch-0.5/cli/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.5/cli/pom.xml?rev=1103999&r1=1103998&r2=1103999&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.5/cli/pom.xml (original)
+++ incubator/whirr/branches/branch-0.5/cli/pom.xml Tue May 17 04:49:45 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.5.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.5.0-incubating</version>
   <name>Apache Whirr CLI</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.5/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.5/core/pom.xml?rev=1103999&r1=1103998&r2=1103999&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.5/core/pom.xml (original)
+++ incubator/whirr/branches/branch-0.5/core/pom.xml Tue May 17 04:49:45 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.5.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.5.0-incubating</version>
   <name>Apache Whirr Core</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.5/pom.xml?rev=1103999&r1=1103998&r2=1103999&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.5/pom.xml (original)
+++ incubator/whirr/branches/branch-0.5/pom.xml Tue May 17 04:49:45 2011
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr</artifactId>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.5.0-incubating</version>
   <packaging>pom</packaging>
   
   <name>Whirr</name>
@@ -224,7 +224,7 @@
           <dependency>
             <groupId>org.apache.whirr</groupId>
             <artifactId>whirr-build-tools</artifactId>
-            <version>0.5.0-incubating-SNAPSHOT</version>
+            <version>0.5.0-incubating</version>
           </dependency>
         </dependencies>
       </plugin>

Modified: incubator/whirr/branches/branch-0.5/services/cassandra/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.5/services/cassandra/pom.xml?rev=1103999&r1=1103998&r2=1103999&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.5/services/cassandra/pom.xml (original)
+++ incubator/whirr/branches/branch-0.5/services/cassandra/pom.xml Tue May 17 04:49:45 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.5.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.5.0-incubating</version>
   <name>Apache Whirr Cassandra</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.5/services/cdh/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.5/services/cdh/pom.xml?rev=1103999&r1=1103998&r2=1103999&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.5/services/cdh/pom.xml (original)
+++ incubator/whirr/branches/branch-0.5/services/cdh/pom.xml Tue May 17 04:49:45 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.5.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.5.0-incubating</version>
   <name>Apache Whirr CDH</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.5/services/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.5/services/elasticsearch/pom.xml?rev=1103999&r1=1103998&r2=1103999&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.5/services/elasticsearch/pom.xml (original)
+++ incubator/whirr/branches/branch-0.5/services/elasticsearch/pom.xml Tue May 17 04:49:45 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.5.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-elasticsearch</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.5.0-incubating</version>
   <name>Apache Whirr ElasticSearch</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.5/services/hadoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.5/services/hadoop/pom.xml?rev=1103999&r1=1103998&r2=1103999&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.5/services/hadoop/pom.xml (original)
+++ incubator/whirr/branches/branch-0.5/services/hadoop/pom.xml Tue May 17 04:49:45 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.5.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.5.0-incubating</version>
   <name>Apache Whirr Hadoop</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: incubator/whirr/branches/branch-0.5/services/hbase/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.5/services/hbase/pom.xml?rev=1103999&r1=1103998&r2=1103999&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.5/services/hbase/pom.xml (original)
+++ incubator/whirr/branches/branch-0.5/services/hbase/pom.xml Tue May 17 04:49:45 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.5.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.5.0-incubating</version>
   <name>Apache Whirr HBase</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: incubator/whirr/branches/branch-0.5/services/voldemort/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.5/services/voldemort/pom.xml?rev=1103999&r1=1103998&r2=1103999&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.5/services/voldemort/pom.xml (original)
+++ incubator/whirr/branches/branch-0.5/services/voldemort/pom.xml Tue May 17 04:49:45 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.5.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-voldemort</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.0-incubating-SNAPSHOT</version>
+  <version>0.5.0-incubating</version>
   <name>Apache Whirr Voldemort</name>
   <dependencies>
     <dependency>

Modified: incubator/whirr/branches/branch-0.5/services/zookeeper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/branches/branch-0.5/services/zookeeper/pom.xml?rev=1103999&r1=1103998&r2=1103999&view=diff
==============================================================================
--- incubator/whirr/branches/branch-0.5/services/zookeeper/pom.xml (original)
+++ incubator/whirr/branches/branch-0.5/services/zookeeper/pom.xml Tue May 17 04:49:45 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.5.0-incubating-SNAPSHOT</version>
+    <version>0.5.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.5.0-incubating</version>
   <name>Apache Whirr ZooKeeper</name>
   <dependencies>
     <dependency>