[maven-release-plugin] prepare for next development iteration
diff --git a/features/pom.xml b/features/pom.xml
index 1cafdd5..fa406a6 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.felix.feature</artifactId>
-    <version>0.9.4-RC3</version>
+    <version>0.9.5-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>OSGi Feature Model API</name>
@@ -29,7 +29,7 @@
       <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
       <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
       <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-      <tag>org.apache.felix.feature-0.9.4-RC3</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>