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

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1229824 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/minimum/pom.xml b/httplite/minimum/pom.xml
index b502bdd..f585bf1 100644
--- a/httplite/minimum/pom.xml
+++ b/httplite/minimum/pom.xml
@@ -27,7 +27,7 @@
 	<packaging>bundle</packaging>
 	<name>Apache Felix Lightweight HTTP Service</name>
 	<description>A minimal HTTP Service implementation.</description>
-	<version>0.1.4</version>
+	<version>0.1.5-SNAPSHOT</version>
 	<artifactId>org.apache.felix.httplite</artifactId>
 	<dependencies>
 		<dependency>
@@ -119,9 +119,9 @@
 		</plugins>
 	</build>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite-0.1.4</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite-0.1.4</developerConnection>
-		<url>http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite-0.1.4</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/httplite</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/httplite</developerConnection>
+		<url>http://svn.apache.org/repos/asf/felix/trunk/httplite</url>
 	</scm>
 	<url>http://felix.apache.org/site/apache-felix-lightweight-http-service.html</url>
 </project>