This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push: new 1caa81fa38 KARAF-7709: Upgrade to org.eclipse.equinox.region 1.5.300 new cb92b146dd Merge pull request #1759 from jbonofre/KARAF-7709 1caa81fa38 is described below commit 1caa81fa38ed771c08271a21e2ae2c35725952d8 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 --- 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 5ab990cd4b..a6619452aa 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -932,7 +932,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 f5d31b76b9..caa476f1a5 100644 --- a/features/command/pom.xml +++ b/features/command/pom.xml @@ -68,7 +68,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 3f67e52840..7491150939 100644 --- a/features/core/pom.xml +++ b/features/core/pom.xml @@ -124,7 +124,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 6411f6055c..f92f216cec 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.18.0</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 fad92f65fa..ec839002fe 100644 --- a/profile/pom.xml +++ b/profile/pom.xml @@ -100,7 +100,7 @@ </dependency> <dependency> - <groupId>org.eclipse.equinox</groupId> + <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.equinox.region</artifactId> <optional>true</optional> </dependency>