Change version to 0.7.0-incubating
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/fd0c411c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/fd0c411c Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/fd0c411c Branch: refs/heads/0.7.0-incubating Commit: fd0c411c691e125cfe7a127a0763a7b40e6969e7 Parents: b4e78ed Author: Richard Downer <[email protected]> Authored: Fri Jun 26 14:10:44 2015 +0000 Committer: Richard Downer <[email protected]> Committed: Fri Jun 26 14:10:44 2015 +0000 ---------------------------------------------------------------------- usage/jsgui/pom.xml | 2 +- usage/jsgui/src/main/webapp/assets/tpl/help/page.html | 2 +- usage/jsgui/src/main/webapp/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/fd0c411c/usage/jsgui/pom.xml ---------------------------------------------------------------------- diff --git a/usage/jsgui/pom.xml b/usage/jsgui/pom.xml index 9ffdef0..ce21247 100644 --- a/usage/jsgui/pom.xml +++ b/usage/jsgui/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.7.0-SNAPSHOT</version><!-- BROOKLYN_VERSION --> + <version>0.7.0-incubating</version><!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/fd0c411c/usage/jsgui/src/main/webapp/assets/tpl/help/page.html ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/tpl/help/page.html b/usage/jsgui/src/main/webapp/assets/tpl/help/page.html index dc35b17..eb81958 100644 --- a/usage/jsgui/src/main/webapp/assets/tpl/help/page.html +++ b/usage/jsgui/src/main/webapp/assets/tpl/help/page.html @@ -28,7 +28,7 @@ under the License. Brooklyn is an Apache-licensed open-source project for deployment and management. </p> - <p>You are currently using Brooklyn Version 0.7.0-SNAPSHOT.</p> <!-- BROOKLYN_VERSION --> + <p>You are currently using Brooklyn Version 0.7.0-incubating.</p> <!-- BROOKLYN_VERSION --> <hr/> Some useful references include: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/fd0c411c/usage/jsgui/src/main/webapp/index.html ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/index.html b/usage/jsgui/src/main/webapp/index.html index fda3514..f2052ef 100644 --- a/usage/jsgui/src/main/webapp/index.html +++ b/usage/jsgui/src/main/webapp/index.html @@ -45,7 +45,7 @@ under the License. <div class="navbar-inner"> <div class="userName-top"><span id="user"></span> | <a href="/logout" id="logout-link">Log out</a></div> <div class="container"> - <a class="logo" href="#" title="Brooklyn, Version 0.7.0-SNAPSHOT"><!-- Logo added via CSS --></a> <!-- BROOKLYN_VERSION --> + <a class="logo" href="#" title="Brooklyn, Version 0.7.0-incubating"><!-- Logo added via CSS --></a> <!-- BROOKLYN_VERSION --> <div class="menubar-top"> <ul class="nav"> <li><a href="#v1/home" class="nav1 nav1_home">Home</a></li>
