FELIX-2512 Allow plugin to bind to Web Console API 3.1

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@981750 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/memoryusage/pom.xml b/webconsole-plugins/memoryusage/pom.xml
index 921af12..44a5930 100644
--- a/webconsole-plugins/memoryusage/pom.xml
+++ b/webconsole-plugins/memoryusage/pom.xml
@@ -84,7 +84,7 @@
                             <!-- plug into the web console -->
                             javax.servlet;
                             javax.servlet.http;version="[2.3,3)",
-                            org.apache.felix.webconsole;version="[3.0,3.1)",
+                            org.apache.felix.webconsole;version="[3.0,3.2)",
 
                             <!-- plug into the traditional Felix shell -->
                             org.apache.felix.shell;version="[1.0,1.1)"