You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2017/12/08 17:07:46 UTC

qpid-dispatch git commit: NO-JIRA - Updated Versions for 0.8.1

Repository: qpid-dispatch
Updated Branches:
  refs/heads/0.8.1 b6cd034f3 -> cdad77d9c
Updated Tags:  refs/tags/0.8.0-rc1 [created] 96c5de777
  refs/tags/0.8.1-rc1 [created] cdad77d9c


NO-JIRA - Updated Versions for 0.8.1


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/cdad77d9
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/cdad77d9
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/cdad77d9

Branch: refs/heads/0.8.1
Commit: cdad77d9c1fcc597a3ae77c70aa234508acb12cc
Parents: b6cd034
Author: Ted Ross <tr...@redhat.com>
Authored: Fri Dec 8 11:58:05 2017 -0500
Committer: Ted Ross <tr...@redhat.com>
Committed: Fri Dec 8 11:58:05 2017 -0500

----------------------------------------------------------------------
 VERSION.txt                                  | 2 +-
 console/hawtio/pom.xml                       | 4 ++--
 console/stand-alone/plugin/js/qdrOverview.js | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/cdad77d9/VERSION.txt
----------------------------------------------------------------------
diff --git a/VERSION.txt b/VERSION.txt
index a3df0a6..6f4eebd 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-0.8.0
+0.8.1

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/cdad77d9/console/hawtio/pom.xml
----------------------------------------------------------------------
diff --git a/console/hawtio/pom.xml b/console/hawtio/pom.xml
index 9cc5cb5..8cc193f 100644
--- a/console/hawtio/pom.xml
+++ b/console/hawtio/pom.xml
@@ -24,9 +24,9 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>dispatch-hawtio-console</artifactId>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.8.1</version>
   <packaging>war</packaging>
-  <inceptionYear>2016</inceptionYear>
+  <inceptionYear>2017</inceptionYear>
   <url>https://qpid.apache.org</url>
 
   <description>

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/cdad77d9/console/stand-alone/plugin/js/qdrOverview.js
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/js/qdrOverview.js b/console/stand-alone/plugin/js/qdrOverview.js
index 303a91d..0889343 100644
--- a/console/stand-alone/plugin/js/qdrOverview.js
+++ b/console/stand-alone/plugin/js/qdrOverview.js
@@ -1775,7 +1775,7 @@ QDR.log.debug("newly created node needs to be activated")
     logs.key = "Logs"
     logs.parent = "Logs"
     logs.isFolder = true
-    if (QDRService.versionCheck('0.8.0'))
+    if (QDRService.versionCheck('0.8.1'))
       topLevelChildren.push(logs)
     var initTreeAndGrid = function () {
       if (!htmlReady || !dataReady)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org