Author: rickhall
Date: Thu Mar 24 20:02:18 2011
New Revision: 1085106

URL: http://svn.apache.org/viewvc?rev=1085106&view=rev
Log:
Update pom to use OSGi artifacts and to include DEPS file.

Modified:
    felix/trunk/log/pom.xml

Modified: felix/trunk/log/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/log/pom.xml?rev=1085106&r1=1085105&r2=1085106&view=diff
==============================================================================
--- felix/trunk/log/pom.xml (original)
+++ felix/trunk/log/pom.xml Thu Mar 24 20:02:18 2011
@@ -33,14 +33,14 @@
   <artifactId>org.apache.felix.log</artifactId>
   <dependencies>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.2.0</version>
+      <version>4.1.0</version>
     </dependency>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.compendium</artifactId>
-      <version>1.2.0</version>
+      <version>4.1.0</version>
     </dependency>
   </dependencies>
   <build>
@@ -48,7 +48,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.4.0</version>
+        <version>2.3.4</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
@@ -58,7 +58,7 @@
             <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator>
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             
<Export-Service>org.osgi.service.log.LogService,org.osgi.service.log.LogReaderService</Export-Service>
-            
<Include-Resource>{maven-resources},META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource>
+            
<Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource>
           </instructions>
         </configuration>
       </plugin>


Reply via email to