You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by dr...@apache.org on 2017/10/06 13:23:16 UTC

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

Repository: brooklyn-ui
Updated Branches:
  refs/heads/master 8e1f4a9db -> fdf0cf367


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

Branch: refs/heads/master
Commit: fdf0cf367365f78c63a63c9cd4d538ea0b5b7f99
Parents: 8e1f4a9
Author: Duncan Godwin <du...@cloudsoftcorp.com>
Authored: Fri Oct 6 13:21:50 2017 +0000
Committer: Duncan Godwin <du...@cloudsoftcorp.com>
Committed: Fri Oct 6 13:21:50 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/fdf0cf36/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0d8728f..5cfe42e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-jsgui</artifactId>
-    <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>1.0.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/fdf0cf36/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 d42e82c..e5af3a0 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.13.0-SNAPSHOT"><!-- Logo added via CSS --></a> <!-- BROOKLYN_VERSION -->
+            <a class="logo" href="#" title="Brooklyn, Version 1.0.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/fdf0cf36/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 9f06f13..b5ebbe5 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.13.0-SNAPSHOT.</p> <!-- BROOKLYN_VERSION -->
+    <p>You are currently using Brooklyn Version 1.0.0-SNAPSHOT.</p> <!-- BROOKLYN_VERSION -->
     
     <hr/>
     Some useful references include:

http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/fdf0cf36/src/main/webapp/index.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 98c3c97..6b3de6e 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.13.0-SNAPSHOT"><!-- Logo added via CSS --></a> <!-- BROOKLYN_VERSION -->
+            <a class="logo" href="#" title="Brooklyn, Version 1.0.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>