[maven-release-plugin] prepare for next development iteration
diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index e8847ea..f189533 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>compiler-build-tools</artifactId>
-  <version>1.2.0</version>
+  <version>1.2.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Royale: Build Tools</name>
@@ -38,7 +38,7 @@
     <connection>scm:git:ssh://git@github.com/apache/royale-compiler.git</connection>
     <developerConnection>scm:git:ssh://git@github.com/apache/royale-compiler.git</developerConnection>
     <url>http://github.com/apache/royale-compiler</url>
-    <tag>compiler-build-tools-1.2.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <build>