Add osgi.implementation capability.

DS 1.3 implementations are required to provide this capability alongside the osgi.extender capability.
Also updated the maven module version to 2.0.0-SNAPSHOT to be aligned with the bundle version.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1657578 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/bnd.bnd b/scr/bnd.bnd
index 353ec6b..b01fad8 100644
--- a/scr/bnd.bnd
+++ b/scr/bnd.bnd
@@ -8,7 +8,12 @@
 Provide-Capability: osgi.extender;\
                    osgi.extender="osgi.component";\
                    uses:="org.osgi.service.component";\
+                   version:Version="1.3",\
+                   osgi.implementation;\
+                   osgi.implementation="osgi.component";\
+                   uses:="org.osgi.service.component";\
                    version:Version="1.3"
+                   
 
 Export-Package: org.apache.felix.scr;version=1.8.1, \
  org.apache.felix.scr.component;version=1.1.0;mandatory:="status"; status="provisional", \