You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2011/10/27 18:19:35 UTC

svn commit: r1189830 - /aries/branches/oct-2011-release/blueprint/blueprint-cm/pom.xml

Author: hughesj
Date: Thu Oct 27 16:19:35 2011
New Revision: 1189830

URL: http://svn.apache.org/viewvc?rev=1189830&view=rev
Log:
Need to import org.apache.aries.* packages using [==,=+) specification. Also moved back to 0.3.2-SNAPSHOT to prep for re-rolling the release

Modified:
    aries/branches/oct-2011-release/blueprint/blueprint-cm/pom.xml

Modified: aries/branches/oct-2011-release/blueprint/blueprint-cm/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/oct-2011-release/blueprint/blueprint-cm/pom.xml?rev=1189830&r1=1189829&r2=1189830&view=diff
==============================================================================
--- aries/branches/oct-2011-release/blueprint/blueprint-cm/pom.xml (original)
+++ aries/branches/oct-2011-release/blueprint/blueprint-cm/pom.xml Thu Oct 27 16:19:35 2011
@@ -28,7 +28,7 @@
   <groupId>org.apache.aries.blueprint</groupId>
   <artifactId>org.apache.aries.blueprint.cm</artifactId>
   <packaging>bundle</packaging>
-  <version>0.3.2</version>
+  <version>0.3.2-SNAPSHOT</version>
   <name>Apache Aries Blueprint CM</name>
   <description>
       This bundle contains the ConfigAdmin namespace for blueprint.
@@ -43,6 +43,10 @@
     <properties>
     <!-- Export package versions are maintained in packageinfo files -->
          <aries.osgi.export.pkg />
+         <aries.osgi.import.pkg>
+             org.apache.aries.*;version="$&lt;range;[==,=+)&gt;",
+             *
+         </aries.osgi.import.pkg>
          <aries.osgi.private.pkg>
              org.apache.aries.blueprint.compendium.cm
          </aries.osgi.private.pkg>