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/18 15:24:56 UTC

[felix-atomos] branch master updated (ab9bb23 -> 18410d0)

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

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


    from ab9bb23  [maven-release-plugin] prepare for next development iteration
     new 52669f6  Revert "[maven-release-plugin] prepare for next development iteration"
     new 2e9d8c2  Revert "[maven-release-plugin] prepare release atomos-1.0.0"
     new ab364b6  Add license headers to pom.xml files.
     new 18410d0  Rename atomos-reactor to atomos-distribution

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 atomos-parent/pom.xml                              | 23 +++++++++-
 atomos.examples/atomos.examples.index/pom.xml      | 27 ++++++++++--
 .../atomos.examples.jaxrs.bundle/pom.xml           | 20 ++++++++-
 atomos.examples/atomos.examples.jaxrs/pom.xml      | 31 +++++++++++---
 atomos.examples/atomos.examples.jlink/pom.xml      | 37 ++++++++++++----
 .../atomos.examples.springloader/pom.xml           | 25 +++++++++--
 .../atomos.examples.substrate.lib/pom.xml          | 37 ++++++++++++----
 .../atomos.examples.substrate.maven/pom.xml        | 28 ++++++++++---
 .../atomos.examples.webconsole.bom/pom.xml         | 23 +++++++++-
 atomos.examples/pom.xml                            | 21 +++++++++-
 atomos.maven/pom.xml                               | 29 ++++++++++---
 atomos.osgi.core/pom.xml                           | 25 +++++++++--
 atomos.substrate.config/pom.xml                    | 19 +++++++++
 .../atomos.tests.classpath.service/pom.xml         | 35 ++++++++++++----
 atomos.tests/atomos.tests.index.bundles/pom.xml    | 27 ++++++++++--
 .../atomos.tests.modulepath.service/pom.xml        | 49 +++++++++++++++-------
 .../atomos.tests.testbundles.bom/pom.xml           | 43 +++++++++++++------
 .../atomos.tests.testbundles.dependency.a/pom.xml  | 23 +++++++++-
 .../atomos.tests.testbundles.dependency.b/pom.xml  | 23 +++++++++-
 .../atomos.tests.testbundles.dependent.x/pom.xml   | 27 ++++++++++--
 .../pom.xml                                        | 20 ++++++++-
 .../atomos.tests.testbundles.reflect.dto/pom.xml   | 20 ++++++++-
 .../atomos.tests.testbundles.resources.a/pom.xml   | 22 +++++++++-
 .../pom.xml                                        | 23 +++++++++-
 .../pom.xml                                        | 22 +++++++++-
 .../pom.xml                                        | 25 +++++++++--
 .../pom.xml                                        | 22 +++++++++-
 .../atomos.tests.testbundles.service.impl/pom.xml  | 22 +++++++++-
 .../pom.xml                                        | 23 +++++++++-
 .../atomos.tests.testbundles.service.user/pom.xml  | 24 +++++++++--
 atomos.tests/atomos.tests.testbundles/pom.xml      | 21 +++++++++-
 atomos.tests/pom.xml                               | 21 +++++++++-
 atomos.utils/atomos.utils.api/pom.xml              | 25 +++++++++--
 atomos.utils/atomos.utils.core/pom.xml             | 31 +++++++++++---
 atomos.utils/atomos.utils.substrate.api/pom.xml    | 23 +++++++++-
 atomos.utils/atomos.utils.substrate.impl/pom.xml   | 25 +++++++++--
 atomos.utils/pom.xml                               | 23 +++++++++-
 atomos/pom.xml                                     | 27 ++++++++++--
 pom.xml                                            | 27 ++++++++++--
 39 files changed, 875 insertions(+), 143 deletions(-)


[felix-atomos] 04/04: Rename atomos-reactor to atomos-distribution

Posted by tj...@apache.org.
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

