[maven-release-plugin] prepare for next development iteration
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 0672600..3e0a339 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.mavibot</groupId>
     <artifactId>mavibot-parent</artifactId>
-    <version>1.0.0-M5</version>
+    <version>1.0.0-M6-SNAPSHOT</version>
   </parent>
  
   <artifactId>distribution</artifactId>
diff --git a/mavibot/pom.xml b/mavibot/pom.xml
index 91c5dfa..e043cf7 100644
--- a/mavibot/pom.xml
+++ b/mavibot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.mavibot</groupId>
     <artifactId>mavibot-parent</artifactId>
-    <version>1.0.0-M5</version>
+    <version>1.0.0-M6-SNAPSHOT</version>
   </parent>
 
   <artifactId>mavibot</artifactId>
diff --git a/pom.xml b/pom.xml
index 0c22b96..974adae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   </organization>
 
   <groupId>org.apache.directory.mavibot</groupId>
-  <version>1.0.0-M5</version>
+  <version>1.0.0-M6-SNAPSHOT</version>
   <artifactId>mavibot-parent</artifactId>
   <name>ApacheDS Mavibot Parent</name>
   <packaging>pom</packaging>
@@ -51,9 +51,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/mavibot/tags/1.0.0-M5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/mavibot/tags/1.0.0-M5</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/mavibot/tags/1.0.0-M5</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/mavibot/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/mavibot/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/mavibot/trunk</url>
   </scm>
 
   <ciManagement>