[maven-release-plugin] prepare for next development iteration
diff --git a/framework.security/pom.xml b/framework.security/pom.xml
index ce3f3b5..0aff375 100644
--- a/framework.security/pom.xml
+++ b/framework.security/pom.xml
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Security Provider</name>
   <artifactId>org.apache.felix.framework.security</artifactId>
-  <version>2.8.0</version>
+  <version>2.9.0-SNAPSHOT</version>
   <description>
     This bundle provides an implementation of the OSGi security for Apache Felix.
   </description>
@@ -35,7 +35,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.framework.security-2.8.0</tag>
+      <tag>HEAD</tag>
   </scm>
   <dependencies>
      <dependency>
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>7.0.0</version>
+      <version>7.1.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>