commit 18410d069d23e7563a560cc0f0c29a5aa40c28c4
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Thu Feb 18 08:56:01 2021 -0600

    Rename atomos-reactor to atomos-distribution
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 33f187c..64b09ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,10 +26,10 @@
         <version>7</version>
         <relativePath/>
     </parent>
-    <artifactId>atomos-reactor</artifactId>
+    <artifactId>atomos-distribution</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>atomos-reactor</name>
+    <name>atomos-distribution</name>
 
     <scm>
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>


[felix-atomos] 02/04: Revert "[maven-release-plugin] prepare release atomos-1.0.0"

Posted by tj...@apache.org.
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

commit 2e9d8c2b210467412286efe01f9d44c2df8699e8
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Thu Feb 18 08:15:26 2021 -0600

    Revert "[maven-release-plugin] prepare release atomos-1.0.0"
    
    This reverts commit 7ae7bfd0b9011983d21df514159b1820e95e2e7b.
---
 atomos-parent/pom.xml                              |  6 ++---
 atomos.examples/atomos.examples.index/pom.xml      |  8 +++---
 .../atomos.examples.jaxrs.bundle/pom.xml           |  2 +-
 atomos.examples/atomos.examples.jaxrs/pom.xml      | 12 ++++-----
 atomos.examples/atomos.examples.jlink/pom.xml      | 18 ++++++-------
 .../atomos.examples.springloader/pom.xml           |  6 ++---
 .../atomos.examples.substrate.lib/pom.xml          | 18 ++++++-------
 .../atomos.examples.substrate.maven/pom.xml        | 10 ++++----
 .../atomos.examples.webconsole.bom/pom.xml         |  4 +--
 atomos.examples/pom.xml                            |  2 +-
 atomos.maven/pom.xml                               | 12 ++++-----
 atomos.osgi.core/pom.xml                           |  8 +++---
 .../atomos.tests.classpath.service/pom.xml         | 16 ++++++------
 atomos.tests/atomos.tests.index.bundles/pom.xml    |  8 +++---
 .../atomos.tests.modulepath.service/pom.xml        | 30 +++++++++++-----------
 .../atomos.tests.testbundles.bom/pom.xml           | 24 ++++++++---------
 .../atomos.tests.testbundles.dependency.a/pom.xml  |  4 +--
 .../atomos.tests.testbundles.dependency.b/pom.xml  |  4 +--
 .../atomos.tests.testbundles.dependent.x/pom.xml   |  8 +++---
 .../pom.xml                                        |  2 +-
 .../atomos.tests.testbundles.reflect.dto/pom.xml   |  2 +-
 .../atomos.tests.testbundles.resources.a/pom.xml   |  4 +--
 .../pom.xml                                        |  4 +--
 .../pom.xml                                        |  4 +--
 .../pom.xml                                        |  6 ++---
 .../pom.xml                                        |  4 +--
 .../atomos.tests.testbundles.service.impl/pom.xml  |  4 +--
 .../pom.xml                                        |  4 +--
 .../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              |  8 +++---
 atomos.utils/atomos.utils.core/pom.xml             | 14 +++++-----
 atomos.utils/atomos.utils.substrate.api/pom.xml    |  6 ++---
 atomos.utils/atomos.utils.substrate.impl/pom.xml   |  8 +++---
 atomos.utils/pom.xml                               |  6 ++---
 atomos/pom.xml                                     | 10 ++++----
 pom.xml                                            |  6 ++---
 38 files changed, 151 insertions(+), 151 deletions(-)

