version changed to 0.4.0 for release (final)
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.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
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>