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 57b32ce450 KARAF-7709: Upgrade to org.eclipse.equinox.region 1.5.300
57b32ce450 is described below

commit 57b32ce45049ddd3d7b8ee9ca559c8abc5310f64
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Sun Sep 3 15:35:34 2023 +0200

    KARAF-7709: Upgrade to org.eclipse.equinox.region 1.5.300
    
    (cherry picked from commit 1caa81fa38ed771c08271a21e2ae2c35725952d8)
---
 bom/pom.xml              | 2 +-
 features/command/pom.xml | 2 +-
 features/core/pom.xml    | 2 +-
 pom.xml                  | 2 +-
 profile/pom.xml          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index bf05a7f17c..147e1940c1 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -875,7 +875,7 @@
             </dependency>
 
             <dependency>
-                <groupId>org.eclipse.equinox</groupId>
+                <groupId>org.eclipse.platform</groupId>
                 <artifactId>org.eclipse.equinox.region</artifactId>
                 <version>${equinox.region.version}</version>
             </dependency>
diff --git a/features/command/pom.xml b/features/command/pom.xml
index 740acb8ae4..0bbbbae9f6 100644
--- a/features/command/pom.xml
+++ b/features/command/pom.xml
@@ -73,7 +73,7 @@
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.eclipse.equinox</groupId>
+            <groupId>org.eclipse.platform</groupId>
             <artifactId>org.eclipse.equinox.region</artifactId>
             <scope>provided</scope>
         </dependency>
diff --git a/features/core/pom.xml b/features/core/pom.xml
index df26ff56bf..b0cefb2020 100644
--- a/features/core/pom.xml
+++ b/features/core/pom.xml
@@ -100,7 +100,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.eclipse.equinox</groupId>
+            <groupId>org.eclipse.platform</groupId>
             <artifactId>org.eclipse.equinox.region</artifactId>
             <scope>provided</scope>
         </dependency>
diff --git a/pom.xml b/pom.xml
index 3e85e2cdb8..46ae6e9754 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@
         <equinox.groupId>org.eclipse.platform</equinox.groupId>
         <equinox.artifactId>org.eclipse.osgi</equinox.artifactId>
         <equinox.version>3.17.200</equinox.version>
-        <equinox.region.version>1.2.101.v20150831-1342</equinox.region.version>
+        <equinox.region.version>1.5.300</equinox.region.version>
         
<equinox.coordinator.version>1.1.0.v20120522-1841</equinox.coordinator.version>
 
         <felix.bundlerepository.version>2.0.10</felix.bundlerepository.version>
diff --git a/profile/pom.xml b/profile/pom.xml
index 97c0e047e3..16784cd528 100644
--- a/profile/pom.xml
+++ b/profile/pom.xml
@@ -101,7 +101,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.eclipse.equinox</groupId>
+            <groupId>org.eclipse.platform</groupId>
             <artifactId>org.eclipse.equinox.region</artifactId>
             <optional>true</optional>
         </dependency>

Reply via email to