This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
commit ec20f5e680106e4c1b228039e685575c4ef19e26 Author: Matt Juntunen <mattjuntu...@apache.org> AuthorDate: Sat Jul 24 07:11:51 2021 -0400 fixing osgi symbolic names --- commons-geometry-io-core/pom.xml | 2 +- commons-geometry-io-euclidean/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-geometry-io-core/pom.xml b/commons-geometry-io-core/pom.xml index 23964df..e21f30d 100644 --- a/commons-geometry-io-core/pom.xml +++ b/commons-geometry-io-core/pom.xml @@ -33,7 +33,7 @@ <properties> <!-- OSGi --> - <commons.osgi.symbolicName>org.apache.commons.geometry.io.core.*</commons.osgi.symbolicName> + <commons.osgi.symbolicName>org.apache.commons.geometry.io.core</commons.osgi.symbolicName> <commons.osgi.export>org.apache.commons.geometry.io.core.*</commons.osgi.export> <!-- Java 9+ --> <commons.automatic.module.name>org.apache.commons.geometry.io.core</commons.automatic.module.name> diff --git a/commons-geometry-io-euclidean/pom.xml b/commons-geometry-io-euclidean/pom.xml index f01a426..f915f2f 100644 --- a/commons-geometry-io-euclidean/pom.xml +++ b/commons-geometry-io-euclidean/pom.xml @@ -33,7 +33,7 @@ <properties> <!-- OSGi --> - <commons.osgi.symbolicName>org.apache.commons.geometry.io.euclidean.*</commons.osgi.symbolicName> + <commons.osgi.symbolicName>org.apache.commons.geometry.io.euclidean</commons.osgi.symbolicName> <commons.osgi.export>org.apache.commons.geometry.io.euclidean.*</commons.osgi.export> <!-- Java 9+ --> <commons.automatic.module.name>org.apache.commons.geometry.io.euclidean</commons.automatic.module.name>