diff --git a/atomos-parent/pom.xml b/atomos-parent/pom.xml
index 6aadc49..15aef50 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.0-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>
@@ -109,7 +109,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 c0ba97b..62e746e 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.0-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.0-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.0-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.0-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..19c4b85 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.0-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..a721a48 100644
--- a/atomos.examples/atomos.examples.jaxrs/pom.xml
+++ b/atomos.examples/atomos.examples.jaxrs/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-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.0-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.0-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.0-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.0-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..0a86da1 100644
--- a/atomos.examples/atomos.examples.jlink/pom.xml
+++ b/atomos.examples/atomos.examples.jlink/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-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.0-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.0-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.0-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.0-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.0-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.0-SNAPSHOT</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>
@@ -524,7 +524,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 93dca10..ea367df 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.0-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.0-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.0-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..ca5e684 100644
--- a/atomos.examples/atomos.examples.substrate.lib/pom.xml
+++ b/atomos.examples/atomos.examples.substrate.lib/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.felix.atomos.examples.substrate.lib</artifactId>
     <name>atomos.examples.substrate.lib</name>
@@ -12,7 +12,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 combine.self="override"></maven.compiler.release>
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <maven.compiler.target>${java.version}</maven.compiler.target>
     </properties>
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.0-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.0-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.0-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.0-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.0-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.0-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..1f1bd64 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.0-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.0-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.0-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.0-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.0-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..d8ab231 100644
--- a/atomos.examples/atomos.examples.webconsole.bom/pom.xml
+++ b/atomos.examples/atomos.examples.webconsole.bom/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.examples</groupId>
         <artifactId>org.apache.felix.atomos.examples</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-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..4d6712c 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.0-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..02c732e 100644
--- a/atomos.maven/pom.xml
+++ b/atomos.maven/pom.xml
@@ -1,27 +1,27 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../atomos-parent/pom.xml</relativePath>
     </parent>
     <artifactId>atomos-maven-plugin</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.0-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.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
@@ -133,7 +133,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore />
+                                        <ignore/>
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>
diff --git a/atomos.osgi.core/pom.xml b/atomos.osgi.core/pom.xml
index 8d488bc..b6b7369 100644
--- a/atomos.osgi.core/pom.xml
+++ b/atomos.osgi.core/pom.xml
@@ -1,22 +1,22 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-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.0-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..f0bcdb8 100644
--- a/atomos.tests/atomos.tests.classpath.service/pom.xml
+++ b/atomos.tests/atomos.tests.classpath.service/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-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.0-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.0-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.0-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.0-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.0-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.0-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..eef339c 100644
--- a/atomos.tests/atomos.tests.index.bundles/pom.xml
+++ b/atomos.tests/atomos.tests.index.bundles/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-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.0-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.0-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..3e9e2eb 100644
--- a/atomos.tests/atomos.tests.modulepath.service/pom.xml
+++ b/atomos.tests/atomos.tests.modulepath.service/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.tests</groupId>
         <artifactId>org.apache.felix.atomos.tests</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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..0979141 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
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <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</version>
+        <version>1.0.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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..55e9328 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
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <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</version>
+        <version>1.0.0-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..0d595e4 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
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <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</version>
+        <version>1.0.0-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..610ed54 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
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <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</version>
+        <version>1.0.0-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.0-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.0-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..1874855 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.0-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..b5f15bc 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.0-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..a28b381 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.0-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.0-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..d38dc1c 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
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <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</version>
+        <version>1.0.0-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..4bd49f4 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.0-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.0-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..a9fed31 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
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <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</version>
+        <version>1.0.0-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.0-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..7de3151 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.0-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.0-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..52a9b8b 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.0-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.0-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..a06992b 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
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <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</version>
+        <version>1.0.0-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..3c6700b 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.0-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.0-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.0-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..e021317 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.0-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..d7f4b4c 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.0-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..2b866c0 100644
--- a/atomos.utils/atomos.utils.api/pom.xml
+++ b/atomos.utils/atomos.utils.api/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.0-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.0-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..d1a3301 100644
--- a/atomos.utils/atomos.utils.core/pom.xml
+++ b/atomos.utils/atomos.utils.core/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.0-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.0-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.0-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.0-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.0-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..c6e90ff 100644
--- a/atomos.utils/atomos.utils.substrate.api/pom.xml
+++ b/atomos.utils/atomos.utils.substrate.api/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.0-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..03a1254 100644
--- a/atomos.utils/atomos.utils.substrate.impl/pom.xml
+++ b/atomos.utils/atomos.utils.substrate.impl/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix.atomos.utils</groupId>
         <artifactId>org.apache.felix.atomos.utils</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.0-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.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
