Upgrade the framework and main to version 1.1.0-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@576611 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/pom.xml b/framework/pom.xml
index 638fc18..4b85682 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Framework</name>
<artifactId>org.apache.felix.framework</artifactId>
- <version>1.0.1</version>
+ <version>1.1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
diff --git a/main/pom.xml b/main/pom.xml
index a190678..23c1f14 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -27,12 +27,12 @@
<packaging>bundle</packaging>
<name>Apache Felix Main</name>
<artifactId>org.apache.felix.main</artifactId>
- <version>1.0.1</version>
+ <version>1.1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>1.0.1</version>
+ <version>1.1.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>${pom.groupId}</groupId>
@@ -49,7 +49,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.shell</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>${pom.groupId}</groupId>
@@ -60,7 +60,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.shell.tui</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>${pom.groupId}</groupId>
@@ -71,7 +71,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.bundlerepository</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>${pom.groupId}</groupId>
@@ -122,7 +122,7 @@
<artifactItem>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>1.0.1</version>
+ <version>1.1.0-SNAPSHOT</version>
</artifactItem>
</artifactItems>
</configuration>
@@ -138,7 +138,7 @@
<artifactItem>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.shell</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/bundle</outputDirectory >
@@ -146,7 +146,7 @@
<artifactItem>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.shell.tui</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/bundle</outputDirectory >
@@ -154,7 +154,7 @@
<artifactItem>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.bundlerepository</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/bundle</outputDirectory >
diff --git a/main/src/main/resources/config.properties b/main/src/main/resources/config.properties
index e2a499a..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-1.0.0.jar \
- file:bundle/org.apache.felix.shell.tui-1.0.0.jar \
- file:bundle/org.apache.felix.bundlerepository-1.0.0.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