You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/04/25 18:15:30 UTC

brooklyn-ui git commit: Change version to 0.9.1-SNAPSHOT

Repository: brooklyn-ui
Updated Branches:
  refs/heads/0.9.x [created] 614866c87


Change version to 0.9.1-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/614866c8
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/614866c8
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/614866c8

Branch: refs/heads/0.9.x
Commit: 614866c8782f32141d26f5567ba993c7ff0efcdb
Parents: 165482f
Author: Aled Sage <al...@gmail.com>
Authored: Mon Apr 25 17:14:04 2016 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Mon Apr 25 17:14:04 2016 +0100

----------------------------------------------------------------------
 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/614866c8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d26e257..c5e4b8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-jsgui</artifactId>
-    <version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.9.1-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/614866c8/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 4fae634..93ef496 100644
--- a/src/main/webapp/assets/html/swagger-ui.html
+++ b/src/main/webapp/assets/html/swagger-ui.html
@@ -78,7 +78,7 @@
     <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.9.0"><!-- Logo added via CSS --></a> <!-- BROOKLYN_VERSION -->
+            <a class="logo" href="#" title="Brooklyn, Version 0.9.1-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/614866c8/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 8d8d89f..fbd9135 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.9.0.</p> <!-- BROOKLYN_VERSION -->
+    <p>You are currently using Brooklyn Version 0.9.1-SNAPSHOT.</p> <!-- BROOKLYN_VERSION -->
     
     <hr/>
     Some useful references include:

http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/614866c8/src/main/webapp/index.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 2bdaabc..0ce1788 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="/logout" id="logout-link">Log out</a></div>
         <div class="container">
-            <a class="logo" href="#" title="Brooklyn, Version 0.9.0"><!-- Logo added via CSS --></a> <!-- BROOKLYN_VERSION -->
+            <a class="logo" href="#" title="Brooklyn, Version 0.9.1-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>