You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/04/25 18:15:17 UTC

brooklyn-library git commit: Change version to 0.9.1-SNAPSHOT

Repository: brooklyn-library
Updated Branches:
  refs/heads/0.9.x [created] 5dfaa155d


Change version to 0.9.1-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/5dfaa155
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/5dfaa155
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/5dfaa155

Branch: refs/heads/0.9.x
Commit: 5dfaa155d35d38ece71815951c0010605e409780
Parents: 2565e6e
Author: Aled Sage <al...@gmail.com>
Authored: Mon Apr 25 17:14:04 2016 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Mon Apr 25 17:14:04 2016 +0100

----------------------------------------------------------------------
 examples/global-web-fabric/pom.xml                  | 2 +-
 examples/pom.xml                                    | 2 +-
 examples/simple-messaging-pubsub/pom.xml            | 2 +-
 examples/simple-nosql-cluster/pom.xml               | 2 +-
 examples/simple-web-cluster/pom.xml                 | 2 +-
 examples/webapps/hello-world-sql/pom.xml            | 2 +-
 examples/webapps/hello-world-webapp/pom.xml         | 2 +-
 examples/webapps/pom.xml                            | 2 +-
 pom.xml                                             | 4 ++--
 qa/pom.xml                                          | 2 +-
 qa/src/test/projects/downstream-parent-test/pom.xml | 6 +++---
 qa/start-monitor.sh                                 | 2 +-
 qa/start-webcluster.sh                              | 2 +-
 sandbox/cassandra-multicloud-snitch/pom.xml         | 2 +-
 sandbox/database/pom.xml                            | 2 +-
 sandbox/extra/pom.xml                               | 2 +-
 sandbox/mobile-app/pom.xml                          | 2 +-
 sandbox/monitoring/pom.xml                          | 2 +-
 sandbox/nosql/pom.xml                               | 2 +-
 software/cm/ansible/pom.xml                         | 2 +-
 software/cm/pom.xml                                 | 4 ++--
 software/cm/salt/pom.xml                            | 2 +-
 software/database/pom.xml                           | 2 +-
 software/messaging/pom.xml                          | 2 +-
 software/monitoring/pom.xml                         | 2 +-
 software/network/pom.xml                            | 2 +-
 software/nosql/pom.xml                              | 2 +-
 software/osgi/pom.xml                               | 2 +-
 software/webapp/pom.xml                             | 4 ++--
 29 files changed, 34 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/examples/global-web-fabric/pom.xml
----------------------------------------------------------------------
diff --git a/examples/global-web-fabric/pom.xml b/examples/global-web-fabric/pom.xml
index 4494b04..ea2b150 100644
--- a/examples/global-web-fabric/pom.xml
+++ b/examples/global-web-fabric/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.brooklyn.example</groupId>
         <artifactId>brooklyn-examples-parent</artifactId>
-        <version>0.9.0</version>   <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>   <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index d0035d8..3d8c700 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>   <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>   <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/examples/simple-messaging-pubsub/pom.xml
----------------------------------------------------------------------
diff --git a/examples/simple-messaging-pubsub/pom.xml b/examples/simple-messaging-pubsub/pom.xml
index e2c8871..8e66a96 100644
--- a/examples/simple-messaging-pubsub/pom.xml
+++ b/examples/simple-messaging-pubsub/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.brooklyn.example</groupId>
         <artifactId>brooklyn-examples-parent</artifactId>
-        <version>0.9.0</version>   <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>   <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/examples/simple-nosql-cluster/pom.xml
----------------------------------------------------------------------
diff --git a/examples/simple-nosql-cluster/pom.xml b/examples/simple-nosql-cluster/pom.xml
index 1738079..59c110e 100644
--- a/examples/simple-nosql-cluster/pom.xml
+++ b/examples/simple-nosql-cluster/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.brooklyn.example</groupId>
         <artifactId>brooklyn-examples-parent</artifactId>
-        <version>0.9.0</version>   <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>   <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/examples/simple-web-cluster/pom.xml
----------------------------------------------------------------------
diff --git a/examples/simple-web-cluster/pom.xml b/examples/simple-web-cluster/pom.xml
index 80d1115..ccc396a 100644
--- a/examples/simple-web-cluster/pom.xml
+++ b/examples/simple-web-cluster/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.brooklyn.example</groupId>
         <artifactId>brooklyn-examples-parent</artifactId>
-        <version>0.9.0</version>   <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>   <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/examples/webapps/hello-world-sql/pom.xml
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-sql/pom.xml b/examples/webapps/hello-world-sql/pom.xml
index e44738d..c39858e 100644
--- a/examples/webapps/hello-world-sql/pom.xml
+++ b/examples/webapps/hello-world-sql/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.brooklyn.example</groupId>
         <artifactId>brooklyn-examples-webapps-parent</artifactId>
