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/23 16:50:00 UTC

svn commit: r46291 [2/2] - /release/felix/

Added: release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0-sources.jar.sha1
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0-sources.jar.sha1 (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0-sources.jar.sha1 Tue Feb 23 16:50:00 2021
@@ -0,0 +1 @@
+afd68294f3c58a827ef6a83bcb73c2afae4442cb
\ No newline at end of file

Added: release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.jar.asc
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.jar.asc (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.jar.asc Tue Feb 23 16:50:00 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEV20xNjAQvWxZ1evVjTfy8GChr1AFAmAulJQACgkQjTfy8GCh
+r1D3jBAAlzCFocmUX8bgLEvnCybehkab3xkq8CKzcwmAMhxp1xQ6fdjXo1wOrPXJ
+8XIaf31Tq4vcIVTt/2QFJSHLrjNQkgaVpQjssD6w9O6JZBtcZr5IIcN8ZM/bvHTh
+WcdC7XJJ4fFv0GzNMxh0A0sZVxS9R4CpWKlzVsbebQOQoZuY4UfcwJwYU/KrNQMG
+kfmFMrAjDkLgS8eIumGK4DXA4fRj7+Wx8RyqEBVcZ6z5wFB9UgAbBX/B5MbRp1PD
+xh807dU+Upp/ehmZGtPpJcgrT1lA7W4rzwGjV8R+amzNZKEqXKf8DU8ZuzWhcMjg
+sIKozPfl3ZhzAiLxHdLMCsxkUONIgmKE/I3XgmrhhUXmxbPp7aI6lQmF7EqNVV4V
+ToEDASOSg3NKtQEu3JFb+nts8yQpvAzJu13le/nfgVKlCXLapCOHFp09SQ+OCzOm
+SBL/6KoUWGLJ4niZEBtfOQfU6WuISKNhlRrO/1qiJ0ttU1meYDcCfAoSzrVhyu5d
+YpcgUPmU0778x+Wajn9vgdP9TPGGIBf1ETUDVS/5F4nPtQ3A41MZer/f3WWjn8Mv
+wluGfLXjNHRY7RXjVgYrJmvxyuuPTFaASvlZ5dZC9n7WVASxXn1d/lDvM2U4t1k+
+y7YVjELpwHtSiJHonkEALGIbyPQThyDs1NHPKNPPyc9A+XN3fg0=
+=R4g2
+-----END PGP SIGNATURE-----

Added: release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.jar.sha1
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.jar.sha1 (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.jar.sha1 Tue Feb 23 16:50:00 2021
@@ -0,0 +1 @@
+f6aaae8aacebab23fad00534fd8ca2676fd8e571
\ No newline at end of file

Added: release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.pom
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.pom (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.pom Tue Feb 23 16:50:00 2021
@@ -0,0 +1,88 @@
+<?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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.felix.atomos.utils</groupId>
+        <artifactId>org.apache.felix.atomos.utils</artifactId>
+        <version>0.9.0</version>
+    </parent>
+
+    <artifactId>org.apache.felix.atomos.utils.substrate.api</artifactId>
+    <packaging>jar</packaging>
+    <name>atomos.utils.substrate.api</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-distribution-1.0.0</tag>
+    </scm>
+    <dependencies>
+
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.annotation</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>biz.aQute.bnd</groupId>
+            <artifactId>biz.aQute.bnd.annotation</artifactId>
+            <version>${bnd.version}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.assertj</groupId>
+            <artifactId>assertj-core</artifactId>
+            <version>3.15.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>3.26.0-GA</version>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+                <configuration>
+                    <bnd>-jpms-module-info:</bnd>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+                    </archive>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>

Added: release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.pom.asc
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.pom.asc (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.pom.asc Tue Feb 23 16:50:00 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEV20xNjAQvWxZ1evVjTfy8GChr1AFAmAulJQACgkQjTfy8GCh
+r1BCoRAAjSa0o3k+baohCe2A208/Y1edTSIxQCrfe7/1QgjxMOtJZ/uRcMydH435
+8eDQOHAhyhlYQSLmqhYuluO/dOt6aR42PlZepOWQeMtOu8m/q83CNtkhpsVT1JfG
+ZIy+Xd92wDfRsBjwISwVmfq/70TzRmOjQstwWTdlCJLyGu0OpqI3tLZMSlZcmLQU
+jftXAEgcDgH4glGf0owBFxcx++OOD22CveWt5QT/knGR/ziuGImUeZmLruwSiL81
+TMyRm63rpUdcfspXQxBWr7kyhQkvF7Y+U99NlttmQomuoJ/JlJm7bh9aQVb181Jy
+wqJdWUL0SOnTh6cMIbqSGCtJN67la936ArFdlaNF5Xira6kiemdqFjXB48otGyjR
+mCCw1+euU7ij8caezE6PuPe2w0dF0M6DlqiY85AFW5rtucw/jhLYefhYksrSiZSn
+hVrgIQHDCBCsLGaFPRF4cqW9AVvLaN0EOb0BCYfdUhaHzFC3uYDjNrzFtnLYXVev
+JPDKSKKJi2l0d99lzhTRayM7YMyEftYHXpvN0ISrmvEcxK+NNkRkZhziTuHbrxy0
+hRetFoxZTumveOPRfokP2PWsKJVf1RTVKqw2CjyrHaIx/hLgJYF64qPgd5BuIvrp
+W2Mcn9AKTTgWbOjo0mEBIenj5cyAkkE0xTML4RdZynkF6t8Ncsg=
+=LeaZ
+-----END PGP SIGNATURE-----

Added: release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.pom.sha1
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.pom.sha1 (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.api-0.9.0.pom.sha1 Tue Feb 23 16:50:00 2021
@@ -0,0 +1 @@
+ba0581b2934ec34436f8f7585dc6d1cda3c73bdc
\ No newline at end of file

Added: release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0-sources.jar.asc
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0-sources.jar.asc (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0-sources.jar.asc Tue Feb 23 16:50:00 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEV20xNjAQvWxZ1evVjTfy8GChr1AFAmAulKgACgkQjTfy8GCh
+r1DpxQ/8ClVfYUe8q+S7YWmMqrPo8F1Rq5TulBMkzftkm8QAGMUAgKhrevYoROdd
+Ve2yW+F72bZMWAiFKZLWItxnNa6CiVbHgI22OpaFa3SndPmFo1qNWgWLIwE2zAou
+8SW8IBq7RfI3n9VnCvxJlB3Fz3ylyUg7eUQN4oJQx2SrWqmRN3rqZ4AsvFJhoY0O
++JCBHm0PJmZXnFEay5HaRisu6HVAiTs7M3SZM47csMsj1ETtwmjnAWwYNOm2wdq1
+3rnX32puKE3ICTo2pZB/m3INyffD3Tl7MFXBfX010/JJpHkX7fhHvxB8BABVTF/Q
+QJi+v4+Cryr9z1EexLXhcz1SsxrSur5CGI14/XqWAWk8qoQQmRMe9fBr2nTLHcuO
+wwenaK/8Hb4wWw6grKky+BSDxhRSf1sY3fcqb4yD2GXYrRZzurEATPQ7nlzzqUNI
+aJtYvdsW+TOgsPAN0BB4drIdFpgogla153Z7wq+wb9LD/EzNRBLLWOIWPW0/gWgG
+/W3AK4CmDUT4a5qJIOnF+3VnnrGBmkBsx2r0XtSBAHK9nekfc+DHuuRdoW74qCi/
+Y1A330YNbpfXfClDrjXlS4h4yqJvB5egE7oifxDssMRIgAzJnnlYeV0oOo762jKc
+GhG8zzGfWxytfeEgDsj6D36nGKKEqjjvZlB99hnbawkIlLQaPV4=
+=Q/aX
+-----END PGP SIGNATURE-----

Added: release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0-sources.jar.sha1
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0-sources.jar.sha1 (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0-sources.jar.sha1 Tue Feb 23 16:50:00 2021
@@ -0,0 +1 @@
+fcc106b719ae8c7f8e694ff0dccaadf227f3627e
\ No newline at end of file

Added: release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.jar.asc
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.jar.asc (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.jar.asc Tue Feb 23 16:50:00 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEV20xNjAQvWxZ1evVjTfy8GChr1AFAmAulKgACgkQjTfy8GCh
+r1DHWg/+L2AzmQX94OkI5BcQNX1JEEbjFW2lTLNrtySDFr6/dxZujDM9d1sp8EJ5
+pCdBoXkv2oRjYBp4KIeQ38Y9m7c8obUxgFTjegulnokFHIt5hE8W8BP7B85+ZQ4g
+Ih48+cV725staBici+Yk2SQubZHi4NCRhhRg9/KSUfHaK6+nUZG/Tt97ibtZToOG
+cylsMNiQV6kqnousAUHxFvhvT73yO1pwayKi5nOzoFfjHzzPFxYMquKUy7RxDhXu
+DZ3tPl4H21aWBBP9oJi8JIPXOFN7zJdV9VLmqmw+qXgPiGbOpH7BX4Bv2FMUVkn7
+1DjuLEU8caBDT7M7CTV6k8rath6PMqUzJpic31LXn1nKLy16zaWe+PCQtpItEJX8
+8DlGqzmt9MteBkauccnndYbeSbFVeFXYnyePm7GXDc1SpcaYKNKNg6e4eo+QIoYF
+frA0ye7Xax+sLj2GKHR5/IWUuD1xUCEvQVfx8MkQCHAsd0HEHpAiw0qf1O6OM3QA
+vF6I1KxWUWH7V4iSSNfD+RdGWd/HM1+VNJik6GCook5SX6w4sgAIWUqppB9mXpKL
+FJRR5+3+RxcbQhNGzq80MSjT640Yqk4R93WtZiF4ZG9888YAMFdBHl/gd5i+kWCI
+f4Vu13Uy1msTYbjiWZF2YvNLHYSyZTm129ssIKSkDcQk/z/j2kQ=
+=buy3
+-----END PGP SIGNATURE-----

Added: release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.jar.sha1
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.jar.sha1 (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.jar.sha1 Tue Feb 23 16:50:00 2021
@@ -0,0 +1 @@
+6502c823fc6dbb41fd21c31c30a1fa2e2a7974ac
\ No newline at end of file

Added: release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.pom
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.pom (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.pom Tue Feb 23 16:50:00 2021
@@ -0,0 +1,94 @@
+<?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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.felix.atomos.utils</groupId>
+        <artifactId>org.apache.felix.atomos.utils</artifactId>
+        <version>0.9.0</version>
+    </parent>
+
+    <artifactId>org.apache.felix.atomos.utils.substrate.impl</artifactId>
+    <packaging>jar</packaging>
+    <name>atomos.utils.substrate.impl</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-distribution-1.0.0</tag>
+    </scm>
+    <dependencies>
+
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.annotation</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>biz.aQute.bnd</groupId>
+            <artifactId>biz.aQute.bnd.annotation</artifactId>
+            <version>5.0.1</version>
+            <scope>compile</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.felix.atomos.utils</groupId>
+            <artifactId>org.apache.felix.atomos.utils.substrate.api</artifactId>
+            <version>0.9.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.assertj</groupId>
+            <artifactId>assertj-core</artifactId>
+            <version>3.15.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>3.26.0-GA</version>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+                <configuration>
+                    <bnd>-jpms-module-info:</bnd>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+                    </archive>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>

Added: release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.pom.asc
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.pom.asc (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.pom.asc Tue Feb 23 16:50:00 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEV20xNjAQvWxZ1evVjTfy8GChr1AFAmAulKgACgkQjTfy8GCh
+r1Bpuw/9Hh8R9RJE5KOF3VYmfkISmnYjUf9apcWuo57TZL+GODlzB8nGWpCSu/t+
+AuNbz3yVSS4IzrShiFkVLQ08bA9doKcjE4iiPs+KnNI34DVx55aqzVJMOuw/lPPz
+o60V6bjnBEPGASCGC9VSiyRehB+4cXABO6ptYIxzTS4PxNu/gcTOk5N6uUzOON2C
+inQbr1cXqKrCE4GE3l9rbwoSfwbVkfc1dREPpDvsJNrcRC4OZBtHxAr5Z6u7u1lD
+N74MMiq2cUKnzzppSF1eJhpETuOOLsDfgTfC3iLxLsSbTh0YNrgrqJe1hD4T7o0x
+UgMjPHzCyHX56rQW3OgxuYCmfa6MDwveEGiiYYotWbChduCo2sCSwnfmeq9xkCGS
+P1ZJIvRsEeDXd3UcDZLdzkgQBv1w179wdB0t5Jj9v636UXMgBy33qwvhl1Oukcgl
+o4DNZwwkzWwpK614o2Zq2BIfLJ4B9vCawmSA12bySImDVBdaX2ZnqSFphJLwowNE
+xHZHs0ekqUkLd1f1WjKRqs8X5yxk6YHHGqEBMDt/A6bqbUqAR0Xpt6zHa5Bo3A2j
+NCGybm956osl20VbMmb4HiJLRgf+Jzyvx9MM8qze9yepbL0d/VvNVeLc9FlePUPQ
+u6PI6ewl0QfvOg6ACvLqPBaMRaTjc3h4TU7bxBiP9aaeozDPic4=
+=Jx+i
+-----END PGP SIGNATURE-----

Added: release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.pom.sha1
==============================================================================
--- release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.pom.sha1 (added)
+++ release/felix/org.apache.felix.atomos.utils.substrate.impl-0.9.0.pom.sha1 Tue Feb 23 16:50:00 2021
@@ -0,0 +1 @@
+e8f2a19f28f2cd67e906f26a6c92030fbfdba1d8
\ No newline at end of file

Added: release/felix/osgi.core-8.0.0-AtomosEquinox.jar
==============================================================================
Binary file - no diff available.

Propchange: release/felix/osgi.core-8.0.0-AtomosEquinox.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/felix/osgi.core-8.0.0-AtomosEquinox.jar.asc
==============================================================================
--- release/felix/osgi.core-8.0.0-AtomosEquinox.jar.asc (added)
+++ release/felix/osgi.core-8.0.0-AtomosEquinox.jar.asc Tue Feb 23 16:50:00 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEV20xNjAQvWxZ1evVjTfy8GChr1AFAmAulFcACgkQjTfy8GCh
+r1AQvQ//bWu4wJmhWVF5V3gqrCY0pfNi+b3WC4RQ/bwjS7j/csi7Z0l5MEpKJZok
+304SVuo7cVg2gWcDMM1zHZ5f40kyWdq3z9/NdtOIvOyWoPD1yNzYo+aJf2JnKK5C
+IC83f/fevqn3+hLKYlbC3Y79LGNjoDDqE3kutvzKzqtztx2eqL/IJ17vKU8xa18z
+i3lmFX7C+wMd4//PANCMVisZZtNtqO0KDpwR3cWLqNtTflHKaufNY73/yb4pjdnl
+ORHq3TjvnFvGQ9MXrEpiD6ynJ4ca0+47HgMimbfeN+8xMliJsVPyTcNYWTascEGX
+0nxd6gI8ZVZC+9J97pzRYgvn57ajykxmncbLkn19HH/1BbszZNXfoYJyODHcapZa
+XEgKg3wkRAnMKUZnIwAo9F5ta+NrJ2SHuU3u9vyFAA5v5QBig4vSqooMEXyCOVPg
+NHRyfCWNs4A8alfxLrAWI0ZFFYZn/7h/O9EA/pzK/jhLkH/Hkp8LrTwgRaGBIfsO
+N2tAdwegxEAHxLSd31+njA6kN0b+G+Di24nNnSJgFQwMQmJPm0BoMQ8l6rSLePo9
+MTXEgotD1yIyM/F6SLWw8R/UfVESLMiKVOC0WQZD/UCEcoGQhrynLGFKaVrbTaBu
+3ChmKxyinobz4JUqa88nVu+mRZuBzk1fA2g61iZylsliQGoZAVA=
+=p9ba
+-----END PGP SIGNATURE-----

Added: release/felix/osgi.core-8.0.0-AtomosEquinox.jar.sha1
==============================================================================
--- release/felix/osgi.core-8.0.0-AtomosEquinox.jar.sha1 (added)
+++ release/felix/osgi.core-8.0.0-AtomosEquinox.jar.sha1 Tue Feb 23 16:50:00 2021
@@ -0,0 +1 @@
+0b5ec6507124a98e060db6292c1841f624978652
\ No newline at end of file

Added: release/felix/osgi.core-8.0.0-AtomosFelix.jar
==============================================================================
Binary file - no diff available.

Propchange: release/felix/osgi.core-8.0.0-AtomosFelix.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/felix/osgi.core-8.0.0-AtomosFelix.jar.asc
==============================================================================
--- release/felix/osgi.core-8.0.0-AtomosFelix.jar.asc (added)
+++ release/felix/osgi.core-8.0.0-AtomosFelix.jar.asc Tue Feb 23 16:50:00 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEV20xNjAQvWxZ1evVjTfy8GChr1AFAmAulFcACgkQjTfy8GCh
+r1ANOw//d0vtQagLSk9aSnzdE+mFvqP7DbJ1IVqytZ4l4Iz7hu2lDA0bQV56SNdz
+oO0DiTnxz/JMFPuhOx3Yv9tR3x5o9s3UoSdCNWjg9MBlD2ysegNIsC//EngWGvQp
+QYTEHDJeRhHZab2UTe0M4wi6L5iNX7fnCmDVYtA5p8xn7h5N+hcDG79Sjo2KzgOX
+2MnpVOcX7CIKTvnzf2o+yBm9DXuuWMPSrP+q0/7lzONVeQHmJ7W37AaVOV5284sK
+j9OgoJ9qPAYK/YCM0LjkC5pDpZreny0QPqsteVh6vTjHs1aSg5HyjvE917+0/LF1
+PhJzVpIBmcitgW2Q6VjjACdoRrM0yPQmonTVqQNn28FSpuXV2z+BT8X879/0KWqa
+Y2/Mpjit7TQB0wvdUlSCje0txiT7L3QAGcxMt6D9RX3R67kauOrkpvDyTMqcR1Cc
+uEpiEHWDDXG9YEcwrKXFhp6FMmnTcoMF8THiVkkuy5crKO29uOVPr7XO0uZ0fsUu
+qlPlBIt296V95fp5kA02ouR149hU8ij4M8799cHkl7SEF0nP2TsDJspNDKVGWZtd
+ywxYxihpfN4QPU+EJsDxs3K/xRwC2YJ6RaKODHp3CmJLp3qMcSnBhDK0bQbaP55T
+9loX3+mZyxlGi8iv2X1x8mOJFiq/6K1q/8/VDkP8UZQRaxJFt/8=
+=VcdC
+-----END PGP SIGNATURE-----

Added: release/felix/osgi.core-8.0.0-AtomosFelix.jar.sha1
==============================================================================
--- release/felix/osgi.core-8.0.0-AtomosFelix.jar.sha1 (added)
+++ release/felix/osgi.core-8.0.0-AtomosFelix.jar.sha1 Tue Feb 23 16:50:00 2021
@@ -0,0 +1 @@
+903bc7c4449028cefe001a21589e73e7450bdb2e
\ No newline at end of file

Added: release/felix/osgi.core-8.0.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/felix/osgi.core-8.0.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/felix/osgi.core-8.0.0-sources.jar.asc
==============================================================================
--- release/felix/osgi.core-8.0.0-sources.jar.asc (added)
+++ release/felix/osgi.core-8.0.0-sources.jar.asc Tue Feb 23 16:50:00 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEV20xNjAQvWxZ1evVjTfy8GChr1AFAmAulFYACgkQjTfy8GCh
+r1BQZBAAo8U23Cbl/jDJsWkRUJZuL3jmRey9YkLdjl2XegmAn2N0lT91+aqNgwSK
+o3gxd7aVhiDXSrZt8Ftf1r1NHi81YRKV9asW5yR1WbnbXzY9K6eT2nfUSaPNMtN1
+SGlQIAvDK/NX6JeHEJjLOr+YqkiDix8ogpwcZBDqJmhXqz3RnmgwB9X738fdspRS
+tyP9o79q24SmIjgo0mQBkMpLIcpCHmjq9ZGnFw5x2JKfZ+QPxYJA3S9a9jZZ2h2R
+vvz8Y4AIWMwf4lBmJ0fB8lxuUdXtSYC4vFDV9gXtHAAn2twps8IK0xhS6VTvclx7
+K8nOjDCtzsHhq8PB9hYh8KXWzsLpJgkAQruwlK++nxPmklyOhd3Y0emTTZgihohH
+X/7YKNJBLBSZnJkVNgGTFmII/2b2Zx2w4JDYrWKxD8UK/O6rdVWGFpLdejARQfTv
+AbD8rUQz6ehHFj9C8thCD6pgZf+QcpoQy8L8WXnT4/EMEFUTeeGGfBoDdBYChCjf
+kLdu3nkDCuzK6cI8K4cVi76Oy6p9jXkuLzPcjldyGBK5sobzZTA1M6E/gZwbP0wB
+HWC+MzMLDD9IgV14ZfRZ4T2TKncb3KES2+Wclz1me6KGFQIlYjbmCX3xngpwt9UN
+B9JoR9QKM8mlJ4arradyzTbKGd84CH86Z5EsfUuGFvsE0or7AUw=
+=u0i2
+-----END PGP SIGNATURE-----

Added: release/felix/osgi.core-8.0.0-sources.jar.sha1
==============================================================================
--- release/felix/osgi.core-8.0.0-sources.jar.sha1 (added)
+++ release/felix/osgi.core-8.0.0-sources.jar.sha1 Tue Feb 23 16:50:00 2021
@@ -0,0 +1 @@
+52b0354bc27f7762fb552d459603fab5cc18a24b
\ No newline at end of file

Added: release/felix/osgi.core-8.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/felix/osgi.core-8.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/felix/osgi.core-8.0.0.jar.asc
==============================================================================
--- release/felix/osgi.core-8.0.0.jar.asc (added)
+++ release/felix/osgi.core-8.0.0.jar.asc Tue Feb 23 16:50:00 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEV20xNjAQvWxZ1evVjTfy8GChr1AFAmAulFYACgkQjTfy8GCh
+r1Dt8hAAtWLUEU+bEfbGNwWS1TyL3i4GsiD9AgmevfOpo96mJmEFnyfJVyzzBlmQ
+xLAEAuO0LPk9WtwKbAetIge9+uSTCYEyW2RMZgRdhj4lbb7jdnk9tRVZCHs7tbz/
+p1xGSWrUuYV6rlHx4ZhEMKeIau3vYt/ehhqk6r6FRFtf+vvclUhmX8GAvNyWpfGT
+ckmi7aHz6PCA10pNK8pc2iOPm0nyo4qcdLEjhRjoaReH2N3OtDpfsWYb2eBmIS2g
+c8mlmUiZt5goK+m52PpIQ4olSIuCIcsgkwWy9UqfIkUucNs0CuAE0nF3rgvuqgW1
+Lb5iobGF9wsgJBJ5tELKtlh0Upk0tJeYJ/I9ZEuyDz0Dna0FpDRg2TD9fL/qHPhg
+icZuMaSC5pldVtmp+t2LW/bxoUesii7JenRowjwaBVSY69Tqirf409Wlx2wfJEwP
+oO0YrT+6ro7wfsfiRcMdehdhnZsA2qkw4+d73ZKa46yUA/v4k+HLkCeeFwxtOIa7
+jvlCfBgzWlPV7PwCvL9F2xiV47W9hB/HDp75OBpKU4Cqv+p489T/oyemdRc9ntx/
+Kh9VTlkqiK5yr75tu1r++kVDUhhOBHZr2NDoOeVzEDlf2VBmxQeeswSsFX12M3DD
+usE3bGVVblFCU+EIk1oC5FLy36a7QxWc5hCcn0dWl42NNuE0i9g=
+=l6eY
+-----END PGP SIGNATURE-----

Added: release/felix/osgi.core-8.0.0.jar.sha1
==============================================================================
--- release/felix/osgi.core-8.0.0.jar.sha1 (added)
+++ release/felix/osgi.core-8.0.0.jar.sha1 Tue Feb 23 16:50:00 2021
@@ -0,0 +1 @@
+4bef664d9fcdffe76fad862c84e3f8a34924a68d
\ No newline at end of file

Added: release/felix/osgi.core-8.0.0.pom
==============================================================================
--- release/felix/osgi.core-8.0.0.pom (added)
+++ release/felix/osgi.core-8.0.0.pom Tue Feb 23 16:50:00 2021
@@ -0,0 +1,123 @@
+<?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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>atomos-parent</artifactId>
+        <version>1.0.0</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>
+    <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-distribution-1.0.0</tag>
+    </scm>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.moditect</groupId>
+                <artifactId>moditect-maven-plugin</artifactId>
+                <version>1.0.0.RC1</version>
+                <executions>
+                    <execution>
+                        <id>add-module-infos-equinox</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>add-module-info</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${project.build.directory}/modules/equinox</outputDirectory>
+                            <overwriteExistingFiles>true</overwriteExistingFiles>
+                            <modules>
+                                <module>
+                                    <file>${project.build.directory}/${project.artifactId}-${project.version}.jar</file>
+                                    <moduleInfoSource>
+module osgi.core
+{
+    requires transitive org.eclipse.osgi;
+}
+                                    </moduleInfoSource>
+                                </module>
+                            </modules>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>add-module-infos-felix</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>add-module-info</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${project.build.directory}/modules/felix</outputDirectory>
+                            <overwriteExistingFiles>true</overwriteExistingFiles>
+                            <modules>
+                                <module>
+                                    <file>${project.build.directory}/${project.artifactId}-${project.version}.jar</file>
+                                    <moduleInfoSource>
+module osgi.core
+{
+    requires transitive org.apache.felix.framework;
+}
+                                    </moduleInfoSource>
+                                </module>
+                            </modules>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <version>3.2.0</version>
+                <executions>
+                    <execution>
+                        <id>attach-artifacts</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attach-artifact</goal>
+                        </goals>
+                        <configuration>
+                            <artifacts>
+                                <artifact>
+                                    <file>${project.build.directory}/modules/felix/${project.artifactId}-${project.version}.jar</file>
+                                    <type>jar</type>
+                                    <classifier>AtomosFelix</classifier>
+                                </artifact>
+                                <artifact>
+                                    <file>${project.build.directory}/modules/equinox/${project.artifactId}-${project.version}.jar</file>
+                                    <type>jar</type>
+                                    <classifier>AtomosEquinox</classifier>
+                                </artifact>
+                            </artifacts>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
\ No newline at end of file

Added: release/felix/osgi.core-8.0.0.pom.asc
==============================================================================
--- release/felix/osgi.core-8.0.0.pom.asc (added)
+++ release/felix/osgi.core-8.0.0.pom.asc Tue Feb 23 16:50:00 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEV20xNjAQvWxZ1evVjTfy8GChr1AFAmAulFYACgkQjTfy8GCh
+r1BAsBAAqIRWqntgcQcly2rmAQ8Y9BPkWYlrsvHnIpQqBk7iXR2qMepv5/ag0Ygn
+ep+4fwIVAUA6VsxirVc9Go7qKfi6P1Tr6sQXAc6l/3mMdrh1im1oIb22S6UmSEmO
+MEC1xr89ae56lfYEcCzC5UB8h0C3f5ccGx6L818TmGkA7SM/FdsKMbPeXb3wmdLH
+qxssK13WfgnDZuflZ90c5PVELKRsiaNWek3t5aPflTCvZu82FHEfA31zWept5vsX
+PKbW226cKL/nxKhxZyCa10CssvcIsWZdIWRfIylhf8T+sfHmshPtC6IYcxkFSn4p
+uwZXPzekr5lDiMak57gNso0Nqzbc8hXD9ciaAXuchQwy8mporgJjeHnLDpQrxieI
+VvRDg3XrGM8y8es4oR44E83DD+y2J8t1piy8nQOQlRyoD3+ttyHHd0uvk4Kot2QU
+HwUb3LrmEh+AqbyXYtA1H3f51IlYJLlKxRI8CVsxz4/Zi5+VSQOOWHgOTuSDZhmR
+af8I2ViGvMhZ1KE4VRwAYw20aOzC/GWrO0d53mb4xLrt77YEkrJNY+/0CB3VdXw0
+UdPuDGDR0hJ9o/uT5G2nug+GJUj4Kqg5/jEBtYPcbJzVih4nASoxiXwU1x1H5IYN
+371iRc9u8iMh8C/og2aU0JA1n7ZLRSUnCeRxBL9WWK1WfrH5oBU=
+=axwY
+-----END PGP SIGNATURE-----

Added: release/felix/osgi.core-8.0.0.pom.sha1
==============================================================================
--- release/felix/osgi.core-8.0.0.pom.sha1 (added)
+++ release/felix/osgi.core-8.0.0.pom.sha1 Tue Feb 23 16:50:00 2021
@@ -0,0 +1 @@
+dd60eca0ea84a65f4513b825bfd5c49504a292ae
\ No newline at end of file