Cleanup after releases.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@760656 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundlerepository/pom.xml b/bundlerepository/pom.xml
index 907362c..edfa20f 100644
--- a/bundlerepository/pom.xml
+++ b/bundlerepository/pom.xml
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell</artifactId>
-      <version>1.2.0</version>
+      <version>1.0.2</version>
     </dependency>
     <dependency>
       <groupId>net.sf.kxml</groupId>
diff --git a/framework/pom.xml b/framework/pom.xml
index bf320be..87e8aa4 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.7.0-SNSNAPSHOT</version>
+  <version>1.7.0-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
diff --git a/main/pom.xml b/main/pom.xml
index b265c3d..c311bfd 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>1.6.0</version>
+      <version>1.7.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>${pom.groupId}</groupId>
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell</artifactId>
-      <version>1.2.0</version>
+      <version>1.3.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>${pom.groupId}</groupId>
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell.tui</artifactId>
-      <version>1.2.0</version>
+      <version>1.3.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>${pom.groupId}</groupId>
@@ -152,7 +152,7 @@
                 <artifactItem>
                   <groupId>${pom.groupId}</groupId>
                   <artifactId>org.apache.felix.framework</artifactId>
-                  <version>1.6.0</version>
+                  <version>1.7.0-SNAPSHOT</version>
                 </artifactItem>
               </artifactItems>
             </configuration>
@@ -168,7 +168,7 @@
                   <artifactItem>
                      <groupId>${pom.groupId}</groupId>
                      <artifactId>org.apache.felix.shell</artifactId>
-                     <version>1.2.0</version>
+                     <version>1.3.0-SNAPSHOT</version>
                      <type>jar</type>
                      <overWrite>true</overWrite>
                      <outputDirectory>${project.build.directory}/bundle</outputDirectory>
@@ -176,7 +176,7 @@
                    <artifactItem>
                      <groupId>${pom.groupId}</groupId>
                      <artifactId>org.apache.felix.shell.tui</artifactId>
-                     <version>1.2.0</version>
+                     <version>1.3.0-SNAPSHOT</version>
                      <type>jar</type>
                      <overWrite>true</overWrite>
                      <outputDirectory>${project.build.directory}/bundle</outputDirectory>
@@ -184,7 +184,7 @@
                    <artifactItem>
                      <groupId>${pom.groupId}</groupId>
                      <artifactId>org.apache.felix.bundlerepository</artifactId>
-                     <version>1.4.0</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 0d33ab4..66c91c1 100644
--- a/main/src/main/resources/config.properties
+++ b/main/src/main/resources/config.properties
@@ -49,11 +49,11 @@
 #org.osgi.framework.storage.clean=onFirstInit
 
 felix.auto.start.1= \
- file:bundle/org.apache.felix.shell-1.2.0.jar \
- file:bundle/org.apache.felix.shell.tui-1.2.0.jar \
- file:bundle/org.apache.felix.bundlerepository-1.4.0.jar 
+ file:bundle/org.apache.felix.shell-1.3.0-SNAPSHOT.jar \
+ file:bundle/org.apache.felix.shell.tui-1.3.0-SNAPSHOT.jar \
+ file:bundle/org.apache.felix.bundlerepository-1.5.0-SNAPSHOT.jar 
 
-felix.log.level=1
+felix.log.level=${log.level}
 
 # Sets the initial start level of the framework upon startup.
 #org.osgi.framework.startlevel=1
diff --git a/shell.tui/pom.xml b/shell.tui/pom.xml
index abe7846..ac73dd1 100644
--- a/shell.tui/pom.xml
+++ b/shell.tui/pom.xml
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell</artifactId>
-      <version>1.2.0</version>
+      <version>1.3.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>