-        <version>0.9.0</version> <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/examples/webapps/hello-world-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-webapp/pom.xml b/examples/webapps/hello-world-webapp/pom.xml
index e8b0eea..9efe11c 100644
--- a/examples/webapps/hello-world-webapp/pom.xml
+++ b/examples/webapps/hello-world-webapp/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.brooklyn.example</groupId>
         <artifactId>brooklyn-examples-webapps-parent</artifactId>
-        <version>0.9.0</version>   <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>   <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/examples/webapps/pom.xml
----------------------------------------------------------------------
diff --git a/examples/webapps/pom.xml b/examples/webapps/pom.xml
index 6d605cc..04d3687 100644
--- a/examples/webapps/pom.xml
+++ b/examples/webapps/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.brooklyn.example</groupId>
         <artifactId>brooklyn-examples-parent</artifactId>
-        <version>0.9.0</version>   <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>   <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ec7139b..9569e22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../brooklyn-server/parent/</relativePath>
     </parent>
 
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-library</artifactId>
-    <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
     <packaging>pom</packaging>
 
     <name>Brooklyn Library Root</name>

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/qa/pom.xml
----------------------------------------------------------------------
diff --git a/qa/pom.xml b/qa/pom.xml
index eb9b95f..c2b8d21 100644
--- a/qa/pom.xml
+++ b/qa/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/qa/src/test/projects/downstream-parent-test/pom.xml
----------------------------------------------------------------------
diff --git a/qa/src/test/projects/downstream-parent-test/pom.xml b/qa/src/test/projects/downstream-parent-test/pom.xml
index d8ed9e0..e39112b 100644
--- a/qa/src/test/projects/downstream-parent-test/pom.xml
+++ b/qa/src/test/projects/downstream-parent-test/pom.xml
@@ -23,7 +23,7 @@
 
     <groupId>org.apache.brooklyn.downstream-parent-test</groupId>
     <artifactId>catalogue-load-test</artifactId>
-    <version>0.9.0</version> <!-- BROOKLYN_VERSION -->
+    <version>0.9.1-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
     <packaging>jar</packaging>
 
     <name>Downstream parent catalogue load test test</name>
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-downstream-parent</artifactId>
-        <version>0.9.0</version> <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
     </parent>
 
     <repositories>
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>org.apache.brooklyn</groupId>
             <artifactId>brooklyn-all</artifactId>
-            <version>0.9.0</version> <!-- BROOKLYN_VERSION -->
+            <version>0.9.1-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
             <scope>provided</scope>
         </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/qa/start-monitor.sh
----------------------------------------------------------------------
diff --git a/qa/start-monitor.sh b/qa/start-monitor.sh
index 35c5307..4f0fa4e 100755
--- a/qa/start-monitor.sh
+++ b/qa/start-monitor.sh
@@ -25,7 +25,7 @@
 #set -x # debug
 
 CLASS=org.apache.brooklyn.qa.longevity.Monitor
-VERSION=0.9.0 # BROOKLYN_VERSION
+VERSION=0.9.1-SNAPSHOT # BROOKLYN_VERSION
 
 ROOT=$(cd $(dirname $0) && pwd)
 cd $ROOT

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/qa/start-webcluster.sh
----------------------------------------------------------------------
diff --git a/qa/start-webcluster.sh b/qa/start-webcluster.sh
index 41fd430..5ac2215 100755
--- a/qa/start-webcluster.sh
+++ b/qa/start-webcluster.sh
@@ -25,7 +25,7 @@
 #set -x # debug
 
 CLASS=org.apache.brooklyn.qa.longevity.webcluster.WebClusterApp
