Fix benchmarks POMs version for next release
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index c63a6d1..e02bf5f 100755
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1-SNAPSHOT</version>
+    <version>3.0.0-M2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-benchmarks</artifactId>
diff --git a/benchmarks2/pom.xml b/benchmarks2/pom.xml
index ada0db8..92a3219 100755
--- a/benchmarks2/pom.xml
+++ b/benchmarks2/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1-SNAPSHOT</version>
+    <version>3.0.0-M2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-benchmarks2</artifactId>