Cleanup after release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@811939 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 6149ba9..bfb0bfb 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -32,7 +32,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>2.0.0</version>
+      <version>2.1.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>${pom.groupId}</groupId>
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell.tui</artifactId>
-      <version>1.4.0</version>
+      <version>1.5.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>${pom.groupId}</groupId>
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.bundlerepository</artifactId>
-      <version>1.4.1</version>
+      <version>1.5.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>${pom.groupId}</groupId>
@@ -99,7 +99,7 @@
     </dependency>
   </dependencies>
   <properties>
-    <log.level>1</log.level>
+    <log.level>4</log.level>
     <dollar>$</dollar>
   </properties>
   <profiles>
@@ -165,7 +165,7 @@
                 <artifactItem>
                   <groupId>${pom.groupId}</groupId>
                   <artifactId>org.apache.felix.framework</artifactId>
-                  <version>2.0.0</version>
+                  <version>2.1.0-SNAPSHOT</version>
                 </artifactItem>
               </artifactItems>
             </configuration>
@@ -181,7 +181,7 @@
                   <artifactItem>
                      <groupId>${pom.groupId}</groupId>
                      <artifactId>org.apache.felix.shell</artifactId>
-                     <version>1.4.0</version>
+                     <version>1.5.0-SNAPSHOT</version>
                      <type>jar</type>
                      <overWrite>true</overWrite>
                      <outputDirectory>${project.build.directory}/bundle</outputDirectory>
@@ -189,7 +189,7 @@
                    <artifactItem>
                      <groupId>${pom.groupId}</groupId>
                      <artifactId>org.apache.felix.shell.tui</artifactId>
-                     <version>1.4.0</version>
+                     <version>1.5.0-SNAPSHOT</version>
                      <type>jar</type>
                      <overWrite>true</overWrite>
                      <outputDirectory>${project.build.directory}/bundle</outputDirectory>
@@ -197,7 +197,7 @@
                    <artifactItem>
                      <groupId>${pom.groupId}</groupId>
                      <artifactId>org.apache.felix.bundlerepository</artifactId>
-                     <version>1.4.1</version>
+                     <version>1.5.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 9cae067..3ab8869 100644
--- a/main/src/main/resources/config.properties
+++ b/main/src/main/resources/config.properties
@@ -76,7 +76,7 @@
 # may be specified for different start levels.
 #felix.auto.start.1=
 
-felix.log.level=1
+felix.log.level=4
 
 # Sets the initial start level of the framework upon startup.
 #org.osgi.framework.startlevel.beginning=1