diff --git a/atomos.utils/pom.xml b/atomos.utils/pom.xml
index e00f059..b2be0fa 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.0-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.0-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..94c6c76 100644
--- a/atomos/pom.xml
+++ b/atomos/pom.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>atomos-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-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.0-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.0-SNAPSHOT</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>
diff --git a/pom.xml b/pom.xml
index 11cdb10..5dab168 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,10 +5,10 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
         <version>7</version>
-        <relativePath />
+        <relativePath/>
     </parent>
     <artifactId>atomos-reactor</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.0-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>


[felix-atomos] 01/04: Revert "[maven-release-plugin] prepare for next development iteration"

Posted by tj...@apache.org.
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

commit 52669f63b8ef3fdaca4de16c99b021fc9e74ac2b
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Thu Feb 18 08:15:06 2021 -0600

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit ab9bb233277f5eb18c203f2f2b38945dc820a527.
---
 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 b031d57..6aadc49 100644
--- a/atomos-parent/pom.xml
+++ b/atomos-parent/pom.xml
@@ -8,7 +8,7 @@
         <relativePath />
     </parent>
     <artifactId>atomos-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.0</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>HEAD</tag>
+        <tag>atomos-1.0.0</tag>
     </scm>
 
     <build>
diff --git a/atomos.examples/atomos.examples.index/pom.xml b/atomos.examples/atomos.examples.index/pom.xml
index 57de84b..c0ba97b 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.1-SNAPSHOT</version>
+        <version>1.0.0</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.1-SNAPSHOT</version>
+            <version>1.0.0</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.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <type>pom</type>
         </dependency>
     </dependencies>
@@ -67,7 +67,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>atomos-maven-plugin</artifactId>
-                <version>0.9.1-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 7df42bc..6db4606 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.1-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 2436750..506deaf 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.1-SNAPSHOT</version>
+        <version>1.0.0</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.1-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.1-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.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>runtime</scope>
             <exclusions>
                 <exclusion>
@@ -159,7 +159,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>atomos-maven-plugin</artifactId>
-                <version>0.9.1-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 cc08604..5e7114c 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.1-SNAPSHOT</version>
+        <version>1.0.0</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.1-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.1-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.1-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.1-SNAPSHOT</version>
+            <version>1.0.0</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.1-SNAPSHOT</version>
+                    <version>8.0.0</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.1-SNAPSHOT</version>
+                    <version>8.0.0</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 e284058..93dca10 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.1-SNAPSHOT</version>
+        <version>1.0.0</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.1-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.1-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 c0f6917..632a23a 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.1-SNAPSHOT</version>
+        <version>1.0.0</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.1-SNAPSHOT</version>
+            <version>1.0.0</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.1-SNAPSHOT</version>
+            <version>1.0.0</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.1-SNAPSHOT</version>
+            <version>1.0.0</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.1-SNAPSHOT</version>
+            <version>1.0.0</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.1-SNAPSHOT</version>
+            <version>1.0.0</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.1-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 4364992..facfbcb 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.1-SNAPSHOT</version>
+        <version>1.0.0</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.1-SNAPSHOT</version>
+            <version>1.0.0</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.1-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.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <type>pom</type>
         </dependency>
     </dependencies>
@@ -74,7 +74,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>atomos-maven-plugin</artifactId>
-                <version>0.9.1-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 6acf7b3..e7bed94 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.1-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 02a73d7..77a1916 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.1-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 ec113d9..ce5fbf2 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.1-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../atomos-parent/pom.xml</relativePath>
     </parent>
     <artifactId>atomos-maven-plugin</artifactId>
