You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2012/09/03 01:39:15 UTC

svn commit: r1380096 - /felix/trunk/scr/pom.xml

Author: fmeschbe
Date: Sun Sep  2 23:39:15 2012
New Revision: 1380096

URL: http://svn.apache.org/viewvc?rev=1380096&view=rev
Log:
FELIX-3625 Remove explicit import version

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1380096&r1=1380095&r2=1380096&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Sun Sep  2 23:39:15 2012
@@ -277,9 +277,10 @@
                                 be of the same minor version as we export, because
                                 we implement that exact version. This import is
                                 only used if the framework decides to wire the
-                                bundle to another API provider. 
+                                bundle to another API provider.
+                                (version is automatically deduced from export) 
                             -->
-                            org.osgi.service.component;version="[1.2,1.3)";provide:=true,
+                            org.osgi.service.component;provide:=true,
 
                             <!--
                                 SCR Admin API is required (we also export it) and