You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2021/02/17 21:37:58 UTC

[felix-atomos] branch master updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git


The following commit(s) were added to refs/heads/master by this push:
     new ab9bb23  [maven-release-plugin] prepare for next development iteration
ab9bb23 is described below

commit ab9bb233277f5eb18c203f2f2b38945dc820a527
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Wed Feb 17 15:37:40 2021 -0600

    [maven-release-plugin] prepare for next development iteration
---
 atomos-parent/pom.xml                              |  4 ++--
 atomos.examples/atomos.examples.index/pom.xml      |  8 +++----
 .../atomos.examples.jaxrs.bundle/pom.xml           |  2 +-
 atomos.examples/atomos.examples.jaxrs/pom.xml      | 10 ++++----
 atomos.examples/atomos.examples.jlink/pom.xml      | 14 +++++------
 .../atomos.examples.springloader/pom.xml           |  6 ++---
 .../atomos.examples.substrate.lib/pom.xml          | 14 +++++------
 .../atomos.examples.substrate.maven/pom.xml        | 10 ++++----
 .../atomos.examples.webconsole.bom/pom.xml         |  2 +-
 atomos.examples/pom.xml                            |  2 +-
 atomos.maven/pom.xml                               |  8 +++----
 atomos.osgi.core/pom.xml                           |  6 ++---
 .../atomos.tests.classpath.service/pom.xml         | 14 +++++------
 atomos.tests/atomos.tests.index.bundles/pom.xml    |  6 ++---
 .../atomos.tests.modulepath.service/pom.xml        | 28 +++++++++++-----------
 .../atomos.tests.testbundles.bom/pom.xml           | 22 ++++++++---------
 .../atomos.tests.testbundles.dependency.a/pom.xml  |  2 +-
 .../atomos.tests.testbundles.dependency.b/pom.xml  |  2 +-
 .../atomos.tests.testbundles.dependent.x/pom.xml   |  6 ++---
 .../pom.xml                                        |  2 +-
 .../atomos.tests.testbundles.reflect.dto/pom.xml   |  2 +-
 .../atomos.tests.testbundles.resources.a/pom.xml   |  4 ++--
 .../pom.xml                                        |  2 +-
 .../pom.xml                                        |  4 ++--
 .../pom.xml                                        |  4 ++--
 .../pom.xml                                        |  4 ++--
 .../atomos.tests.testbundles.service.impl/pom.xml  |  4 ++--
 .../pom.xml                                        |  2 +-
 .../atomos.tests.testbundles.service.user/pom.xml  |  6 ++---
 atomos.tests/atomos.tests.testbundles/pom.xml      |  2 +-
 atomos.tests/pom.xml                               |  2 +-
 atomos.utils/atomos.utils.api/pom.xml              |  6 ++---
 atomos.utils/atomos.utils.core/pom.xml             | 12 +++++-----
 atomos.utils/atomos.utils.substrate.api/pom.xml    |  4 ++--
 atomos.utils/atomos.utils.substrate.impl/pom.xml   |  6 ++---
 atomos.utils/pom.xml                               |  6 ++---
 atomos/pom.xml                                     |  8 +++----
 pom.xml                                            |  4 ++--
 38 files changed, 125 insertions(+), 125 deletions(-)

diff --git a/atomos-parent/pom.xml b/atomos-parent/pom.xml
index 6aadc49..b031d57 100644
--- a/atomos-parent/pom.xml
+++ b/atomos-parent/pom.xml
@@ -8,7 +8,7 @@
         <relativePath />
     </parent>
     <artifactId>atomos-parent</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>atomos-parent</name>
 
@@ -26,7 +26,7 @@
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-atomos.git</developerConnection>
         <url>https://github.com/apache/felix-atomos</url>
-        <tag>atomos-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <build>
diff --git a/atomos.examples/atomos.examples.index/pom.xml b/atomos.examples/atomos.examples.index/pom.xml
index c0ba97b..57de84b 100644
--- a/atomos.examples/atomos.examples.index/pom.xml
+++ b/atomos.examples/atomos.examples.index/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.index</artifactId>
     <name>atomos.examples.index</name>
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.examples</groupId>
             <artifactId>org.apache.felix.atomos.examples.webconsole.bom</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <type>pom</type>
         </dependency>
     </dependencies>
