You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:43:03 UTC

[4/4] brooklyn-dist git commit: version changed to 0.4.0 for release (final)

version changed to 0.4.0 for release (final)


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/824ad650
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/824ad650
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/824ad650

Branch: refs/heads/0.4.0
Commit: 824ad6505799c63ca0b56f6dbb730569983e7794
Parents: 44a5392
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Jan 16 11:31:00 2013 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Jan 16 11:31:00 2013 +0000

----------------------------------------------------------------------
 usage/all/pom.xml                                            | 2 +-
 usage/cli/src/test/java/brooklyn/cli/CliIntegrationTest.java | 2 +-
 usage/dist/pom.xml                                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/824ad650/usage/all/pom.xml
----------------------------------------------------------------------
diff --git a/usage/all/pom.xml b/usage/all/pom.xml
index 3fb6027..46ca45b 100644
--- a/usage/all/pom.xml
+++ b/usage/all/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-dist/blob/824ad650/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-dist/blob/824ad650/usage/dist/pom.xml
----------------------------------------------------------------------
diff --git a/usage/dist/pom.xml b/usage/dist/pom.xml
index 5ad5c20..2c0b921 100644
--- a/usage/dist/pom.xml
+++ b/usage/dist/pom.xml
@@ -15,7 +15,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>