* Add reference to new documentation page
* Revert to using the older core and compendium libraries because
  the web console works perfectly with the original R4 libraries
  and has no requirement on R4.1. Upgrading the references would
  also set respective Import-Package versions, which is not what
  I want for the web console

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@689384 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 6ef97e1..30041c2 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -32,7 +32,9 @@
 
     <name>Apache Felix Web Management Console</name>
     <description>
-        Web Based Management Console for OSGi Frameworks
+        Web Based Management Console for OSGi Frameworks. See
+        http://felix.apache.org/apache-felix-web-console.html for more
+        information on this bundle.
     </description>
 
     <scm>
@@ -74,7 +76,7 @@
                             The Apache Software Foundation
                         </Bundle-Vendor>
                         <Bundle-DocURL>
-                            http://felix.apache.org
+                            http://felix.apache.org/apache-felix-web-console.html
                         </Bundle-DocURL>
                         <Bundle-Activator>
                             org.apache.felix.webconsole.internal.OsgiManagerActivator
@@ -136,13 +138,13 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>1.2.0</version>
+            <version>1.0.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.osgi.compendium</artifactId>
-            <version>1.2.0</version>
+            <version>1.0.1</version>
             <scope>provided</scope>
             <exclusions>
                 <exclusion>