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/18 21:23:49 UTC

[2/2] git commit: Releasing 0.9.0

Releasing 0.9.0


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

Branch: refs/heads/branch-0.9
Commit: 8d3658287ec6e587cba0c3d7eaa67d13004141ba
Parents: b79bde8
Author: Andrew Bayer <an...@gmail.com>
Authored: Tue Feb 18 12:07:44 2014 -0800
Committer: Andrew Bayer <an...@gmail.com>
Committed: Tue Feb 18 12:07:44 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/8d365828/build-tools/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/cli/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/core/pom.xml
----------------------------------------------------------------------
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*,

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/examples/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/parent/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/platforms/karaf/commands/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/platforms/karaf/feature/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/platforms/karaf/itests/pom.xml
----------------------------------------------------------------------
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>
 

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/platforms/karaf/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/cassandra/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/cdh-oldtests/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/cdh/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/chef/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/druid/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/elasticsearch/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/ganglia/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/hadoop/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/hama/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/hbase-oldtests/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/hbase/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/kerberos/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/mahout/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/pig/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/puppet/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/solr/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/voldemort/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/yarn/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/services/zookeeper/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/src/site/site.xml
----------------------------------------------------------------------
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">

http://git-wip-us.apache.org/repos/asf/whirr/blob/8d365828/src/site/xdoc/index.xml
----------------------------------------------------------------------
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 @@ 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.9.0"></section>
     <p>Apache Whirr is a set of libraries for running cloud services.</p>
     <p>Whirr provides:</p>
     <ul>