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 48e69016847fffda01fd41ead77c004fc078098f Author: Dominik Przybysz <alien11...@gmail.com> AuthorDate: Mon Mar 24 20:56:20 2025 +0100 ARIES-2175: Update org.osgi.* artifacts to osgi.* in blueprint-maven-plugin --- blueprint-maven-plugin/blueprint-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml b/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml index e4e2db38c..b025c3221 100644 --- a/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml +++ b/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml @@ -218,7 +218,7 @@ </dependency> <dependency> <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> + <artifactId>osgi.core</artifactId> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>