[maven-release-plugin] prepare release atomos-distribution-1.0.0
diff --git a/atomos-parent/pom.xml b/atomos-parent/pom.xml
index 204cd0c..70c358e 100644
--- a/atomos-parent/pom.xml
+++ b/atomos-parent/pom.xml
@@ -27,7 +27,7 @@
         <relativePath />
     </parent>
     <artifactId>atomos-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
     <name>atomos-parent</name>
 
@@ -45,7 +45,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>HEAD</tag>
+        <tag>atomos-distribution-1.0.0</tag>
     </scm>
 
     <build>
@@ -128,7 +128,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore></ignore>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>
diff --git a/atomos.examples/atomos.examples.index/pom.xml b/atomos.examples/atomos.examples.index/pom.xml
index a2717f4..9e73ebc 100644
--- a/atomos.examples/atomos.examples.index/pom.xml
+++ b/atomos.examples/atomos.examples.index/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.index</artifactId>
     <name>atomos.examples.index</name>
@@ -65,7 +65,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -76,7 +76,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.examples</groupId>
             <artifactId>org.apache.felix.atomos.examples.webconsole.bom</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <type>pom</type>
         </dependency>
     </dependencies>
@@ -86,7 +86,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>atomos-maven-plugin</artifactId>
-                <version>0.9.0-SNAPSHOT</version>
+                <version>0.9.0</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 951246c..e7f41a9 100644
--- a/atomos.examples/atomos.examples.jaxrs.bundle/pom.xml
+++ b/atomos.examples/atomos.examples.jaxrs.bundle/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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 0d1dca7..b802aed 100644
--- a/atomos.examples/atomos.examples.jaxrs/pom.xml
+++ b/atomos.examples/atomos.examples.jaxrs/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.jaxrs</artifactId>
     <name>atomos.examples.jaxrs</name>
@@ -75,18 +75,18 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.examples</groupId>
             <artifactId>org.apache.felix.atomos.examples.webconsole.bom</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>runtime</scope>
             <exclusions>
                 <exclusion>
@@ -178,7 +178,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>atomos-maven-plugin</artifactId>
-                <version>0.9.0-SNAPSHOT</version>
+                <version>0.9.0</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 b67cbc6..89851cd 100644
--- a/atomos.examples/atomos.examples.jlink/pom.xml
+++ b/atomos.examples/atomos.examples.jlink/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.jlink</artifactId>
     <name>atomos.examples.jlink</name>
@@ -35,22 +35,22 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -99,7 +99,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0-SNAPSHOT</version>
+                    <version>8.0.0</version>
                     <classifier>AtomosEquinox</classifier>
                     <scope>provided</scope>
                 </dependency>
@@ -116,7 +116,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0-SNAPSHOT</version>
+                    <version>8.0.0</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>
@@ -543,7 +543,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore></ignore>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>
diff --git a/atomos.examples/atomos.examples.springloader/pom.xml b/atomos.examples/atomos.examples.springloader/pom.xml
index 5b014de..09d9c0f 100644
--- a/atomos.examples/atomos.examples.springloader/pom.xml
+++ b/atomos.examples/atomos.examples.springloader/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.springloader</artifactId>
     <name>atomos.examples.springloader</name>
@@ -65,12 +65,12 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.examples</groupId>
             <artifactId>org.apache.felix.atomos.examples.webconsole.bom</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 f513db0..f7ca24d 100644
--- a/atomos.examples/atomos.examples.substrate.lib/pom.xml
+++ b/atomos.examples/atomos.examples.substrate.lib/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.substrate.lib</artifactId>
     <name>atomos.examples.substrate.lib</name>
@@ -31,7 +31,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <java.version>1.8</java.version>
         <felix.java.version>8</felix.java.version>
-        <maven.compiler.release combine.self="override"></maven.compiler.release>
+        <maven.compiler.release combine.self="override" />
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <maven.compiler.target>${java.version}</maven.compiler.target>
     </properties>
@@ -76,7 +76,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -98,7 +98,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -109,7 +109,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.activator</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -120,7 +120,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.user</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -131,7 +131,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.examples</groupId>
             <artifactId>org.apache.felix.atomos.examples.webconsole.bom</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 8404c6c..7aa1994 100644
--- a/atomos.examples/atomos.examples.substrate.maven/pom.xml
+++ b/atomos.examples/atomos.examples.substrate.maven/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.substrate.maven</artifactId>
     <name>atomos.examples.substrate.maven</name>
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
@@ -77,13 +77,13 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.bom</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</version>
             <type>pom</type>
         </dependency>
     </dependencies>
