This is an automated email from the ASF dual-hosted git repository.

acoburn pushed a commit to branch JENA-1764
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 55218eb69b4bd781a48928ec3e370515c9ca6536
Author: Aaron Coburn <[email protected]>
AuthorDate: Wed Sep 25 16:58:47 2019 -0400

    JENA-1764: Fix Automatic-Module-Name metadata
---
 jena-db/jena-dboe-storage/pom.xml           | 4 ++++
 jena-elephas/jena-elephas-common/pom.xml    | 6 +++++-
 jena-elephas/jena-elephas-io/pom.xml        | 4 ++++
 jena-elephas/jena-elephas-mapreduce/pom.xml | 6 +++++-
 jena-elephas/jena-elephas-stats/pom.xml     | 4 ++++
 jena-jdbc/jena-jdbc-core/pom.xml            | 3 ++-
 jena-jdbc/jena-jdbc-driver-bundle/pom.xml   | 1 +
 jena-jdbc/jena-jdbc-driver-mem/pom.xml      | 3 ++-
 jena-jdbc/jena-jdbc-driver-remote/pom.xml   | 1 +
 jena-jdbc/jena-jdbc-driver-tdb/pom.xml      | 3 ++-
 jena-shacl/pom.xml                          | 2 +-
 11 files changed, 31 insertions(+), 6 deletions(-)

diff --git a/jena-db/jena-dboe-storage/pom.xml 
b/jena-db/jena-dboe-storage/pom.xml
index b6361e8..42d04c1 100644
--- a/jena-db/jena-dboe-storage/pom.xml
+++ b/jena-db/jena-dboe-storage/pom.xml
@@ -34,6 +34,10 @@
 
   <description>Triplestore database storage</description>
 
+  <properties>
+    <automatic.module.name>org.apache.jena.dboe.storage</automatic.module.name>
+  </properties>
+
   <dependencies>
 
     <dependency>
diff --git a/jena-elephas/jena-elephas-common/pom.xml 
b/jena-elephas/jena-elephas-common/pom.xml
index 31cab96..ff44f2e 100644
--- a/jena-elephas/jena-elephas-common/pom.xml
+++ b/jena-elephas/jena-elephas-common/pom.xml
@@ -26,6 +26,10 @@
   <name>Apache Jena - Elephas - Common API</name>
   <description>Common code for RDF on Hadoop such as writable types for RDF 
primitives</description>
 
+  <properties>
+    
<automatic.module.name>org.apache.jena.elephas.common</automatic.module.name>
+  </properties>
+
   <!-- Note that versions are managed by parent POMs -->
   <dependencies>
     <!-- Hadoop Dependencies -->
@@ -73,4 +77,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/jena-elephas/jena-elephas-io/pom.xml 
b/jena-elephas/jena-elephas-io/pom.xml
index 48cf93f..374ba98 100644
--- a/jena-elephas/jena-elephas-io/pom.xml
+++ b/jena-elephas/jena-elephas-io/pom.xml
@@ -27,6 +27,10 @@
   <name>Apache Jena - Elephas - I/O</name>
   <description>RDF Input/Output formats library for Hadoop</description>
 
+  <properties>
+    <automatic.module.name>org.apache.jena.elephas.io</automatic.module.name>
+  </properties>
+
   <!-- Note that versions are managed by parent POMs -->
   <dependencies>
     <!-- Internal Project Dependencies -->
diff --git a/jena-elephas/jena-elephas-mapreduce/pom.xml 
b/jena-elephas/jena-elephas-mapreduce/pom.xml
index e1353a9..5305f02 100644
--- a/jena-elephas/jena-elephas-mapreduce/pom.xml
+++ b/jena-elephas/jena-elephas-mapreduce/pom.xml
@@ -26,6 +26,10 @@
   <name>Apache Jena - Elephas - Map/Reduce</name>
   <description>Contains some basic Map/Reduce implementations for working with 
RDF on Hadoop</description>
 
+  <properties>
+    
<automatic.module.name>org.apache.jena.elephas.mapreduce</automatic.module.name>
+  </properties>
+
   <dependencies>
                <!-- Internal Project Dependencies -->
     <dependency>
@@ -103,4 +107,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/jena-elephas/jena-elephas-stats/pom.xml 
b/jena-elephas/jena-elephas-stats/pom.xml
index d34cd9c..b48eb11 100644
--- a/jena-elephas/jena-elephas-stats/pom.xml
+++ b/jena-elephas/jena-elephas-stats/pom.xml
@@ -26,6 +26,10 @@
   <name>Apache Jena - Elephas - Statistics Demo App</name>
   <description>A demo application that can be run on Hadoop to produce a 
