Setting version for release of M3

git-svn-id: https://svn.apache.org/repos/asf/mina/ftpserver/branches/ftpserver-1.0.0-M3@693191 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/core/pom.xml b/core/pom.xml
index 5c90002..4fbccf7 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-M3-SNAPSHOT</version>
+    <version>1.0.0-M3</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-M3-SNAPSHOT</version>
+  <version>1.0.0-M3</version>
   <packaging>jar</packaging>
   <scm>
     <connection>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 0d848d6..a95ae78 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-M3-SNAPSHOT</version>
+    <version>1.0.0-M3</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-M3-SNAPSHOT</version>
+  <version>1.0.0-M3</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 0f51fb4..46e4f9e 100644
--- a/ftplet-api/pom.xml
+++ b/ftplet-api/pom.xml
@@ -17,11 +17,12 @@
 	<parent>
 		<artifactId>ftpserver-parent</artifactId>
 		<groupId>org.apache.ftpserver</groupId>
-		<version>1.0.0-M3-SNAPSHOT</version>
+		<version>1.0.0-M3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.ftpserver</groupId>
 	<artifactId>ftplet-api</artifactId>
+	<version>1.0.0-M3</version>
     <packaging>bundle</packaging>
 	<name>Apache Ftplet API</name>
 	<description>
@@ -29,7 +30,6 @@
 	  lifecycle of FtpServer. Ftplets are called on session connect and disconnect
 	  as well as before and after each command within a user session. 
 	</description>
-	<version>1.0.0-M3-SNAPSHOT</version>
 	<url>http://mina.apache.org/ftpserver</url>
 	<scm>
 		<connection>
@@ -80,4 +80,4 @@
 		<maven.compile.source>1.5</maven.compile.source>
 		<maven.compile.target>1.5</maven.compile.target>
 	</properties>
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index 428f5e6..bd7eefe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <artifactId>ftpserver-parent</artifactId>
   <packaging>pom</packaging>
   <name>Apache FtpServer Parent</name>
-  <version>1.0.0-M3-SNAPSHOT</version>
+  <version>1.0.0-M3</version>
   <url>http://mina.apache.org/ftpserver</url>
   <issueManagement>
     <system>Jira</system>