[maven-release-plugin] prepare for next development iteration
diff --git a/features/pom.xml b/features/pom.xml
index e63bb3a..fb785a5 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.felix.feature</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>OSGi Feature Model API</name>
@@ -29,12 +29,12 @@
       <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-1.0.0</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>
       <felix.java.version>8</felix.java.version>
-      <project.build.outputTimestamp>1653318039</project.build.outputTimestamp>
+      <project.build.outputTimestamp>1653318068</project.build.outputTimestamp>
     </properties>
         
     <build>