You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2010/08/24 16:32:13 UTC

svn commit: r988565 - /felix/trunk/shell.remote/pom.xml

Author: rickhall
Date: Tue Aug 24 14:32:13 2010
New Revision: 988565

URL: http://svn.apache.org/viewvc?rev=988565&view=rev
Log:
Depend on official OSGi JARs.

Modified:
    felix/trunk/shell.remote/pom.xml

Modified: felix/trunk/shell.remote/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/shell.remote/pom.xml?rev=988565&r1=988564&r2=988565&view=diff
==============================================================================
--- felix/trunk/shell.remote/pom.xml (original)
+++ felix/trunk/shell.remote/pom.xml Tue Aug 24 14:32:13 2010
@@ -33,14 +33,14 @@
     <artifactId>org.apache.felix.shell.remote</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.1</version>
+            <version>4.0.0</version>
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>