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:52:09 UTC

[50/50] brooklyn-ui 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-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/91c38914
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/91c38914
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/91c38914

Branch: refs/heads/0.4.0
Commit: 91c3891421f5a33566b86ce703c70f363ac06ef9
Parents: 4f43702
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/web-console/application.properties | 2 +-
 usage/web-console/pom.xml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/91c38914/usage/web-console/application.properties
----------------------------------------------------------------------
diff --git a/usage/web-console/application.properties b/usage/web-console/application.properties
index c278fcb..4f741fa 100644
--- a/usage/web-console/application.properties
+++ b/usage/web-console/application.properties
@@ -4,6 +4,6 @@ app.grails.version=1.3.7
 app.name=brooklyn-web-console
 app.servlet.version=2.4
 # BROOKLYN_VERSION_BELOW
-app.version=0.4.0-SNAPSHOT
+app.version=0.4.0
 plugins.haml=0.3
 plugins.tomcat=1.3.7

http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/91c38914/usage/web-console/pom.xml
----------------------------------------------------------------------
diff --git a/usage/web-console/pom.xml b/usage/web-console/pom.xml
index 9e32adc..2245223 100644
--- a/usage/web-console/pom.xml
+++ b/usage/web-console/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>