Repository: brooklyn-ui Updated Branches: refs/heads/0.8.0-incubating [created] bbae642ac
Change version to 0.8.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/d9346399 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/d9346399 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/d9346399 Branch: refs/heads/0.8.0-incubating Commit: d9346399e134afd6529f89123c5d89ac2c44f6d9 Parents: b4e78ed Author: Richard Downer <[email protected]> Authored: Fri Jun 26 14:14:28 2015 +0000 Committer: Richard Downer <[email protected]> Committed: Fri Jun 26 14:14:28 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/d9346399/usage/jsgui/pom.xml ---------------------------------------------------------------------- diff --git a/usage/jsgui/pom.xml b/usage/jsgui/pom.xml index 9ffdef0..9280c6c 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.8.0-SNAPSHOT</version><!-- BROOKLYN_VERSION --> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/d9346399/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..b3b0fa2 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.8.0-SNAPSHOT.</p> <!-- BROOKLYN_VERSION --> <hr/> Some useful references include: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/d9346399/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..47f9647 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.8.0-SNAPSHOT"><!-- 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>
