Repository: brooklyn-ui Updated Branches: refs/heads/master 949dd53ce -> 8e1f4a9db
Change version to 0.13.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/8e1f4a9d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/8e1f4a9d Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/8e1f4a9d Branch: refs/heads/master Commit: 8e1f4a9db7218dff9fd15dd94fd0d3e438b6d494 Parents: 949dd53 Author: Duncan Godwin <[email protected]> Authored: Mon Sep 18 15:13:19 2017 +0000 Committer: Duncan Godwin <[email protected]> Committed: Mon Sep 18 15:13:19 2017 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- src/main/webapp/assets/html/swagger-ui.html | 2 +- src/main/webapp/assets/tpl/help/page.html | 2 +- src/main/webapp/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/8e1f4a9d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 36e22b2..0d8728f 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-jsgui</artifactId> - <version>0.12.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> <packaging>war</packaging> <name>Brooklyn REST JavaScript Web GUI</name> http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/8e1f4a9d/src/main/webapp/assets/html/swagger-ui.html ---------------------------------------------------------------------- diff --git a/src/main/webapp/assets/html/swagger-ui.html b/src/main/webapp/assets/html/swagger-ui.html index 9f42c05..d42e82c 100644 --- a/src/main/webapp/assets/html/swagger-ui.html +++ b/src/main/webapp/assets/html/swagger-ui.html @@ -90,7 +90,7 @@ <div class="navbar-inner"> <div class="userName-top"><span id="user"></span> | <a href="../../logout.html" id="logout-link">Log out</a></div> <div class="container"> - <a class="logo" href="#" title="Brooklyn, Version 0.12.0-SNAPSHOT"><!-- Logo added via CSS --></a> <!-- BROOKLYN_VERSION --> + <a class="logo" href="#" title="Brooklyn, Version 0.13.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> http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/8e1f4a9d/src/main/webapp/assets/tpl/help/page.html ---------------------------------------------------------------------- diff --git a/src/main/webapp/assets/tpl/help/page.html b/src/main/webapp/assets/tpl/help/page.html index 12a2d48..9f06f13 100644 --- a/src/main/webapp/assets/tpl/help/page.html +++ b/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.12.0-SNAPSHOT.</p> <!-- BROOKLYN_VERSION --> + <p>You are currently using Brooklyn Version 0.13.0-SNAPSHOT.</p> <!-- BROOKLYN_VERSION --> <hr/> Some useful references include: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/8e1f4a9d/src/main/webapp/index.html ---------------------------------------------------------------------- diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 2e19680..98c3c97 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -49,7 +49,7 @@ <div class="navbar-inner"> <div class="userName-top"><span id="user"></span> | <a href="/v1/logout" id="logout-link">Log out</a></div> <div class="container"> - <a class="logo" href="#" title="Brooklyn, Version 0.12.0-SNAPSHOT"><!-- Logo added via CSS --></a> <!-- BROOKLYN_VERSION --> + <a class="logo" href="#" title="Brooklyn, Version 0.13.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>
