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

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk/scrplugin@749990 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 7706b89..eab54d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.felix</groupId>
     <artifactId>maven-scr-plugin</artifactId>
 
-	<version>1.0.9</version>
+	<version>1.0.10-SNAPSHOT</version>
 	<packaging>maven-plugin</packaging>
 
 	<name>Maven SCR Plugin</name>
@@ -37,9 +37,9 @@
 	</description>
 
 	<scm>
-		<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.0.9</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.0.9</developerConnection>
-		<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.0.9</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scrplugin</connection>
+		<developerConnection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scrplugin</developerConnection>
+		<url>http://svn.apache.org/repos/asf/felix/scrplugin</url>
 	</scm>
 
 	<dependencies>