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/04 17:58:43 UTC

[felix-atomos] 02/02: Make atomos osgi.core match the osgi.org:osgi.core R8 version

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 30bd20e406a2f79a79703649c0240a753b957068
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Thu Feb 4 11:43:13 2021 -0600

    Make atomos osgi.core match the osgi.org:osgi.core R8 version
    
    While not strictly necessary it makes it look more consistent
    with the version required for the Framework impls.
---
 atomos.examples/atomos.examples.jlink/pom.xml        | 4 ++--
 atomos.osgi.core/pom.xml                             | 1 +
 atomos.runtime/pom.xml                               | 4 ++--
 atomos.tests/atomos.tests.modulepath.service/pom.xml | 4 ++--
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/atomos.examples/atomos.examples.jlink/pom.xml b/atomos.examples/atomos.examples.jlink/pom.xml
index 8c4f5fd..a8be6cb 100644
--- a/atomos.examples/atomos.examples.jlink/pom.xml
+++ b/atomos.examples/atomos.examples.jlink/pom.xml
@@ -80,7 +80,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>1.0.0-SNAPSHOT</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>1.0.0-SNAPSHOT</version>
+                    <version>8.0.0-SNAPSHOT</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>
diff --git a/atomos.osgi.core/pom.xml b/atomos.osgi.core/pom.xml
index 0809e75..b6b7369 100644
--- a/atomos.osgi.core/pom.xml
+++ b/atomos.osgi.core/pom.xml
@@ -10,6 +10,7 @@
     <groupId>org.apache.felix.atomos</groupId>
     <packaging>jar</packaging>
     <artifactId>osgi.core</artifactId>
+    <version>8.0.0-SNAPSHOT</version>
     <name>osgi.core</name>
     <scm>
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>
diff --git a/atomos.runtime/pom.xml b/atomos.runtime/pom.xml
index c25f83f..a59afe5 100644
--- a/atomos.runtime/pom.xml
+++ b/atomos.runtime/pom.xml
@@ -57,7 +57,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>1.0.0-SNAPSHOT</version>
+                    <version>8.0.0-SNAPSHOT</version>
                     <classifier>AtomosEquinox</classifier>
                     <scope>provided</scope>
                 </dependency>
@@ -74,7 +74,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>1.0.0-SNAPSHOT</version>
+                    <version>8.0.0-SNAPSHOT</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>
diff --git a/atomos.tests/atomos.tests.modulepath.service/pom.xml b/atomos.tests/atomos.tests.modulepath.service/pom.xml
index f39e49b..48ac860 100644
--- a/atomos.tests/atomos.tests.modulepath.service/pom.xml
+++ b/atomos.tests/atomos.tests.modulepath.service/pom.xml
@@ -32,7 +32,7 @@
                 <dependency>
                     <groupId>org.apache.felix.atomos</groupId>
                     <artifactId>osgi.core</artifactId>
-                    <version>1.0.0-SNAPSHOT</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>1.0.0-SNAPSHOT</version>
+                    <version>8.0.0-SNAPSHOT</version>
                     <classifier>AtomosFelix</classifier>
                     <scope>provided</scope>
                 </dependency>