[maven-release-plugin] prepare for next development iteration
diff --git a/maven2-plugins/myfaces-builder-plugin/pom.xml b/maven2-plugins/myfaces-builder-plugin/pom.xml
index 21310e6..0e0e534 100644
--- a/maven2-plugins/myfaces-builder-plugin/pom.xml
+++ b/maven2-plugins/myfaces-builder-plugin/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.myfaces.buildtools</groupId>
   <artifactId>myfaces-builder-plugin</artifactId>
-  <version>1.0.11-SNAPSHOT</version>
+  <version> 1.0.12-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Buildtools Maven2 Builder Plugin</name>
   <description>
@@ -42,7 +42,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-build-tools.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-build-tools.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf/myfaces-build-tools.git</url>
-    <tag>HEAD</tag>
+    <tag>myfaces-builder-plugin-1.0.11</tag>
   </scm>
 
   <properties>
@@ -70,7 +70,7 @@
       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-release-plugin</artifactId>
-         <version>2.2.2</version>
+         <version>2.5.3</version>
       </plugin>
 
       <!-- required for plexus, but we are not using this right now