@@ -67,7 +67,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>atomos-maven-plugin</artifactId>
-                <version>0.9.0</version>
+                <version>0.9.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/atomos.examples/atomos.examples.jaxrs.bundle/pom.xml b/atomos.examples/atomos.examples.jaxrs.bundle/pom.xml
index 6db4606..7df42bc 100644
--- a/atomos.examples/atomos.examples.jaxrs.bundle/pom.xml
+++ b/atomos.examples/atomos.examples.jaxrs.bundle/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.jaxrs.bundle</artifactId>
     <name>atomos.examples.jaxrs.bundle</name>
diff --git a/atomos.examples/atomos.examples.jaxrs/pom.xml b/atomos.examples/atomos.examples.jaxrs/pom.xml
index 506deaf..2436750 100644
--- a/atomos.examples/atomos.examples.jaxrs/pom.xml
+++ b/atomos.examples/atomos.examples.jaxrs/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.jaxrs</artifactId>
     <name>atomos.examples.jaxrs</name>
@@ -56,18 +56,18 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.examples</groupId>
             <artifactId>org.apache.felix.atomos.examples.webconsole.bom</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <type>pom</type>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.examples</groupId>
             <artifactId>org.apache.felix.atomos.examples.jaxrs.bundle</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <scope>runtime</scope>
             <exclusions>
                 <exclusion>
@@ -159,7 +159,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>atomos-maven-plugin</artifactId>
-                <version>0.9.0</version>
+                <version>0.9.1-SNAPSHOT</version>
                 <configuration>
                     <nativeImage>
                         <debug>true</debug>
diff --git a/atomos.examples/atomos.examples.jlink/pom.xml b/atomos.examples/atomos.examples.jlink/pom.xml
index 5e7114c..cc08604 100644
--- a/atomos.examples/atomos.examples.jlink/pom.xml
+++ b/atomos.examples/atomos.examples.jlink/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.jlink</artifactId>
     <name>atomos.examples.jlink</name>
@@ -16,22 +16,22 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.activator</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -80,7 +80,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0</version>
+                    <version>8.0.1-SNAPSHOT</version>
                     <classifier>AtomosEquinox</classifier>
                     <scope>provided</scope>
                 </dependency>
@@ -97,7 +97,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0</version>
+                    <version>8.0.1-SNAPSHOT</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>
diff --git a/atomos.examples/atomos.examples.springloader/pom.xml b/atomos.examples/atomos.examples.springloader/pom.xml
index 93dca10..e284058 100644
--- a/atomos.examples/atomos.examples.springloader/pom.xml
+++ b/atomos.examples/atomos.examples.springloader/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.springloader</artifactId>
     <name>atomos.examples.springloader</name>
@@ -46,12 +46,12 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.examples</groupId>
             <artifactId>org.apache.felix.atomos.examples.webconsole.bom</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <type>pom</type>
         </dependency>
     </dependencies>
diff --git a/atomos.examples/atomos.examples.substrate.lib/pom.xml b/atomos.examples/atomos.examples.substrate.lib/pom.xml
index 632a23a..c0f6917 100644
--- a/atomos.examples/atomos.examples.substrate.lib/pom.xml
+++ b/atomos.examples/atomos.examples.substrate.lib/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.substrate.lib</artifactId>
     <name>atomos.examples.substrate.lib</name>
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -90,7 +90,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.activator</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.user</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -112,7 +112,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.examples</groupId>
             <artifactId>org.apache.felix.atomos.examples.webconsole.bom</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <type>pom</type>
         </dependency>
     </dependencies>
diff --git a/atomos.examples/atomos.examples.substrate.maven/pom.xml b/atomos.examples/atomos.examples.substrate.maven/pom.xml
index facfbcb..4364992 100644
--- a/atomos.examples/atomos.examples.substrate.maven/pom.xml
+++ b/atomos.examples/atomos.examples.substrate.maven/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.substrate.maven</artifactId>
     <name>atomos.examples.substrate.maven</name>
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -59,13 +59,13 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.bom</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <type>pom</type>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.examples</groupId>
             <artifactId>org.apache.felix.atomos.examples.webconsole.bom</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <type>pom</type>
         </dependency>
     </dependencies>
@@ -74,7 +74,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>atomos-maven-plugin</artifactId>
-                <version>0.9.0</version>
+                <version>0.9.1-SNAPSHOT</version>
                 <configuration>
                     <nativeImage>
                         <debug>true</debug>
