Author: asavu
Date: Sat Dec 10 23:56:37 2011
New Revision: 1212936

URL: http://svn.apache.org/viewvc?rev=1212936&view=rev
Log:
Version bump from 0.7.0-SNAPSHOT to 0.8.0-SNAPSHOT

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/pom.xml
    whirr/trunk/services/cassandra/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/pom.xml
    whirr/trunk/services/mahout/pom.xml
    whirr/trunk/services/puppet/pom.xml
    whirr/trunk/services/voldemort/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=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/CHANGES.txt (original)
+++ whirr/trunk/CHANGES.txt Sat Dec 10 23:56:37 2011
@@ -1,5 +1,7 @@
 Apache Whirr Change Log
 
+Trunk (unreleased changes)
+
 Release 0.7.0 - 2011-12-11
 
   NEW FEATURES

Modified: whirr/trunk/build-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/build-tools/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/build-tools/pom.xml (original)
+++ whirr/trunk/build-tools/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,6 +20,6 @@
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-build-tools</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr Build Tools</name>
 </project>

Modified: whirr/trunk/cli/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/cli/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/cli/pom.xml (original)
+++ whirr/trunk/cli/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cli</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr CLI</name>
   <dependencies>
     <dependency>

Modified: whirr/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/core/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/core/pom.xml (original)
+++ whirr/trunk/core/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr Core</name>
   <dependencies>
     <dependency>

Modified: whirr/trunk/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/examples/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/examples/pom.xml (original)
+++ whirr/trunk/examples/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-examples</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr Examples</name>
   <dependencies>
     <dependency>

Modified: whirr/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/pom.xml (original)
+++ whirr/trunk/pom.xml Sat Dec 10 23:56:37 2011
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.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=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/cassandra/pom.xml (original)
+++ whirr/trunk/services/cassandra/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cassandra</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr Cassandra</name>
   <dependencies>
     <dependency>

Modified: whirr/trunk/services/cdh/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/cdh/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/cdh/pom.xml (original)
+++ whirr/trunk/services/cdh/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr CDH</name>
   <dependencies>
     <dependency>

Modified: whirr/trunk/services/chef/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/chef/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/chef/pom.xml (original)
+++ whirr/trunk/services/chef/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>whirr-chef</artifactId>
@@ -86,4 +86,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

Modified: whirr/trunk/services/elasticsearch/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/elasticsearch/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/elasticsearch/pom.xml (original)
+++ whirr/trunk/services/elasticsearch/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-elasticsearch</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr ElasticSearch</name>
   <dependencies>
     <dependency>

Modified: whirr/trunk/services/ganglia/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/ganglia/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/ganglia/pom.xml (original)
+++ whirr/trunk/services/ganglia/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.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=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/hadoop/pom.xml (original)
+++ whirr/trunk/services/hadoop/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hadoop</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr Hadoop</name>
   <properties>
     <hadoop.version>0.20.205.0</hadoop.version>

Modified: whirr/trunk/services/hama/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/hama/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/hama/pom.xml (original)
+++ whirr/trunk/services/hama/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hama</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr Hama</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/trunk/services/hbase/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/hbase/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/hbase/pom.xml (original)
+++ whirr/trunk/services/hbase/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr HBase</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/trunk/services/mahout/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/mahout/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/mahout/pom.xml (original)
+++ whirr/trunk/services/mahout/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-mahout</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr Mahout</name>
   <properties>
     <hadoop.version>0.20.2</hadoop.version>

Modified: whirr/trunk/services/puppet/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/puppet/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/puppet/pom.xml (original)
+++ whirr/trunk/services/puppet/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>whirr-puppet</artifactId>

Modified: whirr/trunk/services/voldemort/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/voldemort/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/voldemort/pom.xml (original)
+++ whirr/trunk/services/voldemort/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-voldemort</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr Voldemort</name>
   <dependencies>
     <dependency>

Modified: whirr/trunk/services/zookeeper/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/zookeeper/pom.xml?rev=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/services/zookeeper/pom.xml (original)
+++ whirr/trunk/services/zookeeper/pom.xml Sat Dec 10 23:56:37 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-zookeeper</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Whirr ZooKeeper</name>
   <dependencies>
     <dependency>

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=1212936&r1=1212935&r2=1212936&view=diff
==============================================================================
--- whirr/trunk/src/site/xdoc/whirr-in-5-minutes.xml (original)
+++ whirr/trunk/src/site/xdoc/whirr-in-5-minutes.xml Sat Dec 10 23:56:37 2011
@@ -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.0/whirr-0.7.0.tar.gz
-tar zxf whirr-0.7.0.tar.gz; cd whirr-0.7.0 
+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 
 
 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