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


The following commit(s) were added to refs/heads/master by this push:
     new 8c82ce9  GEOMETRY-116: updating OSGi headers to export subpackages
8c82ce9 is described below

commit 8c82ce96797ef7402c6c41ba5bead3d4fa4beb5f
Author: Matt Juntunen <[email protected]>
AuthorDate: Mon Mar 22 22:07:23 2021 -0400

    GEOMETRY-116: updating OSGi headers to export subpackages
---
 commons-geometry-core/pom.xml                        | 2 +-
 commons-geometry-enclosing/pom.xml                   | 2 +-
 commons-geometry-euclidean/pom.xml                   | 2 +-
 commons-geometry-examples/examples-io/pom.xml        | 2 +-
 commons-geometry-examples/examples-jmh/pom.xml       | 2 +-
 commons-geometry-examples/examples-tutorials/pom.xml | 2 +-
 commons-geometry-examples/pom.xml                    | 2 +-
 commons-geometry-hull/pom.xml                        | 2 +-
 commons-geometry-spherical/pom.xml                   | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/commons-geometry-core/pom.xml b/commons-geometry-core/pom.xml
index 053ed0b..2521911 100644
--- a/commons-geometry-core/pom.xml
+++ b/commons-geometry-core/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <!-- OSGi -->
     
<commons.osgi.symbolicName>org.apache.commons.geometry.core</commons.osgi.symbolicName>
-    <commons.osgi.export>org.apache.commons.geometry.core</commons.osgi.export>
+    
<commons.osgi.export>org.apache.commons.geometry.core.*</commons.osgi.export>
     <!-- Java 9+ -->
     
<commons.automatic.module.name>org.apache.commons.geometry.core</commons.automatic.module.name>
     <!-- Workaround to avoid duplicating config files. -->
diff --git a/commons-geometry-enclosing/pom.xml 
b/commons-geometry-enclosing/pom.xml
index 503d4d4..9b0ed2a 100644
--- a/commons-geometry-enclosing/pom.xml
+++ b/commons-geometry-enclosing/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <!-- OSGi -->
     
<commons.osgi.symbolicName>org.apache.commons.geometry.enclosing</commons.osgi.symbolicName>
-    
<commons.osgi.export>org.apache.commons.geometry.enclosing</commons.osgi.export>
+    
<commons.osgi.export>org.apache.commons.geometry.enclosing.*</commons.osgi.export>
     <!-- Java 9+ -->
     
<commons.automatic.module.name>org.apache.commons.geometry.enclosing</commons.automatic.module.name>
     <!-- Workaround to avoid duplicating config files. -->
diff --git a/commons-geometry-euclidean/pom.xml 
b/commons-geometry-euclidean/pom.xml
index ecf8e9f..80eb30a 100644
--- a/commons-geometry-euclidean/pom.xml
+++ b/commons-geometry-euclidean/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <!-- OSGi -->
     
<commons.osgi.symbolicName>org.apache.commons.geometry.euclidean</commons.osgi.symbolicName>
-    
<commons.osgi.export>org.apache.commons.geometry.euclidean</commons.osgi.export>
+    
<commons.osgi.export>org.apache.commons.geometry.euclidean.*</commons.osgi.export>
     <!-- Java 9+ -->
     
<commons.automatic.module.name>org.apache.commons.geometry.euclidean</commons.automatic.module.name>
     <!-- Workaround to avoid duplicating config files. -->
diff --git a/commons-geometry-examples/examples-io/pom.xml 
b/commons-geometry-examples/examples-io/pom.xml
index 5cf2151..bb741a1 100644
--- a/commons-geometry-examples/examples-io/pom.xml
+++ b/commons-geometry-examples/examples-io/pom.xml
@@ -36,7 +36,7 @@
 
     <!-- OSGi -->
     
<commons.osgi.symbolicName>org.apache.commons.geometry.examples.io</commons.osgi.symbolicName>
-    
<commons.osgi.export>org.apache.commons.geometry.examples.io</commons.osgi.export>
+    
<commons.osgi.export>org.apache.commons.geometry.examples.io.*</commons.osgi.export>
     <!-- Java 9+ -->
     
<commons.automatic.module.name>org.apache.commons.geometry.examples.io</commons.automatic.module.name>
     <!-- Workaround to avoid duplicating config files. -->
