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 2007/08/22 17:28:05 UTC

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

Author: fmeschbe
Date: Wed Aug 22 08:28:05 2007
New Revision: 568656

URL: http://svn.apache.org/viewvc?rev=568656&view=rev
Log:
Depend on released versions of dependencies (if possible)

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=568656&r1=568655&r2=568656&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Wed Aug 22 08:28:05 2007
@@ -17,7 +17,7 @@
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
@@ -35,7 +35,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+                <version>1.0.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -49,12 +49,12 @@
                             org.apache.felix.scr.Activator
                         </Bundle-Activator>
                         <Export-Package>
-                            org.osgi.service.cm, org.osgi.service.component
+                            org.osgi.service.cm,
+                            org.osgi.service.component
                         </Export-Package>
                         <Private-Package>
                             org.apache.felix.scr.*, org.kxml2.io,
-                            org.osgi.util.tracker,
-                            org.xmlpull.v1
+                            org.osgi.util.tracker, org.xmlpull.v1
                         </Private-Package>
                         <DynamicImport-Package>
                             org.osgi.service.log