Author: abayer
Date: Fri Aug 17 21:04:02 2012
New Revision: 1374439

URL: http://svn.apache.org/viewvc?rev=1374439&view=rev
Log:
Preparing for 0.9.0 development

Modified:
    whirr/trunk/CHANGES.txt
    whirr/trunk/build-tools/pom.xml
    whirr/trunk/cli/pom.xml
    whirr/trunk/core/pom.xml
    whirr/trunk/examples/pom.xml
    whirr/trunk/platforms/karaf/commands/pom.xml
    whirr/trunk/platforms/karaf/feature/pom.xml
    whirr/trunk/platforms/karaf/itests/pom.xml
    whirr/trunk/platforms/karaf/pom.xml
    whirr/trunk/pom.xml
    whirr/trunk/services/cassandra/pom.xml
    whirr/trunk/services/cdh-oldtests/pom.xml
    whirr/trunk/services/cdh/pom.xml
    whirr/trunk/services/chef/pom.xml
    whirr/trunk/services/elasticsearch/pom.xml
    whirr/trunk/services/ganglia/pom.xml
    whirr/trunk/services/hadoop/pom.xml
    whirr/trunk/services/hama/pom.xml
    whirr/trunk/services/hbase-oldtests/pom.xml
    whirr/trunk/services/hbase/pom.xml
    whirr/trunk/services/mahout/pom.xml
    whirr/trunk/services/pig/pom.xml
    whirr/trunk/services/puppet/pom.xml
    whirr/trunk/services/solr/pom.xml
    whirr/trunk/services/voldemort/pom.xml
    whirr/trunk/services/yarn/pom.xml
    whirr/trunk/services/zookeeper/pom.xml
    whirr/trunk/src/site/xdoc/whirr-in-5-minutes.xml

Modified: whirr/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/whirr/trunk/CHANGES.txt?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/CHANGES.txt (original)
+++ whirr/trunk/CHANGES.txt Fri Aug 17 21:04:02 2012
@@ -1,5 +1,7 @@
 Apache Whirr Change Log
 
+Trunk (unreleased changes)
+
 Release 0.8.0 - 2012-08-17
 
   NEW FEATURES

Modified: whirr/trunk/build-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/build-tools/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/build-tools/pom.xml (original)
+++ whirr/trunk/build-tools/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,7 +20,7 @@
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-build-tools</artifactId>
   <packaging>jar</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr Build Tools</name>
   <distributionManagement>
     <repository>

Modified: whirr/trunk/cli/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/cli/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/cli/pom.xml (original)
+++ whirr/trunk/cli/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

Modified: whirr/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/core/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/core/pom.xml (original)
+++ whirr/trunk/core/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-core</artifactId>
   <packaging>bundle</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <properties>
     <osgi.import>
       !org.apache.whirr*,

Modified: whirr/trunk/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/examples/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/examples/pom.xml (original)
+++ whirr/trunk/examples/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-examples</artifactId>
   <packaging>bundle</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr Examples</name>
   <properties>
     <osgi.import>

Modified: whirr/trunk/platforms/karaf/commands/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/platforms/karaf/commands/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/platforms/karaf/commands/pom.xml (original)
+++ whirr/trunk/platforms/karaf/commands/pom.xml Fri Aug 17 21:04:02 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>karaf</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: whirr/trunk/platforms/karaf/feature/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/platforms/karaf/feature/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/platforms/karaf/feature/pom.xml (original)
+++ whirr/trunk/platforms/karaf/feature/pom.xml Fri Aug 17 21:04:02 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>karaf</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: whirr/trunk/platforms/karaf/itests/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/platforms/karaf/itests/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/platforms/karaf/itests/pom.xml (original)
+++ whirr/trunk/platforms/karaf/itests/pom.xml Fri Aug 17 21:04:02 2012
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>karaf</artifactId>
     <groupId>org.apache.whirr</groupId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: whirr/trunk/platforms/karaf/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/platforms/karaf/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/platforms/karaf/pom.xml (original)
+++ whirr/trunk/platforms/karaf/pom.xml Fri Aug 17 21:04:02 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: whirr/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/pom.xml (original)
+++ whirr/trunk/pom.xml Fri Aug 17 21:04:02 2012
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr</artifactId>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Whirr</name>

Modified: whirr/trunk/services/cassandra/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/cassandra/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/cassandra/pom.xml (original)
+++ whirr/trunk/services/cassandra/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cassandra</artifactId>
   <packaging>bundle</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr Cassandra</name>
   <properties>
     <osgi.import>

Modified: whirr/trunk/services/cdh-oldtests/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/cdh-oldtests/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/cdh-oldtests/pom.xml (original)
+++ whirr/trunk/services/cdh-oldtests/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh-oldtests</artifactId>
   <packaging>jar</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr CDH Old Tests</name>
   <dependencies>
     <dependency>

