version changed to 0.4.0 for release (final)
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/35b69e11 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/35b69e11 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/35b69e11 Branch: refs/heads/0.4.0 Commit: 35b69e1118a9e86ea30b634fba17a0add28fe45c Parents: f4759a8 Author: Alex Heneveld <[email protected]> Authored: Wed Jan 16 11:31:00 2013 +0000 Committer: Alex Heneveld <[email protected]> Committed: Wed Jan 16 11:31:00 2013 +0000 ---------------------------------------------------------------------- api/pom.xml | 2 +- core/pom.xml | 2 +- policy/pom.xml | 2 +- pom.xml | 4 ++-- sandbox/rest/pom.xml | 2 +- software/base/pom.xml | 2 +- systems/paas/cloudfoundry/pom.xml | 2 +- systems/paas/openshift/pom.xml | 2 +- systems/whirr/base/pom.xml | 2 +- systems/whirr/hadoop/pom.xml | 2 +- usage/cli/README.md | 2 +- usage/cli/pom.xml | 2 +- usage/cli/src/test/java/brooklyn/cli/CliIntegrationTest.java | 2 +- usage/launcher/pom.xml | 2 +- usage/test-support/pom.xml | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 6afca08..878aeaf 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index fcbc16d..6516afd 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/policy/pom.xml ---------------------------------------------------------------------- diff --git a/policy/pom.xml b/policy/pom.xml index 46b9d7d..8f28c67 100644 --- a/policy/pom.xml +++ b/policy/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9f1b310..9bb5048 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <name>Brooklyn Parent Project</name> <description> @@ -70,7 +70,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <brooklyn.version>0.4.0-SNAPSHOT</brooklyn.version> <!-- BROOKLYN_VERSION --> + <brooklyn.version>0.4.0</brooklyn.version> <!-- BROOKLYN_VERSION --> <cobertura.version>1.9.4.1</cobertura.version> <surefire.version>2.12.3</surefire.version> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/sandbox/rest/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/rest/pom.xml b/sandbox/rest/pom.xml index 2d48786..3b8d5ff 100644 --- a/sandbox/rest/pom.xml +++ b/sandbox/rest/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version><!-- BROOKLYN_VERSION --> + <version>0.4.0</version><!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/software/base/pom.xml ---------------------------------------------------------------------- diff --git a/software/base/pom.xml b/software/base/pom.xml index 9f6203b..179753c 100644 --- a/software/base/pom.xml +++ b/software/base/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/systems/paas/cloudfoundry/pom.xml ---------------------------------------------------------------------- diff --git a/systems/paas/cloudfoundry/pom.xml b/systems/paas/cloudfoundry/pom.xml index 1c9f446..c124281 100644 --- a/systems/paas/cloudfoundry/pom.xml +++ b/systems/paas/cloudfoundry/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/systems/paas/openshift/pom.xml ---------------------------------------------------------------------- diff --git a/systems/paas/openshift/pom.xml b/systems/paas/openshift/pom.xml index a051065..b2481ee 100644 --- a/systems/paas/openshift/pom.xml +++ b/systems/paas/openshift/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/systems/whirr/base/pom.xml ---------------------------------------------------------------------- diff --git a/systems/whirr/base/pom.xml b/systems/whirr/base/pom.xml index d503d8c..4298129 100644 --- a/systems/whirr/base/pom.xml +++ b/systems/whirr/base/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/systems/whirr/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/systems/whirr/hadoop/pom.xml b/systems/whirr/hadoop/pom.xml index 7b56f9c..02b2925 100644 --- a/systems/whirr/hadoop/pom.xml +++ b/systems/whirr/hadoop/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/usage/cli/README.md ---------------------------------------------------------------------- diff --git a/usage/cli/README.md b/usage/cli/README.md index b7b363e..b9d4154 100644 --- a/usage/cli/README.md +++ b/usage/cli/README.md @@ -65,7 +65,7 @@ Example usage Launching one of the examples on localhost: ``` $ BROOKLYN_HOME=/path/to/brooklyn -$ PATH=$PATH:${BROOKLYN_HOME}/usage/dist/brooklyn-0.4.0-SNAPSHOT-dist/bin # use right BROOKLYN_VERSION +$ PATH=$PATH:${BROOKLYN_HOME}/usage/dist/brooklyn-0.4.0-dist/bin # use right BROOKLYN_VERSION $ export BROOKLYN_CLASSPATH=${BROOKLYN_HOME}/examples/simple-web-cluster/target/classes/ # point this to your app $ brooklyn launch --app brooklyn.demo.SingleWebServerExample # --location is set to localhost by default ``` http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/usage/cli/pom.xml ---------------------------------------------------------------------- diff --git a/usage/cli/pom.xml b/usage/cli/pom.xml index 5b92425..c376799 100644 --- a/usage/cli/pom.xml +++ b/usage/cli/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/usage/cli/src/test/java/brooklyn/cli/CliIntegrationTest.java ---------------------------------------------------------------------- diff --git a/usage/cli/src/test/java/brooklyn/cli/CliIntegrationTest.java b/usage/cli/src/test/java/brooklyn/cli/CliIntegrationTest.java index 99ea563..c1e2a89 100644 --- a/usage/cli/src/test/java/brooklyn/cli/CliIntegrationTest.java +++ b/usage/cli/src/test/java/brooklyn/cli/CliIntegrationTest.java @@ -13,7 +13,7 @@ import brooklyn.entity.basic.AbstractApplication; public class CliIntegrationTest { // FIXME: this should not be hardcoded - String brooklynBinPath = "../dist/target/brooklyn-0.4.0-SNAPSHOT-dist/brooklyn/bin/"; // BROOKLYN_VERSION + String brooklynBinPath = "../dist/target/brooklyn-0.4.0-dist/brooklyn/bin/"; // BROOKLYN_VERSION // Helper function used in testing private String convertStreamToString(InputStream is) { http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/usage/launcher/pom.xml ---------------------------------------------------------------------- diff --git a/usage/launcher/pom.xml b/usage/launcher/pom.xml index c0bbd92..12fee0c 100644 --- a/usage/launcher/pom.xml +++ b/usage/launcher/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/35b69e11/usage/test-support/pom.xml ---------------------------------------------------------------------- diff --git a/usage/test-support/pom.xml b/usage/test-support/pom.xml index 05b9085..2574dfb 100644 --- a/usage/test-support/pom.xml +++ b/usage/test-support/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>io.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.4.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent>