-VERSION=0.9.0 # BROOKLYN_VERSION
+VERSION=0.9.1-SNAPSHOT # BROOKLYN_VERSION
 
 ROOT=$(cd $(dirname $0) && pwd)
 cd $ROOT

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/sandbox/cassandra-multicloud-snitch/pom.xml
----------------------------------------------------------------------
diff --git a/sandbox/cassandra-multicloud-snitch/pom.xml b/sandbox/cassandra-multicloud-snitch/pom.xml
index 3f82b3b..232c1ca 100644
--- a/sandbox/cassandra-multicloud-snitch/pom.xml
+++ b/sandbox/cassandra-multicloud-snitch/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/sandbox/database/pom.xml
----------------------------------------------------------------------
diff --git a/sandbox/database/pom.xml b/sandbox/database/pom.xml
index 0c71df6..7864c5f 100644
--- a/sandbox/database/pom.xml
+++ b/sandbox/database/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/sandbox/extra/pom.xml
----------------------------------------------------------------------
diff --git a/sandbox/extra/pom.xml b/sandbox/extra/pom.xml
index 63c5530..285eb2e 100644
--- a/sandbox/extra/pom.xml
+++ b/sandbox/extra/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/sandbox/mobile-app/pom.xml
----------------------------------------------------------------------
diff --git a/sandbox/mobile-app/pom.xml b/sandbox/mobile-app/pom.xml
index 043a031..720295d 100644
--- a/sandbox/mobile-app/pom.xml
+++ b/sandbox/mobile-app/pom.xml
@@ -35,7 +35,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version><!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version><!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/sandbox/monitoring/pom.xml
----------------------------------------------------------------------
diff --git a/sandbox/monitoring/pom.xml b/sandbox/monitoring/pom.xml
index 557bfb3..2e1e05b 100644
--- a/sandbox/monitoring/pom.xml
+++ b/sandbox/monitoring/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/sandbox/nosql/pom.xml
----------------------------------------------------------------------
diff --git a/sandbox/nosql/pom.xml b/sandbox/nosql/pom.xml
index 304ab89..7a4b55a 100644
--- a/sandbox/nosql/pom.xml
+++ b/sandbox/nosql/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/software/cm/ansible/pom.xml
----------------------------------------------------------------------
diff --git a/software/cm/ansible/pom.xml b/software/cm/ansible/pom.xml
index 4843f99..c0d6c9a 100644
--- a/software/cm/ansible/pom.xml
+++ b/software/cm/ansible/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/software/cm/pom.xml
----------------------------------------------------------------------
diff --git a/software/cm/pom.xml b/software/cm/pom.xml
index e9d8e4e..bb32292 100644
--- a/software/cm/pom.xml
+++ b/software/cm/pom.xml
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-software-cm</artifactId>
-    <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
     <packaging>pom</packaging>
 
     <name>Brooklyn CM Integration Root</name>

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/software/cm/salt/pom.xml
----------------------------------------------------------------------
diff --git a/software/cm/salt/pom.xml b/software/cm/salt/pom.xml
index 8da6f41..e0c9d89 100644
--- a/software/cm/salt/pom.xml
+++ b/software/cm/salt/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/software/database/pom.xml
----------------------------------------------------------------------
diff --git a/software/database/pom.xml b/software/database/pom.xml
index 3ad6012..1e46089 100644
--- a/software/database/pom.xml
+++ b/software/database/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/software/messaging/pom.xml
----------------------------------------------------------------------
diff --git a/software/messaging/pom.xml b/software/messaging/pom.xml
index 0178e5d..8f13afc 100644
--- a/software/messaging/pom.xml
+++ b/software/messaging/pom.xml
@@ -29,7 +29,7 @@
 	<parent>
 		<groupId>org.apache.brooklyn</groupId>
 		<artifactId>brooklyn-library</artifactId>
-		<version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+		<version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/software/monitoring/pom.xml
----------------------------------------------------------------------
diff --git a/software/monitoring/pom.xml b/software/monitoring/pom.xml
index 0faf4e2..95a6d5c 100644
--- a/software/monitoring/pom.xml
+++ b/software/monitoring/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/software/network/pom.xml
----------------------------------------------------------------------
diff --git a/software/network/pom.xml b/software/network/pom.xml
index 975f0c1..d827dd4 100644
--- a/software/network/pom.xml
+++ b/software/network/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/software/nosql/pom.xml
----------------------------------------------------------------------
diff --git a/software/nosql/pom.xml b/software/nosql/pom.xml
index 3ebd9cd..fdb6ed9 100644
--- a/software/nosql/pom.xml
+++ b/software/nosql/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/software/osgi/pom.xml
----------------------------------------------------------------------
diff --git a/software/osgi/pom.xml b/software/osgi/pom.xml
index a38646b..152bea6 100644
--- a/software/osgi/pom.xml
+++ b/software/osgi/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>org.apache.brooklyn</groupId>
 		<artifactId>brooklyn-library</artifactId>
-		<version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+		<version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/5dfaa155/software/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/software/webapp/pom.xml b/software/webapp/pom.xml
index a138b95..849292c 100644
--- a/software/webapp/pom.xml
+++ b/software/webapp/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-library</artifactId>
-        <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+        <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -164,7 +164,7 @@
         <dependency>
             <groupId>org.apache.brooklyn</groupId>
             <artifactId>brooklyn-camp</artifactId>
-            <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+            <version>0.9.1-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
             <scope>test</scope>
         </dependency>
         <dependency>