Need to change the shell bundle versions in the config.properties file
to get this to work in the trunk.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@556642 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/src/main/resources/config.properties b/main/src/main/resources/config.properties
index 5cf659f..ba78502 100644
--- a/main/src/main/resources/config.properties
+++ b/main/src/main/resources/config.properties
@@ -28,9 +28,9 @@
#org.osgi.framework.bootdelegation=sun.*,com.sun.*
#felix.cache.profile=foo
felix.auto.start.1= \
- file:bundle/org.apache.felix.shell-${pom.version}.jar \
- file:bundle/org.apache.felix.shell.tui-${pom.version}.jar \
- file:bundle/org.apache.felix.bundlerepository-${pom.version}.jar
+ file:bundle/org.apache.felix.shell-1.1.0-SNAPSHOT.jar \
+ file:bundle/org.apache.felix.shell.tui-1.1.0-SNAPSHOT.jar \
+ file:bundle/org.apache.felix.bundlerepository-1.1.0-SNAPSHOT.jar
felix.log.level=4
felix.startlevel.framework=1
felix.startlevel.bundle=1