-    <version>0.9.1-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-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.1-SNAPSHOT</version>
+            <version>0.9.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
diff --git a/atomos.osgi.core/pom.xml b/atomos.osgi.core/pom.xml
index 62e006e..8d488bc 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.1-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.1-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-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 0b023a6..517f089 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.1-SNAPSHOT</version>
+        <version>1.0.0</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.1-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.1-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.1-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.1-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.1-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.1-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 b87b296..c2b40dc 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.1-SNAPSHOT</version>
+        <version>1.0.0</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.1-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.1-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 00991a0..bc86dbe 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.1-SNAPSHOT</version>
+        <version>1.0.0</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.1-SNAPSHOT</version>
+                    <version>8.0.0</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.1-SNAPSHOT</version>
+                    <version>8.0.0</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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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 2154b4b..d7937fb 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.1-SNAPSHOT</version>
+        <version>1.0.0</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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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 6452688..cf5e095 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.1-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 16d2660..89faf00 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.1-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 00b58df..951796f 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.1-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>
@@ -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.1-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.1-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 faa42fe..7219d7d 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.1-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 553a966..a82b7d3 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.1-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 22dd20f..313e852 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.1-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>
@@ -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.1-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 ae785a9..45b21cd 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.1-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 9b79fea..10b0810 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.1-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>
@@ -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.1-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 5500447..c4e82c5 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.1-SNAPSHOT</version>
+        <version>1.0.0</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.1-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 320ac29..0dc52e3 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.1-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>
@@ -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.1-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 4804c5c..6ca9a83 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.1-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>
@@ -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.1-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 41963dd..4b66ac9 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.1-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 8318fd0..ffb2baa 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.1-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>
@@ -11,12 +11,12 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.atomos</artifactId>
-            <version>1.0.1-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.1-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 35776c2..cc2dd3a 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.1-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 24bb0bf..404057c 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.1-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 0fa2d01..a9356fb 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.1-SNAPSHOT</version>
+        <version>0.9.0</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>HEAD</tag>
+        <tag>atomos-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.1-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 386e594..6b68e25 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.1-SNAPSHOT</version>
+        <version>0.9.0</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>HEAD</tag>
+        <tag>atomos-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.1-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.1-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.1-SNAPSHOT</version>
+            <version>0.9.0</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.1-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 1688643..e54a36c 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.1-SNAPSHOT</version>
+        <version>0.9.0</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>HEAD</tag>
+        <tag>atomos-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 dd17fdd..dffcd80 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.1-SNAPSHOT</version>
+        <version>0.9.0</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>HEAD</tag>
+        <tag>atomos-1.0.0</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.1-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 3fb22c7..e00f059 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.1-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.1-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-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 4ab4698..489885f 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.1-SNAPSHOT</version>
+        <version>1.0.0</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>HEAD</tag>
+        <tag>atomos-1.0.0</tag>
     </scm>
 
     <dependencies>
@@ -82,7 +82,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>8.0.1-SNAPSHOT</version>
+                    <version>8.0.0</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.1-SNAPSHOT</version>
+                    <version>8.0.0</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>
diff --git a/pom.xml b/pom.xml
index 4f086a8..11cdb10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
         <relativePath />
     </parent>
     <artifactId>atomos-reactor</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.0</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>HEAD</tag>
+        <tag>atomos-1.0.0</tag>
     </scm>
 
     <modules>


[felix-atomos] 03/04: Add license headers to pom.xml files.

Posted by tj...@apache.org.
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

commit ab364b6e8a5020434a9b53d98b0ba8800dc03fe1
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Thu Feb 18 08:36:50 2021 -0600

    Add license headers to pom.xml files.
---
 atomos-parent/pom.xml                                 | 19 +++++++++++++++++++
 atomos.examples/atomos.examples.index/pom.xml         | 19 +++++++++++++++++++
 atomos.examples/atomos.examples.jaxrs.bundle/pom.xml  | 18 ++++++++++++++++++
 atomos.examples/atomos.examples.jaxrs/pom.xml         | 19 +++++++++++++++++++
 atomos.examples/atomos.examples.jlink/pom.xml         | 19 +++++++++++++++++++
 atomos.examples/atomos.examples.springloader/pom.xml  | 19 +++++++++++++++++++
 atomos.examples/atomos.examples.substrate.lib/pom.xml | 19 +++++++++++++++++++
 .../atomos.examples.substrate.maven/pom.xml           | 18 ++++++++++++++++++
 .../atomos.examples.webconsole.bom/pom.xml            | 19 +++++++++++++++++++
 atomos.examples/pom.xml                               | 19 +++++++++++++++++++
 atomos.maven/pom.xml                                  | 19 +++++++++++++++++++
 atomos.osgi.core/pom.xml                              | 19 +++++++++++++++++++
 atomos.substrate.config/pom.xml                       | 19 +++++++++++++++++++
 atomos.tests/atomos.tests.classpath.service/pom.xml   | 19 +++++++++++++++++++
 atomos.tests/atomos.tests.index.bundles/pom.xml       | 19 +++++++++++++++++++
 atomos.tests/atomos.tests.modulepath.service/pom.xml  | 19 +++++++++++++++++++
 .../atomos.tests.testbundles.bom/pom.xml              | 19 +++++++++++++++++++
 .../atomos.tests.testbundles.dependency.a/pom.xml     | 19 +++++++++++++++++++
 .../atomos.tests.testbundles.dependency.b/pom.xml     | 19 +++++++++++++++++++
 .../atomos.tests.testbundles.dependent.x/pom.xml      | 19 +++++++++++++++++++
 .../atomos.tests.testbundles.reflect.command/pom.xml  | 18 ++++++++++++++++++
 .../atomos.tests.testbundles.reflect.dto/pom.xml      | 18 ++++++++++++++++++
 .../atomos.tests.testbundles.resources.a/pom.xml      | 18 ++++++++++++++++++
 .../atomos.tests.testbundles.service.contract/pom.xml | 19 +++++++++++++++++++
 .../atomos.tests.testbundles.service.impl.a/pom.xml   | 18 ++++++++++++++++++
 .../pom.xml                                           | 19 +++++++++++++++++++
 .../atomos.tests.testbundles.service.impl.b/pom.xml   | 18 ++++++++++++++++++
 .../atomos.tests.testbundles.service.impl/pom.xml     | 18 ++++++++++++++++++
 .../atomos.tests.testbundles.service.library/pom.xml  | 19 +++++++++++++++++++
 .../atomos.tests.testbundles.service.user/pom.xml     | 18 ++++++++++++++++++
 atomos.tests/atomos.tests.testbundles/pom.xml         | 19 +++++++++++++++++++
 atomos.tests/pom.xml                                  | 19 +++++++++++++++++++
 atomos.utils/atomos.utils.api/pom.xml                 | 19 +++++++++++++++++++
 atomos.utils/atomos.utils.core/pom.xml                | 19 +++++++++++++++++++
 atomos.utils/atomos.utils.substrate.api/pom.xml       | 19 +++++++++++++++++++
 atomos.utils/atomos.utils.substrate.impl/pom.xml      | 19 +++++++++++++++++++
 atomos.utils/pom.xml                                  | 19 +++++++++++++++++++
 atomos/pom.xml                                        | 19 +++++++++++++++++++
 pom.xml                                               | 19 +++++++++++++++++++
 39 files changed, 732 insertions(+)

diff --git a/atomos-parent/pom.xml b/atomos-parent/pom.xml
index 15aef50..204cd0c 100644
--- a/atomos-parent/pom.xml
+++ b/atomos-parent/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
+
 <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>
diff --git a/atomos.examples/atomos.examples.index/pom.xml b/atomos.examples/atomos.examples.index/pom.xml
index 62e746e..a2717f4 100644
--- a/atomos.examples/atomos.examples.index/pom.xml
+++ b/atomos.examples/atomos.examples.index/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
+
 <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>
diff --git a/atomos.examples/atomos.examples.jaxrs.bundle/pom.xml b/atomos.examples/atomos.examples.jaxrs.bundle/pom.xml
index 19c4b85..951246c 100644
--- a/atomos.examples/atomos.examples.jaxrs.bundle/pom.xml
+++ b/atomos.examples/atomos.examples.jaxrs.bundle/pom.xml
@@ -1,3 +1,21 @@
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
 <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>
diff --git a/atomos.examples/atomos.examples.jaxrs/pom.xml b/atomos.examples/atomos.examples.jaxrs/pom.xml
index a721a48..0d1dca7 100644
--- a/atomos.examples/atomos.examples.jaxrs/pom.xml
+++ b/atomos.examples/atomos.examples.jaxrs/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.examples/atomos.examples.jlink/pom.xml b/atomos.examples/atomos.examples.jlink/pom.xml
index 0a86da1..b67cbc6 100644
--- a/atomos.examples/atomos.examples.jlink/pom.xml
+++ b/atomos.examples/atomos.examples.jlink/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.examples/atomos.examples.springloader/pom.xml b/atomos.examples/atomos.examples.springloader/pom.xml
index ea367df..5b014de 100644
--- a/atomos.examples/atomos.examples.springloader/pom.xml
+++ b/atomos.examples/atomos.examples.springloader/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
+
 <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>
diff --git a/atomos.examples/atomos.examples.substrate.lib/pom.xml b/atomos.examples/atomos.examples.substrate.lib/pom.xml
index ca5e684..f513db0 100644
--- a/atomos.examples/atomos.examples.substrate.lib/pom.xml
+++ b/atomos.examples/atomos.examples.substrate.lib/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.examples/atomos.examples.substrate.maven/pom.xml b/atomos.examples/atomos.examples.substrate.maven/pom.xml
index 1f1bd64..8404c6c 100644
--- a/atomos.examples/atomos.examples.substrate.maven/pom.xml
+++ b/atomos.examples/atomos.examples.substrate.maven/pom.xml
@@ -1,3 +1,21 @@
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
 <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>
diff --git a/atomos.examples/atomos.examples.webconsole.bom/pom.xml b/atomos.examples/atomos.examples.webconsole.bom/pom.xml
index d8ab231..d3c01e4 100644
--- a/atomos.examples/atomos.examples.webconsole.bom/pom.xml
+++ b/atomos.examples/atomos.examples.webconsole.bom/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.examples/pom.xml b/atomos.examples/pom.xml
index 4d6712c..b2d3d21 100644
--- a/atomos.examples/pom.xml
+++ b/atomos.examples/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
+
 <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>
