Releasing 0.9.0
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index fc1baaf..3280264 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.9.0</version>
   <name>Apache Whirr Build Tools</name>
   <distributionManagement>
     <repository>
diff --git a/cli/pom.xml b/cli/pom.xml
index 14e29a5..e5262be 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.9.0</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
diff --git a/core/pom.xml b/core/pom.xml
index fd48676..d5df584 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.9.0</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.9.0</version>
   <properties>
     <osgi.import>
       !org.apache.whirr*,
diff --git a/examples/pom.xml b/examples/pom.xml
index 32efac2..585c1b6 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.9.0</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.9.0</version>
   <name>Apache Whirr Examples</name>
   <properties>
     <osgi.import>
diff --git a/parent/pom.xml b/parent/pom.xml
index beed393..2f7861b 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.9.0</version>
   <packaging>pom</packaging>
 
   <name>Whirr Parent POM</name>
diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index 62ee86e..e41ad3f 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.9.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/platforms/karaf/feature/pom.xml b/platforms/karaf/feature/pom.xml
index 4dfff99..46d1e9c 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.9.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/platforms/karaf/itests/pom.xml b/platforms/karaf/itests/pom.xml
index 3c285e7..fe57ca0 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.9.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml
index 80f1267..ce3efbe 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.9.0</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 1f3c234..c4d3585 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.9.0</version>
     <relativePath>parent/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.whirr</groupId>
   <artifactId>whirr</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.0</version>
   <packaging>pom</packaging>
 
   <name>Whirr</name>
diff --git a/services/cassandra/pom.xml b/services/cassandra/pom.xml
index 436a28e..edda2c6 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.9.0</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.9.0</version>
   <name>Apache Whirr Cassandra</name>
   <properties>
     <osgi.import>
diff --git a/services/cdh-oldtests/pom.xml b/services/cdh-oldtests/pom.xml
index 99e488e..2b4fa7c 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.9.0</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.9.0</version>
   <name>Apache Whirr CDH Old Tests</name>
   <dependencies>
     <dependency>
diff --git a/services/cdh/pom.xml b/services/cdh/pom.xml
index 9e02bd3..df46751 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.9.0</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.9.0</version>
   <name>Apache Whirr CDH</name>
   <properties>
     <osgi.import>
diff --git a/services/chef/pom.xml b/services/chef/pom.xml
index 4bfc06b..5aab0f0 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.9.0</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <artifactId>whirr-chef</artifactId>
diff --git a/services/druid/pom.xml b/services/druid/pom.xml
index b72ee04..8440d5d 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.9.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-druid</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</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.9.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.whirr</groupId>
             <artifactId>whirr-core</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>0.9.0</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.9.0</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml
index 20d0fd6..e571e43 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.9.0</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.9.0</version>
   <name>Apache Whirr ElasticSearch</name>
   <properties>
     <osgi.import>
diff --git a/services/ganglia/pom.xml b/services/ganglia/pom.xml
index 1bcfa0f..e559cef 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.9.0</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
diff --git a/services/hadoop/pom.xml b/services/hadoop/pom.xml
index 7db2b22..190bcb1 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.9.0</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.9.0</version>
   <name>Apache Whirr Hadoop</name>
   <properties>
     <osgi.import>
diff --git a/services/hama/pom.xml b/services/hama/pom.xml
index cf1507f..38f4700 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.9.0</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.9.0</version>
   <name>Apache Whirr Hama</name>
   <properties>
     <hadoop.version>1.0.4</hadoop.version>
diff --git a/services/hbase-oldtests/pom.xml b/services/hbase-oldtests/pom.xml
index b294eab..9f9f795 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.9.0</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.9.0</version>
   <name>Apache Whirr HBase Old Tests</name>
   <dependencies>
     <dependency>
diff --git a/services/hbase/pom.xml b/services/hbase/pom.xml
index 0da8d93..b2f6f24 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.9.0</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.9.0</version>
   <name>Apache Whirr HBase</name>
   <properties>
     <osgi.import>
diff --git a/services/kerberos/pom.xml b/services/kerberos/pom.xml
index 3c8fdb9..def7787 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.9.0</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <artifactId>whirr-kerberos</artifactId>
diff --git a/services/mahout/pom.xml b/services/mahout/pom.xml
index c5d9407..b8d1131 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.9.0</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
diff --git a/services/pig/pom.xml b/services/pig/pom.xml
index a452323..40a28a7 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.9.0</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.whirr</groupId>
diff --git a/services/puppet/pom.xml b/services/puppet/pom.xml
index b57ac90..9c4e8a3 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.9.0</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <artifactId>whirr-puppet</artifactId>
diff --git a/services/solr/pom.xml b/services/solr/pom.xml
index 7ef0b89..865b098 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.9.0</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.9.0</version>
   <name>Apache Whirr Solr</name>
   <url>http://wiki.apache.org/solr</url>
   <properties>
diff --git a/services/voldemort/pom.xml b/services/voldemort/pom.xml
index 02fbf08..0373050 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.9.0</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.9.0</version>
   <name>Apache Whirr Voldemort</name>
   <properties>
     <osgi.import>
diff --git a/services/yarn/pom.xml b/services/yarn/pom.xml
index 9288f86..1524198 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.9.0</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.9.0</version>
   <name>Apache Whirr YARN</name>
   <properties>
     <hadoop.version>1.0.4</hadoop.version>
diff --git a/services/zookeeper/pom.xml b/services/zookeeper/pom.xml
index 839e8e4..8928feb 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.9.0</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.9.0</version>
   <name>Apache Whirr ZooKeeper</name>
   <properties>
     <osgi.import>
diff --git a/src/site/site.xml b/src/site/site.xml
index 498e6f0..4b1fcc5 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.9.0" href="http://whirr.apache.org/docs/0.9.0/"/>
     </breadcrumbs>
 
     <menu name="Whirr">
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 49e5a17..746a2e0 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -21,7 +21,7 @@
   <properties></properties>
   <body>
   
-    <section name="Apache Whirr&#153; 0.9.0-SNAPSHOT"></section>
+    <section name="Apache Whirr&#153; 0.9.0"></section>
     <p>Apache Whirr is a set of libraries for running cloud services.</p>
     <p>Whirr provides:</p>
     <ul>