[maven-release-plugin] prepare for next development iteration
diff --git a/impl/pom.xml b/impl/pom.xml
index 21c2739..f803d4e 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.fortress</groupId>
     <artifactId>fortress-realm</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1-SNAPSHOT</version>
   </parent>
   <artifactId>fortress-realm-impl</artifactId>
   <name>Apache Fortress Realm Implementation</name>
diff --git a/pom.xml b/pom.xml
index 2f5970d..ece0fea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>fortress-realm</artifactId>
   <packaging>pom</packaging>
   <name>Apache Fortress Realm</name>
-  <version>3.0.0</version>
+  <version>3.0.1-SNAPSHOT</version>
   <inceptionYear>2014</inceptionYear>
   <description>
     Apache Fortress Realm provides standards-based Role-Based Access Control security provider to Apache Tomcat.
@@ -49,7 +49,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git</developerConnection>
     <url>https://github.com/apache/directory-fortress-realm/tree/{project.scm.tag}</url>
-    <tag>3.0.0</tag>
+    <tag>master</tag>
   </scm>
 
   <issueManagement>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 020474e..c14d246 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.fortress</groupId>
     <artifactId>fortress-realm</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>fortress-realm-proxy</artifactId>