[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@760619 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/shell/pom.xml b/shell/pom.xml
index 20e3c58..92ffc0a 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -28,7 +28,7 @@
   <name>Apache Felix Shell Service</name>
   <description>A simple OSGi command shell service.</description>
   <artifactId>org.apache.felix.shell</artifactId>
-  <version>1.2.0</version>
+  <version>1.3.0-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -72,10 +72,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell-1.2.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell-1.2.0</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell-1.2.0</url>
-  </scm>
 </project>