You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ch...@apache.org on 2008/08/04 13:34:18 UTC

svn commit: r682332 - in /felix/trunk/deploymentadmin/service: pom.xml src/main/java/org/osgi/

Author: christian
Date: Mon Aug  4 04:34:17 2008
New Revision: 682332

URL: http://svn.apache.org/viewvc?rev=682332&view=rev
Log:
FELIX-590 Removed compendium interfaces from deployment admin bundle, the compendium bundle can be used now that it is updated to spec 4.1

Removed:
    felix/trunk/deploymentadmin/service/src/main/java/org/osgi/
Modified:
    felix/trunk/deploymentadmin/service/pom.xml

Modified: felix/trunk/deploymentadmin/service/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/deploymentadmin/service/pom.xml?rev=682332&r1=682331&r2=682332&view=diff
==============================================================================
--- felix/trunk/deploymentadmin/service/pom.xml (original)
+++ felix/trunk/deploymentadmin/service/pom.xml Mon Aug  4 04:34:17 2008
@@ -33,13 +33,13 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.compendium</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>