[maven-release-plugin] prepare release 1.0.0-M7
diff --git a/distribution/pom.xml b/distribution/pom.xml
index bb7ad9d..4b9b3db 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-M7-SNAPSHOT</version>
+    <version>1.0.0-M7</version>
   </parent>
  
   <artifactId>distribution</artifactId>
diff --git a/mavibot/pom.xml b/mavibot/pom.xml
index 6c7c1c5..404bcee 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-M7-SNAPSHOT</version>
+    <version>1.0.0-M7</version>
   </parent>
 
   <artifactId>mavibot</artifactId>
diff --git a/pom.xml b/pom.xml
index 3ca2df4..ed0564f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   </organization>
 
   <groupId>org.apache.directory.mavibot</groupId>
-  <version>1.0.0-M7-SNAPSHOT</version>
+  <version>1.0.0-M7</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/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>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/mavibot/tags/1.0.0-M7</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/mavibot/tags/1.0.0-M7</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/mavibot/tags/1.0.0-M7</url>
   </scm>
 
   <ciManagement>