Author: rickhall
Date: Tue Nov 24 16:00:20 2009
New Revision: 883740

URL: http://svn.apache.org/viewvc?rev=883740&view=rev
Log:
Update dependencies.

Modified:
    felix/sandbox/rickhall/bnd-test/cnf/build.bnd
    felix/sandbox/rickhall/bnd-test/pom.xml

Modified: felix/sandbox/rickhall/bnd-test/cnf/build.bnd
URL: 
http://svn.apache.org/viewvc/felix/sandbox/rickhall/bnd-test/cnf/build.bnd?rev=883740&r1=883739&r2=883740&view=diff
==============================================================================
--- felix/sandbox/rickhall/bnd-test/cnf/build.bnd (original)
+++ felix/sandbox/rickhall/bnd-test/cnf/build.bnd Tue Nov 24 16:00:20 2009
@@ -53,6 +53,6 @@
 
 #      org.eclipse.osgi; version=3.5.0, \
 -runpath               = \
-       org.apache.felix.framework; version=1.9.0, \
+       org.apache.felix.framework; version=2.1.0, \
        junit.junit; version=3.8; export="junit.framework;version=3.8"
 

Modified: felix/sandbox/rickhall/bnd-test/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/sandbox/rickhall/bnd-test/pom.xml?rev=883740&r1=883739&r2=883740&view=diff
==============================================================================
--- felix/sandbox/rickhall/bnd-test/pom.xml (original)
+++ felix/sandbox/rickhall/bnd-test/pom.xml Tue Nov 24 16:00:20 2009
@@ -30,17 +30,17 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>1.9.0-SNAPSHOT</version>
+      <version>2.1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.2.0</version>
+      <version>4.2.0</version>
     </dependency>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.foundation</artifactId>
-      <version>1.2.0</version>
+      <version>4.2.0</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>


Reply via email to