[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index dc1e60a..84f375b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.scripting.el-api</artifactId>
-  <version>1.0.4</version>
+  <version>1.0.5-SNAPSHOT</version>
 
   <name>Apache Sling Scripting EL API Wrapper</name>
   <description>This bundle wraps the Apache Tomcat 6.0.53 EL API used by Apache Sling Scripting JSP.</description>
@@ -38,7 +38,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-el-api.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-el-api.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-el-api.git</url>
-    <tag>org.apache.sling.scripting.el-api-1.0.4</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <dependencies>