This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch ARIES-2175-move-org.osgi-to-osgi-artifacts in repository https://gitbox.apache.org/repos/asf/aries.git
commit 4f4f48129b527a5fa9bdf57a01070da8d26a542d Author: Dominik Przybysz <alien11...@gmail.com> AuthorDate: Mon Mar 24 20:18:40 2025 +0100 ARIES-2175: Update org.osgi.* artifacts to osgi.* in versioning --- versioning/versioning-checker/pom.xml | 2 +- versioning/versioning-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/versioning/versioning-checker/pom.xml b/versioning/versioning-checker/pom.xml index 04cf63c8e..e1ca1b465 100644 --- a/versioning/versioning-checker/pom.xml +++ b/versioning/versioning-checker/pom.xml @@ -99,7 +99,7 @@ </dependency> <dependency> <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> + <artifactId>osgi.core</artifactId> <scope>provided</scope> </dependency> <dependency> diff --git a/versioning/versioning-plugin/pom.xml b/versioning/versioning-plugin/pom.xml index 01314dada..cfad838a0 100644 --- a/versioning/versioning-plugin/pom.xml +++ b/versioning/versioning-plugin/pom.xml @@ -63,7 +63,7 @@ </dependency> <dependency> <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> + <artifactId>osgi.core</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId>