summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/src
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-04-21 10:49:26 +0000
committerRobert Gemmell <robbie@apache.org>2011-04-21 10:49:26 +0000
commit21a7b930d489e1d86b6d47ceec53464cb946e3ca (patch)
tree37962eef8e401857d78d579c024685d991504ed6 /java/management/eclipse-plugin/src
parent4eba518eaddeee75ac2a3dfff610cd29e87f7aae (diff)
downloadqpid-python-21a7b930d489e1d86b6d47ceec53464cb946e3ca.tar.gz
QPID-2984: increment management API version to allow distinguishing addition of the new functionality
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1095651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/src')
-rw-r--r--java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/ApplicationRegistry.java2
1 files changed, 1 insertions, 1 deletions
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 8a855a6b3c..b02289ee7c 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 = 2;
- public static final int SUPPORTED_QPID_JMX_API_MINOR_VERSION = 1;
+ public static final int SUPPORTED_QPID_JMX_API_MINOR_VERSION = 2;
public static final String DATA_DIR = System.getProperty("user.home") + File.separator + ".qpidmc";