[maven-release-plugin] prepare for next development iteration
diff --git a/core/pom.xml b/core/pom.xml
index 4c21747..ee94a7f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -17,12 +17,12 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.1.1</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>ftpserver-core</artifactId>
   <name>Apache FtpServer Core</name>
-  <version>1.1.1</version>
+  <version>1.1.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <scm>
     <connection>
@@ -32,7 +32,7 @@
       scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/core
     </developerConnection>
     <url> http://svn.apache.org/viewvc/mina/ftpserver/trunk/core</url>
-    <tag>ftpserver-1.1.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <build>
     <resources>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index dd9c665..df313fc 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -22,20 +22,20 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.1.1</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftpserver</artifactId>
   <packaging>pom</packaging>
   <name>Apache FtpServer</name>
-  <version>1.1.1</version>
+  <version>1.1.2-SNAPSHOT</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>
     <url>http://svn.apache.org/viewvc/mina/ftpserver/trunk/distribution</url>
-    <tag>ftpserver-1.1.1</tag>
+    <tag>HEAD</tag>
   </scm>
   
   <build>
diff --git a/examples/ftpserver-example-spring-war/pom.xml b/examples/ftpserver-example-spring-war/pom.xml
index 132dc6b..2619cdc 100644
--- a/examples/ftpserver-example-spring-war/pom.xml
+++ b/examples/ftpserver-example-spring-war/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <artifactId>ftpserver-parent</artifactId>
         <groupId>org.apache.ftpserver</groupId>
-        <version>1.1.1</version>
+        <version>1.1.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
   <artifactId>ftpserver-spring-war</artifactId>
   <name>FtpServer Spring web project example</name>
   <packaging>war</packaging>
-  <version>1.1.1</version>
+  <version>1.1.2-SNAPSHOT</version>
   
   <dependencies>
     <dependency>
diff --git a/examples/ftpserver-osgi-ftplet-service/pom.xml b/examples/ftpserver-osgi-ftplet-service/pom.xml
index 3f2509a..55f7edc 100644
--- a/examples/ftpserver-osgi-ftplet-service/pom.xml
+++ b/examples/ftpserver-osgi-ftplet-service/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.1.1</version>
+    <version>1.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   
@@ -27,7 +27,7 @@
   <artifactId>ftpserver-osgi-ftplet-service</artifactId>
   <name>FtpServer OSGi Ftplet service example</name>
   <packaging>bundle</packaging>
-  <version>1.1.1</version>
+  <version>1.1.2-SNAPSHOT</version>
   
   <dependencies>
     <dependency>
diff --git a/examples/ftpserver-osgi-spring-service/pom.xml b/examples/ftpserver-osgi-spring-service/pom.xml
index b114a44..8968e2f 100644
--- a/examples/ftpserver-osgi-spring-service/pom.xml
+++ b/examples/ftpserver-osgi-spring-service/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.1.1</version>
+    <version>1.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   
@@ -27,7 +27,7 @@
   <artifactId>ftpserver-osgi-spring-service</artifactId>
   <name>FtpServer OSGi Spring-DM example</name>
   <packaging>bundle</packaging>
-  <version>1.1.1</version>
+  <version>1.1.2-SNAPSHOT</version>
   
   <dependencies>
     <dependency>
diff --git a/examples/pom.xml b/examples/pom.xml
index faa3a7b..5692c6c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,14 +21,14 @@
   <parent>
       <artifactId>ftpserver-parent</artifactId>
       <groupId>org.apache.ftpserver</groupId>
-      <version>1.1.1</version>
+      <version>1.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftpserver-examples</artifactId>
   <packaging>pom</packaging>
   <name>Apache FtpServer Examples</name>
-  <version>1.1.1</version>
+  <version>1.1.2-SNAPSHOT</version>
   <modules>
     <module>ftpserver-example-spring-war</module>
     <module>ftpserver-osgi-ftplet-service</module>
diff --git a/ftplet-api/pom.xml b/ftplet-api/pom.xml
index 6b06f83..54d01ca 100644
--- a/ftplet-api/pom.xml
+++ b/ftplet-api/pom.xml
@@ -17,13 +17,13 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.1.1</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftplet-api</artifactId>
-  <version>1.1.1</version>
+  <version>1.1.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Apache Ftplet API</name>
   
@@ -43,7 +43,7 @@
     </developerConnection>
     <url>http://svn.apache.org/viewvc/mina/ftpserver/trunk/ftplet-api
     </url>
-    <tag>ftpserver-1.1.1</tag>
+    <tag>HEAD</tag>
   </scm>
   
   <build>
diff --git a/pom.xml b/pom.xml
index bc9fbd5..314bf0a 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.1.1</version>
+   <version>1.1.2-SNAPSHOT</version>
    <url>http://mina.apache.org/ftpserver</url>
    <issueManagement>
      <system>Jira</system>
@@ -130,7 +130,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/as/mina-ftpserver.git</connection>
     <url>https://git-wip-us.apache.org/repos/asf?p=mina-ftpserver.git</url>
     <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/mina-ftpserver.git</developerConnection>
-    <tag>ftpserver-1.1.1</tag>
+    <tag>HEAD</tag>
   </scm>
  
   <properties>