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 2012/03/30 15:17:31 UTC

svn commit: r1307399 - in /whirr/branches/branch-0.7: ./ build-tools/ cli/ core/ examples/ services/cassandra/ services/cdh-oldtests/ services/cdh/ services/chef/ services/elasticsearch/ services/ganglia/ services/hadoop/ services/hama/ services/hbase/...

Author: asavu
Date: Fri Mar 30 13:17:30 2012
New Revision: 1307399

URL: http://svn.apache.org/viewvc?rev=1307399&view=rev
Log:
Updated version number to 0.7.2

Modified:
    whirr/branches/branch-0.7/build-tools/pom.xml
    whirr/branches/branch-0.7/cli/pom.xml
    whirr/branches/branch-0.7/core/pom.xml
    whirr/branches/branch-0.7/examples/pom.xml
    whirr/branches/branch-0.7/pom.xml
    whirr/branches/branch-0.7/services/cassandra/pom.xml
    whirr/branches/branch-0.7/services/cdh-oldtests/pom.xml
    whirr/branches/branch-0.7/services/cdh/pom.xml
    whirr/branches/branch-0.7/services/chef/pom.xml
    whirr/branches/branch-0.7/services/elasticsearch/pom.xml
    whirr/branches/branch-0.7/services/ganglia/pom.xml
    whirr/branches/branch-0.7/services/hadoop/pom.xml
    whirr/branches/branch-0.7/services/hama/pom.xml
    whirr/branches/branch-0.7/services/hbase/pom.xml
    whirr/branches/branch-0.7/services/mahout/pom.xml
    whirr/branches/branch-0.7/services/pig/pom.xml
    whirr/branches/branch-0.7/services/puppet/pom.xml
    whirr/branches/branch-0.7/services/voldemort/pom.xml
    whirr/branches/branch-0.7/services/yarn/pom.xml
    whirr/branches/branch-0.7/services/zookeeper/pom.xml
    whirr/branches/branch-0.7/src/site/site.xml
    whirr/branches/branch-0.7/src/site/xdoc/whirr-in-5-minutes.xml

Modified: whirr/branches/branch-0.7/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/build-tools/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/build-tools/pom.xml (original)
+++ whirr/branches/branch-0.7/build-tools/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,7 +20,7 @@
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-build-tools</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr Build Tools</name>
   <distributionManagement>
     <repository>

Modified: whirr/branches/branch-0.7/cli/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/cli/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/cli/pom.xml (original)
+++ whirr/branches/branch-0.7/cli/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cli</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr CLI</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/core/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/core/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/core/pom.xml (original)
+++ whirr/branches/branch-0.7/core/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr Core</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/examples/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/examples/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/examples/pom.xml (original)
+++ whirr/branches/branch-0.7/examples/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-examples</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr Examples</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/pom.xml (original)
+++ whirr/branches/branch-0.7/pom.xml Fri Mar 30 13:17:30 2012
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr</artifactId>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <packaging>pom</packaging>
   
   <name>Whirr</name>

Modified: whirr/branches/branch-0.7/services/cassandra/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/cassandra/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/cassandra/pom.xml (original)
+++ whirr/branches/branch-0.7/services/cassandra/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cassandra</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr Cassandra</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/cdh-oldtests/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/cdh-oldtests/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/cdh-oldtests/pom.xml (original)
+++ whirr/branches/branch-0.7/services/cdh-oldtests/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh-oldtests</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr CDH Old Tests</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/cdh/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/cdh/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/cdh/pom.xml (original)
+++ whirr/branches/branch-0.7/services/cdh/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr CDH</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/chef/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/chef/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/chef/pom.xml (original)
+++ whirr/branches/branch-0.7/services/chef/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>whirr-chef</artifactId>

Modified: whirr/branches/branch-0.7/services/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/elasticsearch/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/elasticsearch/pom.xml (original)
+++ whirr/branches/branch-0.7/services/elasticsearch/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-elasticsearch</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr ElasticSearch</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/ganglia/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/ganglia/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/ganglia/pom.xml (original)
+++ whirr/branches/branch-0.7/services/ganglia/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