@@ -92,7 +92,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>atomos-maven-plugin</artifactId>
-                <version>0.9.0-SNAPSHOT</version>
+                <version>0.9.0</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 d3c01e4..c406cce 100644
--- a/atomos.examples/atomos.examples.webconsole.bom/pom.xml
+++ b/atomos.examples/atomos.examples.webconsole.bom/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.examples.webconsole.bom</artifactId>
diff --git a/atomos.examples/pom.xml b/atomos.examples/pom.xml
index b2d3d21..71af225 100644
--- a/atomos.examples/pom.xml
+++ b/atomos.examples/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../atomos-parent/pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>
diff --git a/atomos.maven/pom.xml b/atomos.maven/pom.xml
index d1b2082..b6a5c40 100644
--- a/atomos.maven/pom.xml
+++ b/atomos.maven/pom.xml
@@ -18,29 +18,29 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../atomos-parent/pom.xml</relativePath>
     </parent>
     <artifactId>atomos-maven-plugin</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</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>HEAD</tag>
+        <tag>atomos-distribution-1.0.0</tag>
     </scm>
     <dependencies>
         <dependency>
             <groupId>org.apache.felix.atomos.utils</groupId>
             <artifactId>org.apache.felix.atomos.utils.core</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>0.9.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
@@ -152,7 +152,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore/>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>
diff --git a/atomos.osgi.core/pom.xml b/atomos.osgi.core/pom.xml
index af2b177..b642f13 100644
--- a/atomos.osgi.core/pom.xml
+++ b/atomos.osgi.core/pom.xml
@@ -18,24 +18,24 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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-SNAPSHOT</version>
+    <version>8.0.0</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>HEAD</tag>
+        <tag>atomos-distribution-1.0.0</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 3f3cfcf..f60bcc6 100644
--- a/atomos.tests/atomos.tests.classpath.service/pom.xml
+++ b/atomos.tests/atomos.tests.classpath.service/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.classpath.service</artifactId>
     <name>atomos.tests.classpath.service</name>
@@ -56,32 +56,32 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.library</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 614cc0b..e251980 100644
--- a/atomos.tests/atomos.tests.index.bundles/pom.xml
+++ b/atomos.tests/atomos.tests.index.bundles/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.index.bundles</artifactId>
     <name>atomos.tests.index.bundles</name>
@@ -56,12 +56,12 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 08e213f..0d6c3f6 100644
--- a/atomos.tests/atomos.tests.modulepath.service/pom.xml
+++ b/atomos.tests/atomos.tests.modulepath.service/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.modulepath.service</artifactId>
     <name>atomos.tests.modulepath.service</name>
@@ -51,7 +51,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0-SNAPSHOT</version>
+                    <version>8.0.0</version>
                     <classifier>AtomosEquinox</classifier>
                     <scope>provided</scope>
                 </dependency>
@@ -68,7 +68,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0-SNAPSHOT</version>
+                    <version>8.0.0</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>
@@ -79,57 +79,57 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.library</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.user</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.resource.a</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.dependency.a</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.dependency.b</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.dependent.x</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 dc39218..d670ee7 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
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.tests.testbundles.bom</artifactId>
@@ -33,52 +33,52 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.resource.a</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</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-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.library</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.user</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.reflect.command</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.reflect.dto</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 4edca71..17a6ce8 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
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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 0910a47..0d08c7d 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
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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 946d67e..220bf1c 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
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.dependent.x</artifactId>
     <name>atomos.tests.testbundles.dependent.x</name>
@@ -41,12 +41,12 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.dependency.a</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.dependency.b</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 d511834..3f4cd3e 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
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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 e1fce83..cb097fc 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
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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 6822c53..cc3c7d4 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
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.resource.a</artifactId>
     <name>atomos.tests.testbundles.resource.a</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 b20d7d2..f42f51d 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
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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 e39bf8d..7602668 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
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.a</artifactId>
     <name>atomos.tests.testbundles.service.impl.a</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 7d59226..eed14b9 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
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.activator</artifactId>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 019f9ef..3dbbc5f 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
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl.b</artifactId>
     <name>atomos.tests.testbundles.service.impl.b</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 64928c9..6a38dad 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
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.impl</artifactId>
     <name>atomos.tests.testbundles.service.impl</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 8c48f28..3aaa75a 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
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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 57b16bc..01b2d2e 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
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests.testbundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.tests.testbundles.service.user</artifactId>
     <name>atomos.tests.testbundles.service.user</name>
