Use inherited bundle plugin version and add Bundle-DocURL

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@824061 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index a985179..a5ea855 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -99,7 +99,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -107,6 +106,9 @@
                             ${artifactId}
                         </Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
+                        <Bundle-DocURL>
+                            http://felix.apache.org/site/apache-felix-service-component-runtime.html
+                        </Bundle-DocURL>
                         <Bundle-Activator>
                             org.apache.felix.scr.impl.Activator
                         </Bundle-Activator>