Modified: whirr/branches/branch-0.7/services/hadoop/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/hadoop/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hadoop/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hadoop/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hadoop</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr Hadoop</name>
   <properties>
     <hadoop.version>0.20.205.0</hadoop.version>

Modified: whirr/branches/branch-0.7/services/hama/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/hama/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hama/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hama/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hama</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr Hama</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/branches/branch-0.7/services/hbase/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/hbase/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/hbase/pom.xml (original)
+++ whirr/branches/branch-0.7/services/hbase/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr HBase</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/branches/branch-0.7/services/mahout/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/mahout/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/mahout/pom.xml (original)
+++ whirr/branches/branch-0.7/services/mahout/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-mahout</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr Mahout</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/branches/branch-0.7/services/pig/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/pig/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/pig/pom.xml (original)
+++ whirr/branches/branch-0.7/services/pig/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

Modified: whirr/branches/branch-0.7/services/puppet/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/puppet/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/puppet/pom.xml (original)
+++ whirr/branches/branch-0.7/services/puppet/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>whirr-puppet</artifactId>

Modified: whirr/branches/branch-0.7/services/voldemort/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/voldemort/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/voldemort/pom.xml (original)
+++ whirr/branches/branch-0.7/services/voldemort/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-voldemort</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr Voldemort</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/services/yarn/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/yarn/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/yarn/pom.xml (original)
+++ whirr/branches/branch-0.7/services/yarn/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-yarn</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr YARN</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/branches/branch-0.7/services/zookeeper/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/zookeeper/pom.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/zookeeper/pom.xml (original)
+++ whirr/branches/branch-0.7/services/zookeeper/pom.xml Fri Mar 30 13:17:30 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.1</version>
+    <version>0.7.2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-zookeeper</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.1</version>
+  <version>0.7.2</version>
   <name>Apache Whirr ZooKeeper</name>
   <dependencies>
     <dependency>

Modified: whirr/branches/branch-0.7/src/site/site.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/src/site/site.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/src/site/site.xml (original)
+++ whirr/branches/branch-0.7/src/site/site.xml Fri Mar 30 13:17:30 2012
@@ -45,7 +45,7 @@
     <breadcrumbs position="left">
       <item name="Apache" href="http://www.apache.org/" />
       <item name="Whirr" href="http://whirr.apache.org/"/>
-      <item name="0.7.1" href="http://whirr.apache.org/docs/0.7.1/"/>
+      <item name="0.7.2" href="http://whirr.apache.org/docs/0.7.2/"/>
     </breadcrumbs>
 
     <menu name="Whirr">

Modified: whirr/branches/branch-0.7/src/site/xdoc/whirr-in-5-minutes.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/src/site/xdoc/whirr-in-5-minutes.xml?rev=1307399&r1=1307398&r2=1307399&view=diff
==============================================================================
--- whirr/branches/branch-0.7/src/site/xdoc/whirr-in-5-minutes.xml (original)
+++ whirr/branches/branch-0.7/src/site/xdoc/whirr-in-5-minutes.xml Fri Mar 30 13:17:30 2012
@@ -29,8 +29,8 @@ xsi:schemaLocation="http://maven.apache.
 export AWS_ACCESS_KEY_ID=... 
 export AWS_SECRET_ACCESS_KEY=... 
 
-curl -O http://www.apache.org/dist/whirr/whirr-0.7.1/whirr-0.7.1.tar.gz
-tar zxf whirr-0.7.1.tar.gz; cd whirr-0.7.1 
+curl -O http://www.apache.org/dist/whirr/whirr-0.7.2/whirr-0.7.2.tar.gz
+tar zxf whirr-0.7.2.tar.gz; cd whirr-0.7.2 
 
 ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa_whirr 
 bin/whirr launch-cluster --config recipes/zookeeper-ec2.properties --private-key-file ~/.ssh/id_rsa_whirr