[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index c84f1e2..dde5ff5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-core</artifactId>
   <name>Jackson-core</name>
-  <version>2.1.1</version>
+  <version>2.1.2-SNAPSHOT</version>
   <description>Core Jackson abstractions, basic JSON streaming API implementation
   </description>
 
@@ -18,7 +18,7 @@
     <connection>scm:git:git@github.com:FasterXML/jackson-core.git</connection>
     <developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
     <url>http://github.com/FasterXML/jackson-core</url>    
-    <tag>2.1.1b</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>