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 ba989368c6 KARAF-7744: Upgrade to org.eclipse.equinox.coordinator 1.5.200 new 037210812e Merge pull request #1760 from jbonofre/KARAF-7744 ba989368c6 is described below commit ba989368c6b16e1596256e3d9a764f860e555f00 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 --- 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 a6619452aa..0eb5cc2487 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -937,7 +937,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 f92f216cec..c2433b6acf 100644 --- a/pom.xml +++ b/pom.xml @@ -203,7 +203,7 @@ <equinox.artifactId>org.eclipse.osgi</equinox.artifactId> <equinox.version>3.18.0</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 1b436f06e9..f743a97129 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>