diff --git a/commons-geometry-examples/examples-jmh/pom.xml 
b/commons-geometry-examples/examples-jmh/pom.xml
index 2b61500..c394fe1 100644
--- a/commons-geometry-examples/examples-jmh/pom.xml
+++ b/commons-geometry-examples/examples-jmh/pom.xml
@@ -33,7 +33,7 @@
   <properties>
     <!-- OSGi -->
     
<commons.osgi.symbolicName>org.apache.commons.geometry.examples.jmh</commons.osgi.symbolicName>
-    
<commons.osgi.export>org.apache.commons.geometry.examples.jmh</commons.osgi.export>
+    
<commons.osgi.export>org.apache.commons.geometry.examples.jmh.*</commons.osgi.export>
     <!-- Java 9+ -->
     
<commons.automatic.module.name>org.apache.commons.geometry.examples.jmh</commons.automatic.module.name>
     <!-- Workaround to avoid duplicating config files. -->
diff --git a/commons-geometry-examples/examples-tutorials/pom.xml 
b/commons-geometry-examples/examples-tutorials/pom.xml
index 916f892..71c35d7 100644
--- a/commons-geometry-examples/examples-tutorials/pom.xml
+++ b/commons-geometry-examples/examples-tutorials/pom.xml
@@ -35,7 +35,7 @@
 
     <!-- OSGi -->
     
<commons.osgi.symbolicName>org.apache.commons.geometry.examples.tutorials</commons.osgi.symbolicName>
-    
<commons.osgi.export>org.apache.commons.geometry.examples.tutorials</commons.osgi.export>
+    
<commons.osgi.export>org.apache.commons.geometry.examples.tutorials.*</commons.osgi.export>
     <!-- Java 9+ -->
     
<commons.automatic.module.name>org.apache.commons.geometry.examples.tutorials</commons.automatic.module.name>
     <!-- Workaround to avoid duplicating config files. -->
diff --git a/commons-geometry-examples/pom.xml 
b/commons-geometry-examples/pom.xml
index d21667a..aae34f5 100644
--- a/commons-geometry-examples/pom.xml
+++ b/commons-geometry-examples/pom.xml
@@ -43,7 +43,7 @@
 
     <!-- OSGi -->
     
<commons.osgi.symbolicName>org.apache.commons.geometry.examples</commons.osgi.symbolicName>
-    
<commons.osgi.export>org.apache.commons.geometry.examples</commons.osgi.export>
+    
<commons.osgi.export>org.apache.commons.geometry.examples.*</commons.osgi.export>
     <!-- Java 9+ -->
     
<commons.automatic.module.name>org.apache.commons.geometry.examples</commons.automatic.module.name>
     <!-- Workaround to avoid duplicating config files. -->
diff --git a/commons-geometry-hull/pom.xml b/commons-geometry-hull/pom.xml
index 245b383..d12b4e4 100644
--- a/commons-geometry-hull/pom.xml
+++ b/commons-geometry-hull/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <!-- OSGi -->
     
<commons.osgi.symbolicName>org.apache.commons.geometry.hull</commons.osgi.symbolicName>
-    <commons.osgi.export>org.apache.commons.geometry.hull</commons.osgi.export>
+    
<commons.osgi.export>org.apache.commons.geometry.hull.*</commons.osgi.export>
     <!-- Java 9+ -->
     
<commons.automatic.module.name>org.apache.commons.geometry.hull</commons.automatic.module.name>
     <!-- Workaround to avoid duplicating config files. -->
diff --git a/commons-geometry-spherical/pom.xml 
b/commons-geometry-spherical/pom.xml
index 3ff363b..a299ada 100644
--- a/commons-geometry-spherical/pom.xml
+++ b/commons-geometry-spherical/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <!-- OSGi -->
     
<commons.osgi.symbolicName>org.apache.commons.geometry.spherical</commons.osgi.symbolicName>
-    
<commons.osgi.export>org.apache.commons.geometry.spherical</commons.osgi.export>
+    
<commons.osgi.export>org.apache.commons.geometry.spherical.*</commons.osgi.export>
     <!-- Java 9+ -->
     
<commons.automatic.module.name>org.apache.commons.geometry.spherical</commons.automatic.module.name>
     <!-- Workaround to avoid duplicating config files. -->

Reply via email to