You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by ab...@apache.org on 2014/02/28 00:00:41 UTC

[3/3] git commit: Moving to 0.10.0-SNAPSHOT

Moving to 0.10.0-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/whirr/repo
Commit: http://git-wip-us.apache.org/repos/asf/whirr/commit/f70bdf7e
Tree: http://git-wip-us.apache.org/repos/asf/whirr/tree/f70bdf7e
Diff: http://git-wip-us.apache.org/repos/asf/whirr/diff/f70bdf7e

Branch: refs/heads/trunk
Commit: f70bdf7eec17b124fbca818cdc4f452388b16293
Parents: 4c37cfb
Author: Andrew Bayer <an...@gmail.com>
Authored: Thu Feb 27 15:00:33 2014 -0800
Committer: Andrew Bayer <an...@gmail.com>
Committed: Thu Feb 27 15:00:33 2014 -0800

----------------------------------------------------------------------
 build-tools/pom.xml              |  2 +-
 cli/pom.xml                      |  2 +-
 core/pom.xml                     |  4 ++--
 examples/pom.xml                 |  4 ++--
 parent/pom.xml                   |  2 +-
 platforms/karaf/commands/pom.xml |  2 +-
 platforms/karaf/feature/pom.xml  |  2 +-
 platforms/karaf/itests/pom.xml   |  2 +-
 platforms/karaf/pom.xml          |  2 +-
 pom.xml                          |  4 ++--
 services/cassandra/pom.xml       |  4 ++--
 services/cdh-oldtests/pom.xml    |  4 ++--
 services/cdh/pom.xml             |  4 ++--
 services/chef/pom.xml            |  2 +-
 services/druid/pom.xml           | 10 +++++-----
 services/elasticsearch/pom.xml   |  4 ++--
 services/ganglia/pom.xml         |  2 +-
 services/hadoop/pom.xml          |  4 ++--
 services/hama/pom.xml            |  4 ++--
 services/hbase-oldtests/pom.xml  |  4 ++--
 services/hbase/pom.xml           |  4 ++--
 services/kerberos/pom.xml        |  2 +-
 services/mahout/pom.xml          |  2 +-
 services/pig/pom.xml             |  2 +-
 services/puppet/pom.xml          |  2 +-
 services/solr/pom.xml            |  4 ++--
 services/voldemort/pom.xml       |  4 ++--
 services/yarn/pom.xml            |  4 ++--
 services/zookeeper/pom.xml       |  4 ++--
 src/site/site.xml                |  2 +-
 src/site/xdoc/index.xml          |  2 +-
 31 files changed, 50 insertions(+), 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index fc1baaf..c683c9c 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -20,7 +20,7 @@
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-build-tools</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr Build Tools</name>
   <distributionManagement>
     <repository>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/cli/pom.xml
----------------------------------------------------------------------
diff --git a/cli/pom.xml b/cli/pom.xml
index 14e29a5..b9c1d7a 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index fd48676..693683e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-core</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <properties>
     <osgi.import>
       !org.apache.whirr*,

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 32efac2..fb7f725 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-examples</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr Examples</name>
   <properties>
     <osgi.import>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index beed393..74dabf2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-parent</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Whirr Parent POM</name>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/platforms/karaf/commands/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index 62ee86e..7dfd00a 100644
--- a/platforms/karaf/commands/pom.xml
+++ b/platforms/karaf/commands/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>karaf</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/platforms/karaf/feature/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/feature/pom.xml b/platforms/karaf/feature/pom.xml
index 4dfff99..378f323 100644
--- a/platforms/karaf/feature/pom.xml
+++ b/platforms/karaf/feature/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>karaf</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/platforms/karaf/itests/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/itests/pom.xml b/platforms/karaf/itests/pom.xml
index 3c285e7..5b7fd8d 100644
--- a/platforms/karaf/itests/pom.xml
+++ b/platforms/karaf/itests/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>karaf</artifactId>
     <groupId>org.apache.whirr</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/platforms/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml
index 80f1267..f786db0 100644
--- a/platforms/karaf/pom.xml
+++ b/platforms/karaf/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f3c234..9acfc42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>parent/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Whirr</name>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/services/cassandra/pom.xml b/services/cassandra/pom.xml
index 436a28e..508efd4 100644
--- a/services/cassandra/pom.xml
+++ b/services/cassandra/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cassandra</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr Cassandra</name>
   <properties>
     <osgi.import>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/cdh-oldtests/pom.xml
----------------------------------------------------------------------
diff --git a/services/cdh-oldtests/pom.xml b/services/cdh-oldtests/pom.xml
index 99e488e..4f7de27 100644
--- a/services/cdh-oldtests/pom.xml
+++ b/services/cdh-oldtests/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh-oldtests</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr CDH Old Tests</name>
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/cdh/pom.xml
----------------------------------------------------------------------
diff --git a/services/cdh/pom.xml b/services/cdh/pom.xml
index 9e02bd3..0128944 100644
--- a/services/cdh/pom.xml
+++ b/services/cdh/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-cdh</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr CDH</name>
   <properties>
     <osgi.import>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/chef/pom.xml
----------------------------------------------------------------------
diff --git a/services/chef/pom.xml b/services/chef/pom.xml
index 4bfc06b..67a1015 100644
--- a/services/chef/pom.xml
+++ b/services/chef/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <artifactId>whirr-chef</artifactId>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/druid/pom.xml
----------------------------------------------------------------------
diff --git a/services/druid/pom.xml b/services/druid/pom.xml
index 4eaa973..286bbb4 100644
--- a/services/druid/pom.xml
+++ b/services/druid/pom.xml
@@ -20,13 +20,13 @@
     <parent>
         <groupId>org.apache.whirr</groupId>
         <artifactId>whirr</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.10.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-druid</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <name>Apache Whirr Druid</name>
     <properties>
         <osgi.import>
