Repository: brooklyn-library Updated Branches: refs/heads/0.9.0 [created] bfd8ce967
Change version to 0.9.0 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/bfd8ce96 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/bfd8ce96 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/bfd8ce96 Branch: refs/heads/0.9.0 Commit: bfd8ce9675fca4d8aa4d98e1a7fa3de539326595 Parents: 9ae355c Author: Alex Heneveld <[email protected]> Authored: Wed Mar 30 10:41:13 2016 +0100 Committer: Alex Heneveld <[email protected]> Committed: Wed Mar 30 10:41:13 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/bfd8ce96/examples/global-web-fabric/pom.xml ---------------------------------------------------------------------- diff --git a/examples/global-web-fabric/pom.xml b/examples/global-web-fabric/pom.xml index 2ddda90..4494b04 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 08a2070..d0035d8 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/examples/simple-messaging-pubsub/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-messaging-pubsub/pom.xml b/examples/simple-messaging-pubsub/pom.xml index 094675d..e2c8871 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/examples/simple-nosql-cluster/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-nosql-cluster/pom.xml b/examples/simple-nosql-cluster/pom.xml index 7ecfc8c..1738079 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/examples/simple-web-cluster/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-web-cluster/pom.xml b/examples/simple-web-cluster/pom.xml index 378ffbb..80d1115 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/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 19ff3ed..e44738d 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/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 559260e..e8b0eea 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/examples/webapps/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webapps/pom.xml b/examples/webapps/pom.xml index d5c0c05..6d605cc 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3bc2888..ec7139b 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../brooklyn-server/parent/</relativePath> </parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-library</artifactId> - <version>0.9.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <packaging>pom</packaging> <name>Brooklyn Library Root</name> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/qa/pom.xml ---------------------------------------------------------------------- diff --git a/qa/pom.xml b/qa/pom.xml index e38afd1..eb9b95f 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/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 7e3c0e0..d8ed9e0 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> </parent> <repositories> @@ -62,7 +62,7 @@ <dependency> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-all</artifactId> - <version>0.9.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <scope>provided</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/qa/start-monitor.sh ---------------------------------------------------------------------- diff --git a/qa/start-monitor.sh b/qa/start-monitor.sh index 0fa8247..35c5307 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-SNAPSHOT # BROOKLYN_VERSION +VERSION=0.9.0 # BROOKLYN_VERSION ROOT=$(cd $(dirname $0) && pwd) cd $ROOT http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/qa/start-webcluster.sh ---------------------------------------------------------------------- diff --git a/qa/start-webcluster.sh b/qa/start-webcluster.sh index 7aa678a..41fd430 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-SNAPSHOT # BROOKLYN_VERSION +VERSION=0.9.0 # BROOKLYN_VERSION ROOT=$(cd $(dirname $0) && pwd) cd $ROOT http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/sandbox/cassandra-multicloud-snitch/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/cassandra-multicloud-snitch/pom.xml b/sandbox/cassandra-multicloud-snitch/pom.xml index 0030abc..3f82b3b 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/sandbox/database/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/database/pom.xml b/sandbox/database/pom.xml index 28ef7a0..0c71df6 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/sandbox/extra/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/extra/pom.xml b/sandbox/extra/pom.xml index a84dda4..63c5530 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/sandbox/mobile-app/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/mobile-app/pom.xml b/sandbox/mobile-app/pom.xml index e350e53..043a031 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-SNAPSHOT</version><!-- BROOKLYN_VERSION --> + <version>0.9.0</version><!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/sandbox/monitoring/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/monitoring/pom.xml b/sandbox/monitoring/pom.xml index fb2df08..557bfb3 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/sandbox/nosql/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/nosql/pom.xml b/sandbox/nosql/pom.xml index c68f79d..304ab89 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/software/cm/ansible/pom.xml ---------------------------------------------------------------------- diff --git a/software/cm/ansible/pom.xml b/software/cm/ansible/pom.xml index 028d73d..4843f99 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/software/cm/pom.xml ---------------------------------------------------------------------- diff --git a/software/cm/pom.xml b/software/cm/pom.xml index 8a86fb7..e9d8e4e 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-software-cm</artifactId> - <version>0.9.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <packaging>pom</packaging> <name>Brooklyn CM Integration Root</name> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/software/cm/salt/pom.xml ---------------------------------------------------------------------- diff --git a/software/cm/salt/pom.xml b/software/cm/salt/pom.xml index 40d150d..8da6f41 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/software/database/pom.xml ---------------------------------------------------------------------- diff --git a/software/database/pom.xml b/software/database/pom.xml index 11cfcdb..3ad6012 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/software/messaging/pom.xml ---------------------------------------------------------------------- diff --git a/software/messaging/pom.xml b/software/messaging/pom.xml index 57b2ff0..0178e5d 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/software/monitoring/pom.xml ---------------------------------------------------------------------- diff --git a/software/monitoring/pom.xml b/software/monitoring/pom.xml index 299d788..0faf4e2 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/software/network/pom.xml ---------------------------------------------------------------------- diff --git a/software/network/pom.xml b/software/network/pom.xml index 3c785e6..975f0c1 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/software/nosql/pom.xml ---------------------------------------------------------------------- diff --git a/software/nosql/pom.xml b/software/nosql/pom.xml index 122742a..3ebd9cd 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/software/osgi/pom.xml ---------------------------------------------------------------------- diff --git a/software/osgi/pom.xml b/software/osgi/pom.xml index c1611df..a38646b 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/bfd8ce96/software/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/software/webapp/pom.xml b/software/webapp/pom.xml index 434e808..a138b95 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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</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-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.9.0</version> <!-- BROOKLYN_VERSION --> <scope>test</scope> </dependency> <dependency>