diff --git a/atomos.examples/atomos.examples.webconsole.bom/pom.xml b/atomos.examples/atomos.examples.webconsole.bom/pom.xml
index e7bed94..6acf7b3 100644
--- a/atomos.examples/atomos.examples.webconsole.bom/pom.xml
+++ b/atomos.examples/atomos.examples.webconsole.bom/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.examples.webconsole.bom</artifactId>
diff --git a/atomos.examples/pom.xml b/atomos.examples/pom.xml
index 77a1916..02a73d7 100644
--- a/atomos.examples/pom.xml
+++ b/atomos.examples/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../atomos-parent/pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>
diff --git a/atomos.maven/pom.xml b/atomos.maven/pom.xml
index ce5fbf2..ec113d9 100644
--- a/atomos.maven/pom.xml
+++ b/atomos.maven/pom.xml
@@ -4,24 +4,24 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../atomos-parent/pom.xml</relativePath>
     </parent>
     <artifactId>atomos-maven-plugin</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <name>atomos-maven-plugin</name>
     <scm>
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-atomos.git</developerConnection>
         <url>https://github.com/apache/felix-atomos</url>
-        <tag>atomos-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
     <dependencies>
         <dependency>
             <groupId>org.apache.felix.atomos.utils</groupId>
             <artifactId>org.apache.felix.atomos.utils.core</artifactId>
-            <version>0.9.0</version>
+            <version>0.9.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
diff --git a/atomos.osgi.core/pom.xml b/atomos.osgi.core/pom.xml
index 8d488bc..62e006e 100644
--- a/atomos.osgi.core/pom.xml
+++ b/atomos.osgi.core/pom.xml
@@ -4,19 +4,19 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../atomos-parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.felix.atomos</groupId>
     <packaging>jar</packaging>
     <artifactId>osgi.core</artifactId>
-    <version>8.0.0</version>
+    <version>8.0.1-SNAPSHOT</version>
     <name>osgi.core</name>
     <scm>
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-atomos.git</developerConnection>
         <url>https://github.com/apache/felix-atomos</url>
-        <tag>atomos-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
     <build>
         <plugins>
diff --git a/atomos.tests/atomos.tests.classpath.service/pom.xml b/atomos.tests/atomos.tests.classpath.service/pom.xml
index 517f089..0b023a6 100644
--- a/atomos.tests/atomos.tests.classpath.service/pom.xml
+++ b/atomos.tests/atomos.tests.classpath.service/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.classpath.service</artifactId>
     <name>atomos.tests.classpath.service</name>
@@ -37,32 +37,32 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.a</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.b</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.activator</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.library</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/atomos.tests/atomos.tests.index.bundles/pom.xml b/atomos.tests/atomos.tests.index.bundles/pom.xml
index c2b40dc..b87b296 100644
--- a/atomos.tests/atomos.tests.index.bundles/pom.xml
+++ b/atomos.tests/atomos.tests.index.bundles/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.index.bundles</artifactId>
     <name>atomos.tests.index.bundles</name>
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
diff --git a/atomos.tests/atomos.tests.modulepath.service/pom.xml b/atomos.tests/atomos.tests.modulepath.service/pom.xml
index bc86dbe..00991a0 100644
--- a/atomos.tests/atomos.tests.modulepath.service/pom.xml
+++ b/atomos.tests/atomos.tests.modulepath.service/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.modulepath.service</artifactId>
     <name>atomos.tests.modulepath.service</name>
@@ -32,7 +32,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0</version>
+                    <version>8.0.1-SNAPSHOT</version>
                     <classifier>AtomosEquinox</classifier>
                     <scope>provided</scope>
                 </dependency>
@@ -49,7 +49,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0</version>
+                    <version>8.0.1-SNAPSHOT</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>
@@ -60,57 +60,57 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.a</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.b</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.activator</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.library</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.user</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.resource.a</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.dependency.a</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.dependency.b</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.dependent.x</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.bom/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.bom/pom.xml
index d7937fb..2154b4b 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.bom/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.bom/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.tests.testbundles.bom</artifactId>
@@ -14,52 +14,52 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.resource.a</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.a</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.activator</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.b</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.library</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.user</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.reflect.command</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.reflect.dto</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependency.a/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependency.a/pom.xml
index cf5e095..6452688 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependency.a/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependency.a/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.dependency.a</artifactId>
     <name>atomos.tests.testbundles.dependency.a</name>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependency.b/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependency.b/pom.xml