Modified: whirr/trunk/services/cdh/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/cdh/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/cdh/pom.xml (original)
+++ whirr/trunk/services/cdh/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh</artifactId>
   <packaging>bundle</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr CDH</name>
   <properties>
     <osgi.import>

Modified: whirr/trunk/services/chef/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/chef/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/chef/pom.xml (original)
+++ whirr/trunk/services/chef/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>whirr-chef</artifactId>

Modified: whirr/trunk/services/elasticsearch/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/elasticsearch/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/elasticsearch/pom.xml (original)
+++ whirr/trunk/services/elasticsearch/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-elasticsearch</artifactId>
   <packaging>bundle</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr ElasticSearch</name>
   <properties>
     <osgi.import>

Modified: whirr/trunk/services/ganglia/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/ganglia/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/ganglia/pom.xml (original)
+++ whirr/trunk/services/ganglia/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

Modified: whirr/trunk/services/hadoop/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/hadoop/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/hadoop/pom.xml (original)
+++ whirr/trunk/services/hadoop/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hadoop</artifactId>
   <packaging>bundle</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr Hadoop</name>
   <properties>
     <osgi.import>

Modified: whirr/trunk/services/hama/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/hama/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/hama/pom.xml (original)
+++ whirr/trunk/services/hama/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hama</artifactId>
   <packaging>bundle</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr Hama</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/trunk/services/hbase-oldtests/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/hbase-oldtests/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/hbase-oldtests/pom.xml (original)
+++ whirr/trunk/services/hbase-oldtests/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hbase-oldtests</artifactId>
   <packaging>jar</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr HBase Old Tests</name>
   <dependencies>
     <dependency>

Modified: whirr/trunk/services/hbase/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/hbase/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/hbase/pom.xml (original)
+++ whirr/trunk/services/hbase/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hbase</artifactId>
   <packaging>bundle</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr HBase</name>
   <properties>
     <osgi.import>

Modified: whirr/trunk/services/mahout/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/mahout/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/mahout/pom.xml (original)
+++ whirr/trunk/services/mahout/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

Modified: whirr/trunk/services/pig/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/pig/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/pig/pom.xml (original)
+++ whirr/trunk/services/pig/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

Modified: whirr/trunk/services/puppet/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/puppet/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/puppet/pom.xml (original)
+++ whirr/trunk/services/puppet/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>whirr-puppet</artifactId>

Modified: whirr/trunk/services/solr/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/solr/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/solr/pom.xml (original)
+++ whirr/trunk/services/solr/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-solr</artifactId>
   <packaging>bundle</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr Solr</name>
   <url>http://wiki.apache.org/solr</url>
   <properties>

Modified: whirr/trunk/services/voldemort/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/voldemort/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/voldemort/pom.xml (original)
+++ whirr/trunk/services/voldemort/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-voldemort</artifactId>
   <packaging>bundle</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr Voldemort</name>
   <properties>
     <osgi.import>

Modified: whirr/trunk/services/yarn/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/yarn/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/yarn/pom.xml (original)
+++ whirr/trunk/services/yarn/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-yarn</artifactId>
   <packaging>jar</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr YARN</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/trunk/services/zookeeper/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/zookeeper/pom.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/services/zookeeper/pom.xml (original)
+++ whirr/trunk/services/zookeeper/pom.xml Fri Aug 17 21:04:02 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-zookeeper</artifactId>
   <packaging>bundle</packaging>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <name>Apache Whirr ZooKeeper</name>
   <properties>
     <osgi.import>

Modified: whirr/trunk/src/site/xdoc/whirr-in-5-minutes.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/src/site/xdoc/whirr-in-5-minutes.xml?rev=1374439&r1=1374438&r2=1374439&view=diff
==============================================================================
--- whirr/trunk/src/site/xdoc/whirr-in-5-minutes.xml (original)
+++ whirr/trunk/src/site/xdoc/whirr-in-5-minutes.xml Fri Aug 17 21:04:02 2012
@@ -31,8 +31,8 @@ export WHIRR_IDENTITY=$AWS_ACCESS_KEY_ID
 export WHIRR_CREDENTIAL=$AWS_SECRET_ACCESS_KEY
 # or create ~/.whirr/credentials similar to conf/credentials.sample
 
-curl -O http://www.apache.org/dist/whirr/whirr-0.8.0/whirr-0.8.0.tar.gz
-tar zxf whirr-0.8.0.tar.gz; cd whirr-0.8.0 
+curl -O http://www.apache.org/dist/whirr/whirr-0.9.0/whirr-0.9.0.tar.gz
+tar zxf whirr-0.9.0.tar.gz; cd whirr-0.9.0 
 
 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 


Reply via email to