You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ac...@apache.org on 2019/08/21 21:12:42 UTC

[jena] 01/01: JENA-1741 Invalid Automatic-Module-Name values

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

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

commit 0e1d514d0a4cfdf6e8d204e89d99eeaab56e1126
Author: Aaron Coburn <ac...@apache.org>
AuthorDate: Wed Aug 21 17:11:50 2019 -0400

    JENA-1741 Invalid Automatic-Module-Name values
    
    This adjusts the AMN metadata to valid names
---
 jena-fuseki2/jena-fuseki-geosparql/pom.xml | 2 +-
 jena-geosparql/pom.xml                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jena-fuseki2/jena-fuseki-geosparql/pom.xml b/jena-fuseki2/jena-fuseki-geosparql/pom.xml
index 38d8d63..43eadd5 100644
--- a/jena-fuseki2/jena-fuseki-geosparql/pom.xml
+++ b/jena-fuseki2/jena-fuseki-geosparql/pom.xml
@@ -38,7 +38,7 @@
         <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
         <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
         <!-- @@ TODO Need final check @@ -->
-        <automatic.module.name>org.apache.jena.jena-fuseki-geosparql</automatic.module.name>
+        <automatic.module.name>org.apache.jena.fuseki.geosparql</automatic.module.name>
     </properties>
 
     <dependencies>
diff --git a/jena-geosparql/pom.xml b/jena-geosparql/pom.xml
index 57ea5a7..ae21a08 100644
--- a/jena-geosparql/pom.xml
+++ b/jena-geosparql/pom.xml
@@ -33,7 +33,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.jena-geosparql</automatic.module.name>
+    <automatic.module.name>org.apache.jena.geosparql</automatic.module.name>
   </properties>
 
   <dependencies>