Setting the version for release

git-svn-id: https://svn.apache.org/repos/asf/mina/ftpserver/branches/1.0.0-M2-branch@684892 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/core/pom.xml b/core/pom.xml
index aaea290..704ba0b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.0.0-M2-SNAPSHOT</version>
+    <version>1.0.0-M2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftpserver-core</artifactId>
   <name>Apache FtpServer Core</name>
-  <version>1.0.0-M2-SNAPSHOT</version>
+  <version>1.0.0-M2</version>
   <packaging>jar</packaging>
   <scm>
     <connection>
diff --git a/deprecated/pom.xml b/deprecated/pom.xml
index 4887b97..cbf19c6 100644
--- a/deprecated/pom.xml
+++ b/deprecated/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.0.0-M2-SNAPSHOT</version>
+    <version>1.0.0-M2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftpserver-deprecated</artifactId>
   <name>Apache FtpServer Deprecated classes</name>
-  <version>1.0.0-M2-SNAPSHOT</version>
+  <version>1.0.0-M2</version>
   <packaging>jar</packaging>
 
   <scm>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 98a88b3..ac16461 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.0.0-M2-SNAPSHOT</version>
+    <version>1.0.0-M2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftpserver</artifactId>
   <packaging>pom</packaging>
   <name>Apache FtpServer</name>
-  <version>1.0.0-M2-SNAPSHOT</version>
+  <version>1.0.0-M2</version>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk/distribution</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/distribution</developerConnection>
diff --git a/ftplet-api/pom.xml b/ftplet-api/pom.xml
index c938c01..114e339 100644
--- a/ftplet-api/pom.xml
+++ b/ftplet-api/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.0.0-M2-SNAPSHOT</version>
+    <version>1.0.0-M2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftplet-api</artifactId>
   <name>Apache Ftplet API</name>
-  <version>1.0.0-M2-SNAPSHOT</version>
+  <version>1.0.0-M2</version>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk/ftplet-api</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/ftplet-api</developerConnection>
diff --git a/pom.xml b/pom.xml
index 66fcd1e..8c2ec04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <artifactId>ftpserver-parent</artifactId>
   <packaging>pom</packaging>
   <name>Apache FtpServer</name>
-  <version>1.0.0-M2-SNAPSHOT</version>
+  <version>1.0.0-M2</version>
   <url>http://mina.apache.org/ftpserver</url>
   <issueManagement>
     <system>Jira</system>