You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2018/11/17 17:20:58 UTC

[32/34] jena git commit: JENA-1635 Fix invalid Automatic-Module-Name values

JENA-1635 Fix invalid Automatic-Module-Name values

The jena-fuseki-access, jena-fuseki-core and jena-fuseki-main modules
have invalid data for Automatic-Module-Name.

This aligns the data from those modules with the existing fuseki2 module.


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/24742db2
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/24742db2
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/24742db2

Branch: refs/heads/master
Commit: 24742db2d697def1057b27a0d3f29300185bac84
Parents: 8aca3ae
Author: Aaron Coburn <ac...@apache.org>
Authored: Fri Nov 16 11:43:40 2018 -0500
Committer: Aaron Coburn <ac...@apache.org>
Committed: Fri Nov 16 11:43:40 2018 -0500

----------------------------------------------------------------------
 jena-fuseki2/jena-fuseki-access/pom.xml | 2 +-
 jena-fuseki2/jena-fuseki-core/pom.xml   | 2 +-
 jena-fuseki2/jena-fuseki-main/pom.xml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/24742db2/jena-fuseki2/jena-fuseki-access/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-access/pom.xml b/jena-fuseki2/jena-fuseki-access/pom.xml
index d7839be..a663ce8 100644
--- a/jena-fuseki2/jena-fuseki-access/pom.xml
+++ b/jena-fuseki2/jena-fuseki-access/pom.xml
@@ -31,7 +31,7 @@
   <packaging>jar</packaging>
   
   <properties>
-    <automatic.module.name>org.apache.jena.jena-fuseki-access</automatic.module.name>
+    <automatic.module.name>org.apache.jena.fuseki2.access</automatic.module.name>
   </properties>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/jena/blob/24742db2/jena-fuseki2/jena-fuseki-core/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-core/pom.xml b/jena-fuseki2/jena-fuseki-core/pom.xml
index 7c9d94d..7ada31a 100644
--- a/jena-fuseki2/jena-fuseki-core/pom.xml
+++ b/jena-fuseki2/jena-fuseki-core/pom.xml
@@ -30,7 +30,7 @@
   <packaging>jar</packaging>
 
   <properties>
-    <automatic.module.name>org.apache.jena.jena-fuseki-core</automatic.module.name>
+    <automatic.module.name>org.apache.jena.fuseki2.core</automatic.module.name>
   </properties>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/jena/blob/24742db2/jena-fuseki2/jena-fuseki-main/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-main/pom.xml b/jena-fuseki2/jena-fuseki-main/pom.xml
index 4b5dd2d..f3e465c 100644
--- a/jena-fuseki2/jena-fuseki-main/pom.xml
+++ b/jena-fuseki2/jena-fuseki-main/pom.xml
@@ -31,7 +31,7 @@
   <packaging>jar</packaging>
 
   <properties>
-    <automatic.module.name>org.apache.jena.jena-fuseki-main</automatic.module.name>
+    <automatic.module.name>org.apache.jena.fuseki2.main</automatic.module.name>
   </properties>
   
   <dependencies>