[maven-release-plugin] rollback the release of 1.0.0-M5
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 0672600..5344569 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-M5-SNAPSHOT</version>
   </parent>
  
   <artifactId>distribution</artifactId>
diff --git a/mavibot/pom.xml b/mavibot/pom.xml
index 91c5dfa..6262c67 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-M5-SNAPSHOT</version>
   </parent>
 
   <artifactId>mavibot</artifactId>
diff --git a/pom.xml b/pom.xml
index 0c22b96..d535126 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
     <version>32</version>
-    <relativePath />
+    <relativePath/>
   </parent>
 
   <organization>
@@ -33,7 +33,7 @@
   </organization>
 
   <groupId>org.apache.directory.mavibot</groupId>
-  <version>1.0.0-M5</version>
+  <version>1.0.0-M5-SNAPSHOT</version>
   <artifactId>mavibot-parent</artifactId>
   <name>ApacheDS Mavibot Parent</name>
   <packaging>pom</packaging>