statistical analysis on arbitrary RDF inputs</description>
 
+  <properties>
+    
<automatic.module.name>org.apache.jena.elephas.stats</automatic.module.name>
+  </properties>
+
   <dependencies>
                <!-- Internal Project Dependencies -->
     <dependency>
diff --git a/jena-jdbc/jena-jdbc-core/pom.xml b/jena-jdbc/jena-jdbc-core/pom.xml
index 19e4be1..b64fc50 100644
--- a/jena-jdbc/jena-jdbc-core/pom.xml
+++ b/jena-jdbc/jena-jdbc-core/pom.xml
@@ -30,6 +30,7 @@
 
        <properties>
                
<plugin.license.headerPath>${project.parent.basedir}</plugin.license.headerPath>
+               
<automatic.module.name>org.apache.jena.jdbc.core</automatic.module.name>
        </properties>
 
        <dependencies>
@@ -111,4 +112,4 @@
                        </plugin>
                </plugins>
        </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/jena-jdbc/jena-jdbc-driver-bundle/pom.xml 
b/jena-jdbc/jena-jdbc-driver-bundle/pom.xml
index 09f15c7..29ace6a 100644
--- a/jena-jdbc/jena-jdbc-driver-bundle/pom.xml
+++ b/jena-jdbc/jena-jdbc-driver-bundle/pom.xml
@@ -30,6 +30,7 @@
 
        <properties>
                
<plugin.license.headerPath>${project.parent.basedir}</plugin.license.headerPath>
+               
<automatic.module.name>org.apache.jena.jdbc.driver.bundle</automatic.module.name>
                <!-- Note that we actually skip tests in this module because 
this module 
                        simply bundles up the other modules BUT it contains a 
JUnit suite primarily 
                        as a convenience for being able to perform code 
coverage analysis easily 
diff --git a/jena-jdbc/jena-jdbc-driver-mem/pom.xml 
b/jena-jdbc/jena-jdbc-driver-mem/pom.xml
index 84b28b6..ce2de6a 100644
--- a/jena-jdbc/jena-jdbc-driver-mem/pom.xml
+++ b/jena-jdbc/jena-jdbc-driver-mem/pom.xml
@@ -30,6 +30,7 @@
 
        <properties>
                
<plugin.license.headerPath>${project.parent.basedir}</plugin.license.headerPath>
+               
<automatic.module.name>org.apache.jena.jdbc.driver.mem</automatic.module.name>
        </properties>
 
        <dependencies>
@@ -91,4 +92,4 @@
                        </plugin>
                </plugins>
        </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/jena-jdbc/jena-jdbc-driver-remote/pom.xml 
b/jena-jdbc/jena-jdbc-driver-remote/pom.xml
index e18fa58..4bb1b39 100644
--- a/jena-jdbc/jena-jdbc-driver-remote/pom.xml
+++ b/jena-jdbc/jena-jdbc-driver-remote/pom.xml
@@ -30,6 +30,7 @@
 
   <properties>
     
<plugin.license.headerPath>${project.parent.basedir}</plugin.license.headerPath>
+    
<automatic.module.name>org.apache.jena.jdbc.driver.remote</automatic.module.name>
   </properties>
 
   <dependencies>
diff --git a/jena-jdbc/jena-jdbc-driver-tdb/pom.xml 
b/jena-jdbc/jena-jdbc-driver-tdb/pom.xml
index 42a3f36..76bc7f9 100644
--- a/jena-jdbc/jena-jdbc-driver-tdb/pom.xml
+++ b/jena-jdbc/jena-jdbc-driver-tdb/pom.xml
@@ -30,6 +30,7 @@
 
        <properties>
                
<plugin.license.headerPath>${project.parent.basedir}</plugin.license.headerPath>
+               
<automatic.module.name>org.apache.jena.jdbc.driver.tdb</automatic.module.name>
        </properties>
 
        <dependencies>
@@ -116,4 +117,4 @@
                        </plugin>
                </plugins>
        </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/jena-shacl/pom.xml b/jena-shacl/pom.xml
index d4d6c83..401209a 100644
--- a/jena-shacl/pom.xml
+++ b/jena-shacl/pom.xml
@@ -35,7 +35,7 @@
   <properties>
     
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
-    <automatic.module.name>org.apache.jena.tdb</automatic.module.name>
+    <automatic.module.name>org.apache.jena.shacl</automatic.module.name>
   </properties>
 
   <dependencies>

Reply via email to