[maven-release-plugin] prepare for next development iteration
diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index 79205cd..557ffd9 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.aries.spifly</groupId>
     <artifactId>spifly</artifactId>
-    <version>1.3.6</version>
+    <version>1.3.7-SNAPSHOT</version>
     <name>Apache Aries SPI Fly</name>
     <packaging>pom</packaging>
     <description>
@@ -41,7 +41,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>spifly-1.3.6</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>
diff --git a/spi-fly/spi-fly-core/pom.xml b/spi-fly/spi-fly-core/pom.xml
index 9860e1b..2565f5f 100644
--- a/spi-fly/spi-fly-core/pom.xml
+++ b/spi-fly/spi-fly-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.6</version>
+        <version>1.3.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -41,7 +41,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>spifly-1.3.6</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
diff --git a/spi-fly/spi-fly-dynamic-bundle/pom.xml b/spi-fly/spi-fly-dynamic-bundle/pom.xml
index 517ec06..2d4b41e 100644
--- a/spi-fly/spi-fly-dynamic-bundle/pom.xml
+++ b/spi-fly/spi-fly-dynamic-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.6</version>
+        <version>1.3.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -40,7 +40,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>spifly-1.3.6</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
diff --git a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml
index 3112627..2956a09 100644
--- a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml
+++ b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.6</version>
+        <version>1.3.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -40,7 +40,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>spifly-1.3.6</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
diff --git a/spi-fly/spi-fly-examples/pom.xml b/spi-fly/spi-fly-examples/pom.xml
index 916b826..c8bd7b3 100644
--- a/spi-fly/spi-fly-examples/pom.xml
+++ b/spi-fly/spi-fly-examples/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.6</version>
+        <version>1.3.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.aries.spifly.examples</groupId>
     <artifactId>spi-fly-examples</artifactId>
     <name>Apache Aries SPI Fly Examples</name>
-    <version>1.0.4</version>
+    <version>1.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <description>
         SPI examples
@@ -47,7 +47,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-      <tag>spifly-1.3.6</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <modules>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-client1-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-client1-bundle/pom.xml
index 88be92e..0fd0baf 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-client1-bundle/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-client1-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.client1.bundle</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-client1-jar/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-client1-jar/pom.xml
index ba357df..afb38ee 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-client1-jar/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-client1-jar/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.client1.jar</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-client2-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-client2-bundle/pom.xml
index c4c285d..c3098c8 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-client2-bundle/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-client2-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.client2.bundle</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-client3-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-client3-bundle/pom.xml
index 7d71eed..5eb1991 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-client3-bundle/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-client3-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.client3.bundle</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-client3-fragment/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-client3-fragment/pom.xml
index 0f43a42..773c6b2 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-client3-fragment/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-client3-fragment/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.client3.fragment</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider-consumer-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider-consumer-bundle/pom.xml
index c8e3ab0..b4d89cc 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-provider-consumer-bundle/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-provider-consumer-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider.consumer.bundle</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider1-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider1-bundle/pom.xml
index 0b57e74..1fc327a 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-provider1-bundle/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-provider1-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider1.bundle</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider1-jar/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider1-jar/pom.xml
index d3cb2c9..61b7aea 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-provider1-jar/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-provider1-jar/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider1.jar</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider2-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider2-bundle/pom.xml
index eb3aa94..e89f61d 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-provider2-bundle/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-provider2-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider2.bundle</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider3-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider3-bundle/pom.xml
index 77ee58d..187cf5b 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-provider3-bundle/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-provider3-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider3.bundle</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-provider3-fragment/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-provider3-fragment/pom.xml
index b502841..0290fc3 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-provider3-fragment/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-provider3-fragment/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.provider3.fragment</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-resource-client-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-resource-client-bundle/pom.xml
index 6b76e6a..ca62083 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-resource-client-bundle/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-resource-client-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.resource.client.bundle</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-resource-provider-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-resource-provider-bundle/pom.xml
index f0a9bb3..c6a5097 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-resource-provider-bundle/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-resource-provider-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.resource.provider.bundle</artifactId>
diff --git a/spi-fly/spi-fly-examples/spi-fly-example-spi-bundle/pom.xml b/spi-fly/spi-fly-examples/spi-fly-example-spi-bundle/pom.xml
index 82d283b..dde1db4 100644
--- a/spi-fly/spi-fly-examples/spi-fly-example-spi-bundle/pom.xml
+++ b/spi-fly/spi-fly-examples/spi-fly-example-spi-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly.examples</groupId>
         <artifactId>spi-fly-examples</artifactId>
-        <version>1.0.4</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.spifly.examples.spi.bundle</artifactId>
diff --git a/spi-fly/spi-fly-itests/pom.xml b/spi-fly/spi-fly-itests/pom.xml
index e2d1e76..7cd89fb 100644
--- a/spi-fly/spi-fly-itests/pom.xml
+++ b/spi-fly/spi-fly-itests/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.6</version>
+        <version>1.3.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -40,7 +40,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>spifly-1.3.6</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
@@ -90,7 +90,7 @@
         <dependency>
             <groupId>org.apache.aries.spifly.examples</groupId>
             <artifactId>org.apache.aries.spifly.examples.spi.bundle</artifactId>
-            <version>1.0.4</version>
+            <version>1.0.5-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/spi-fly/spi-fly-static-bundle/pom.xml b/spi-fly/spi-fly-static-bundle/pom.xml
index ca9192d..facc2c5 100644
--- a/spi-fly/spi-fly-static-bundle/pom.xml
+++ b/spi-fly/spi-fly-static-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.6</version>
+        <version>1.3.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -40,7 +40,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>spifly-1.3.6</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
diff --git a/spi-fly/spi-fly-static-tool/pom.xml b/spi-fly/spi-fly-static-tool/pom.xml
index 1ae66f1..a98a41b 100644
--- a/spi-fly/spi-fly-static-tool/pom.xml
+++ b/spi-fly/spi-fly-static-tool/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.6</version>
+        <version>1.3.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -39,7 +39,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>spifly-1.3.6</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
diff --git a/spi-fly/spi-fly-weaver/pom.xml b/spi-fly/spi-fly-weaver/pom.xml
index eb45c02..2f66440 100644
--- a/spi-fly/spi-fly-weaver/pom.xml
+++ b/spi-fly/spi-fly-weaver/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.spifly</groupId>
         <artifactId>spifly</artifactId>
-        <version>1.3.6</version>
+        <version>1.3.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-        <tag>spifly-1.3.6</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <dependencies>