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

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1600927 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/bundle/pom.xml b/http/bundle/pom.xml
index d7d533d..b57d3f5 100644
--- a/http/bundle/pom.xml
+++ b/http/bundle/pom.xml
@@ -22,19 +22,19 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>3</version>
+        <version>4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <name>Apache Felix Http Bundle</name>
     <artifactId>org.apache.felix.http.bundle</artifactId>
-    <version>2.3.0</version>
+    <version>2.4.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http-5/bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http-5/bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.http-5/bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/http/bundle/</url>
     </scm>
 
     <build>