@@ -29,12 +29,12 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.atomos.tests</groupId>
             <artifactId>org.apache.felix.atomos.tests.testbundles.service.contract</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 e23f630..08383a9 100644
--- a/atomos.tests/atomos.tests.testbundles/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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 f90180b..d8f4fd7 100644
--- a/atomos.tests/pom.xml
+++ b/atomos.tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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 015dcb8..7fe850d 100644
--- a/atomos.utils/atomos.utils.api/pom.xml
+++ b/atomos.utils/atomos.utils.api/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0</version>
     </parent>
     <artifactId>org.apache.felix.atomos.utils.api</artifactId>
     <packaging>jar</packaging>
@@ -32,14 +32,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>HEAD</tag>
+        <tag>atomos-distribution-1.0.0</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-SNAPSHOT</version>
+            <version>0.9.0</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 5435b1d..f95bc65 100644
--- a/atomos.utils/atomos.utils.core/pom.xml
+++ b/atomos.utils/atomos.utils.core/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.utils.core</artifactId>
@@ -33,25 +33,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>HEAD</tag>
+        <tag>atomos-distribution-1.0.0</tag>
     </scm>
     <dependencies>
         <dependency>
             <groupId>org.apache.felix.atomos.utils</groupId>
             <artifactId>org.apache.felix.atomos.utils.api</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>0.9.0</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-SNAPSHOT</version>
+            <version>0.9.0</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-SNAPSHOT</version>
+            <version>0.9.0</version>
             <!-- <scope>provided</scope> -->
         </dependency>
         <dependency>
@@ -106,7 +106,7 @@
             <artifactId>org.apache.felix.atomos.tests.testbundles.bom</artifactId>
             <type>pom</type>
             <scope>test</scope>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</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 d0ac5e0..91247b7 100644
--- a/atomos.utils/atomos.utils.substrate.api/pom.xml
+++ b/atomos.utils/atomos.utils.substrate.api/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.utils.substrate.api</artifactId>
@@ -33,7 +33,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>HEAD</tag>
+        <tag>atomos-distribution-1.0.0</tag>
     </scm>
     <dependencies>
 
diff --git a/atomos.utils/atomos.utils.substrate.impl/pom.xml b/atomos.utils/atomos.utils.substrate.impl/pom.xml
index e0cdf4a..c24267b 100644
--- a/atomos.utils/atomos.utils.substrate.impl/pom.xml
+++ b/atomos.utils/atomos.utils.substrate.impl/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0</version>
     </parent>
 
     <artifactId>org.apache.felix.atomos.utils.substrate.impl</artifactId>
@@ -33,7 +33,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>HEAD</tag>
+        <tag>atomos-distribution-1.0.0</tag>
     </scm>
     <dependencies>
 
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>org.apache.felix.atomos.utils</groupId>
             <artifactId>org.apache.felix.atomos.utils.substrate.api</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>0.9.0</version>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
diff --git a/atomos.utils/pom.xml b/atomos.utils/pom.xml
index 1c955a5..8f6c60e 100644
--- a/atomos.utils/pom.xml
+++ b/atomos.utils/pom.xml
@@ -23,19 +23,19 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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-SNAPSHOT</version>
+    <version>0.9.0</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>HEAD</tag>
+        <tag>atomos-distribution-1.0.0</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 dc7b161..6b34269 100644
--- a/atomos/pom.xml
+++ b/atomos/pom.xml
@@ -18,12 +18,12 @@
      under the License.
  -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../atomos-parent/pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.felix.atomos</artifactId>
@@ -32,7 +32,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>HEAD</tag>
+        <tag>atomos-distribution-1.0.0</tag>
     </scm>
 
     <dependencies>
@@ -101,7 +101,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0-SNAPSHOT</version>
+                    <version>8.0.0</version>
                     <classifier>AtomosEquinox</classifier>
                     <scope>provided</scope>
                 </dependency>
@@ -118,7 +118,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.0-SNAPSHOT</version>
+                    <version>8.0.0</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>
diff --git a/pom.xml b/pom.xml
index 64b09ab..d156496 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,10 +24,10 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
         <version>7</version>
-        <relativePath/>
+        <relativePath />
     </parent>
     <artifactId>atomos-distribution</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
     <name>atomos-distribution</name>
 
@@ -35,7 +35,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>HEAD</tag>
+        <tag>atomos-distribution-1.0.0</tag>
     </scm>
 
     <modules>