You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/12/04 16:39:48 UTC

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

Repository: brooklyn-ui
Updated Branches:
  refs/heads/master 9c792723a -> 1aec5119f


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

Branch: refs/heads/master
Commit: 1aec5119f2904dc09a1423564958dbb3b2e890ff
Parents: 9c79272
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Sun Dec 4 16:32:08 2016 +0000
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Sun Dec 4 16:32:08 2016 +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/1aec5119/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b6ab1c6..d94ee04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-jsgui</artifactId>
-    <version>0.10.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>0.11.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/1aec5119/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 e66393b..db6e754 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.10.0-SNAPSHOT"><!-- Logo added via CSS --></a> <!-- BROOKLYN_VERSION -->
+            <a class="logo" href="#" title="Brooklyn, Version 0.11.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/1aec5119/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 1a5763a..10f3b7b 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.10.0-SNAPSHOT.</p> <!-- BROOKLYN_VERSION -->
+    <p>You are currently using Brooklyn Version 0.11.0-SNAPSHOT.</p> <!-- BROOKLYN_VERSION -->
     
     <hr/>
     Some useful references include:

http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/1aec5119/src/main/webapp/index.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 75a1bc9..36a9ce2 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.10.0-SNAPSHOT"><!-- Logo added via CSS --></a> <!-- BROOKLYN_VERSION -->
+            <a class="logo" href="#" title="Brooklyn, Version 0.11.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>