You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2009/12/16 10:28:33 UTC

svn commit: r891165 - /felix/trunk/fileinstall/pom.xml

Author: gnodet
Date: Wed Dec 16 09:28:31 2009
New Revision: 891165

URL: http://svn.apache.org/viewvc?rev=891165&view=rev
Log:
FELIX-1811: fileinstall should depend on the official osgi artifacts

Modified:
    felix/trunk/fileinstall/pom.xml

Modified: felix/trunk/fileinstall/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/fileinstall/pom.xml?rev=891165&r1=891164&r2=891165&view=diff
==============================================================================
--- felix/trunk/fileinstall/pom.xml (original)
+++ felix/trunk/fileinstall/pom.xml Wed Dec 16 09:28:31 2009
@@ -33,14 +33,14 @@
   <artifactId>org.apache.felix.fileinstall</artifactId>
   <dependencies>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.0.0</version>
+      <version>4.0.0</version>
     </dependency>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.compendium</artifactId>
-      <version>1.0.0</version>
+      <version>4.0.0</version>
     </dependency>
   </dependencies>
   <build>