Clean-up after release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@952331 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework.security/pom.xml b/framework.security/pom.xml
index b7266be..9ec9862 100644
--- a/framework.security/pom.xml
+++ b/framework.security/pom.xml
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>3.0.0</version>
+      <version>3.1.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>
diff --git a/gogo/command/pom.xml b/gogo/command/pom.xml
index f50dad3..fc148c4 100644
--- a/gogo/command/pom.xml
+++ b/gogo/command/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>gogo-parent</artifactId>
-    <version>0.6.0</version>
+    <version>0.7.0-SNAPSHOT</version>
     <relativePath>../gogo-parent/pom.xml</relativePath>
   </parent>
 
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.gogo.runtime</artifactId>
-      <version>0.6.0</version>
+      <version>0.7.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index f979abc..9fe6d75 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>0.6.0</version>
+        <version>0.7.0-SNAPSHOT</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/gogo/shell/pom.xml b/gogo/shell/pom.xml
index 75b75c1..73f3ffe 100644
--- a/gogo/shell/pom.xml
+++ b/gogo/shell/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>0.6.0</version>
+        <version>0.7.0-SNAPSHOT</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>0.6.0</version>
+            <version>0.7.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/main.distribution/pom.xml b/main.distribution/pom.xml
index 4559623..4f118c6 100644
--- a/main.distribution/pom.xml
+++ b/main.distribution/pom.xml
@@ -29,10 +29,10 @@
   <artifactId>org.apache.felix.main.distribution</artifactId>
   <version>3.1.0-SNAPSHOT</version>
   <properties>
-    <framework.version>3.0.0</framework.version>
-    <gogo.runtime.version>0.6.0</gogo.runtime.version>
-    <gogo.shell.version>0.6.0</gogo.shell.version>
-    <gogo.command.version>0.6.0</gogo.command.version>
+    <framework.version>3.1.0-SNAPSHOT</framework.version>
+    <gogo.runtime.version>0.7.0-SNAPSHOT</gogo.runtime.version>
+    <gogo.shell.version>0.7.0-SNAPSHOT</gogo.shell.version>
+    <gogo.command.version>0.7.0-SNAPSHOT</gogo.command.version>
     <obr.version>1.6.2</obr.version>
   </properties>
   <build>
diff --git a/main/pom.xml b/main/pom.xml
index f172c8c..8a5b7bc 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -38,10 +38,10 @@
   <properties>
     <log.level>4</log.level>
     <dollar>$</dollar>
-    <framework.version>3.0.0</framework.version>
-    <gogo.runtime.version>0.6.0</gogo.runtime.version>
-    <gogo.shell.version>0.6.0</gogo.shell.version>
-    <gogo.command.version>0.6.0</gogo.command.version>
+    <framework.version>3.1.0-SNAPSHOT</framework.version>
+    <gogo.runtime.version>0.7.0-SNAPSHOT</gogo.runtime.version>
+    <gogo.shell.version>0.7.0-SNAPSHOT</gogo.shell.version>
+    <gogo.command.version>0.7.0-SNAPSHOT</gogo.command.version>
     <obr.version>1.6.2</obr.version>
   </properties>
   <profiles>