You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2013/01/15 17:17:19 UTC

svn commit: r1433487 - /aries/trunk/blueprint/blueprint-cm/pom.xml

Author: dkulp
Date: Tue Jan 15 16:17:18 2013
New Revision: 1433487

URL: http://svn.apache.org/viewvc?rev=1433487&view=rev
Log:
[ARIES-999] Extend the import range to allow it to be used with the latest release and latest snapshot

Modified:
    aries/trunk/blueprint/blueprint-cm/pom.xml

Modified: aries/trunk/blueprint/blueprint-cm/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-cm/pom.xml?rev=1433487&r1=1433486&r2=1433487&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-cm/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-cm/pom.xml Tue Jan 15 16:17:18 2013
@@ -44,8 +44,8 @@
         <!-- Export package versions are maintained in packageinfo files -->
         <aries.osgi.export.pkg />
         <aries.osgi.import.pkg>
-           org.apache.aries.blueprint;provide:=true,
-           org.apache.aries.blueprint.ext;provide:=true,
+           org.apache.aries.blueprint;provide:=true;version="[1.0,1.2)",
+           org.apache.aries.blueprint.ext;provide:=true;version="[1.0,1.2)",
            *
         </aries.osgi.import.pkg>
         <aries.osgi.private.pkg>