[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index af564a9..f0752fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>struts-annotations</artifactId>
-    <version>1.0.8</version>
+    <version>1.0.9-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Struts Annotations</name>
     <url>https://struts.apache.org</url>
@@ -21,7 +21,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/struts-annotations.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts-annotations.git</developerConnection>
         <url>https://github.com/apache/struts-annotations.git</url>
-        <tag>STRUTS_ANNOTATIONS_1_0_8</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>