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:21:00 UTC

[34/34] jena git commit: Set module names to o.a.j.fuseki.name

Set module names to o.a.j.fuseki.name


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

Branch: refs/heads/master
Commit: 9aae2ee1f4f9f4364552cf6a1ab7ed82b0cae145
Parents: e491777
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Nov 17 10:12:11 2018 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Nov 17 10:12:11 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/jena/blob/9aae2ee1/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 e403505..744d1fc 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.fuseki2.access</automatic.module.name>
+    <automatic.module.name>org.apache.jena.fuseki.access</automatic.module.name>
   </properties>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/jena/blob/9aae2ee1/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 7ada31a..187a142 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.fuseki2.core</automatic.module.name>
+    <automatic.module.name>org.apache.jena.fuseki.core</automatic.module.name>
   </properties>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/jena/blob/9aae2ee1/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 381dcee..0b6f610 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.fuseki2.main</automatic.module.name>
+    <automatic.module.name>org.apache.jena.fuseki.main</automatic.module.name>
   </properties>
   
   <dependencies> 

http://git-wip-us.apache.org/repos/asf/jena/blob/9aae2ee1/jena-fuseki2/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml
index da73524..5614a2b 100644
--- a/jena-fuseki2/pom.xml
+++ b/jena-fuseki2/pom.xml
@@ -54,7 +54,6 @@
     <ver.shiro>1.2.6</ver.shiro>
     <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.fuseki2</automatic.module.name>  
   </properties>
 
   <modules>