index 89faf00..16d2660 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependency.b/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependency.b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.dependency.b</artifactId>
     <name>atomos.tests.testbundles.dependency.b</name>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependent.x/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependent.x/pom.xml
index 951796f..00b58df 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependent.x/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.dependent.x/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.dependent.x</artifactId>
     <name>atomos.tests.testbundles.dependent.x</name>
@@ -22,12 +22,12 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.dependency.a</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.dependency.b</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.reflect.command/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.reflect.command/pom.xml
index 7219d7d..faa42fe 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.reflect.command/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.reflect.command/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.reflect.command</artifactId>
     <name>atomos.tests.testbundles.reflect.command</name>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.reflect.dto/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.reflect.dto/pom.xml
index a82b7d3..553a966 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.reflect.dto/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.reflect.dto/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.reflect.dto</artifactId>
     <name>atomos.tests.testbundles.reflect.dto</name>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.resources.a/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.resources.a/pom.xml
index 313e852..22dd20f 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.resources.a/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.resources.a/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.resource.a</artifactId>
     <name>atomos.tests.testbundles.resource.a</name>
@@ -11,7 +11,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.contract/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.contract/pom.xml
index 45b21cd..ae785a9 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.contract/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.contract/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
     <name>atomos.tests.testbundles.service.contract</name>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.a/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.a/pom.xml
index 10b0810..9b79fea 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.a/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.a/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.a</artifactId>
     <name>atomos.tests.testbundles.service.impl.a</name>
@@ -11,7 +11,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.activator/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.activator/pom.xml
index c4e82c5..5500447 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.activator/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.activator/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.activator</artifactId>
@@ -19,7 +19,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.b/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.b/pom.xml
index 0dc52e3..320ac29 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.b/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl.b/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.b</artifactId>
     <name>atomos.tests.testbundles.service.impl.b</name>
@@ -11,7 +11,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl/pom.xml
index 6ca9a83..4804c5c 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.impl/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
     <name>atomos.tests.testbundles.service.impl</name>
@@ -11,7 +11,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.library/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.library/pom.xml
index 4b66ac9..41963dd 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.library/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.library/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.library</artifactId>
     <name>atomos.tests.testbundles.service.library</name>
diff --git a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.user/pom.xml b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.user/pom.xml
index ffb2baa..8318fd0 100644
--- a/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.user/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/atomos.tests.testbundles.service.user/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.user</artifactId>
     <name>atomos.tests.testbundles.service.user</name>
@@ -11,12 +11,12 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/atomos.tests/atomos.tests.testbundles/pom.xml b/atomos.tests/atomos.tests.testbundles/pom.xml
index cc2dd3a..35776c2 100644
--- a/atomos.tests/atomos.tests.testbundles/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <packaging>pom</packaging>
     <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
diff --git a/atomos.tests/pom.xml b/atomos.tests/pom.xml
index 404057c..24bb0bf 100644
--- a/atomos.tests/pom.xml
+++ b/atomos.tests/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../atomos-parent/pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>
diff --git a/atomos.utils/atomos.utils.api/pom.xml b/atomos.utils/atomos.utils.api/pom.xml
index a9356fb..0fa2d01 100644
--- a/atomos.utils/atomos.utils.api/pom.xml
+++ b/atomos.utils/atomos.utils.api/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.utils.api</artifactId>
     <packaging>jar</packaging>
@@ -13,14 +13,14 @@
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-atomos.git</developerConnection>
         <url>https://github.com/apache/felix-atomos</url>
-        <tag>atomos-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
     <dependencies>
         <dependency>
             <groupId>org.apache.felix.atomos.utils</groupId>
             <artifactId>org.apache.felix.atomos.utils.substrate.api</artifactId>
             <scope>compile</scope>
-            <version>0.9.0</version>
+            <version>0.9.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
diff --git a/atomos.utils/atomos.utils.core/pom.xml b/atomos.utils/atomos.utils.core/pom.xml
index 6b68e25..386e594 100644
--- a/atomos.utils/atomos.utils.core/pom.xml
+++ b/atomos.utils/atomos.utils.core/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.utils.core</artifactId>
@@ -14,25 +14,25 @@
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-atomos.git</developerConnection>
         <url>https://github.com/apache/felix-atomos</url>