@@ -50,19 +50,19 @@
         <dependency>
             <groupId>org.apache.whirr</groupId>
             <artifactId>whirr-core</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>0.10.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.whirr</groupId>
             <artifactId>whirr-core</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>0.10.0-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.whirr</groupId>
             <artifactId>whirr-zookeeper</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>0.10.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml
index 20d0fd6..fab538b 100644
--- a/services/elasticsearch/pom.xml
+++ b/services/elasticsearch/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-elasticsearch</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr ElasticSearch</name>
   <properties>
     <osgi.import>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/ganglia/pom.xml
----------------------------------------------------------------------
diff --git a/services/ganglia/pom.xml b/services/ganglia/pom.xml
index 1bcfa0f..e7fa584 100644
--- a/services/ganglia/pom.xml
+++ b/services/ganglia/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/services/hadoop/pom.xml b/services/hadoop/pom.xml
index 7db2b22..d0e3553 100644
--- a/services/hadoop/pom.xml
+++ b/services/hadoop/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hadoop</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr Hadoop</name>
   <properties>
     <osgi.import>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/hama/pom.xml
----------------------------------------------------------------------
diff --git a/services/hama/pom.xml b/services/hama/pom.xml
index cf1507f..373fd30 100644
--- a/services/hama/pom.xml
+++ b/services/hama/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hama</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr Hama</name>
   <properties>
     <hadoop.version>1.0.4</hadoop.version>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/hbase-oldtests/pom.xml
----------------------------------------------------------------------
diff --git a/services/hbase-oldtests/pom.xml b/services/hbase-oldtests/pom.xml
index b294eab..3121c5b 100644
--- a/services/hbase-oldtests/pom.xml
+++ b/services/hbase-oldtests/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hbase-oldtests</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr HBase Old Tests</name>
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/hbase/pom.xml
----------------------------------------------------------------------
diff --git a/services/hbase/pom.xml b/services/hbase/pom.xml
index 0da8d93..b8ad99d 100644
--- a/services/hbase/pom.xml
+++ b/services/hbase/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-hbase</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr HBase</name>
   <properties>
     <osgi.import>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/kerberos/pom.xml
----------------------------------------------------------------------
diff --git a/services/kerberos/pom.xml b/services/kerberos/pom.xml
index 3c8fdb9..becbc0e 100644
--- a/services/kerberos/pom.xml
+++ b/services/kerberos/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <artifactId>whirr-kerberos</artifactId>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/mahout/pom.xml
----------------------------------------------------------------------
diff --git a/services/mahout/pom.xml b/services/mahout/pom.xml
index c5d9407..7533f91 100644
--- a/services/mahout/pom.xml
+++ b/services/mahout/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/pig/pom.xml
----------------------------------------------------------------------
diff --git a/services/pig/pom.xml b/services/pig/pom.xml
index a452323..b330ffa 100644
--- a/services/pig/pom.xml
+++ b/services/pig/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/puppet/pom.xml
----------------------------------------------------------------------
diff --git a/services/puppet/pom.xml b/services/puppet/pom.xml
index b57ac90..9348706 100644
--- a/services/puppet/pom.xml
+++ b/services/puppet/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <artifactId>whirr-puppet</artifactId>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/solr/pom.xml
----------------------------------------------------------------------
diff --git a/services/solr/pom.xml b/services/solr/pom.xml
index 7ef0b89..5c0a8c9 100644
--- a/services/solr/pom.xml
+++ b/services/solr/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-solr</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr Solr</name>
   <url>http://wiki.apache.org/solr</url>
   <properties>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/voldemort/pom.xml
----------------------------------------------------------------------
diff --git a/services/voldemort/pom.xml b/services/voldemort/pom.xml
index 02fbf08..d759163 100644
--- a/services/voldemort/pom.xml
+++ b/services/voldemort/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-voldemort</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr Voldemort</name>
   <properties>
     <osgi.import>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/yarn/pom.xml
----------------------------------------------------------------------
diff --git a/services/yarn/pom.xml b/services/yarn/pom.xml
index 9288f86..685db51 100644
--- a/services/yarn/pom.xml
+++ b/services/yarn/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-yarn</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr YARN</name>
   <properties>
     <hadoop.version>1.0.4</hadoop.version>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/services/zookeeper/pom.xml
----------------------------------------------------------------------
diff --git a/services/zookeeper/pom.xml b/services/zookeeper/pom.xml
index 839e8e4..7d14421 100644
--- a/services/zookeeper/pom.xml
+++ b/services/zookeeper/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr-zookeeper</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <name>Apache Whirr ZooKeeper</name>
   <properties>
     <osgi.import>

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 498e6f0..712a50b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -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.9.0-SNAPSHOT" href="http://whirr.apache.org/docs/0.9.0-SNAPSHOT/"/>
+      <item name="0.10.0-SNAPSHOT" href="http://whirr.apache.org/docs/0.10.0-SNAPSHOT/"/>
     </breadcrumbs>
 
     <menu name="Whirr">

http://git-wip-us.apache.org/repos/asf/whirr/blob/f70bdf7e/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 49e5a17..dbf1c10 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd
   <properties></properties>
   <body>
   
-    <section name="Apache Whirr&#153; 0.9.0-SNAPSHOT"></section>
+    <section name="Apache Whirr&#153; 0.10.0-SNAPSHOT"></section>
     <p>Apache Whirr is a set of libraries for running cloud services.</p>
     <p>Whirr provides:</p>
     <ul>