diff --git a/atomos.maven/pom.xml b/atomos.maven/pom.xml
index 02c732e..d1b2082 100644
--- a/atomos.maven/pom.xml
+++ b/atomos.maven/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.osgi.core/pom.xml b/atomos.osgi.core/pom.xml
index b6b7369..af2b177 100644
--- a/atomos.osgi.core/pom.xml
+++ b/atomos.osgi.core/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.substrate.config/pom.xml b/atomos.substrate.config/pom.xml
index 69839fe..e9c87c0 100644
--- a/atomos.substrate.config/pom.xml
+++ b/atomos.substrate.config/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.tests/atomos.tests.classpath.service/pom.xml b/atomos.tests/atomos.tests.classpath.service/pom.xml
index f0bcdb8..3f3cfcf 100644
--- a/atomos.tests/atomos.tests.classpath.service/pom.xml
+++ b/atomos.tests/atomos.tests.classpath.service/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.tests/atomos.tests.index.bundles/pom.xml b/atomos.tests/atomos.tests.index.bundles/pom.xml
index eef339c..614cc0b 100644
--- a/atomos.tests/atomos.tests.index.bundles/pom.xml
+++ b/atomos.tests/atomos.tests.index.bundles/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.tests/atomos.tests.modulepath.service/pom.xml b/atomos.tests/atomos.tests.modulepath.service/pom.xml
index 3e9e2eb..08e213f 100644
--- a/atomos.tests/atomos.tests.modulepath.service/pom.xml
+++ b/atomos.tests/atomos.tests.modulepath.service/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
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 0979141..dc39218 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
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
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 55e9328..4edca71 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
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
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 0d595e4..0910a47 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
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
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 610ed54..946d67e 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
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
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 1874855..d511834 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
@@ -1,3 +1,21 @@
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
 <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>
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 b5f15bc..e1fce83 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
@@ -1,3 +1,21 @@
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
 <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>
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 a28b381..6822c53 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
@@ -1,3 +1,21 @@
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
 <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>
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 d38dc1c..b20d7d2 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
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
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 4bd49f4..e39bf8d 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
@@ -1,3 +1,21 @@
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
 <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>
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 a9fed31..7d59226 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
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
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 7de3151..019f9ef 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
@@ -1,3 +1,21 @@
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
 <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>
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 52a9b8b..64928c9 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
@@ -1,3 +1,21 @@
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
 <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>
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 a06992b..8c48f28 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
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
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 3c6700b..57b16bc 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
@@ -1,3 +1,21 @@
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
 <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>
diff --git a/atomos.tests/atomos.tests.testbundles/pom.xml b/atomos.tests/atomos.tests.testbundles/pom.xml
index e021317..e23f630 100644
--- a/atomos.tests/atomos.tests.testbundles/pom.xml
+++ b/atomos.tests/atomos.tests.testbundles/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
+
 <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>
diff --git a/atomos.tests/pom.xml b/atomos.tests/pom.xml
index d7f4b4c..f90180b 100644
--- a/atomos.tests/pom.xml
+++ b/atomos.tests/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
+
 <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>
diff --git a/atomos.utils/atomos.utils.api/pom.xml b/atomos.utils/atomos.utils.api/pom.xml
index 2b866c0..015dcb8 100644
--- a/atomos.utils/atomos.utils.api/pom.xml
+++ b/atomos.utils/atomos.utils.api/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.utils/atomos.utils.core/pom.xml b/atomos.utils/atomos.utils.core/pom.xml
index d1a3301..5435b1d 100644
--- a/atomos.utils/atomos.utils.core/pom.xml
+++ b/atomos.utils/atomos.utils.core/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.utils/atomos.utils.substrate.api/pom.xml b/atomos.utils/atomos.utils.substrate.api/pom.xml
index c6e90ff..d0ac5e0 100644
--- a/atomos.utils/atomos.utils.substrate.api/pom.xml
+++ b/atomos.utils/atomos.utils.substrate.api/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.utils/atomos.utils.substrate.impl/pom.xml b/atomos.utils/atomos.utils.substrate.impl/pom.xml
index 03a1254..e0cdf4a 100644
--- a/atomos.utils/atomos.utils.substrate.impl/pom.xml
+++ b/atomos.utils/atomos.utils.substrate.impl/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/atomos.utils/pom.xml b/atomos.utils/pom.xml
index b2be0fa..1c955a5 100644
--- a/atomos.utils/pom.xml
+++ b/atomos.utils/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
+
 <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>
diff --git a/atomos/pom.xml b/atomos/pom.xml
index 94c6c76..dc7b161 100644
--- a/atomos/pom.xml
+++ b/atomos/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
diff --git a/pom.xml b/pom.xml
index 5dab168..33f187c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
+
 <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>