-        <tag>atomos-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
     <dependencies>
         <dependency>
             <groupId>org.apache.felix.atomos.utils</groupId>
             <artifactId>org.apache.felix.atomos.utils.api</artifactId>
-            <version>0.9.0</version>
+            <version>0.9.1-SNAPSHOT</version>
             <!-- <scope>provided</scope> -->
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.utils</groupId>
             <artifactId>org.apache.felix.atomos.utils.substrate.api</artifactId>
-            <version>0.9.0</version>
+            <version>0.9.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.utils</groupId>
             <artifactId>org.apache.felix.atomos.utils.substrate.impl</artifactId>
-            <version>0.9.0</version>
+            <version>0.9.1-SNAPSHOT</version>
             <!-- <scope>provided</scope> -->
         </dependency>
         <dependency>
@@ -87,7 +87,7 @@
             <artifactId>org.apache.felix.atomos.tests.testbundles.bom</artifactId>
             <type>pom</type>
             <scope>test</scope>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/atomos.utils/atomos.utils.substrate.api/pom.xml b/atomos.utils/atomos.utils.substrate.api/pom.xml
index e54a36c..1688643 100644
--- a/atomos.utils/atomos.utils.substrate.api/pom.xml
+++ b/atomos.utils/atomos.utils.substrate.api/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.utils.substrate.api</artifactId>
@@ -14,7 +14,7 @@
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-atomos.git</developerConnection>
         <url>https://github.com/apache/felix-atomos</url>
-        <tag>atomos-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
     <dependencies>
 
diff --git a/atomos.utils/atomos.utils.substrate.impl/pom.xml b/atomos.utils/atomos.utils.substrate.impl/pom.xml
index dffcd80..dd17fdd 100644
--- a/atomos.utils/atomos.utils.substrate.impl/pom.xml
+++ b/atomos.utils/atomos.utils.substrate.impl/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.utils.substrate.impl</artifactId>
@@ -14,7 +14,7 @@
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-atomos.git</developerConnection>
         <url>https://github.com/apache/felix-atomos</url>
-        <tag>atomos-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
     <dependencies>
 
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.utils</groupId>
             <artifactId>org.apache.felix.atomos.utils.substrate.api</artifactId>
-            <version>0.9.0</version>
+            <version>0.9.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
diff --git a/atomos.utils/pom.xml b/atomos.utils/pom.xml
index e00f059..3fb22c7 100644
--- a/atomos.utils/pom.xml
+++ b/atomos.utils/pom.xml
@@ -4,19 +4,19 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../atomos-parent/pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>
     <groupId>org.apache.felix.atomos.utils</groupId>
     <artifactId>org.apache.felix.atomos.utils</artifactId>
     <name>atomos.utils</name>
-    <version>0.9.0</version>
+    <version>0.9.1-SNAPSHOT</version>
     <scm>
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-atomos.git</developerConnection>
         <url>https://github.com/apache/felix-atomos</url>
-        <tag>atomos-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
     <properties>
         <!-- Before moving to a 1.0.0 release we need javadoc for the APIs -->
diff --git a/atomos/pom.xml b/atomos/pom.xml
index 489885f..4ab4698 100644
--- a/atomos/pom.xml
+++ b/atomos/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../atomos-parent/pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.felix.atomos</artifactId>
@@ -13,7 +13,7 @@
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-atomos.git</developerConnection>
         <url>https://github.com/apache/felix-atomos</url>
-        <tag>atomos-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <dependencies>
@@ -82,7 +82,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0</version>
+                    <version>8.0.1-SNAPSHOT</version>
                     <classifier>AtomosEquinox</classifier>
                     <scope>provided</scope>
                 </dependency>
@@ -99,7 +99,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0</version>
+                    <version>8.0.1-SNAPSHOT</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>
diff --git a/pom.xml b/pom.xml
index 11cdb10..4f086a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
         <relativePath />
     </parent>
     <artifactId>atomos-reactor</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>atomos-reactor</name>
 
@@ -16,7 +16,7 @@
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-atomos.git</developerConnection>
         <url>https://github.com/apache/felix-atomos</url>
-        <tag>atomos-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <modules>