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

jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new f0239af6c1 KARAF-7744: Upgrade to org.eclipse.equinox.coordinator 
1.5.200
f0239af6c1 is described below

commit f0239af6c1020e85d5edfa6bd98d994a59d61caa
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Sun Sep 3 15:52:10 2023 +0200

    KARAF-7744: Upgrade to org.eclipse.equinox.coordinator 1.5.200
    
    (cherry picked from commit ba989368c6b16e1596256e3d9a764f860e555f00)
---
 bom/pom.xml                  | 2 +-
 pom.xml                      | 2 +-
 services/coordinator/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 147e1940c1..9c47ae0b95 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -880,7 +880,7 @@
                 <version>${equinox.region.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.eclipse.equinox</groupId>
+                <groupId>org.eclipse.platform</groupId>
                 <artifactId>org.eclipse.equinox.coordinator</artifactId>
                 <version>${equinox.coordinator.version}</version>
                 <scope>provided</scope>
diff --git a/pom.xml b/pom.xml
index 46ae6e9754..bd448a305c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
         <equinox.artifactId>org.eclipse.osgi</equinox.artifactId>
         <equinox.version>3.17.200</equinox.version>
         <equinox.region.version>1.5.300</equinox.region.version>
-        
<equinox.coordinator.version>1.1.0.v20120522-1841</equinox.coordinator.version>
+        <equinox.coordinator.version>1.5.200</equinox.coordinator.version>
 
         <felix.bundlerepository.version>2.0.10</felix.bundlerepository.version>
         <felix.cm.json.version>1.0.6</felix.cm.json.version>
diff --git a/services/coordinator/pom.xml b/services/coordinator/pom.xml
index bf405c4356..9cc62a3937 100644
--- a/services/coordinator/pom.xml
+++ b/services/coordinator/pom.xml
@@ -53,7 +53,7 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.eclipse.equinox</groupId>
+            <groupId>org.eclipse.platform</groupId>
             <artifactId>org.eclipse.equinox.coordinator</artifactId>
             <scope>provided</scope>
         </dependency>

Reply via email to