Author: rickhall
Date: Tue Nov 24 16:03:20 2009
New Revision: 883745
URL: http://svn.apache.org/viewvc?rev=883745&view=rev
Log:
Depend on released versions.
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=883745&r1=883744&r2=883745&view=diff
==============================================================================
--- felix/sandbox/rickhall/bnd-test/cnf/build.bnd (original)
+++ felix/sandbox/rickhall/bnd-test/cnf/build.bnd Tue Nov 24 16:03:20 2009
@@ -53,6 +53,6 @@
# org.eclipse.osgi; version=3.5.0, \
-runpath = \
- org.apache.felix.framework; version=2.1.0, \
+ org.apache.felix.framework; version=2.0.2, \
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=883745&r1=883744&r2=883745&view=diff
==============================================================================
--- felix/sandbox/rickhall/bnd-test/pom.xml (original)
+++ felix/sandbox/rickhall/bnd-test/pom.xml Tue Nov 24 16:03:20 2009
@@ -30,7 +30,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
@@ -38,9 +38,9 @@
<version>4.2.0</version>
</dependency>
<dependency>
- <groupId>org.osgi</groupId>
+ <groupId>${pom.groupId}</groupId>
<artifactId>org.osgi.foundation</artifactId>
- <version>4.2.0</version>
+ <version>1.2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>