From 3c57e4b18865b717404ea41efbd4b80516a92a33 Mon Sep 17 00:00:00 2001 From: Marnie McCormack Date: Mon, 5 Jul 2010 20:00:54 +0000 Subject: QPID-2700 Patch for ability to remove bindings from exchanges and additional tests for direct and topic exchange add/remove logic from Andrew Kennedy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960678 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/qpid/management/ui/ApplicationRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/management/eclipse-plugin') diff --git a/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java b/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java index 13485df718..0d9f2ff678 100644 --- a/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java +++ b/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java @@ -47,7 +47,7 @@ public abstract class ApplicationRegistry //max supported broker management interface supported by this release of the management console public static final int SUPPORTED_QPID_JMX_API_MAJOR_VERSION = 1; - public static final int SUPPORTED_QPID_JMX_API_MINOR_VERSION = 7; + public static final int SUPPORTED_QPID_JMX_API_MINOR_VERSION = 8; public static final String DATA_DIR = System.getProperty("user.home") + File.separator + ".qpidmc"; -- cgit v1.2.1